html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

body { 
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
del {
	text-decoration: 	line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: 	collapse;
	border-spacing: 	0;
}

fieldset,img {    
	border:0;   
} 
address,caption,cite,code,dfn,em,strong,th,var {  
	font-style:normal;   
	} 

abbr,acronym { 
	border:0;   
}
a {
	color:				#3d3d8a;
	text-decoration:	none;
}
a:hover {  
	color:				#000;
	text-decoration:	none;
}

#all {
   background:	#FFFFFF none repeat scroll 0 0;
   color:		#3D3D8A;
   margin:		0 auto;
   padding:		0 3px 0 3px;
   
   text-align:	left;
   font-family:	Verdana,Tahoma,Arial,Helvetica,sans-serif;
   font-size:	12px;
   line-height:	14px;
}
#header {
	position:	absolute;
	width:		100%;
}
	#logo {
		background:	url(../images/logo.jpg) #fff no-repeat;
		height:		49px;
		width:		132px;
		margin:		15px 0px 0px 43px;
	}
	#breadcrumbs {
		position:			absolute; top: 53px; 
		background-color:	#fff;
	}
#topbar {
	position:	absolute; top: 70px;
	width:		99%;
	height:		44px;
	max-height:	44px;
	white-space:nowrap;
	background:	transparent;
	padding:	0px 0px;
	margin:		0px 0px;
}
	#col1 {		width:	auto; 	}
	#col2 {		width:	1%; 	}
	#col3 {		width:	10%;	}
		#oben_blau {
			background:	#3d3d8a;
			height:		22px ;
		} 
		#oben_grau {
			background:	#dedede;
			max-height:	22px;
		} 
		#oben_cyan  {
			background:	#3ca6e6;
			max-height:	22px;
		} 
		#unten_news  {
			background:	#fff;
			max-height: 22px;
		} 
		#unten_weiss  {
			background:	#fff;
			max-height: 22px;
		} 
		#unten_rot {
			max-height: 22px;
			height: 	22px;
		} 

#contentarea, #contentarea2 {
	position:	absolute; top: 120px;
	width:		100%;
	
}
	#wrapper {
		position:			relative;
		width:				100%;
		padding:			0px 0px 0px 0px;
		margin:				0px 0px 0px 0px;
	}
		#left {
			float:			left;
			width:			15em;
		}
		#main {
			margin:			0px 0px 0px 16em;
			display: 		-moz inline-box ;
		}
		
	
	
#footer {
	width:		100%;
	background:	#efefef;
	color:		#fff;
	padding:	5px;
	text-align:	right;
	border-top:	solid 4px #ccc;
	float:		left;
}