@charset "utf-8";
/* CSS Document */

@import "topangebote.css";
@import "pauschalen.css";

* {
	padding:0;
	margin:0;
	}

html, body {
	width:100%;
	height:100%;
	}
	
body {
	color:#000;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	background-color:#cbdbe6;
	}
	
.align-center {text-align:center;}
.align-left {text-align:left;}
.align-right {text-align:right;}
	
div#outer_wrapper {
	position:relative;
	margin:10px auto;
	width:994px;
	}
	
div#wrapper {
	position:relative;
	float:left;
	width:990px;
	border:2px solid #00538d;
	margin:0px 0px 30px 0px;
	}
	
div#content {
	position:relative;
	width:990px;
	float:left;
	background-image:url(img/bg_content.gif);
	background-position:center 5px;
	background-repeat:repeat-y;
	background-position-y:5px;
}	
	
div#left {
	position:relative;
	width:180px;
	float:left;
	padding:5px 5px 10px 5px;
	}
	
div#inhalt {
	position:relative;
	width:555px;
	float:left;
	border:1px solid #00538d;
	border-bottom:0px;
	padding:15px 15px 25px 15px;
	line-height:17px;
	background-color:#FFF;
	/*margin-top:5px;*/
	min-height:525px;
}

div#inhalt_head {
	position:relative;
	float:left;
	width:587px;
	background-color:#CBDBE6;
	padding:5px 0 0 0;
}

div#right {
	position:relative;
	width:202px;
	float:left;
	padding:0 5px 0 5px;
}
	
div#footer {
	position:relative;
	float:left;
	width:970px;
	background-color:#00538d;
	color:#FFF;
	font-size:11px;
	padding:6px 10px 7px 10px;
	}
	
div#logo_unten {
	height:64px;
	width:282px;
	position:absolute;
	bottom:18px;
	right:0px;
	text-align:right;
}
	
/*********Navigation**************/

div#navigation {
	position:relative;
	width:180px;
	float:left;
	margin-bottom:10px;
	}
	
div#navigation ul {
	list-style-type:none;
	font-size:13px;
	border-bottom:1px solid #00538d;
	}
	
div#navigation ul li a {
	display:block;
	width:163px;
	color:#00538d;
	padding:5px 0px 5px 15px;
	text-decoration:none;
	border-top:1px solid #00538d;
	border-left:1px solid #00538d;
	border-right:1px solid #00538d;
	background-color:#FFF;
	}
	
div#navigation ul li #unter_navi a {
	display:block;
	width:138px;
	color:#00538d;	
	font-size:11px;
	padding:4px 0px 4px 40px;
	text-decoration:none;
	border-top:1px solid #00538d;
	border-left:1px solid #00538d;
	border-right:1px solid #00538d;
	background-color:#FFF;
	}
	
div#navigation ul li li a {
	display:block;
	width:138px;
	color:#00538d;
	padding:5px 0px 5px 40px;
	text-decoration:none;
	border-top:1px solid #00538d;
	border-left:1px solid #00538d;
	border-right:1px solid #00538d;
	background-color:#FFF;
	}
	
div#navigation ul li li a:hover {
	display:block;
	width:138px;
	color:#fff;
	padding:5px 0px 5px 40px;
	text-decoration:none;
	border-top:1px solid #00538d;
	border-left:1px solid #00538d;
	border-right:1px solid #00538d;
	background-color:#00538d;
	}

div#navigation ul li a:hover {
	color:#ffd500;
	background-color:#00538d;		
}

div#navigation ul li.selected a {
	color:#ffd500;
	background-color:#00538d;		
}

/*********Inhalt**************/

div#inhalt h1 {
	font-size:24px;
	color:#00538d;	
	padding:0px 0px 15px 0px;
	}
	
div#inhalt img {
	padding:2px;
	border:1px solid #00538d;
	}
	
div#inhalt .spacer-gif	{
	border:0;
	}
	
div#inhalt a {
	color:#00538d;
	}
	
div#inhalt ul {
	padding:0px 0px 0px 30px;
	}

div#inhalt h1 {
	font-size:18px;
	}
	
div#inhalt table tr {
padding:0px;
margin:0px;
}

div#inhalt table td p.bodytext{
padding:0px;
margin:0px;
}

div#inhalt table td {
padding:3px;
}

div#inhalt table#transe {
display:block;
margin:0 auto;
width:400px;
}

	
/*********footer**************/

div#footer a {
	color:#ffd500;
	}
	
	
/*********luggi**************/

div#luggi {
	position:relative;
	width:180px;
	float:left;
	font-size:11px;
	text-align:center;
	padding:40px 0px 7px 0px;
	background-image:url(img/h_luggi.gif);
	background-repeat:no-repeat;
	}

div#journal {
	position:relative;
	width:180px;
	float:left;
	font-size:11px;
	text-align:center;
	padding:50px 0px 7px 0px;
	background-image:url(img/h_motorrad-journal.gif);
	background-repeat:no-repeat;
	}
	
div#luggi img {
	border:0;
	}
	
div#luggi a, div#journal a {
	color:#00538d;
	}
	
div#luggi_3, div#journal_3 {
	position:relative;
	width:180px;
	float:left;
	padding:0px;
	background-image:url(img/g_luggi.gif);
	}
div#journal_3 {
	margin-top:15px;
}
	
div#luggi_2, div#journal_2 {
	position:relative;
	width:180px;
	float:left;
	padding:0px;
	background-image:url(img/b_luggi.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	}
	
/*********anfragen**************/

div#anfragen {
	position:relative;
	width:202px;
	float:right;
	font-size:12px;
	text-align:center;
	padding:40px 0px 7px 0px;
	background-image:url(img/h_anfragen.gif);
	background-repeat:no-repeat;
	color:#00538d;
	line-height:18px;
	}
	
div#anfragen_3 {
	position:relative;
	width:202px;
	float:right;
	padding:0px;
	background-image:url(img/g_anfragen.gif);
	margin-bottom:45px;
	}
	
div#anfragen_2 {
	position:relative;
	width:202px;
	float:right;
	padding:0px;
	background-image:url(img/b_anfragen.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	}
	
div#anfragen select{
border:1px solid #103356;
background-color:#1D5894;
color:#fff !important;
}

div#anfragen select option{
padding:0px 6px 0px 0px;
color:#fff;
}


div#anfragen table td input{
	text-align:center;
	width:137px;
	height:27px;
	border:0;
	background-image:url(img/anfrage_button.gif);
	padding:0;
	cursor:pointer;
}
	
/*********angebote**************/

div#angebote {
	position:relative;
	width:200px;
	float:right;
	padding:17px 1px 1px 1px;
	background-image:url(img/h_angebote.gif);
	background-repeat:no-repeat;
	color:#fff;
	background-color:#ffd500;
	margin-bottom:10px;
}


/*** news ***/
div#news {
	position:relative;
	width:200px;
	float:right;
	padding:20px 1px 1px 1px;
	background-image:url(img/h_news.gif);
	background-repeat:no-repeat;
	color:#fff;
	background-color:#ffd500;
	margin-bottom:10px;
}

.news_titel {
	font-weight:bold;
	position:relative;
	float:left;
	width:185px;
	color:#FFD500;
	padding:5px 5px 0px 10px;
	background-color:#00538d;
}

.news_thumb {
	position:relative;
	float:left;
	width:180px;
	padding:10px 10px 2px 10px;
	background-color:#00538d;
}

.news_thumb img {
	padding:1px;
	border:1px solid #FFD500;
}

.news_link{
	text-align:left;
	font-weight:bold;
	padding:0px 0px 10px 10px;
	background-color:#00538d;
	color:#ffd500;
}


