*
{
margin: 0;
padding: 0;
border: 0;
}

body
{
background-color: #2a2a2a;
color: #000;
font-family: Arial;
font-size: 13px;
line-height: 18px;
}

a
{
text-decoration: none;
color: #84001e;
}

a:hover
{
color: #e40035;
}

p
{
padding-bottom: 10px;
}

#content a img
{
border-width: 2px;
border-style: solid;
border-color: transparent;
}

#content a:hover img
{
border-color: #84001e;
}

ul
{
padding-left: 40px;
}

#frame
{
position: absolute;
top: 20px;
left: 50%;
margin-left: -419px;
background-color: #222;
}

#head
{
position: absolute;
width: 838px;
height: 288px;
background-color: #444;
}

#logo
{
position: absolute;
width: 219px;
height: 288px;
background-color: #666;
}

#puzzle
{
position: absolute;
left: 219px;
width: 619px;
height: 288px;
background-color: #888;
}

#navi
{
position: absolute;
top: 288px;
}

#linkerBalken
{
background-color: #585858;
position: absolute;
top: 0px;
left: -219px;
width: 219px;
height: 100%;
}

#pfad, #pfad a
{
font-size: 11px;
font-weight: bold;
margin-bottom: 35px;
}

#impressum
{
position: absolute;
display: block;
height: 47px;
width: 838px;
left: -219px;
bottom: -55px;
text-align: center;
color: #aaa;
font-size: 10px;
padding-top: 10px;
}

#impressum a
{
color: #aa3030;
}

#impressum a:hover
{
color: #e40035;
}

/* ------------- ANFANG Content -------------- */

#content
{
position: absolute;
z-index: -2;
top: 325px;
left: 219px;
width: 559px;
min-height: 327px;
background-color: white;
padding: 30px;
}

#content img
{
margin: 5px;
}

#content .BildLinks
{
margin: 5px 10px 5px 0px;
float: left;
}

#content .BildRechts
{
margin: 5px 0px 5px 10px;
float: right;
}

#content .FontSize8
{
font-size: 8px;
}

#content .FontSize10
{
font-size: 10px;
}

#content .FontSize12
{
font-size: 12px;
}



/* ------------- ANFANG Formular -------------- */


.formtext, .formtextfield
{
position: absolute;
left: 150px;
background-color: #ddd;
}

.formsubmit
{
padding: 2px;
margin-top: 10px;
background-color: #ddd;
}

.formerror
{
border-bottom-width: 1px;
color: #990000;
}

.formerror + *
{
border: 1px solid #990000;
}

.formerror + input
{
width: 141px;
}

.forminfo 
{
margin-bottom: 15px;
width: 270px;
color: #990000;
padding: 5px;
font-weight: bold;
border: 1px dotted #990000;
}

