@charset "utf-8";
/* CSS Document */
/*********Grundlegende Einstellungen */
* {
margin:0;
padding:0;
}
body {
font-family: Arial, Helvetica; font-size: 16px;
}

/********* Navigation */
#navigation {
width:860px;
height:60px;
overflow:visible;
}
ul.menu {
margin:320px 0 0 20px;
}
a        {
margin-right: 15px;
         font-size:100%;
         font-weight:bold;
		 color:#000000;
		 text-decoration:underline;
		 }
a:hover {
         color: #B1C800;
         text-decoration: none;
		 }
a.anders {
margin-right: 0px;
         font-size: 100%;
         font-weight:bold;
         text-decoration:none;
         }
a.anders:hover {
         color: #666666;
         }
.inhalt {
clear:left;
overflow:auto;
		 margin-top:20px;
		 height:300px;
		 width:870px;
		 border:0px solid #000000;
         }
.inhalt h2{
margin:20px 0 20px 0px;
}
.inhalt p {
margin:10px;
}
.inhalt p.fettundkursiv {
font-weight:bold;
font-style:italic;
}
.mainaufz li
{
list-style-position: inside;
}
