

* html {
	height:100%;
	font-size: 16px;		
}

body {
	margin:0;
	padding:0;	
	background: #FF0000;	
	height:100%;
				
}

	
/*----- boxes -------------------------*/

#bodybox {
	background: #FF0000 url(img/main.jpg) repeat-y;
	width:962px;
	height:30%;
	min-height:100%;
	margin:0 auto;
	text-align: left;
	
}


.nopr {float:left; }



#leftbox {
	margin: 13px;
	width:199px;
	float:left;
	color:#FFFFFF;
	background-color: #FF0000;
}


#mainbox {
	margin: 30px;
	color: #FFFFFF;
	font-size: 14px;
	margin-top:180px;
	width:640px;
	float:left;
	
}

	
#headerbox {
	width:962px;
	height:216px;
	background-color: #FF0000;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	margin: -13px;
}

.header {
	margin: 0 0 0 0px;
	padding-top:170px;
	font-size: 16px;
	font-weight: bold;
	line-height: 80%;
	}
	
.header a {	
	color: #FFFFFF ! important;	
	text-decoration: none;
}

.headersub {
	margin:0px 0 0 10px;
	font-size: 14px;
	color:#FF0000;
	font-weight: bold;
}

/*-- footer  -----------*/

#footerbox {
	clear:both;	
	width:962px;
	height:156px;
	background: #FF0000 url(img/footer.jpg) no-repeat;
}

#footerbox a {
	margin-top:0px;	
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}

#gecko_scrollbar { 
	display: none; 
} 

html>body #gecko_scrollbar { 
	position: absolute; 
 	z-index: 1; 
	bottom: -1px; 
	left: 0; 
	width: 1px; 
	height: 1px; 
	display: block; 
	font-size: 0; 
}

/*-- Menue Left  -----------*/

#menu {	
	line-height: 160%;
	margin-top:12px;
	width: 199px;	
}	

#menu ul {
	margin: 0;
	padding-left: 0;
	list-style-type: none;
}



#menu li a {
	display: block;
	padding: 2px 10px;
	width: 179px;
	border-bottom: 1px solid #FFF;
}

#menu li ul a {
	background-color: #999999;
	padding: 0 5px 0 15px;
}

#menu li ul ul a {
	background-color: #555;
	width: 199px;
	padding: 0 0 0 35px;
}


#menu a:link, #menu  a:visited
{
color: #FFFFFF;
text-decoration: none;
}

#menu a:hover {
	background-color: #666666;
	color: #FFFFFF;
}


#menu  .menu-current {
	background-color: #999999;
	color: #8F8E8C;
	font-weight: bold;
}

#menu  .menu-parent {
	background-color: #999999;
}





/*---Login, Logout, search----*/
#leftbox form { margin-top:10px; width:100%; font-size: 0.8em; }
#leftbox fieldset {padding:0; border: 0; margin:0 auto; width:190px; color:#FF0000;}

#leftbox input {color:#FF0000;}
#leftbox legend {
	color:#FF0000;
	font-weight: bold;
	margin-left:-3px;
}

#leftbox input { border: 1px solid #FF0000; background-color:#555555;  font-size: 1em; margin: 2px 0 5px 0;}
#leftbox label {margin:2px 0 0 4px; }

/* login/logout*/

#login .formtext, #logout .formtext { 
	display:block;
	clear:both;text-align: center;
	font-size: 10px; line-height: 11px; margin: 2px 0 20px 5px; 
}

#login .inputfield, #logout .inputfield { width:183px; }
#login .submit, #logout .submit { width:70px; float: right; margin:5px 0 5px 0; padding:0 5px;}


#login a, #logout a {
	color: #d3ddea;
	text-decoration: none;	
}

/*---Search----*/
#search {width:190px;}
#search .inputfield { width:110px; padding-left:3px; float:left;}
#search .submit { float: right; padding:0 5px;}

#leftbox  .submitbutton {
	font-weight: normal ! important;
}

.footera {width:210px; float:left; text-align: center;}
.footerb {float:left; width:530px; text-align: center;}

/*-------------------------- MODULES -------------------------- */

/*--------- News Module ---------------------------*/

.post_top td { padding-top:20px; border-bottom: 1px solid #5184b6; }
.post_title a {text-decoration: none; color: #5184b6; font-size:16px;}
.post_date {}
.post_short { border-bottom: 1px solid #000000; }

/*------Recent Post, Resent Comments --------*/
.display_latest h2 {margin:0;}
.display_latest hr {
	margin:0;
}
.display_latest h3, .display_latest strong {margin:0; font-size:13px;}
.display_latest p {margin:0; font-size:11px;}


/*-------------------------PRINT-----------------------------*/
  
@media print {

 .nopr, #leftbox, #topmenu, #footerbox, #gecko_scrollbar {display:none;}
 #mainbox {width:80%; margin-left:15%}

}