@import url(navigation.css);

body{
   /*background:rgb(255,255,255);*/
   padding:0;
   margin:0;
   font-family:Verdana,sans-serif;
   font-size:12pt;
}
body,#navigation a{
   color:rgb(50,50,50);
}

a span{
   display:none;  
}

a,a:hover{
   color:rgb(86,175,237);   
}

a,#navigation a{
   text-decoration:none;
}
#navigation a:hover{
   color:rgb(100,100,100);
   text-decoration:underline;
}


a:hover{
   text-decoration:underline;
}


div#inhalte{
   padding:1em;
   padding:0;
}
div#inhalte{
   padding:25px;
}



div#inhalte{
   width:90%;
   
}
div#inhalte h1{
   font-size:18pt;
   font-weight:normal;
   
   margin-bottom:2em;
   width:512px;
   /*padding-left:1em;
   border-left:10px solid rgb(86,175,237);*/
   /**/
   /*color:rgb(86,175,237);*/
   border-left:10px solid rgb(86,175,237);
   padding-left:5px;
   text-transform:uppercase;
   margin-top:18em;
}

/*
div#inhalte h1,
div#inhalte h2,
div#inhalte h3,
div#inhalte h4,
div#inhalte ul,
div#inhalte p,
div#inhalte table,
div#inhalte dl{
   width:100%;
   float:left;  
}
*/

div#inhalte h2{
   font-size:16pt;  
   font-weight:normal;
   margin-top:4em;
   margin-bottom:0.5em;
}
div#inhalte h3{
   font-size:12pt;  
   font-weight:normal;
   margin-top:2em;
   margin-bottom:0.3em;
   text-transform:uppercase;
}
div#inhalte h4{
   font-size:10pt;  
   font-weight:bold;
   margin-top:2em;
   margin-bottom:0.3em;
   text-transform:none;
}
div#inhalte p img{
   float:right;
   
   margin-left:1em;
}
div#inhalte p,
div#inhalte ul,
div#inhalte dl{
   margin-top:0;
   margin-bottom:1em;
}
div#inhalte p,
div#inhalte li,
div#inhalte dl,
div#inhalte th,
div#inhalte td{
   font-size:11pt;  
}
div#inhalte th{
   text-align:left;
   font-weight:normal;
   
}
div#inhalte td{
   padding-left:2em;  
}
div#inhalte ul{
   padding-left:0;
   margin-left:1em;
}
div#inhalte dt{
   float:left;
   width:35%;
}
div#inhalte dd{
   margin-left:30%;
   width:70%;
   
}
div#inhalte p em{
   font-style:normal;
   font-weight:bold;
}



