/*	Body-Tag */
body
{
background-color:#FFEECC;
scrollbar-face-color: #AAAAAA; scrollbar-highlight-color: #FBF1DE; scrollbar-shadow-color: #FBF1DE; scrollbar-3dlight-color: #FBF1DE; scrollbar-arrow-color: #FBF1DE; scrollbar-track-color: #FBF1DE; scrollbar-darkshadow-color: #FBF1DE;
margin: 0px; line-height: 18px;
}


/* Link-Grundeinstellung */
a:link { color: #AA0011; font-family: Arial, Helvetica, Sans-Serif, Verdana, Tahoma; font-weight: bold; }
a:visited { color: #AA0011; font-family: Arial, Helvetica, Sans-Serif, Verdana, Tahoma; font-weight: bold;  }
a:active { color: #AA0011; font-family: Arial, Helvetica, Sans-Serif, Verdana, Tahoma; font-weight: bold; }

h1, h2
{
color: #AA0011;
font-family: Arial, Helvetica, Sans-Serif, Verdana, Tahoma;
font-weight: bold;
font-size: 16px;
margin-top: 25px;
}
h1 { font-weight: bold; font-size: 16px; margin-bottom: 10px; }
h2 { color: #333333; font-size: 14px; margin-bottom: 0px; }

p, dd, dl
{
color: #444444;
font-family: Arial, Helvetica, Sans-Serif, Verdana, Tahoma;
font-weight: normal;
font-size: 13px;
margin-top: 0px;
margin-bottom: 10px;
}

dl 
{
font-weight: bold;
margin-left: 15px;
margin-top: 15px;
}

pre.code
{
color: #444444;
font-family: Courier;
font-weight: normal;
font-size: 8px;
margin-top: 10px;
margin-bottom: 10px;
}


.normal
{
color: #444444;
font-family: Arial, Helvetica, Sans-Serif, Verdana, Tahoma;
font-weight: normal;
font-size: 13px;
}

.bold
{
color: #444444;
font-family: Arial, Helvetica, Sans-Serif, Verdana, Tahoma;
font-weight: bold;
font-size: 13px;
}


/* grosse buchstaben */
.rubrik
{
font-family: Arial, Helvetica, Sans-Serif, Verdana, Tahoma;
font-weight: normal;
font-style: italic;
font-size: 50px;
letter-spacing : 1px;
color: #FFDD77;
}


/* grosse buchstaben */
.big
{
font-family: Arial, Helvetica, Sans-Serif, Verdana, Tahoma;
font-weight: normal;
font-style: italic;
font-size: 23px;
letter-spacing : 1px;
color: #ffcc00;
}

.normalsmall
{
color: #444444;
font-family: Arial, Helvetica, Sans-Serif, Verdana, Tahoma;
font-weight: normal;
font-size: 11px;
}

.boldsmall
{
color: #444444;
font-family: Arial, Helvetica, Sans-Serif, Verdana, Tahoma;
font-weight: bold;
font-size: 11px;
}

/* etwas links anordnen */
.left {
float: left;
margin-right: 10px;
margin-top: 0px;
}

/* etwas rechts anordnen */
.right {
float: right;
margin-left: 10px;
margin-top: 0px;
}

/* *********** positionen *********** */

#logo {
margin: 30px 0px 0px 30px;
}


#rubrik {
position: absolute;
top: 28px;
right: 30px;
}


#vk {
margin: 30px 0px 0px 30px;
width: 315px;
height: 180px;
border: 1px solid #CCCCCC;
background-color: #FFFFFF;
padding: 20px;
}
*html #vk {
width: 355px;
height: 160px;
}


#navigation {
margin: 20px 0px 0px 30px;
padding-right: 30px;
word-spacing: 7px;
}


#content {
position: absolute;
top: 111px;
left: 424px;
right: 30px;
}
*html #content {
height: 280px;
}

#content1 {
min-height: 206px;
}
*html #content1 {
height: 229px;
}