/* CSS Document */

body{margin-left: 0px; margin-right: 0px; margin-bottom: 0px; margin-top:10px; background-color:#FFFFFF;}

/* 
allgemeines
-------------------------------------------------- */ 
.clear{
clear:both;
}

.left{
float:left;
display:inline;
}

.right{
float:right;
display:inline;
}

.hidden{
	display:none;
}

p {margin: 0 0 0 0;}
h1, h2, h3, h4, h5, h6 {margin: 0 0 0 0; padding: 0 0 0 0;}


/* 
container
-------------------------------------------------- */ 
.main_home{
	width:966px;
	margin:0px auto;
	align:center;
	display:block;
}

#main_home_metanav{
	float:right;
	margin:0 0 0 0;
	display:block;
}

#main_home_language{
	float:right;
	padding:0 8px 0 0;
	margin:0 0 0 0;
	display:block;
/*	display:none !important;  */
}
/*   */
#main_home_content_out{
	float:left;
	width:966px;
	height:496px;
	background-image:url(../images/home_hg_1.jpg);
	background-repeat: no-repeat;  
	margin: 10px 0 0 0;
	display:block;
}

#main_home_reproad{
	float:right;
	width:466px;
	height:45px;
	margin: 42px 0px 0 0px;
/*	padding: 12px 14px 14px 0px;
	background-color:#E5E3E4;
	background-color:#FF0000;   */
	display:block;
}

#main_home_content{
	float:right;
	width:466px;
	height:250px;
	margin: 0px 0px 0 0px;
/*	padding: 12px 14px 14px 0px;
	background-color:#E5E3E4;
	background-color:#FF0000;   */
	display:block;
}

#main_home_logo{
	float:right;
	width:110px;
	margin: 49px 0 0 0;
	display:block;
}

	


/* 
footer
-------------------------------------------------- */ 
#bottom_home{
	float:left;
	width: 950px;
	height: 30px;
	margin:4px 0 0 12px;
	display: block;
}

.spacer {
	height:10px;
	max-height: 10px;
	display: block;
}



/* 
classes
-------------------------------------------------- */ 
.maintitle_home h1{font-family:Arial, Helvetica, sans-serif; font-size:24px; font-weight:bold; color:#FFFA00; margin: 0 0 20px 0; height:59px;}
.maintitle_home{font-family:Helvetica, Arial, sans-serif; font-size:40px; line-height:43px; font-weight:bold; color:#666666; margin: 0 0 30px 0; letter-spacing:-0.02em;}
.maintitle_home A:link {color: #666666; text-decoration:underline;}
.maintitle_home A:visited {color: #666666; text-decoration:underline;}
.maintitle_home A:active {color: #666666; text-decoration:underline;}
.maintitle_home A:hover {color: #E77A1E; text-decoration:underline;}

.maintitle_reproad h1{font-family:Arial, Helvetica, sans-serif; font-size:24px; font-weight:bold; color:#333333; margin: 0 0 20px 0; height:59px;}
.maintitle_reproad{font-family:Helvetica, Arial, sans-serif; font-size:40px; line-height:43px; font-weight:bold; color:#333333; margin: 0 0 30px 0; letter-spacing:-0.02em;}
.maintitle_reproad A:link {color: #333333; text-decoration:underline;}
.maintitle_reproad A:visited {color: #333333; text-decoration:underline;}
.maintitle_reproad A:active {color: #333333; text-decoration:underline;}
.maintitle_reproad A:hover {color: #E77A1E; text-decoration:underline;}

.footer_home{font-family:Tahoma, Arial, Helvetica, sans-serif; font-size:11px; color:#333333; text-align:left;}
.footer_home A:link {color: #333333;text-decoration:underline;}
.footer_home A:visited {color: #333333;text-decoration:underline;}
.footer_home A:active {color: #333333;text-decoration:underline;}
.footer_home A:hover {color: #333333;text-decoration:underline;}

