/* farben:

dsa-orange: F18812
hintergrund: DFDFDF
dsa-blau: 00398C
hellblau boxheader: D1E3FF
*/



html {height:100%;}

body {
	text-align:center;
	min-height:101%;
	background:#DFDFDF;
	color:#00398C;
}

DIV {background-repeat:no-repeat;}

#container {width:950px;margin:auto;position:relative;margin-top:30px;}



/*header */

	#header {background-image:url(../images/layout/bg-top.gif);height:181px;width:100%;}

		#header-logo H1 {display:none;}
		#header-logo IMG {position:absolute;left:60px;top:30px;}
		
		#header-foto {position:absolute;right:-50px;top:61px;}
				
		
		
/* content */
	#flags {position:absolute;left:634px;top:176px;z-index:999;}
	#content {background-image:url(../images/layout/bg-mid.gif);background-repeat:repeat-y;width:100%;padding-top:0px;}
		#content-footer {padding-top:40px;font-size:80%;color:#999;margin-left:198px;clear:both;}
		#content A:hover {text-decoration:underline;}
		#content A {color:#F18812;}
	
		#right {float:right;padding-top:150px;width:168px;}
		
		#left {float:left;padding-left:16px;padding-top:10px;}

		#text {margin-left:198px;margin-right:190px;padding-top:20px;}

			
	#end {background-image:url(../images/layout/bg-bottom.gif);height:20px;width:100%}
	
