@charset "UTF-8";
/* CSS Document */

body
{
	margin: 0;
	padding: 0;
	font-family: arial, hevetica, sans-serif;
	font-size: 95%;  
	color: #333;
	background-color: lightgrey;
}


#container	{
	/* margin: 0px 10px 10px 10px auto; */
	/* margin-top: 10px; */
	/* position: absolute; */
	width: 720px;
	/* text-align: left; */
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	background-color: #fff;
	border: 1px solid #333;
}

/* nur Druck ausschalten */
#printheader	{
	display:none;
}

#header	{
	/* margin-top: 0px; */
	/* height: 95px; */ 
	width:720px;
	background-color:white;
	background-image: url(../Bilder/logo.jpg);
	background-repeat: no-repeat;
	background-position: 0 0; 
	border: 0px none #fff;
	/* border-bottom: 1px solid #333333; */
}

#topsuch {
	/* top: 5px; */
	height: 45px;
	width:720px;
	text-align: right;
	font-size: smaller;
	font-weight: bold;
	color: #000066;
	margin-top: 0px;
	margin-right: 5px;
}

/* Suchbutton */
input.suchen {
	BORDER-LEFT: grey thin solid;
	BORDER-RIGHT: grey thin solid;
	BORDER-TOP: grey thin solid;
	BORDER-BOTTOM: black thin solid;
	padding:2px;
	margin-top:3px;
	}

input.suchen:hover{
	border: 1px solid #990000;
	background: #cccccc;
	color: #000000;
}

input.suchen:focus{
	border: 1px solid #990000;
	background: #cccccc;
	color: #000000;
}
	

#mainnav {
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	background-color: #990000;
	color: #ffffff;
	padding: 2px 0;
	margin-top: 50px;
	margin-bottom: 0px;
	border-bottom: 1px solid #333333;
}
	
#mainnav ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: none;
	border-left: 0px solid #333333;
}
	
#mainnav li {
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #333333;
	font-weight: bold;
	font-size:smaller;
}
	
#mainnav li a {
	text-decoration: none;
	color: #ffffff;
}
	
#mainnav li a:hover, a:active  {
	text-decoration: none;
	color: #990000;
	background-color: #cccccc;
}


#navbox {
	/* height: 14px; */ 	
	font-family:Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-weight: bold;
	background-color: #ffffff;
	color: #000000;
	padding: 2px ;
	padding-left: 19px;
	border-bottom: 1px solid #333333;		
}
	
#navbox a {
	text-decoration: underline;
	color: #990000; 
}
	  
#navbox a:hover, a:active {
	text-decoration: underline;
	background-color: #cccccc;
}



#contents { 
	/* margin: 145px 5px 10px 20px; */
	margin: 0px 5px 10px 20px; 
}

#contents p { 
	line-height: 140%;
}

#contents li {
	margin-bottom: 15px;
}

#contents .vorspann	{
	margin-left: 45%;
	font-family: "Courier New", Courier, monospace;
	font-size: 0.9em;
	font-stretch:condensed;
}


/* nur Druck ausschalten */
#printfooter{display:none;}

#footer
{
clear: both;
padding: 5px;
color: #ffffff;
background-color: #990000;
text-align: center;
font-size: smaller;
border: 0px none #fff;
border-top: 1px solid #000000;
}

#footer a {
color: #ffffff;
}

#footer a:hover, a:active  {
color: #990000;
background-color: #cccccc;
}



a {
	font-weight: bold;
}

a.underline {
	text-decoration:underline;
}

a:link {
	color:#000033;
}

a:visited {
	color:#330066;
}


a:hover {
	color: white;
	background-color:teal;
	/* font-size: larger; */
}

a:active {
	color:red;
	background-color:transparent;
	/* font-size: larger; */
}

	
h1,h2,h3,h4,h5,h6 { 
	margin-left: 0px;
	font-size: 1em;
}
	
	
h3	{
	font-size: 1.2em;
	margin-bottom: -10px;
}
	
h2 {
	font-size: 1.5em;
	margin-bottom: -8px;
}
	
h1	{
	font-size: 1.8em;
}

#contents ul {
	margin-left: 15px;
	list-style:disc;
	line-height: 1.3em;
}


.rotbetont 	{
	font-weight: bolder;
	color: darkred;
}


.blaubetont 	{
	font-weight: bolder;
	color: darkblue;
}

.gruenbetont 	{
	font-weight: bolder;
	color: darkgreen;
}

.kommentierung {
	color:#006633;
	font-style: italic;
	margin-left:250px;
	font-family: Courier New, Courier, monospace;
	line-height: 120%;
	font-size: 90%;
}


h1.ebene2, h2.ebene2, h3.ebene2 {
	padding-left: 32px;
}



p.ebene2 {
	padding-left: 32px;
}

p.kommentar {
   font-style: italic;
   }

p.kommentar2 {
   font-style: italic;
   padding-left: 32px;
   }
   
p.kommentar3 {
   font-style: italic;
   padding-left: 64px;
   }   
	
