*html {
	height:100%;
	font-size: 12px;		
}


body {
	margin:0;
	padding:0;
	height:100%;
	background-color: #DCBF99;
	background-image: url(img/bodybg.jpg);
	background-repeat: repeat-x;
}

/*----- boxes -------------------------*/

#bodybox {
	background: #DCBF99 url(img/mainbg.gif) repeat-y;
	width:980px;
	height:70%;
	min-height:100%;
	margin:0 auto;
	text-align: left;	
}


.nopr {float:left; }

.topbox {
	width:754px;
	height:74px;
	background-image: url(img/topbg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}


#leftbox {
	margin: 0;
	width:200px;
	float:left;
	color:#dddddd;
	background-color: #C48F5E;
}


#mainbox {
	width:720px;
	float:left;
	XXbackground-color: #fee;
}


.maincontentwide {}

.maincontent {
	width:500px;
	float:left;
	display: inline;
	xxbackground-color: #f00;
}

.maincontent h1 {width:720px;}

.rightcontent {
	width:200px;
	margin: 60px 0 0 0;
	min-height:100px;
	float:right;
	display: inline;
	background-color: #ead5c2;
}

.maincontent3 {
	width:720px;
	clear:both;
}
/*siehe unten "specials" */

.clearer {clear:both; height:1px;}


#headerbox {
	width:200px;
	height:200px;
	background-color: #cccccc;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	margin:0;
}


.header {
	margin:0 0 0 10px;
	padding-top:20px;
	font-size: 16px;
	font-weight: bold;
	}

.header a {	
	text-decoration: none;
}


.headersub {
	margin:10px 0 0 10px;
	font-size: 14px;
	color:#000000;
}

/*-- footer  -----------*/

#footerbox {
	clear:both;
	Xmargin-bottom:0;
	width:980px;
	height:45px;
	background: #DCBF99 url(img/footerbg.gif) no-repeat;
}


#footerbox a {
	margin-top:5px;
}



/*-- Menue  -----------*/

#menu {	
	line-height: 160%;
	width: 200px;	
}	

#menu ul {
margin: 0;
padding-left: 0;
list-style-type: none;
}

#menu li a {
	display: block;
	padding: 2px 15px;
	width: 170px;
	background-color: #8F7C63;
	border-bottom: 1px solid #000000;
}

#menu li ul a {
background-color: #C7B59D;
padding: 0 5px 0 25px;
}

#menu li ul ul a {
background-color: #DCBE98;
width: 165px;
padding: 0 0 0 35px;
}

#menu a:link, #menu  a:visited
{
color: #eeeeee;
text-decoration: none;
}



#menu a:hover {
	background-color: #DCBE98;
	color: #000000;
}

.menu-current > a {
	background-color: #4C4C4C ! important;
	color: #000000;
	font-weight: bold;
}

/*---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:#ffffff;}

#leftbox input {color:#ffffff;}

#leftbox legend {
	color:#ffffff;
	font-weight: bold;
	margin-left:-3px;
}

#leftbox input {
	border: 1px solid #ffffff;
	background-color:#DCBE98;
	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 {
color: #DCBE98;

	/*display:block;
	clear:both;
	padding:0;
	line-height: 11px;
	margin-top:10px ! important;*/
}

/*---Search----*/

#search {width:190px;}

#search .inputfield { width:110px; padding-left:3px; float:left; }

#search .submit{ float: right; padding:0 5px;}

.footera {width:210px; float:left; text-align: center;}

.footerb {float:left; width:530px; text-align: center;}


/*specials*/
.rightcontent div img {margin: 0 0 5px 0;}
.rightcontent p {font-size: 11px; line-height: 140%; margin: 3px 5px 5px 7px;}
.rightcontent ul {font-size: 11px; line-height: 140%; margin: 3px 5px 5px 15px;}
.rightcontent h3 {font-size: 14px; line-height: 110%; margin: 5px 5px 2px 7px;}
.rightcontent h4 {font-size: 12px; line-height: 110%; margin: 5px 5px 2px 7px;}



/*--------------PRINT------------------*/
 
@media print {
 .nopr, #leftbox, #topmenu, #footerbox, #gecko_scrollbar {display:none;}
 #mainbox {width:80%; margin-left:15%}
}
















































