/* ---------------------------------------------------------- Allgemeines HTML */
html, body {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	background-color: #fafafa;
	color: #000;
	background-image: url(../images/bg_body.gif);
	background-position: 0px 0px;
	background-repeat: repeat-x;
}

h1 span {
	font-size: 13px;
	line-height: 16px;
}
h2 {
	font-size: 12px;
	line-height: 16px;
	margin: 0px 0px 0px 0px;
}

h3 {
	width: 100%;
	font-size: 12px;
	line-height: 18px;
	color: #b5241a;
}
/* ---------------------------------------------------------- Grundgestaltung */

#wrapper {
	width: 941px;
	min-height: 580px;
	margin: 32px auto 0px auto;
	padding: 1px 7px 5px 7px;
	background-color: #fff;
}
#header {
	width: 100%;
	height: 141px;
	border-top: 7px solid #b5241a;
	border-bottom: 7px solid #b5241a;
}
#header h1 {
	margin: 0px;
	width: 204px;
	height: 141px;
	float: left;
	text-indent: -9000px;
	background-image: url(../images/logo.gif);
}
#header img {
	float: left;
}
h1#logo {
	float: left;
	width: 265px;
	height: 230px;
	line-height: 22px;
	margin: 0px 7px 0px 4px;
	color: #fff;
    text-indent: -9000px;
	background-image: url(../images/logo-header.jpg);
	background-repeat: no-repeat;
}
#content {
	margin: 0px;
	padding: 0px;
	width: 941px;
	min-height: 375px;
	background-image: url(../images/bg_content.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-size: 11px;
	line-height: 16px;
}
#inhalt  {
	float: left;
	width: 507px;
	min-height: 360px;
	padding: 30px 26px 0px 26px;
	margin: 0px;
	background-image: url(../images/bg_texte.jpg);
	background-repeat: no-repeat;
	background-position: 406px bottom;
}
#inhalt h1 {
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	color: #b5241a;
	margin: 0px 0px 10px 0px;
	padding: 8px 0px 0px 0px;
	border-bottom: 1px solid #b5241a;
}
ul#leistungen {
	width: 506px;
	height: 268px;
	overflow: hidden;
	background-image: url(../images/bg_leistungen.png);
	margin: 0px;
	padding: 0px;
}
ul#leistungen li {
	margin: 0px 0px 2px 0px;
	padding: 2px 0px 0px 21px;
	height: 50px;
	overflow: hidden;
}
/* ---------------------------------------------------------- Rechte Spalte */
#rechtespalte {
	float: left;
	width: 174px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}
#rechtespalte img.firstpic {
	margin: 60px 0px 0px 0px;
}
#rechtespalte p {
	font-size: 11px;
	line-height: 13px;
	margin: 0px 0px 0px 0px;
	padding: 10px 15px 10px 15px;
}

/* ---------------------------------------------------------- Aktuell */


.anfahrt {
	background-image: url(../images/bg_anfahrt.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 26px 0px 0px 0px;
	padding: 28px 0px 0px 2px;
}


/* ---------------------------------------------------------- Bottom */

#footer {
	width: 100%;
	height: 60px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
	text-align: center;
}	

#footer p {
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	color: #3d403e;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
}


/* ---------------------------------------------------------- Inhaltsgestaltung */

.bildlinks {
	float: left;
	margin: 8px 10px 5px 0px;
}
.bildrechts {
	float: right;
	margin: 12px 0px 5px 10px;
}
h1.headline {
	width: 432px;
	height: 66px;
	text-indent: -9000px;
	background-repeat: no-repeat;
	margin: 0px 0px 15px 0px;
}
#spalte1 {
	float: left;
	width: 290px;
	margin: 0px 5px 0px 0px;
}

/* ---------------------------------------------------------- Überschriften */



/* ---------------------------------------------------------- Routenplaner */

#route table {
	float: left;
	width: 193px;
	margin: 40px 10px 0px 0px;
}


form {
	margin: 0px;
	padding: 0px;
}
#route input {
	width: 193px;
	border:1px solid #9a9a9a;
	background:#fcfcfc url(../images/form-hg.png) repeat-x;
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#route input#submit2 {					/* Gestaltung des Submit-Buttons */
	padding:2px;
	background: #e3211f;
	color: #fff;
	cursor:pointer;
	border: 1px solid #919191;
	margin: 15px 0px 0px 0px;
}

#route input#submit2:hover {
	background: #fabb10;
	border: 1px solid #000;
	color: #fff;
}
.route-start td, .route-ziel td{
	line-height: 14px;
    padding-left: 5px;
	background-color: #f7e3ac;
	color: #000;
	letter-spacing: 1px;
}


/* ---------------------------------------------------------- Allgemeine Styles */
.smaller {
	font-size: 11px;
	line-height: 13px;
}
.smaller p {
	margin: 5px 0px 5px 0px;
	font-size: 11px;
	line-height: 13px;
}
:focus {
 outline: 0;
}
.close {
	float: right;
	margin: 5px;
}
.clearer {
	clear: both;    
	display: block; 
    height: 0; 
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

a img {
	border: 2px solid #ffcf11;
	margin: 5px 5px 0px 0px;
}
a:hover img {
	border: 2px solid #ff0000;
}
a, a:link, a:visited, a:active {
	font-weight: normal;
	color: #ff0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* ---------------------------------------------------------- Tabelle */
{
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

#referenzen th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #cc3333;
	border-right: 1px solid #ffcccc;
	border-bottom: 1px solid #ffcccc;
	border-top: 1px solid #ffcccc;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

#referenzen th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #ffcccc;
	background: none;
}

#referenzen th.nobg_top {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	background: none;
}

#referenzen td {
	border-right: 1px solid #ffcccc;
	border-bottom: 1px solid #ffcccc;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #cc3333;
}


#referenzen td.alt {
	background: #faf5f5;
	color: #797268;
}

#referenzen th.spec {
	border-left: 1px solid #ffcccc;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#referenzen th.specalt {
	border-left: 1px solid #ffcccc;
	border-top: 0;
	background: #ebd9d9 url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}
