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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-size:80%;
}
ol, ul {
	/*list-style: none;*/
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
html {
	height:100%;
}

body {
	color:#000;
	font-family:Helvetica, Arial, Tahoma, Verdana, sans-serif;
	line-height:140%;
}

#menu {
  height:36px;
  text-align: left;
  padding-top: 220px;
  padding-left: 20px;
  background-color: #ffffff;
  background-image: url(kopf.jpg);
  font-size:120%;
}

#menu a:link { font-family:arial, helvetica, tahoma, verdana, sans-serif; font-weight:normal; color:white; text-decoration:none; }
#menu a:visited { font-family:arial, helvetica, tahoma, verdana, sans-serif;font-weight:normal; color:white; text-decoration:none; }
#menu a:focus { font-family:arial, helvetica, tahoma, verdana, sans-serif; font-weight:normal; color:white; text-decoration:none; }
#menu a:hover { font-family:arial, helvetica, tahoma, verdana, sans-serif;font-weight:normal; color:#eeeeee; text-decoration:underline; }
#menu a:active { font-family:arial, helvetica, tahoma, verdana, sans-serif;font-weight:normal; color:#cccccc; text-decoration:none; }


* {
	margin:0;
	padding:0;
}
body {
	padding: 0px;
	margin: 0px;
	background-color: #F1F3F8;
}
#inhalt {
	background-color:#ffffff;
}

#links {
	height:256px;
	background-color: #ffffff;
	background-image: url(kopf_links.jpg);
	position:absolute;
	top:0;
	left:0;
	width:50%;
}
 
#mitte {
	height:100%;
	background-color: #ffffff;
	width:960px;
	position:relative;
	z-index:2;
}
 
#rechts {
	height:256px;
	background-image: url(kopf_rechts.jpg);
	padding: 0px;
	margin: 0px;
	position:absolute;
	top:0;
	right:0;
	width:50%;
}

#content_links {
	width:400px;
	height:100%;
	margin: 20px;
	padding: 0px;
	float:left; 
	background-color:#ffffff;
	font-family:Helvetica, Nimbus, Arial, Tahoma, Verdana, sans-serif;
}

h1 {
	text-align: left;
	margin-top:10px;
	margin-bottom:10px;
	font-size:140%;
	color:#204788;
}

h2 {
	text-align: left;
	margin-top:20px;
	margin-bottom:0px;
	font-size:100%;
	font-weight:bold;
	color:#204788;
}


p {
	text-align: left;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:10px;
}

ul {
	text-align: left;
	margin-bottom:5px;
	padding-left:30px;
}

#content_rechts {
	width:440px;
	height:100%;
	margin: 20px;
	padding: 0px;
	float:right; 
	background-color:#ffffff;
}

#content_footer {
	width:940px;
	height:24px;
	margin: 0px;
	padding:10px;
	float:none;
	clear:both;
	background-color:#ffffff;
	font-family:Helvetica, Nimbus, Arial, Tahoma, Verdana, sans-serif;
}