/* Standard CSS Web */

html, *+html {
	height: 100%;
	margin: 0%; 
	padding: 0%; 

	}

body {
	width: 100%;
	height: 100%;
	margin: 0%; 
	padding:0%;
 	font-family: Arial, Helvetica, sans-serif;
 	font-size:12px;
	font-style: normal; 
	line-height: normal;
	color:#BFCBE2;
	letter-spacing: normal; 
	background-color: #1D2F6C;
	text-align: center;
	}

#abstand { 
	width:5px;
	height:50%;
	background-color:transparent;
	margin-bottom: -271px; /* halbe Höhe von #container */
	float: left;
	}

#head { 
	display:none;
	}

#footer { 
	display:none;
	}

div#all {
 	margin: 0 auto;
	text-align:left;	
	width: 598px;
	height: 542px;
	clear:left;
	font-size:1.4em;
	background-image: url(../images/back3.gif);
	background-color: #1D2F6C;
	
	}

div#contentbox {
	position:relative;
	margin: 0 0 0 110px;
	width: 488px;
	height: 542px;
	background-color:transparent;
	}

div#topbox {
	position:relative;
	float: left;
	margin: 145px 0 0 0;
	width:285px;
	text-align: left;
	}

div#bottombox {
	position:relative;
	float: left;
	margin: 20px 0 0 0;
	width:320px;
	text-align: left;
	}
	
	
/* LINK-ZUSTÄNDE //////////////////////////////////////////// */

a, a:link { color: #BFCBE2; text-decoration: none;}
a:hover {  text-decoration: underline; color: #BFCBE2;}
a:active {  color: #BFCBE2; text-decoration: underline;}



/* INHALTSBEREICH //////////////////////////////////////////// */






	


