
/* Czech EnergoSpace WebSite CSS Definition */

/* Title */

DIV.body {
	width: 100%;
	height: 100%;
	background: #619BAD;
}

DIV.title {
	width: 980px; 
	height: 100%; 
	
	background: url('../images_title/back.gif') repeat-y 179px 0px;

    position: absolute;
	left: 50%;
	top: 0;

	margin-left: -490px;
}

	DIV.title_image {
		width: 980px; 
		height: 467px; 
		
		background: url('../images_title/back_image.gif') no-repeat 0px 0px;

		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -490px;
		margin-top: -234px;
	}


	DIV.content_box {
		width: 814px; 
		height: 235px; 

		margin: 115px 0 0 138px;

		background: url('../images_title/ces_gfx.jpg') #FFFFFF no-repeat 0px 0px;
	}




		IMG.logotype {
			float: right;
			margin: 15px 25px 0 0;
			clear: both;
		}


		DIV.title_links {
			float: right;
			margin: 145px 10px 0 0;
		}

			DIV.title_links A IMG {
				border: 0;
			}


			IMG.title_separator {
				width: 2px;
				height: 18px;
				background: #FF0001;

				margin: 0 3px 0 3px;
			}


	IMG.url {
		float: right;
		margin: 15px 90px 0 0;
	}
