@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#BAC067;
	background-color:#000000;
	/*background-image:url(../../backgrounds/sturmsterri3+.jpg);*/
}

h1 {
	height:968px;
	width:1280px;
	text-indent:-9999px;
	
}

h2 {
	text-align:center;
	margin-bottom:13px;
}



p {
	margin:5px;
}

div.picbox2 {
	float:left;
	width:180px;
	height:300px;
	padding:10px;
	margin-right:15px;
}

div.picbox2 h2 a {
	margin:5px;
	color:#FFFFFF;
}





div#container {
	position:relative;
	margin-top:30px;
	margin:20px auto;
	width:1280px;
	height:968px;
	border:1px solid #000000;
	background-image:url(../../backgrounds/sturmsterri3.jpg);
	background-repeat:no-repeat;
}




