body {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #002142;
	line-height: normal;
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
	/* background-image: url(bg.jpg); */
	background-repeat: repeat-x;
}
a:link, a:visited, a:active {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
hr {
	margin: 15px 0px 15px 0px;
	color: #003366;
	height: 1px;
	width: 100%;
}
h1 {
	font-size: 1.4em;
	color: #003;
	margin: 0px;
	font-style: italic;
}
h2 {
	font-size: 1.6em;
	color: #003;
	margin: 0px;
}
h3 {
	font-size: 1.2em;
	color: #003;
	margin: 0px;
}
h4 {
	font-size: 1em;
	color: #003;
	margin: 0px;
}

form {
	margin: 0;
}
input,
textarea {
  color: #003;
  background-color: #fff;
  border: 1px solid #999;
}

/***********************************
container
************************************/
#container {
	width: 772px;
	border-bottom: #ccc 1px solid;
	padding: 0px;
	/*margin: 0 auto; */
	background-color: #FFFFFF;

}
/***********************************
masthead
************************************/
#masthead {
	background: url(top.jpg) no-repeat 100% 0;
	padding: 178px 0px 0px 0px;
}
/*
.stripe {
	margin: 0; 
	padding: 0;
	height: 40px;
    opacity: 0.6;
	filter: alpha(opacity=60);
	background-color: #c6d8d8;
	}
	
.stripe h1 {
	font-size: 2.4em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: bottom;
	color: #003;
	margin: 0px;
	font-style: italic;
}
*/



/***********************************
sidebar
************************************/
#sidebar {
	float: left;
	width: 170px;
	vertical-align: top;
	background-color: #FFF;
	margin-top: 30px;
	margin-left: 20px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.menu{
	border: 1px;
	border-style: solid;
	border-color: #CCC;
}

.menu ul, .menu li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid;
	border-color: #999;
}
.menu ul ul {
	padding-left: 10px;
	background-color: #80bcde;
	border-bottom: 0px;
}
.menu a:link, .menu a:visited, .menu a:active {
	padding: 4px 10px 4px 10px;
	color: #003;
	display: block;
	text-decoration: none;
	font-weight: normal;	
}
.menu a:hover {
	text-decoration: none;
	color: #C00;
}
.menu_current {
	font-size: 1.0em;
	font-weight: bold;
	background-color: #ff9650;
	text-decoration: underline;
}

.tools {
	float: left;
	width: 170px;
	color: #666;
	text-align: center;	
	background-color: #FFF;
	font-size: 70%;
	padding: 0px;
}
.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;
}
#mainBox {
	float: left;
}

#rightImageBox{
	float: left; 
	height: 720px; 
	width: 210px;
	//*border: 1px solid #CCCCCC;
	border-left: none; *//
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/***********************************
main content
************************************/
#mainContent {
	float:right;
	width: 520px;
	padding: 20px;
	background-color: #FFF;
	position: relative;
	vertical-align: top;
	line-height: 20px; 
	text-align: left; 
	word-spacing: 2px;
	margin-top: 20px;	/* drückt das ganze nach unten! */
}


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

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


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

#footer {
	color: #999;
	vertical-align: middle;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 99%;
	margin-left: 100px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #999;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover { 
	border-bottom: 1px dotted #333; color: #333; 
	}
