body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 83%;
	color: #5b5b5b;
	line-height: normal;
	padding: 0;
	margin: 10px 0 0 0;
	background-color: #eeeeee;




}
a:link, a:visited, a:active {
	color: #D81E05;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
hr {
	margin: 15px 0px 15px 0px;
	color: #333;
	height: 1px;
	width: 100%;
}


form {
	margin: 0;
        float:left;


}
input,textarea {
  color: #003;
  background-color: #CCCCCC;
  border: 1px solid #808080;
}
img {
	float:left;
	margin: 0px 20px 20px 0;
}

/***********************************
container
************************************/
#mainContainer { 
	width:854px; 
	padding:1px; 
	border:1px solid #EF3E33;  
	margin:5px auto  auto; 





}

#container {
	width: 832px;
	border: #ddd 1px solid;
	padding: 10px;
	margin: 0 ;
	background-color: #EF3E33;
}

/***********************************
masthead
************************************/
#masthead {
        background: url(header.jpg) no-repeat 100% 0;
	padding: 0px 0px 0px 0px;
        margin:0px 0px 0px 0px;
        height: 160px;

	}
	
	
#header {
        background-color: #ffffff;
	padding: 0px 0px 0px 0px;
        margin:2px 20px 20px 0px;
        height: 87px;
	}


.site_name h1{
	color:#000;
	margin: 0 0 70px 30px;
	font-size: 2em;
	}
	


.stripeabstand {
	margin: 70; 
	padding: 0;
	height: 0px;
	float: bottom;
        opacity: 0.7;
	filter: alpha(opacity=100);
	background-color: #ffffff;
	}





.stripe {
	margin: 0; 
	padding: 0;
	height: 25px;
	float: bottom;
        opacity: 0.7;
	filter: alpha(opacity=100);
	background-color: #EF3E33;
	}
	
.stripe h1  
{
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	vertical-align: bottom;
	color: #ffffff;
	margin: 0px;
        padding-left: 10px;
	font-style: verdana;
}


/***********************************
sidebar
************************************/
#sidebar {
	float: left;
	width: 152px;
	vertical-align: top;
	background-color: #EF3E33;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
}
.menu{
	border: 0px;
	border-bottom: 0px;
	border-style: solid;
	border-color: #fff;
}

.menu li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid;
	border-color: #fff;
}

.menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-color: #EF3E33;
}
.menu ul ul {
	padding-left: 10px;
	background-color: #EF3E33;
	border-bottom: 0px;
}
.menu a:link, .menu a:visited, .menu a:active {
	padding: 4px 10px 4px 10px;
	color: #ffffff;
	display: block;
	text-decoration: none;
	font-weight: bold;

}
.menu a:hover {
	text-decoration: underline;
	color: #808080;
}
.menu_current {
	font-color: #ffcc00;
background-color: #ffffff;

}

#tools {
	float: left;
	width: 140px;
	color: #666;
	text-align: center;	
	background-color: #EF3E33;
	font-size: 100%;
	padding: 10px;
}
.tools input {
	width: 80%;
	font-size: 80%;
}
.tools a:link, .tools a:visited, .tools a:active {
	color: #999;
	text-decoration: none;
}
.tools a:hover {
	color: #FFF;
	text-decoration: none;
}

/***********************************
main content
************************************/
#mainContent {
	float:right;
	width: 640px;
	padding: 20px;
	background-color: #FFF;
	position: relative;
	vertical-align: top;
	line-height: 20px; 
	text-align: left; 
	word-spacing: 2px;	
}
#mainContent a:link, #mainContent a:visited, #mainContent a:active {
	border-bottom: 1px dotted #BE5532; 
}
#mainContent a:hover {
	color: #666;
	background-color: #EEE4C9;
}
.illustrations {
	float:right;
	width: 200px;
	margin: 0px 0px 0px 0px;
	position: relative;
}
#mainContent h1 {
	font-size: 1.4em;
	color: #BE5532;
	margin: 0px;
	font-style: italic;
	border-bottom: 1px solid #EEE4C9;
}
#mainContent h2 {
	font-size: 1.6em;
	color: #633;
	margin: 0px;
}
#mainContent h3 {
	font-size: 1.2em;
	color: #BE5532;
	margin: 0px;
}
#mainContent h4 {
	font-size: 1em;
	color: #BE5532;
	margin: 0px;
}

/***********************************
separator
************************************/

#clear
	{
	clear: both;
	height:8;
	}


/***********************************
footer
************************************/

footer {
	color: #eeeeee;
	vertical-align: middle;
	text-align: center;
	font-size: .8em;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #888888;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover { 
	border-bottom: 1px dotted #333; color: #333; 
	}
