/* CSS Document */

/* ********************************************************************************************
 * Farbcodes
 ******************************************************************************************* *
  Dunkelblau:		     #211C70    
	Hellblau:          #DCDAEA
*/


/* ********************************************************************************************
 * Strukturelemente & Allgemeine formatierungen
 ******************************************************************************************* */
	body {
		/* Scroller Eigenschaften (nur IE) */
		/* scrollbar-arrow-color: rgb(0,0,0);	
		scrollbar-base-color: rgb(250,250,250); 
		scrollbar-face-color: rgb(255,255,255);
		scrollbar-3d-light-color: rgb(102,102,102);
		scrollbar-highlight-color: rgb(102,102,102);
		scrollbar-darkshadow-color: rgb(255,255,255);
		scrollbar-shadow-color: rgb(102,102,102);
		scrollbar-track-color: rgb(255,255,255); */
		
		/* Hintergrundfarbe */
		background-color:#FFFFFF;
				
		/* Seitenabstand */
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		
		/* Sonstige Parameter */
		height:100%;
	}

	/* Standard Schrifttyp und Eigenschaften */
	body {
		font-family:Arial, Helvetica, sans-serif; 
		font-size:12px; 
		color:#000000;
		text-decoration:none;
		line-height:16px;
	}
	
	/* Absatz - Abstände oben und unten festlegen */ 
	p {
		margin-top:0px;
		margin-bottom:16px;
	}
	
	/* Links */
	a:link    { text-decoration:none; color:#000000; }
	a:hover   { text-decoration:none; color:#DCDAEA; }
	a:visited { text-decoration:none; color:#000000; }
	a:active  { text-decoration:none; color:#000000; }


/* ********************************************************************************************
 * Header / Body
 ******************************************************************************************* */
	#header, #body { margin:15px auto 15px auto; }
	
	#header { height:60px; background-color:#211C70; width:798px; padding:16px 10px; color:#FFFFFF; }
	#header .title { font-size:24px; font-weight:bold; margin-bottom:10px; line-height:18px; }
	#header .title2 { font-size:12px; font-weight:bold; line-height:14px; }

	#body { width:818px; color:#000000; }
	
	
/* ********************************************************************************************
 * Menu
 ******************************************************************************************* */
  #menu { width:165px; line-height:18px; float:left; }
 
 	#nav_left {
		list-style: none;
		text-align: left;
		padding: 0px;          /* Padding-Eigenschaft für Listenelement auf 0px setzen */
		margin: 0px;           /* Marging-Eigenschaft für Listenelement auf 0px setzen */
		margin-bottom: 12px;   /* Abstand am Ende der Auflistung */
	}
	
	#nav_left li {
		color: #211C70;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
		background-color: #DCDAEA;
		border-left: 5px solid #211C70;
		padding: 2px 2px 2px 4px;
		margin-bottom: 5px;
	}
	
	#nav_left a:link, #nav_left a:hover, #nav_left a:visited, #nav_left a:active {
		color: #211C70;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
	}
	
	#nav_left a:hover {
		color: #FF0000;
	}

 
/* ********************************************************************************************
 * Content
 ******************************************************************************************* */
  #content { width:642px; line-height:18px; float:right; margin-bottom:16px; }
	
	#content .img { line-height:0px; border: 1px solid #000000; }
	#content .imgDescription { background-color:#211C70; font-size:11px; font-weight:bold; color:#FFFFFF; padding: 0px 6px; margin-bottom:14px; }
	#content .text { padding: 0px 6px; }
	#content .text .title { font-size:16px; font-weight:bold; color:#211C70; }
	#content .text .title2 { font-size:12px; font-weight:bold; color:#211C70; }
	#content .text ul { margin-left:22px; }
	#content .text li { margin-bottom:6px; }
	
	#content .image_div { margin-right:12px; margin-bottom:12px; float:left; font-size:12px;  width:200px; }
	#content .image { line-height:0px; border: 1px solid #000000; }
	#content .image_title { font-size:11px; font-weight:bold; text-align:center; }
	
	
	#content a:link, #content a:hover, #content a:visited, #content a:active {
		color: #211C70;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
	}
	
	#content a:hover {
		color: #FF0000;
	}
	