/**
* Spedition Baechle CSS
*
* (c) by Timo Fink 2009 // www.net-mt.de
*
* Menu-Link-Blau: 005ca9
* Menu-Abstandslinie: AAB
* News-Hintergrund: f3f4f7
* History-Hintergrund: fff4df
**/

* {
	padding: 0;
	margin: 0;
}
html, body {
	height:100.1%;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	text-align:center;
}
#container {
	width:1022px;
	margin:auto;
	padding-left:2px;
	padding-bottom:50px;
	position:relative;
	min-height: 100%;
	height: auto !important;
	height:100%;
	background:url(images/baechle_hintergrund.jpg) repeat-y;
	text-align:left;
}
#logo {
	height:105px;
	background:#ffffff url(images/baechle_logo.jpg) no-repeat;
}
#vorfahrt {
	height:45px;
	background:url(images/baechle_vorfahrt.jpg) no-repeat;
}
#ie6menu {
	width:197px;
	float:left;
}	
#menu {
	padding:0px 20px 0px 20px;
}
#ie6content {
	width:558px;
	float:left;	
}
#content {
	padding:0px 20px 0px 30px;
	line-height:18px;
}
#ie6news {
	width:264px;
	float:left;	
}
#news {
	padding:0px 10px 0px 10px;
	line-height:18px;
}
#clear {
	clear:both;
}

#menu a {
	font-size:12px;
	font-weight:normal;
	color:#000;
	text-decoration:none; 
}

#menu a:hover {
	color:#005ca9;    
}

#menu a.current {
	color:#005ca9; 
	font-weight:bold;	   
}
#menu h3 {
	border-bottom:1px solid #AAB;
	margin-bottom:10px;
	padding-bottom:10px;
}

#menu ul li {
/*	border-bottom:1px solid #AAB; */
	list-style-type:none;
}

#menu ul li a {
	color:#000000;
	display:block;
	margin:10px 0px 10px 0px;
	background:transparent url(images/grey_bullet.gif) no-repeat 0px 5px;
	padding-left:20px;
}

#menu ul li a:hover, #container #menu ul li a.active {
	background:transparent url(images/red_bullet.gif) no-repeat 0px 5px;
	color: #005ca9;
}

#menu ul li a.current {
	background:transparent url(images/red_bullet.gif) no-repeat 0px 5px;
	color:#005ca9;	
}
#menu #menu_abstand {
	padding-bottom:30px;
	margin-bottom:10px;
	border-bottom:1px solid #AAB;
}

.csc-header h1 {
	font-size:13px;
	color:#005ca9;
	padding-bottom:10px;
}
#news .csc-header {
	margin-left:7px;
}
.name-of-person {
	color:#005ca9;
}
.csc-frame-frame1 h1 {
	padding-left:20px;
	background:transparent url(images/grey_bullet.gif) no-repeat 0px 5px;
}
.csc-frame-frame1 p {
	padding-left:20px;
}
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { 
	padding-bottom: 20px; 
}
.csc-frame-frame2 {
	background-color:#f3f4f6;
}
.csc-frame-frame2 .csc-header{
	background-color:#ffffff;
}
.HistoryAll {
	background-color:#fff4df;
	margin-bottom:20px;
}
.HistoryHeadline, .NewsHeadline {
	background-color:#ffffff;
	margin-bottom:10px;
}
.HistoryText, .NewsText {
	padding:0px 20px 20px 20px;
}
.NewsAll {
	background-color:#f3f4f7;
}
.NewsEnd {
	background-color:#1661aa;
	height:7px;
	margin-bottom:20px;
}
.NewsBack {
	text-align:center;
}
fieldset.csc-mailform {
	border:0;
	font-family: Tahoma, Verdana;
	font-size: 10pt; 
	color: #000000;
	margin-bottom:50px;
}

fieldset.csc-mailform label {
	/* width: 180px; */
	/*float: left;*/
	text-align: left;
	margin-right: 10px;
	display: block
}

fieldset.csc-mailform select,
fieldset.csc-mailform input,
fieldset.csc-mailform textarea {
	margin-bottom: 10px;
	font-family: Tahoma, Verdana;
	font-size: 10pt; 
	color: #000000; 
	border:1px solid #ccc;
	padding:2px;
	width:250px;
}

#mailformformtype_mail {
	padding:2px;
	margin-left:0px;
	background:#eee;
	border:1px solid #ccc;
	width:120px;
	text-align:center;
}
#content ul {
	list-style-image:url(images/bullet.gif);
	margin-left: 16px;	
	margin-top: 8px;
}
#content li {
	padding-bottom: 5px;
}
