/*****************Thomahof CSS*****************/

/***************** Body *****************/
body {
background-color: #111111;
background-attachment: fixed;
background-image: url(../images/background.jpg);
/*background-position: 100% 100%;*/
background-repeat: repeat-x;
/*background-position: center center;*/
font-family: verdana, Arial, Hevlvetica, sans-serif;
font-size: 11px;
text-align:center;
overflow-x: Hidden;
}

/***************** Main *****************/
#main {
background-color:#eb4e2b;
border-color: #eb4e2b;
border-radius: 10px;
border-width:10px;
width:975px;
margin:auto;
padding:10px;
}

/***************** Titel *****************/
#titel {
background-color:#eb4e2b;
height:127px;
padding:0px;

margin-bottom:0px;
}

#titel1 {
background-color:#eb4e2b;
height:102px;
padding:0px;
/*border-bottom:2px solid #844D18;*/
margin-bottom:0px;
}


/***************** menu *****************/
#menu {
background-color:#555555;
height:30px;
padding:0px;
/*border-bottom:2px solid #844D18;*/
margin-bottom:0px;
}

/***************** Menu 1 *****************/


#menucontainer1 {
border:0px solid #632910;
background-color:#84898c;
width:975px;
height:30px;
padding:0px;
margin:0px;
}



a.link1  {
display:block;
width:170px;
height:30px;
line-height:30px;
border:0px solid #eee;
background-image:url(../images/menu.gif);
text-align:center;
color: #632910;
font-weight: bold;
text-decoration: none;
font-size: 12px;
/*vertical-align: middle;*/
}

a.link1:link{
color: #632910;
}

a.link1:hover {
background-position: 0px -30px;
}

a.link1:active{
color: #111111;
background-position: 0px -30px;

}


/***************** content *****************/
#content {
border:0px solid #afb2ae;
background-color:#afb2ae;
width:960;
height:617px;
/*float:right;*/
padding:0px 0px;

}

/***************** content *****************/
#willkommen{
border:0px solid #afb2ae;
background-color:#afb2ae;
width:975;
height:610px;
padding:10px 0px;

}

/***************** Line *****************/
#line{
text-align:center;
background-color:#84898c;
height:75px;
padding:15px;
/*border-bottom:1px solid #000000;*/
margin-bottom:0px;
clear:both;
}