body {
	margin: 0px;
	padding: 0px;
	font-size: 0.7em;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	text-align: center;
	background-color: #EAEAEA;
	background-image: url(../images/bg_main.gif);
	background-position: center top;
	background-repeat: repeat-y;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 90%;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 90%;
}
ul {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 90%;
}
ul ul{
	font-size: 100%;
}
/*----------------------- LINKS ------------------------*/
a{
	color: #ED1C24;
	text-decoration: none;
}
a:hover{
	color: #A92A2F;
	text-decoration: none;
}
a:visited{
	color: #FF0000;
	text-decoration: none;
}
/*---------------------- CONTAINER ------------------------*/

#main_container{
	margin: auto;
	text-align: left;
	width: 820px;
  height: 100%;
}
#head{
	background-color: #FFFFFF;
}
#main_logo{
	width: 820px;
	height: 100px;
	text-align: right;
}
#lang_change{
	float:left;
	padding: 20px;
	width: 320px;
}

/*--------------------------- MAIN NAVI --------------------------*/
#main_navi{
	width: 820px;
	height: 20px;
	color: #969696;
	border-bottom: 1px solid #969696;
	margin-bottom: 3px;
}
#main_navi a{
	display: block;
	float: left;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #969696;
	text-decoration: none;
}
#main_navi a:hover{
	text-decoration: none;
}
a.selected_main_nav{
	color: #000000;
	font-weight: bold;
	background-image: url(../images/navihighlight.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#home{
	float:right;
	margin-right: 15px;
}
/*--------------------------- SUB NAVI --------------------------*/
#sub_navi{
	position: fixed;
	left: 50%;
	top: 200px;
	margin-left: -410px;
	
	width: 170px;
	background-image: url(../images/hr_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
}
#sub_navi a{
	display: block;
	padding: 10px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #969696;
	text-decoration: none;
	background-image: url(../images/hr_left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#sub_navi a:hover{
	text-decoration: none;
}
A.parent_nav{
	color: #000000;
	margin-top:1px;
	font-weight: bold;
	background-color: #F4F4F4;
}

a.selected_nav {
	color: #ED1C24;
	display: block;
	padding: 10px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-image: url(../images/hr_left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.nav_2{
	padding-left: 20px;
	background-color:#FBFBFB;
}

#farbleiste{
	height: 10px;
}

#imagebar{
	width: 408px;
	height: 95px;
	float: right;
}
#inner{
	padding-top: 20px;

	float: right;
	width: 630px;
}
#helper{
	width: 200px;
	float:right;
	color: #969696;

	font-weight: bold;
	font-size: 90%;
}
#helper img{
	margin-left:5px;
	margin-right:5px;
}
#helper_sizer{
	margin: 0px;
	padding: 4px;
	padding-left: 34px;
}
#main_content{
	width: 370px;
	float: left;
	padding-right: 20px;
	padding-left: 35px;
}
/*------------------ STATIC NAVI--------------------------*/
#static_navi{
	width: 620px;
	height: 50px;
	float: right;
	text-align: right;
	background-image: url(../images/hr_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 20px;
}
#static_navi a{
	display: block;
	float: right;
	padding: 3px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #969696;
	text-decoration: none;
}
#static_navi a:hover{
	text-decoration: none;
}
/*-------------------------CONTENT-------------------------------*/
#main_content h1{
	font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
}

#main_content h2{
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
}
#main_content p{
	text-indent: 5em;
	line-height: 1.5em;
	font-size: 90%;
	margin-left: 30px;
}
#main_content img{
	margin: 5px;
}
#NO_INDENT p{
	text-indent: 0em;
	line-height: 1.5em;
	font-size: 90%;
	margin-left: 30px;
}
/*-------------------------FORMULAR -----------------------------*/
input{
	font-size: 90%;
}
/*-------------------------SEARCH -----------------------------*/
.searchresult{
  margin-bottom: 20px;
}
.search_result{
}
.search_item{
}
.search_more{
	text-align: right;
}
