/* von Dorothea Trapp, trappedintheweb.de Jan.2008

Farben:
Hintergrund hellgrau #CCD8D8;
Schriftfarbe dunkelblau #0000F4;
Schriftfarbe weiss #FFFFFF;
Schriftfarbe gelb #FFE404 für links und active links;
äußerer Tabellenrahmen
*/


body {
 font-family: Arial, sans-serif;
 font-size: 14px;
 background: #CCD8D8;
}

td {
vertical-align: top;
}


h3,h4 {
font-size: 18px;
}

h3 {
 color: #0000F4;
}


/* start container main navigation */

         #navi {
	left:260px;
	padding:10px;
	font-size: 14px;
	font-weight: bold;
	background: #0000F4;
	color: #FFFFFF;
	text-decoration: none;
	}


	#navi a:link, #navi a, #navi a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}

	#navi a:focus, #navi a:hover,  #navi a:active,  {
	color: #FFE404;
	text-decoration: none;
	}


/* end container  main navigation */


/* start container sub  navigation */

	#subnavi {
	padding-right: 25px;
	margin-top: 30px;
	margin-bottom: 50px;
	line-height: 35px;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
         }
	#subnavi a.narrow{
	line-height: 20px;
	}

	#subnavi a.active, #subnavi a:active, #subnavi a:link, #subnavi a, #subnavi a:visited {
	color: #000000;
	text-decoration: none;
	}

	#subnavi a:hover {
         color: #0000F4;
	text-decoration: none;
         }


/* end container  sub navigation */

/* start container main content */

	#flags {
		float: left;
		margin-left: 30px;
		margin-top: 10px;
	}	
	
	#flags img {
		margin-right: 15px;
	}

	#main {
	padding-left: 30px;
	margin: 30px 30px 50px 30px;
	background: #FFFFFF;
	color: #000000;
	vertical-align: top;
   	}



	#main a.active, #main a:active, #main a:link, #main a, #main a:visited {
	color: #0000F4;
	text-decoration: underline;
	}

	#main a:hover {
         color: #0000F4;
	text-decoration: underline;
         }



/* end container  main content*/
