body, table {
font-family: Arial, 'Trebuchet MS', Tahoma, Verdana, sans-serif;
font-size: 12px;
line-height: 125%;
margin: 0;
color:#333;
}

h1, h2, h3 {
color: #13579D;
font-size: 20px;
font-family: 'Times New Roman', Tahoma, sans-serif;
margin-top: 0.2em;
font-weight:normal;
  
text-transform:uppercase;
}

h2 {
font-size: 18px;
}

h3 {
font-size: 16px;
}

hr {
border: 0px; /* Für Firefox und Opera */
border-top: dotted 1px #13579D;
border-bottom: solid 1px #fff; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
}

a, a:visited { color: #13579D; text-decoration: underline; }
a:hover { color: #13579D; text-decoration: none; }

a img { border: none }


.box {
border: 3px solid #1E6DBC;
padding: 7px;
-moz-box-shadow: 2px 2px 10px #a6a6a6;
-webkit-box-shadow: 2px 2px 10px  #a6a6a6;
box-shadow: 2px 2px 10px #a6a6a6;
-webkit-border-radius: 6px;
-khtml-border-radius: 6px;
-moz-border-radius: 6px;
}

.accordion{
margin:0 auto;
padding:0 1em 24px;

}

.accordion .section{
border-bottom:1px solid #ccc; /*Trennstrich*/ 
}

div.accordion h3 a:hover{
text-decoration:none;
}

div.accordion div.inhalt /* Für alle*/ {
height:28px;  
height:250px\9; /*Internet Explorer 8 und darunter*/
-khtml-transition:height 0.5s ease-in;
-moz-transition:height 0.5s ease-in;
-o-transition:height 0.5s ease-in;
overflow:hidden;
-webkit-transition:height 0.5s ease-in;
}

div.accordion div.one /* Für class="one"*/ {
height:28px;
height:250px\9; /*Internet Explorer 8 und darunter*/ 
-khtml-transition:height 0.5s ease-in;
-moz-transition:height 0.5s ease-in;
-o-transition:height 0.5s ease-in;
-webkit-transition:height 0.5s ease-in;
overflow:hidden;
}

div.accordion :target div.inhalt /* Für alle*/ {
height:250px;
}

div.accordion #one:target div.inhalt /* Für id="one"*/ {
height:550px;
}
div.accordion #two:target div.inhalt {
height: 640px;
}
div.accordion #three:target div.inhalt {
height: 490px;
}
div.accordion #four:target div.inhalt {
height: 420px;
}
div.accordion #five:target div.inhalt {
height: 550px;
}
div.accordion #six:target div.inhalt {
height: 610px;
}

div.accordion h3 {
font-weight: 300;
}

