@charset "utf-8";

/*---------------------------------------------------------------------------------------
---------------------------------------Allgemein-----------------------------------------
---------------------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	list-style-type: none;
	color:#ffffff;
	font-size:12px;
	outline:none;
}


body {
    background:url(../images/layout/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#c70000;
}


h1 {
    font-size:18px;
	color:#ffffff;
	font-weight:bold;
}

h2 {
    font-size:11px;
	color:#ffffff;
	font-weight:bold;
	padding: 0 0 50px 0 ;
}

h3 {
    font-size:12px;
	padding-bottom:10px;
	color:#ffffff;
	font-weight:bold;
}

p {
    padding: 0 0 20px 0;
	line-height:18px;
}
.footer_text {
    font-size:10px;
	color:#FFFFFF;
	float:left;
	margin: 0 10px 0 10px ;
}

.navi_list a.navi:link {
	color: #010101;
	text-decoration: none;
}
.navi_list a.navi:visited {
    color: #010101;
	text-decoration: none;
}
.navi_list a.navi:hover {
	text-decoration: none;
	color: #c70000;
}

.clear {
    clear:both;
}

.navi_list li {
    padding: 0 0 6px 0;
}

.Stil1 {
	font-size: 10px;
	font-style: italic;
}

.liste li{
    list-style:circle;
	margin-left:40px;
	line-height:18px;
}

/*---------------------------------------------------------------------------------------
------------------------------------------Layout-----------------------------------------
---------------------------------------------------------------------------------------*/

#wrapper {
    width:900px;
	height:auto;
	margin:0px auto;
	background-color:#c70000;
	overflow:hidden;
	background:url(../images/layout/layout03rot_01.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

#n1 {
    width:189px;
	height:132px;
	background:url(../images/layout/n1.jpg);
	float:left;
	padding: 210px 0 0 75px ;
}

#n1_abschlepp {
    width:189px;
	height:132px;
	background:url(../images/layout/n1_schlepp.jpg);
	float:left;
	padding: 210px 0 0 75px ;
}

#n1_transport {
    width:189px;
	height:132px;
	background:url(../images/layout/n1_transport.jpg);
	float:left;
	padding: 210px 0 0 75px ;
}

#n2 {
    width:184px;
	height:132px;
	float:left;
	background:url(../images/layout/n2.jpg);
	padding: 210px 0 0 20px ;
}

#n3 {
    width:184px;
	height:132px;
	float:left;
	background:url(../images/layout/n3.jpg);
	padding: 210px 0 0 20px ;
}

#n4 {
    width:208px;
	height:132px;
	background:url(../images/layout/n4.jpg);
	float:left;
	padding: 210px 0 0 20px ; 
}

#newsletter {
    width:263px;
	height:250px;
	float:left;
	min-height:200px;
	background:url(../images/layout/newsletter.jpg) no-repeat;
	background-position:top;
	margin-bottom:20px;
}

#content {
    width:379px;
	height:auto;
	float:left;
	padding: 20px 20px 0 10px; 
	min-height:350px;
	margin-bottom:20px;
	background:url(../images/layout/header.jpg) no-repeat;
}

#content li {   
 list-style:circle;
	margin-left:40px;
	line-height:18px;
}

#flasher {
    width:194px;
	height:auto;
	float:left;
	min-height:200px;
	padding: 0 0 0 0;
	margin-bottom:20px;
	background:url(../images/layout/slider.jpg) no-repeat;
}
     

#footer {
    width:881px;
	height:99px;
	float:left;
	padding: 10px 0 0 250px ;
	background-color:#d63d1b;
}

.bild_links {
     float:left;
	border: #dc682f solid;
	border-style:solid;
	padding: 2px;
	border-width:1px;
	margin: 0 20px 20px 0;
}

#routenplaner {
    margin: 0 20px 30px 0;
	text-align:left;
	float:left;
} 



