body {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 100%;*/
font-size: 13px;
	color: #000;
text-align: center;
	line-height: normal;
	padding: 0;
	margin: 0;
	background-color: #656767;
	background-image: url(bg_header.png);
	background-repeat: repeat-x;
}
a:link, a:visited, a:active {
	color: #D05A32;

	text-decoration: none;
	}
a:hover {
	color: #000000;
	text-decoration: underline;
	}
hr {
	margin: 15px 0px 15px 0px;
	
/*	width: 100%; */
border: 0px; /* F?r Firefox und Opera */
 border-top: solid 1px #A4A2A2;
 border-bottom: transparent;
 height: 1px; border: 0; color: #A4A2A2; background-color: #A4A2A2;

}
h1 {
	font-size: 1.4em;
	margin: 0px;
	font-style: italic;
}
h2 {
	font-size: 1.6em;
	margin: 0px;
}
h3 {
	font-size: 1.2em;
	margin: 0px;
}
h4 {
	font-size: 1em;
	margin: 0px;
}

form {
	margin: 0;
}
input,
textarea {
  color: #003;
  background-color: #fff;
  border: 1px solid #999;
}

/***********************************
container
************************************/
#container {
	width: 960px;
	/*border: #ccc 0px solid;*/
text-align: left;
	padding: 0px;
	margin: 0 auto;
	
	background-image: url(content_bg.png);
	background-repeat: repeat-y;
}

/***********************************
kopf
************************************/
#logokopf {
	/*background: url(headers/rotate.php) no-repeat 100% 0;
	padding: 156px 0px 0px 0px;*/
	height: 230px;
	width: 960px;
	background-image: url(header_logo.png);
	margin: auto;
	background-repeat: no-repeat;
}
#header_box_right {
	float: left;
	width: 486px;
	height: 115px;
	border: 0px solid #CCCCCC;
	/*background-color: #FFFFFF;*/
	/* background-image: url(menubg.png); */
	padding: 0px 0px 0px 0px;
	margin-top: 30px;
	margin-left: 317px;
	font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

/***********************************
Tpopmenu
***********************************/
#links/* links unter dem logo */
{
	text-decoration: none;
	/*  background-image: url(topmenubg.png);*/
	color: #4f4c5f;
	width: 995px;
	font-size: 10pt;
	text-align: right;
	height: 26px;
	margin-top: 0px;
	float: right;
	line-height: 24px;
	padding: 0px 10px 0px 0px;
	
}
#links a:link, #links a:visited, #links a:active /* links unter dem logo */
{
	color: #4f4c5f;
	/* background-color: #f2f2f2; */
	text-decoration: none;
}


#links a:hover/* links unter dem logo */
{

	/* background-color:#cccccc; */
	text-decoration: underline;
}
#links a.menu_current {
	font-weight: bold;
	color: #000; 	 
	/*background-color: #F5F5FA;*/
}

/***********************************
seitenspalte
************************************/
#seitenspalte {
	float: left;
	width: 180px;
	vertical-align: top;
	/*background-color: #FFF; */
	margin-top: 10px;
	margin-left: 30px;
	margin-bottom: 10px;
}
.menu{
	width: 180px;
	border: 0px;
	border-style: solid;
	border-bottom: 0px dotted;
	border-color: #E8E8FF;
}

.menu li{
	list-style-type: none;
	margin: 10px;
	padding: 2px;
	border-bottom: 1px dotted;
	border-color: #999999;
}

.menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 0px solid;
	border-color: #ccc;
}

.menu ul ul {
	padding-left: 10px;
	/*background-color: #F2F2F9;*/
	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: #999999;
	/*background-color:#EAECFB;*/
	font-weight: bold;
}
.menu a.menu_current {
	font-weight: bold;
	color: #000; 	 
	/*background-color: #F5F5FA;*/
}

/***********************************
hauptcontent
************************************/
#pagetitle_content {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #878c90;
  width: 580px;
  /*background-color: #F3F1EF;*/
	border-bottom: 1px solid #cccccc;
	margin-bottom: 30px;
}
#mainContent {
	float:left;
	width: 580px;
	/*padding: 10px 10px 10px 10px;*/
	margin: 20px 20px 20px 105px; 
	/* background-color: #FFF; */
	position: relative;
	vertical-align: top;
	line-height: 1.5em; 
	text-align: left; 
	word-spacing: 1px;	
	
}
/* #mainContent a:link, #mainContent a:visited, #mainContent a:active {
	border-bottom: 0px dotted #333; 
color: #5E6C9F;

}
#mainContent a:hover {
	border-bottom: 1px solid #333;
	background-color:#E1EAEA;
}*/
#mainContent img {
text-decoration: none;
}
#mainContent h1 {
	border-bottom: #036 1px solid;
}
#printsymbol {
	float: right;
	margin: 60px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
	border-bottom: 0px
}
#printsymbol a:link, #printsymbol a:visited, #printsymbol a:active {
border-bottom: 0px
}
/***********************************
cleardiv
************************************/

#clear
	{
	clear: both;
	height:5;
	}


/***********************************
footer
************************************/

#footer {
	color: #fff;
	vertical-align: middle;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*background-image: url(bg_footer.png);*/
	height: 150px;
	/*background-repeat: repeat-x;*/
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover { 
	border-bottom: 1px dotted #333; color: #333; 
	}

#footer_centerbg {
	vertical-align: middle;
	text-align: center;
	
	padding: 50px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(footer.png);
	height: 150px;
	background-repeat: no-repeat;
	width: 960px;
	margin: auto;
}
