body {
	color: #000000;
	font-family: Arial, Verdana;
}

a {
	text-decoration: none;
	color: #000000;
}
.hr{
	border-bottom: 1px solid #aaaaaa;
	padding-top: 20px;
	clear: both;	
}
#main_container {
	width: 740px;
	position: relative;
	margin: auto auto;
	min-height: 100%;
	height: auto;
	top: 10px;
	background-repeat: repeat-y;
}
#main_container #header{
	margin-bottom: 15px;
}

#main_headline{
	font-size:21px;
	font-weight: bold;
	text-align: right;
}
#sub_headline{
	font-size:14px;
	font-weight: bold;
	text-align: right;
}

#main_container #left{
	font-weight: bold;
	width: 150px;
	float: left;
}
#main_container #left .info{
	font-weight: normal;
	font-size: 14px;
}
#main_container #left .title{
	vertical-align:text-bottom;
	text-bottom: 0px;
	height: 25px;
	font-weight: bold;
}
.bottom{
	position: relative;
	bottom: 0px; 
	vertical-align:text-bottom;
	text-bottom: 0px;
}
#main_container #left img{
	position: relative;
	left: -10px;
	width: 150px;
	margin-top: 200px;
}
#main_container #right{
	font-size: 14px;
	width: 590px;
	float: right;
	line-height: 1.3em;
}
#main_container #right .title{
	width: 100%;
	text-bottom: 0px;
	height: 25px;
	font-size: 19px;
	padding-left: 10px;
	font-weight: bold;
	clear: both;
}
#main_container #right .sub_title{
	width: 100%;
	text-align: right;
	margin-top: 5px;
}

#main_container #right .text{
	width: 90%;
	float: right;
	text-align: justify;
}
#main_container .row .spalte_rechts p{
	margin-top: 10px;
	margin-bottom: 10px;
}

.tall_16{
	font-size: 25px;	
}
.tall_14{
	font-size: 16px;	
}
.bold{
	font-weight: bold;	
}
.menu{
	text-align: right;
	width: 100%;	
}
.menu_top
{
	border-bottom: 1px solid #000000;
	margin-bottom: 40px;
}
.menu_bottom
{
	text-align: center;
	clear: both;
	border-top: 1px solid #aaaaaa;
	margin-top: 40px;
}
.menu_bottom menu
{
	padding-right: 20px;
	padding-left: 20px;
}
.menu ul li
{
	display: inline;
}
.menu a
{
	color: #AAAAAA;
	text-decoration: none;
}
.menu ul li a:hover
{
	color: #000000;
	cursor: pointer;
}
#main_content
{
	width: 100%;
	background-color:#FFFFFF;
	float: left;
}