/* speedtrans.de
Autor: Bjoern Buchholz
Version: 1.0, 30.10.2018
General-Definitionen


/* ----- MAIN-NAVIGATION - ANFANG ----- */

#DIV_main_navigation {

	width:1024px;
	height:50px;
	position: relative;
	z-index:400;
	background: url(../images/navigation/hm_bg_1_50.png);
	background-repeat: repeat-x;
	float:left;
}

#DIV_main_navigation p, 
#DIV_main_navigation a {
	font-size: 20px;
	letter-spacing:1px;
	color: #FFF;
}
#DIV_main_navigation a:link {
	color: #FFF;
}
#DIV_main_navigation .aktiv {
	color: #a51d2f;
	
}
#DIV_main_navigation a:hover{
	color: #a51d2f;
}
#DIV_hm1{
	width:auto;
	height:25px; 
	border-right:solid  #666666 1px;
	text-align:left;
	margin-top:10px;
	padding:3px 15px 0 20px;
	float:right;
}
#DIV_hm2{
	width:auto;
	height:25px;
	border-right:solid  #666666 1px;
	text-align:left;
	margin-top:10px;
	padding:3px 15px 0 20px;
	float:right;
}
#DIV_hm3{
	width:auto;
	height:25px;
	border-right:solid  #666666 1px;
	text-align:left;
	margin-top:10px;
	padding:3px 15px 0 20px;
	float:right;
}
#DIV_hm4{
	width:auto;
	height:25px;
	border-right:solid  #666666 1px;
	text-align:left;
	margin-top:10px;
	padding:3px 15px 0 20px;
	float:right;
}
#DIV_hm5{
	width:auto;
	height:25px;
	text-align:left;
	margin-top:10px;
	padding:3px 105px 0 20px;
	float:right;
}
	
	
/* ----- SUB-NAVIGATION - ANFANG ----- */


.DIV_Sub-Navigation {
	width:210px;
	height:170px;
	padding:55px 0 0px 100px;
	text-align:left;
	overflow: auto;
}
.DIV_Sub-Navigation p, 
.DIV_Sub-Navigation a {
	font-size: 12px;
	line-height:24px;
	margin-top:-5px;
	color: #FFF;
}
.DIV_Sub-Navigation a:link, 
.DIV_Sub-Navigation a:active, 
.DIV_Sub-Navigation a:visited {
	color: #CCC;
	text-decoration: none;
}
.DIV_Sub-Navigation a:hover {
	color:#990033;
	text-decoration: none;
}	


/* ------ Header NAVIGATION hell ------  */

#DIV_header_navigation {
	z-index:2;
	width:1004px;
	height:20px;
	text-align:right;
	padding-top:10px;
	float:left;
}
#DIV_header_navigation p, #DIV_header_navigation a {
	font-size:11px;
	color:  #FFF;
}
#DIV_header_navigation a:link, 
#DIV_header_navigation a:active, 
#DIV_header_navigation a:visited {
	color:  #FFF;
	text-decoration: none;
}
#DIV_header_navigation a:hover {
	color: #990033;
	text-decoration: none;
}


/* Footer NAVIGATION */

#DIV_footer {
	width:1024px;
	height:150px;
	background-color: #a51d2f;
/*	background: url(../images/navigation/hm_bg_1_39.png);
	background-repeat:repeat-x;*/
	text-align:left;
	margin:0px 0px 20px 20px;
	float:left;
}
#DIV_footer p, #DIV_footer a {
	font-size: 11px;
	color: #FFF;
}
#DIV_footer a:link, #DIV_footer a:active, #DIV_footer a:visited {
	color: #FFF;
	text-decoration: none;
}
#DIV_footer a:hover {
	color:#e91838;
	text-decoration: none;
}
.DIV_partnerlogo1 {
	width:100%;
	height:80px;
	padding: 10px 0 0 200px;
	float:left;
}
.DIV_copyright {
	width:270px;
	height:25px;
	text-align:left;
	padding: 20px 0 0 40px;
	float:left;
}
.DIV_footer_navigation {
	width:674px;
	height:25px;
	padding: 20px 0 0 0px;
	text-align:right;
	letter-spacing: 1px;
	float:left;
}
#slideShow div {display:inline-block; height:285px;}

#topcontrol {
	z-index: 1000;
	position: fixed;
	bottom: 200px; 
	right: 50px; 
	opacity: 0; 
	cursor: pointer;
	width:58px; 
	height:60px;
}
#topcontrol {
	background-image:url(../images/navigation/ontop_58_60.png)

}