@charset "UTF-8";
/* CSS Document */

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

body{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
background-color:#f1f1f1;
}

#container{
margin:auto;
width:841px;
}

#header{
width:841px;
height:255px;
background-image:url(/images/header.jpg); 
}

#title{
width:813px;
height:31px;
background-image:url(/images/title_loop.jpg);
font-size:24px;
color:#7d1612;
padding-top:7px;
padding-right:28px;
text-align:right;
}

#wrapper{
width:841px;
background-image:url(/images/wrapper_loop.jpg);
overflow:auto;
}

#navi{
width:229px;
float:left;
}

#navi li{
margin-left:19px;
list-style:none;
}

#navi li a{
padding-left:25px;
color:#7d1612;
text-decoration:none;
}

#navi li a.mainNoActive:hover{
background-color:#ede5c4;
}

#content{
float:left;
width:520px;
padding-top:26px;
padding-left:35px;
padding-right:35px;
min-height:300px;
height:auto !important;
  height:300px;
text-align:justify;
font-size:12px;
}

.bild{
text-align:center;
}

#footer{
float:none;
width:841px;
height:70px;
background-image:url(/images/footer.jpg);
}

.mainActive{
width:185px;
height:20px;
background-color:#fffef9;
display:block;
padding-top:1px;
}

.mainNoActive{
width:185px;
height:20px;
background-color:#f3edd6;
display:block;
padding-top:1px;
}

.mainActive a:hover{
width:185px;
height:20px;
background-color:#FFFF00;
display:block;
padding-top:1px;
}

a{
color:#7d1612;
text-decoration:none;
}

.gallery_title{
font-size:18px;
color:#7d1612;
}

#ibrows{
text-align:right;
font-size:10px;
}

#ibrows a{
color:#000000;
}


