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

*{
margin:0;
padding:0;
}

body{
background-color:#9F9F9F;
background-image:url(images/sitebg.jpg);
background-repeat:repeat-x;
}
#wrapper{
width:100%;
margin:0 auto;
min-height:100px;
}
#inner{
position:realative;
width:1000px;
min-height:100px;
margin:0 auto;
background-color:transparent;		
}
#nojava{
min-height:20px;
background-color:#F00;
color:#FF0;
text-decoration:none;
font-family:Arial,Tahoma,Verdana;
font-size:10pt;
font-style:normal;
text-align:center;
}
#header{
height:150px;
width:1000px;
background-image:url(images/websiteheader.jpg);
background-repeat:no-repeat;
background-color:#000000;
margin-top:20px;
border-style:solid;
border-color:#E6E6E6;
border-left-width:1px;
border-right-width:1px;
border-top-width:1px;
border-bottom-width:0px;
}
#topnavi{
float:left;
position: relative;
height:auto;
width:1000px;
padding-top:0px;
padding-left:0px;
background-image:url(images/navbg.jpg);
background-repeat:repeat-x;
background-color:#333333;
border-style:solid;
border-color:#E6E6E6;
border-left-width:1px;
border-right-width:1px;
border-top-width:0px;
border-bottom-width:0px;
}

.topmenu{
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin-top:0px;
width:100%;
height:auto;
backround-color:transparent;
padding-left:0px;
/*clear:both;*/
}


a.topmenu { 
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
display:block;
margin-bottom:0px; 
text-align:left; 
width:95px;
height:20px;
/*outline: 1px solid #333333;*/
backround-color:transparent;
padding-left:5px;
padding-top:5px;
padding-bottom:2px; 
text-decoration:none;
}

a.topmenu:link{ 
color:#F1f1f1;
background-color:#666666; 
}

a.topmenu:visited { 
color:#F1f1f1; 
background-color:transparent; 
}
a.topmenu:hover { 
color:#FFCC00; 
background-color:#383838; 
}
a.topmenu:active { 
color:#ffffff;
background-color:#E7E7E7; 
}

#contentbox{
float:left;
padding:10px;
width:980px;
min-height:480px;
color:#333333;
background-color:#f1f1f1;
background-image:url(images/contbg.jpg);
background-repeat:repeat-x;
font-family:Arial,Tahoma,Verdana;
font-size:10pt;
font-style:normal;
border-style:solid;
border-color:#E6E6E6;
border-left-width:1px;
border-right-width:1px;
border-top-width:0px;
border-bottom-width:0px;
}

#contentbox a:link{
color:#333333;
text-decoration:underline;
}
#contentbox a:hover{
color:#C00;
text-decoration: none;
}
#contentbox a:visited{
color:#333333;
text-decoration: underline;
}
#contentbox a:visited:hover{
color:#c00;
text-decoration: none;
}

#footer{
float: left;
position: relative;
width:992px;
height:25px;
padding-left:10px;
padding-top:5px;
background-color:#cccccc;
background-image:url(images/footerbg.jpg);
background-repeat:repeat-x;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
font-size:12px;
display:block;
margin-bottom:10px; 
text-align:left;
}

#footer a{
color:#333333;
}
#footer a:link{
color:#333333;
text-decoration:none;
}
#footer a:hover{
color:#333333;
text-decoration:underline;
}

.spacer{
float:left;
width:100%;
height:5px;
background-color:transparent;
}

#galleriebox{
margin: 0 auto;
}
.newsbox{
float:left;
position: relative;
min-height:100px;
width:971px;
border-style:solid;
boder-color:#333333;
border-width:1px;
background-color:#ffffff;
color:#333333;
margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:15px;

}
.newsboxhead{
float:left;
position: relative;
width:961px;
height:15px;
/*background-color:#036;*/
background-color:#663;
color:#f1f1f1;
padding-left:10px;
padding-top:5px;
padding-bottom:5px;
font-family:Arial,Tahoma,Verdana;
font-size:12px;
font-style: normal;
text-align:left;
}
.newsboxcontent{
float:left;
position: relative;
font-family:Arial,Tahoma,Verdana;
font-size:10pt;
font-style:normal;
text-align:left;
width:100%;
height:100%;
padding:10px;
}
.leitb{
border-style:inherit;
border-width:1px;
border-color:#333333;
}