html, body {
margin : 0;
background-color : #fff;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 14px;
color : #444;
height : 100%;
}

/* Inhalt */

#inhalt {
position : static;
width : 540px;
margin : 0px 0 10px 280px;
padding : 0 0 30px 0;
height : 100%;
text-align:justify;
}

#titel {
border-bottom:3px solid #1756a2;
background-color: #ebf3ff;
padding: 41px 0 20px 5px;
}

/* menu */

#menu {
position : fixed;
z-index : 1;
top : 0;
left : 0;
width : 220px;
height : 100%;
border-right: 3px solid #1756a2;
font-size : 1.1em;
letter-spacing : 0.1em;
padding : 0px 20px 0px 20px;
text-align : right;
background-color: #ebf3ff;
line-height : 12px;
}

#menu a {
border-top: 1px solid;
color : #444;
display: block;
text-decoration : none;
padding : 5px 0px;
}

#menu a:hover {
color:#1756a2;
}

#menu a.active {
color:#1756a2;
}

#menu a.logo {
border-top: none;
}

#menu a.subtitle {
border-top: none;
font-size : 0.8em;
line-height : 8px;
padding : 1px 0px;
}

/* HTML tags */

h1 {
color:#1756a2;
font-size : 1.6em;
font-variant: small-caps;
font-weight: 600;
letter-spacing : .06em;
margin : 5px 0;
}

h2 {
font-size :1.1em;
letter-spacing : .04em;
margin : 30px 0 5px;
}

h3 {
font-size : 1.1em;
letter-spacing : .04em;
margin : 5px 0;
}

h4 {
font-size : 1em;
margin : 5px 0;
}

h5 {
font-size : .9em;
margin: 5px 0;
}

h6 {
font-size : .8em;
font-weight : lighter;
margin: 0 0;
}

a { color : #444; }

a:hover { color : #1756a2; }

a.back  {
white-space : nowrap;
padding-left : 12px;
background : url(/bilder/left.gif) no-repeat 0% 50%;
}

a.more {
white-space : nowrap;
padding-right : 12px;
background : url(/bilder/right.gif) no-repeat 100% 50%;
}

a.next {
white-space : nowrap;
padding-right : 12px;
background : url(/bilder/fullright.gif) no-repeat 100% 50%;
}

a.prev  {
white-space : nowrap;
padding-left : 12px;
background : url(/bilder/fullleft.gif) no-repeat 0% 50%;
}

a.external {
white-space : nowrap;
padding-right : 12px;
background : url(/bilder/topright.gif) no-repeat 100% 50%;
}

img { border : none; }

p.narrow { margin : 0px; }

/* links */

.gruppelink {
margin : 5px 0 0 0;
padding : 0;
width: 530px;
text-align : left;
}
.link {
float: left;
padding : 5px 0 15px;
margin : 0;
width : 265px;
}
.gruppelink p {
margin : 3px 0;
padding : 3px 0;
}
