/* CSS Document */

* {
margin:0;
padding:0;
}

body {
/*background-image:url(fileadmin/images/layout/body_large.jpg);*/

background-color:#8a151a;
background-repeat:no-repeat;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
text-align:center;
padding-top:10px;
}

#header {
width:980px;
margin: 0 auto;
padding-top:5px;
padding-bottom:5px;
text-align:left;
font-family:Georgia, "Times New Roman", Times, serif
size:14px;
color:#f9eabf;
color:#bcb354;
}

#maincontent {
width:960px;
height:400px;
margin: 0 auto;
padding-top:5px;
padding-bottom:25px;
border:#fff 10px solid;
background-color:#f9eabf;
text-align:left;
}

#left {
width:280px;
float:left;
}



#left a:active, #left a:link, #left a:visited{
font-family:"Trebuchet MS", Tahoma, sans-serif;
font-size:14px;
color:#651317;
font-weight:bold;
margin-left:35px;
margin-top:3px;
text-decoration:none;
}

#left a:hover{
font-family:"Trebuchet MS", Tahoma, sans-serif;
font-size:14px;
color:#ad4f1f;
font-weight:bold;
margin-left:35px;
margin-top:3px;
}



#middle {
width:340px;
float:left;
margin-top:100px;
}
#right {
margin-left:620px;
font-family:"Trebuchet MS", Tahoma, sans-serif;
font-size:12px;
color:#731c1f;
margin-right:15px;
margin-top:60px;
}

#footer {
clear:both;
width:980px;
margin: 0 auto;
padding-top:5px;
padding-bottom:5px;
text-align:left;
font-family:"Trebuchet MS", Tahoma, sans-serif;
font-size:12px;
color:#f9eabf;
color:#bcb354;
}

#footer a:active, #footer a:link, #footer a:visited{
font-family:"Trebuchet MS", Tahoma, sans-serif;
color:#bcb354;
font-size:12px;

text-decoration:none;
}

#footer a:hover{
font-family:"Trebuchet MS", Tahoma, sans-serif;
font-size:12px;
color:#fff;


}