/* Style Sheet */

#wrapper{
position:relative;
width:960px;
margin:0 auto 0 auto;
background-color:#fcf3dd;
margin-top:5px;
padding:5px;
border:1px;
border-color:#894b2f;
border-style:solid;
}
#head{
height:280px;
}
#animation{
background-color:#f9e8c1;
height:30px;
width:958px;
border:1px;
border-color:#894b2f;
border-left-style:dotted;
border-right-style:dotted;
}
#navigation{
background-color:#fcf3dd;
height:27px;
width:953px;
border:1px;
border-color:#894b2f;
border-left-style:dotted;
border-right-style:dotted;
padding-left:0px;
padding-right:5px;
}
#content-wrapper{
background-color:#f9e8c1;
color:#894b2f;
min-height:210px;
width:938px;
border:1px;
border-color:#894b2f;
border-left-style:dotted;
border-right-style:dotted;
padding-left:10px;
padding-right:10px;
padding-top:10px;
}
#content-left{
float:left;
width:598px;
padding-right:20px;
padding-top:5px;
}
#content-right{
float:left;
background-color:#fcf3dd;
width:300px;
padding:5px 10px;
}
div#content-right img{
position:absolute;
}
div#content-right img#firstchild{
position:relative;
}
#footer{
background-color:#f9b200;
height:25px;
width:953px;
border:1px;
border-color:#894b2f;
border-left-style:dotted;
border-right-style:dotted;
padding-left:5px;
padding-right:0px;
}
/*
**Hauptnavigation
**
*/
#navigation li{
float:left;
padding:5px;
font-size:15px;
color:#004998;
}
#navigation a:hover{
background-color:#f9b200;
}
#navigation li a{
color:#004998;

padding:5px;
text-transform:uppercase;
}
#navigation li a:visited{
color:#004998;
}

/*
**Sitenavigation
**
*/
#footer li{
float:right;
padding:5px;
font-size:11px;
color:#004998;
}
#footer li:first-child{
padding-left:0px;
}
#footer a:hover{
background-color:#f9e8c1;
}
#footer li a{
color:#004998;
padding:5px;
text-transform:uppercase;
}
#footer li a:visited{
color:#004998;
}

/*
**
**Textformatierung
*/
h1{
font-size:19px;
margin-bottom:10px;
}
p{
font-size:15px;
line-height:19px;
}
#content-right h1{
border:1px;
border-bottom-style:solid;
border-color:#894b2f;
}


/*
**
**Bilderformatierung
*/
#content-right img{
width:300px;
}
#content-left img{
float:left;
margin-right:10px;
margin-bottom:10px;
}





