/* ### undo #################################################################### */

:link,:visited { text-decoration:none; }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }
img { margin:0; padding:0; vertical-align:bottom; }
address { font-style:normal }

table {	border:none; padding:0px; margin:0px; border-spacing:0px; font-size:1em;}
tr { border:none; padding:0px; margin:0px; }
td { border:none; padding:0px; margin:0px; vertical-align:top; border-spacing:0px; }


legend { display:none; }

div, p, li, a {background-repeat:no-repeat; }

/* ### reset some basic style ################################################### */

dl			{margin: 0 0 0 0;}
dl dt		{margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;}
dl dd		{margin: 0 0 0 0;}

ol			{list-style: none;}
ol li		{margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;}
ol li ul	{margin: 0 0 0 0;}

p			{margin-bottom: 0em;}

ul			{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}

pre			{font-size:1.2em; }

a:hover { text-decoration:none; }

* { padding: 0; margin: 0; }
html {
	min-height: 99%;
	margin-top: 0px;
	margin-bottom: 10px;
	overflow:scroll;
}
body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 0.9em;
 background: #DEE2ED;
 }

a {
	color:#004282;
	text-decoration: none;
	font-weight: bold;
	
}

a:hover {
	color:#FF6600;
	text-decoration: none;
	font-weight: bold;
	
}

#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#faux {
 background: url(bg_faux.png);
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {position: relative;
 color: #333;
 width: 922px;
 height: 56px;
 margin: 10px 0px 0px 0px;
 background: url(header.png);
 background-repeat: no-repeat;
}
#leftcolumn { 
 display: inline;
 color: #333;
 line-height:1.6em;
 margin: 0px;
 width: 206px;
 float: left;
}
#menu { 
 display: inline;
 color: #333;
 margin: 0px;
 padding-left: 12px;
 padding-top: 12px;
 padding-bottom: 32px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 padding: 0px;
 width: 716px;
 display: inline;
 position: relative;
}
#headline { 
 color: #333;
 padding: 0px;
 width: 716px;
}
#content { 
 color: #333;
 padding-left: 33px;
 padding-right: 33px;
 text-align: justify;
}
#footline { 
 color: #333;
 padding: 0px;
 width: 716px;
}
#footer { 
 background: url(footer.png);
 background-repeat: no-repeat;
 width: 922px;
 clear: both;
 height: 16px;
 color: #333;
 margin: 0px 0px 10px 0px;
 }
.clear { clear: both; background: none; }

#jahreszahl { 
 text-align: right;
 font-size: 0.8em;
 padding: 0 10px 20px 0;
}


/* Allgemeines */

h1 {
  font-size: 1.2em;
  font-weight: bold;
  color: #20376e;
  border-bottom: 1px solid #e67817;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

p {
  padding-bottom: 1em;
}

/* Menu */


#menu ul {
	margin: 140px 0 0 0px;
	padding: 0;
	list-style-type: none;
	font-size: 1em;
	font-weight: bold;
	color: #20376e;
	border-top: 1px solid #e67817;
}
#menu ul li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-bottom: 1px solid #e67817;
}
#menu ul a {
	display: block;
	margin: 0;
	width: 180px;
	color: #20376e;
	padding: 2px 3px 2px 3px;
	text-decoration: none;
}
#menu ul a:hover, #menu ul li:hover
{
	color: #000;
	background: #fff;
}
#menu ul li.active, #menu ul li.active a
{
	color: #fff;
	background: #e67817;
}

#content ul li {
	list-style: square outside none;
	margin-left: 18px;
	padding-left: 8px;
}


#content table {
  	border-collapse: collapse;
  	width: 90%;
  }
#content table tr td {
  	border-bottom: 1px solid #ccc;	
  	padding: 2px 5px 2px 5px;
  	vertical-align: top;
  }

#warnung {
	position:absolute; 
	height:550px; 
	width: 600px; 
	top:80px; 
	left:50%; 
  margin-left: -275px;
	z-index:99; 
	border:8px solid red; 
  background: white;
	padding:20px;
}

