
/* -------- Rahmen bei Fotos --------  */
.rahmen { border: 1px solid #FDFDFE; }

/* -------- Position Bild --------  */
.bild { position: absolute; left: 84px; top: 160px; z-index:90;}

/* -------- Position Hintergrundbild --------  */
.hintergrund	{ position: absolute; left: 0px; top: 0px; z-index:12; }

/* -------- Position weisse Linie links --------  */
.lineleft	{ position: absolute; left: 60px; bottom: 10px; width: 1px; height: 80%; z-index:11; }

/* -------- Position weisse Linie rechts --------  */
.lineright	{ position: absolute; left: 751px; bottom: 10px; width: 1px; height: 80%; z-index:11; }

/* -------- Position weisse Linie unten --------  */
.lineunten	{ position: absolute; left: 60px; bottom: 10px; width: 691px; height: 1px; z-index:31; }

/* -------- Position blaue Farbe --------  */
.blau	{ position: absolute; left: 61px; bottom: 11px; width: 690px; height: 80%; background-color: #6387A8; z-index:10; }

/* -------- Position hellblaue Abdeckung ganz unten im Rahmen--------  */
.hellblau	{ position: absolute; left: 61px; bottom: 10px; width: 690px; height: 25px; background-color: #6387A8; z-index:30; }

/* -------- Position dunkelblaue Abdeckung ganz unten unter dem Rahmen--------  */
.dunkelblau	{ position: absolute; left: 61px; bottom: -1px; width: 690px; height: 11px; background-color: #617D97; z-index:30; }

/* -------- Position Navigation --------  */
#navigation { position: absolute; left: 330px; top: 18px; z-index: 90;	}

/* -------- Formatierung Schrift --------  */
.headline {
	font-family : "Verdana", Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : 600;
	color: #A8ACAE;
    font-style : bold;
	}
	
.schrift {
	font-family : "Verdana", Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : 400;
	color: #E1E2E4;
	}

.schrift:LINK, .schrift:ACTIVE, .schrift:VISITED{
    font-family : "Verdana", Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : 400;
	color: #A8ACAE;
    text-decoration : none;
    font-style : normal;
    }	

.schrift:HOVER	{
    font-family : "Verdana", Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : 400;
	color: #000000;
    text-decoration : none;
    font-style : normal;
    }

/* -------- Formatierung NavigationSchrift --------  */		
.navi:LINK, .navi:ACTIVE, .navi:VISITED{
    font-family : "Verdana", Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : 600;
	color: #000000;
    text-decoration : none;
    font-style : normal;
	padding-right:15px;
    }	

.navi:HOVER	{
    font-family : "Verdana", Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : 600;
	color: #E1E2E4;
    text-decoration : none;
    font-style : normal;
	padding-right:15px;
    }
.navion	{
    font-family : "Verdana", Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : 600;
	color: #E1E2E4;
    text-decoration : none;
    font-style : normal;
	padding-right:15px;
    }

/* -------- Formatierung divContent im divContainer --------  */	
#divContent	{ 
	position: absolute; left: 5px; top: 5px; 
	font-family: verdana; 
	font-weight: 400; 
	color: #E1E2E4; 
	font-size: 11px; 
	line-height: 14px; 
	text-decoration: none; 
	font-style: normal; 
	}
	