/* screen.css
	Project: ghz friedrichsort
	Author:	wquadrat medien gmbh
	Date: 24.02.2010
*/

body{
	background-color: #0057a3;
}

div.png{
	background: url(../../../media/bilder/_layout/bg_leuchtturm.png) no-repeat;
	height: 800px;
}

#logo{
	position: absolute;
	left: 239px;
	top: 69px;
	text-indent:-9999px;
}

#logo h1 a{
	background: url(../../../media/bilder/_layout/logo.png) no-repeat;
	display: block;
	height: 17px;
	width: 621px;
}

#content{
	padding-top: 134px;
	padding-left: 240px;
	width: 620px;
}

#content .box{
	background-color: #ffffff;
	width: 300px;
	height: 131px;
	margin-bottom: 30px;
}

#content .box.imprint{
	width: 621px;
	height: auto;
}

#content .box.left{
	float: left;
}

#content .box.right{
	float: right;
}

#content .box .boximg{
	width: 110px;
	padding-left: 10px;
	padding-top: 14px;
	float: left;
}

#content .box .boxcontent{
	/*padding: 13px 0px 21px 14px;*/
	float: right;
	width: 180px;
	padding-top: 16px;
}

#content .box.imprint .boxcontent{
	float: none;
	width: 570px;
	padding-left: 21px;
}

#content .box .boxcontent h2{
	margin-bottom: 16px;
	font-size: 18px;
}

#content .box .boxcontent h2 a{
	color: #0057a3;
	text-decoration: none;
}


#content .box .boxcontent h3{
	font-size: 12px;
	font-weight: bold;
}

#content .box .boxcontent p{
	width: 168px;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 14px;
}

#content .box.imprint .boxcontent p{
	width: 570px;
}

#content .box.imprint .boxcontent .col1 p,
#content .box.imprint .boxcontent .col2 p{
	width: 250px;
}

#content .box .boxcontent p a{
	color: #009252;
	text-decoration: none;
}

#content .box .boxcontent p a.urologen{
	color: #a00a1e;
}

#content .box .boxcontent p a:hover{
	text-decoration: underline;
}



#content.imprint .box .boxcontent h2{
	font-size: 18px;
	color: #0057a3;
}

#content.imprint .box .boxcontent h3{
	font-size: 12px;
	font-weight: normal;
	color: #009252;
}

#content.imprint .box .boxcontent .col1{
	width: 300px;
	float:left;
	padding-bottom: 60px;
}

#content.imprint .box .boxcontent .col2{
	width: 270px;
	float:right;
	padding-bottom: 60px;
}

#content.imprint .box .boxcontent p{
	font-size: 12px;
	padding-bottom: 20px;
}

#content.imprint .box .boxcontent a{
	color: #333333;
}

#content.imprint a:hover{
	text-decoration: none;
}

#content.imprint img{
	float: right;
}

#footer{
	padding-left: 254px;
	padding-top: 50px;
}

#footer a{
	color: #a0d0fa;
	text-decoration: none;
	font-size: 12px;
}

#footer a:hover{
	text-decoration: underline;
}

#footer h3{
	font-size: 12px;
	font-weight: bold;
}


