/* FARBEN
hellblau: 9edaf3
madagaskar: 009ee0
dunkelblau: 006b92
mittelgrau: B8B8B8
markierung: 936
*/

#vcenterer {
height: 50%;
margin-bottom: -175px; /* CENTER on the COMPLETE SCREEN (minus halbe zu centernde Box */
position: relative;
}

a {
	color: black;
}

#top {
	position:relative; 
	float:right; 
		/*background: url('/images/bg.jpg') center 760px;*/
	/*		background: url('/images/bg2.jpg') repeat-x; */
		height: 150px;
			border-bottom: 1px solid #BBB;
		
	width:100%; 
	text-align:center; 
	z-index: 1000;
}
#top * {
	text-align: left;
}

#container {
	clear:both; 
	position:relative;
	width: 900px;
	padding: 0 40px;
	height:350px; 
	margin: 0 auto;
	padding: 75px 0;
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Josefin Sans', sans-serif;
	background: white;
	background: url('/images/bg.jpg') center fixed; 
	
/*	margin: auto auto;*/

}
p {
	margin: 0;
}

#container h1 {
margin:0;
padding:0;
font-weight: 700; 
font-size: 32px;
position: absolute;
bottom: 0;
}

#header {
	width: 900px;
	height:  100px;
	margin:25px auto 0 auto;
	color: #000;
		padding: 0 40px;
	
}

#header h1 {
	float: left;
	line-height: 0.8em;
	font-size: 35px;
	widht: 200px;
	
}

#objective {
	float: left;
	font-weight: 600;
	font-size:  18px;
	margin:  41px 0 0 105px; 
	width:  400px;
}


ul#navigation {
	list-style: none;
	margin: 60px 0 0 0;
	float: right;

}
ul#navigation li {
	display: inline;
	margin-left: 20px;
		height: 56px;	
}
ul#navigation a {
	color: black;
	text-decoration: none;
	padding-top: 2px;
}


#identification {
	position: relative;
	top: 0;
	list-style: none;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.10em;
}
#identification p {
	color:  rgb(0,0,0);
}

#identification li {
position: absolute;	
padding: 0 0 0 0;
}
#identification a:hover span, .opaque {
opacity: 0.1;
}

#identification a {
	text-decoration: none;
	color: #000;
	display: block;
}


.own { color: rgb(0,45,136); 
font-weight: 700;
}

/*
#num_1 { width: 200px; top: 130px; 	left: 280px; }
#num_2 { width: 300px; top: 0; 		left: 320px}
#num_3 { width: 270px; top: 120px; 	right: 20px;	font-size: 22px;}
#num_4 { width: 190px; top: 150px; 	left: 20px;		font-size: 17px; }
#num_5 { width: 270px; top: 200px; 	right: 40px;	font-size: 17px; }
#num_6 { width: 270px; top: 20px; 	left: 0; }
#num_7 { width: 180px; top: 260px; 	left: 300px;}
#num_8 { width: 230px; top: 310px; 	left: 10px;}
#num_9 { width: 180px; top: 320px; 	right: 50px;}
#num_10 { width: 200px; top: 10px; 	right: 0;	font-size: 17px;}
#num_11 { width: 200px; top: -90px; 	right: 0;	font-size: 22px; text-decoration: underline; cursor: pointer;}
*/


#num_1 { width: 270px; top: 0; 		left: 0; }
#num_2 { width: 270px; top: 0; 		left: 310px; }
#num_3 { width: 270px; top: 0; 		left: 600px; }
#num_4 { width: 270px; top: 150px; 	left: 0; }
#num_5 { width: 270px; top: 150px; 	left: 310px; }
#num_6 { width: 270px; top: 150px; 	left: 600px; }




#identification a h1 {
	position: absolute;
	font-weight: 700;
	font-size: 25px;
/*	color: rgb(0,45,136);*/
	color: rgb(200,0,60);
	margin:  15px -25px	 0 20px;
	top:  0;
	z-index: 100;
}

#identification li a p:before {
	 content: "\201E\A0";
   margin-right: -0.4em;
    font-size: 1.5em;
   line-height: 0;
   vertical-align: baseline;
}
#identification li a p:after {
	 content: "\201D\A0";
	    margin-left: 0em;
	    font-size: 1.5em;
       line-height: 0;
       vertical-align: -0.2em;
}
