/* ------------------------------- Layout ------------------------------------- */
* {margin:0; padding:0;}
body {
 background-color: #ffffff;
 color: #000000;
 margin: 0 auto;
 text-align: center;
 font-size: 12pt; 
 line-height: 115%;
 font-family: times new roman, times, serif;
}

#aussen {  
width: auto;
height: 100%;
margin: 0 auto;
border-left: 1px dotted black;
border-right: 1px dotted black;
}

#reiterlinks, #reiterrechts, #headerline, #navilinks, #footer {
display: none;
}
 
#logo {
margin: 0 auto;
border: none 0;
}
 
#navirechts {
font-size: 10pt;
line-height: 100%;
width: 20%;
float: right;
text-align:left;
border-left: 1px dotted black;
margin: 20pt;
padding: 0 0 20pt 5pt;
}

.navi, .bild {
display: none;
}

#content {
text-align:left;
margin: 0 20pt 20pt 20pt;
}

.kasten {
text-align:left;
}

.transparent{
margin: 20pt 0;
}

.topmitte{
font-size: 14pt;
font-weight: bold;
margin-bottom: 20pt;
text-decoration: underline;
}

.topaussen{
font-size: 12pt;
font-weight: bold;
margin: 20pt 0 10pt 0;
}


/* --------------------- Formatierung ---------------------------------------------*/

.invisible{
display: none;
}

img {
border: none 0;
}

h1{
font-size: 14pt;
}
h2{
font-size: 13pt;
}
h3{
font-size: 13pt;
}
h4{
font-size: 13pt;
}
h5{
font-size: 12pt;
}
h6{
font-size: 12pt;
}

.ausgegraut{
color: #738080;
}

.small{
font-size: 10pt;
line-height: 100%;
}

p {
margin: 15pt 0;
}


