* {
margin : 0;
padding : 0;
}
a	{text-decoration: none;
	color: #15275F;
         font-weight: bold;}
a:hover {text-decoration: underline;
	color: #007732;
         font-weight: bold;}
body   {padding: 0;
        font-family: Trebuchet MS, Arial, Verdana, sans-serif;
        font-size: 0.9em;
        color: #0F1834;
        background-image: url("../img/hintergrund.jpg");
        background-repeat: repeat-y;
        background-color: #FFB202;}



#container {
	margin: 35px auto;
	position: relative;
        width: 872px;
        min-height: 715px;
        padding: 0px;
        margin-bottom: 300px;}
#kopf    {position: relative;
	margin: 0;
         padding:0;
	width: 872px;
         height: 136px;
         }
#biene   {
         position: absolute;
         left: 0;
         top: 42px;
         z-index: 1;
}
#box     {background-color: #fff;
	height:100%}
#rechtespalte {float: left;}
#menu	{
	float: left;
        	background-repeat: no-repeat;
	margin: 0;
         padding: 0;
         width: 151px;
         height:571px;
                    }
#menu ul	{padding: 70px 0 0 0;
	margin: 0;
         width: 151px;
         list-style-type: none;}
#menu ul li	{
                 font-weight: normal;
                 line-height: 25px;
                 text-align: right;
                 padding-right: 15px;}
#menu ul li.aktiv	{
                 background-image: url("../img/menu_dunkel.png");
                 font-weight: bold;
                 line-height: 25px;
                 }
#menu ul li.hellaktiv	{
                 background-image: url("../img/menu_hell.png");
                 font-weight: bold;
                 line-height: 25px;
                 color: #0F1834; }
#menu ul li.hell	{
                 background-image: url("../img/menu_hell.png");
                 font-weight: normal;
                 line-height: 25px;
                 }
#menu ul li a	{color: #0F1834;
		font-weight: normal;
		text-decoration: none;}
#menu ul li a:hover	{color: #007732;
		text-decoration: none;}
#menu ul li a:focus	{color: #007732;
		text-decoration: none;}

#inhalt	{position: relative;;
         width: 500px;
         margin: 30px 20px 0px 30px;
         }
#inhalt h1	{color: #15275F;
         font-weight: bold;
         font-size: 1.2em;
         padding: 0px 0px 15px 0px; }
#inhalt h2	{color: #15275F;
         font-weight: bold;
         font-size: 1.1em;
         padding: 0px 0px 15px 0px; }
#inhalt h3	{color: #15275F;
         font-weight: bold;
         font-size: 1.0em;
         padding: 0px 0px 5px 0px; }
#inhalt p	{padding: 0px 0px 20px 0px;
		line-height: 14pt;
                 font-size: 1.0em;
                 }
#inhalt a	{color: #15275F;
		text-decoration: none;}
#inhalt a:hover	{color: #007732;
		text-decoration: none;}
#inhalt a:focus	{color: #007732;
		text-decoration: none;}

#inhalt p.haederliste    {padding: 0px 0px 5px 0px;
                 }
#inhalt ul	{padding: 2px 0 20px 20px;
	margin: 0;
         width: 500px;
         list-style-type: square;
         }
#inhalt ul li	{
                 font-weight: normal;
                 line-height: 20px;
                 text-align: left;
                 padding-right: 15px;}
td.abstand	{width: 30px;}
#clear	{clear: both;
	margin-bottom: 30px;}