/* hier css, die php enthalten. sonst nix! */
/* urspr&uuml;nglich angelegt, damit man den weißen container von "request" breiter machen kann */

.content {
	padding-bottom: 50px;
} 


div.bodycontainer{
	position: relative;
	margin:45px auto;
	padding:0px;
	width:900px;
}

/* wird nur bei request und underwater_news gesetzt*/

div.bodycontainerbackgr{
	background-color: #ffffff;
	width:700px;
}

body{
	margin: 0px;
	height: 100%;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;

		background-image: url("http://www.hydrosight.com/images/submarine/underwater_windows_bg.jpg");
		background-repeat: no-repeat;
		background-color: #000000;
}

div.bodyheader{
	left:0px; 
	top:0px; 
	height: auto; 
	width: auto; 
	background-color:#ffffff;
	vertical-align: top; 
	z-index:1; 
	margin:0px;
	color:#FFFFFF; 
	font-size:16px; 
	position:relative;	
}

div.bodybodycontainer{
	}
div.bodybody{
	position: relative;
	left:0px; 
	top:0px; 
	height: auto; 
	padding-left:20px;
 	padding-right: 70px; 
	padding-top:10px; 
	padding-bottom:20px; 
	line-height: 18px;
}
