/* rittiner & gomez 05 */

html, body {
margin : 0;
height : 101%;
background-color : #999;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 14px;
color : #000;
}
table{
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 14px;
color : #000;
}

/* mozilla focus */

a:focus, :visited:focus { -moz-outline: 0px dotted; }

/* Inhalt */

#inhalt {
position : static;
width : 550px;
margin : 0 0 10px 25%;
padding : 0 0 30px 0;
text-align : justify;
height : 100%;
}
#inhalt a {
font-size : 12px;
color : #000;
text-decoration : none;
border : 1px solid #000;
padding : 2px 4px 2px 4px;
background-color : #fffbf0;
}
#inhalt a:hover {
color : #f00;
background-color : #fffbf0;
}
.navigation  {
margin:50px 0;
text-align:right;
}

/* Menu */

#menu {
position : fixed;
z-index : 1;
top : 0;
left : 0;
width : 19%;
height : 100%;
border-right: 1px solid #000;
padding : 0 20px 0 0;
text-align : right;
background-color : #fff;
}
#menu a {
line-height : 23px;
color : #000;
background-color : #fff;
text-decoration : none;
}

#menu a:hover {
color : #f00;
background-color : #fff;
}
/* design */

#design {
position : absolute;
left : 8px;
bottom : 8px;
width : 20px;
font-size : 9px;
font-weight : lighter;
}
#design a {
font-size : 9px;
text-decoration : none;
border : 0px;
}


/* HTML tags */

h1 {
font-size : 20px;
font-weight : lighter;
padding: 30px 0 10px;
}
#inhalt h1 {
font-size : 20px;
font-weight : lighter;
padding: 30px 0 40px;
}
h2 {
font-size : 14px;
letter-spacing : 1pt;
margin : 20px 0 10px 0;
text-align : left;
}
h3 {
font-size : 10px;
padding-top : 40px;
padding-bottom : 130px;
font-weight : lighter;
}
h4 {
font-size : 9px;
font-weight : lighter;
}


/* bilder */

.gruppe {
margin : 0 0 10px 0;
padding : 0;
width: 550px;
text-align : center;
}
.gruppe a {
border : 1px solid #000;
display : block;
margin : 6px 0 6px 0;
padding : 2px 0 2px 0;
text-decoration : none;
}

.bild3 {
float: left;
padding : 0 0 5px 50px;
margin : 0;
width : 150px;
}
.bild32 {
float: left;
padding : 0 0 5px 0;
margin : 0;
width : 150px;
}
img {
border : 0px none;
}

/* zweispalter links */


.gruppelink {
margin : 0 0 10px 0;
padding : 0;
width: 550px;
height : 100px;
}
.link {
float : left;
padding : 5px;
width : 260px;
text-align : left;
line-height : 34px;
}

@media print
{
#menu {display:none}
}