/* CSS Document */

@media print
 {
/* drucken */
#nav, #kopf {
display:none;
}
}

body {
text-align : center;
font-family : verdana, sans-serif;
font-size : 12px;
color : #336;
background-color : #fff;
margin : 0 0 40px;
}
table {
font-family : verdana, sans-serif;
font-size : 12px;
margin : 20px 0;
}
table img {
margin:20px 0 0;
}
#alles {
padding : 40px 0;
margin : 0 auto 20px;
width : 700px;
}

/* kopf */

#kopf {
height : 80px;
width : 700px;
}
.kopflinks {
float : left;
height : 80px;
width : 510px;
text-align : right;
}
.kopfrechts {
float : left;
height : 80px;
width : 100px;
}

/* navigation */

#nav {
margin : 0;
padding : 0 0 20px 10px;
border-bottom : 1px solid #336;
text-align : center;
}
#nav li {
margin : 0;
padding : 0;
display : inline;
list-style-type : none;
}
#nav a:link, #nav a:visited {
float : left;
font-size : 10px;
font-weight : bold;
line-height : 14px;
padding : 0 7px 7px;
text-decoration : none;
color : #336;
}
#nav a:link.active, #nav a:visited.active, #nav a:hover {
color : #06c;
background : url(r.gif) no-repeat bottom center; 
}

/* inhalt */
#inhalt {
text-align : left;
width : 100%;
padding : 10px 0;
margin : 0;
}
#inhaltunten {
clear : both;
text-align : center;
width : 100%;
background-color : #eee;
padding : 0;
margin : 0;
}
#inhaltunten img {
margin : 15px;
}

/* fuss */

#fuss {
clear : both;
padding : 2px 0;
margin : 0;
font-size : 11px;
color : #336;
border-top : 1px solid #336;
}
#fuss a {
color : #336;
text-decoration : none;
font-weight : bold;
}
#fuss a:hover {
text-decoration : underline;
}

/* html tags */

a {
outline: none;
}
a {
color : #336;
text-decoration : underline;
}
a:hover {
color : #06c;
text-decoration : underline;
}
img, img a {
border : none;
}
h1 a, h1 a:hover {
margin : 0;
padding : 0;
font-size : 16px;
color : #06c;
letter-spacing : 2px;
font-weight : 600;
text-decoration : none;
}
h2 {
margin : 0;
padding : 15px 0 0;
font-size : 13px;
}

/* pdf */

.pdf {
text-align : right;
}
