/* [Camion Transport] - [August 2008] - [Online Consulting AG] - [format.css] */

/************************************************
*			Fixes, Workarounds, etc.			*
************************************************/
* {
	margin: 0;
	padding: 0;
	}
/* Clearfix fuer das Float-clearing */
.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}
.clearfix {display: inline-block;}  /* IE 7 */

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/************************************************
*				Grundlayout						*
************************************************/
html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	}
body {
	text-align: center;
	font-size: 0.75em;
	line-height: 1.2em;
	height: 100%;
	background: #606060 url('../1/images/bg.gif') repeat-x;
	}
#wrapper {
	text-align: left;
	width: 960px;
	margin: 15px auto 0 auto;
	background: #fff url('../1/images/main_bg.gif') repeat-y;
	}
#header {
	width: 950px;
	height: 150px;
	padding: 5px 5px 0 5px;
	overflow: hidden;
	background: url('../1/images/header_bg.gif') no-repeat;
	}
#main {
	position: relative;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	padding-bottom: 30px;
	}
#service {
	height: 25px;
	width: 950px;
	padding-top: 10px;
	margin: 0 5px;
	background: #ececec;
	border-bottom: 1px solid #adadad;
	overflow: hidden;
	}
#left {
	float: left;
	width: 160px;
	margin-left: 5px;
	display: inline;
	background: url('../1/images/left_bg.gif') repeat-x;
	}
#left .logo {
	margin: 40px 0 0 8px;
	}
#content {
	float: left;
	width: 470px;
	padding: 20px 25px 25px 25px;
	}
.start #main {
	background: url('../1/images/startbild.png') 190px 65px no-repeat;
	}
.balken {
	margin-bottom: 13px;
	height: 17px;
	width: 490px;
	background: #f9ce05;
	}
	
#right {
	float: left;
	width: 215px;
	margin: 20px 0 0 20px;
	overflow: hidden;
	}
#footer {
	height: 50px;
	width: 960px;
	background: url('../1/images/footer_bg.gif') no-repeat;
	}
/************************************************
*				Style-Elemente					*
************************************************/
img {border: none;}
hr {
	clear: both;
	color: #000;
	height: 1px;
	margin: 5px 0;
	background: #000;
	}
a, a:link, a:visited {
	color: #AA2B3E;
	text-decoration: none;
	}
a:focus {color: #000;}
address {font-style: normal;}

/************************************************
*					Suche						*
************************************************/
.search {
	float: left;
	width: 175px;
	padding-left: 10px;
	}
.searchfield {
	float: left;
	font-size: .88em;
	width: 110px;
	height: 13px;
	padding: 2px;
	margin-right: 2px;
	border: 1px solid #adadad;
	}
.searchgo {
	color: #fff;
	padding-left: 2px;
	}
/* Suche */
#suchresultate{
	width: 500px;
	margin: 10px 0 0 0;
	}
#suchresultate h2 {
	font-size: 1em;
	margin: 3px 0 3px 0;
	}
#suchresultate .head,
#suchresultate .headdoc {
	background: #F5F5F5;
	padding: 3px 5px;
	border-top: 1px solid #BDBDBD;
	}
#suchresultate .paging {
	font-weight: bold;
	width: 500px;
	text-align: center;
	margin-bottom: 10px;
	}
#suchresultate .paging .forward {float: right;}
#suchresultate .paging .back {float: left;}
#suchresultate .download,
#suchresultate .news-liste,
#suchresultate .events-liste {
	padding: 5px 0 0 0;
	margin: 0;
	}
#suchresultate .bild,
#suchresultate .all {
	display: none;
	}
/************************************************
*					Navigation					*
************************************************/
/* Stufe 1 */
#menu li a, #menu li a:link, #menu li a:visited {
	display: block;
	color: #AA2B3E;
	line-height: 2.5em;
	height: 30px;
	width: 140px;
	padding-left: 20px;
	border-bottom: 1px solid #adadad;
	}
#menu li a:hover, #menu li a:active, #menu li a:focus,
#menu li a.active, #menu li a.active:link, #menu li a.active:visited {
	background: #fff url('../1/images/menu_bg.gif') 11px 12px no-repeat;
	}
#menu li a.active, #menu li a.active:link, #menu li a.active:visited {
	border-bottom: none;	
	}
#menu li a.False, #menu li a.False:link, #menu li a.False:visited {
	border-bottom: 1px solid #adadad;
	}
	
/* Stufe 2 */
#menu ul {
	padding-bottom: 10px;
	background: #fff;
	border-bottom: 1px solid #adadad;
	}
#menu ul li a, #menu ul li a:link, #menu ul li a:visited,
#menu ul li a.False, #menu ul li a.False:link, #menu ul li a.False:visited {
	color: #000;
	font-size: .88em;
	line-height: 1.5em;
	font-weight: bold;
	height: auto;
	border-bottom: none;
	background: none;
	}
#menu ul li a:hover, #menu ul li a:active, #menu ul li a:focus,
#menu ul li a.active, #menu ul li a.active:link, #menu ul li a.active:visited {
	color: #adadad;
	background: none;
	}
	
/* Service */
#sprachwahl, #gnav {
	float: left; 
	}
#sprachwahl li, #gnav li {
	display: inline;
	padding: 0 5px;
	}
#sprachwahl li a, #sprachwahl li a:link, #sprachwahl li a:visited,
#gnav li a, #gnav li a:link, #gnav li a:visited {
	color: #333;
	}
#sprachwahl {width: 510px;}
	
/* Angebot */
#angebotnav {
	position: absolute;
	bottom: 0; left: 5px;
	}
#angebotnav li a, #angebotnav li a:link, #angebotnav li a:visited {
	display: block;
	color: #AA2B3E;
	letter-spacing: .12em;
	text-transform: uppercase;
	font-weight: bolder;
	font-size: 1.2em;
	width: 140px;
	padding: 8px 10px;
	margin-bottom: 2px;
	background: #d1d1d1;
	}
/* Footer Navigation */
#fnav {
	font-size: .95em;
	position: absolute;
	bottom: 5px;
	width: 470px;
	left: 190px;
	padding-top: 6px;
	background: url('../1/images/fnav_border.gif') no-repeat;
	border-top: 1px solid #d1d1d1;
	}
#fnav li {
	display: inline; 
	}
#fnav li a, #fnav li a:link, #fnav li a:visited {
	line-height: 1.6em;
	padding: 0 0 0 10px;
	}
#fnav li.back a, #fnav li.back a:link, #fnav li.back a:visited {
	background: url('../1/images/fnav_back.gif') 0 5px no-repeat;
	}
#fnav li.print a, #fnav li.print a:link, #fnav li.print a:visited {
	margin-left: 25px;
	padding-left: 16px;
	background: url('../1/images/fnav_print.gif') no-repeat;
	}
#fnav li.top a, #fnav li.top a:link, #fnav li.top a:visited {
	margin-left: 240px;
	background: url('../1/images/fnav_top.gif') 0 5px no-repeat;
	}

/************************************************
*			Content-Absatzformate				*
************************************************/
/* Ueberschriften */
h1, h2, h3, h4, h5 {font-weight: bold;}
h1 {
	color: #AA2B3E;
	text-transform: uppercase;
	font-size: 1.8em;
	padding: 0 0 5px 0;
	line-height: 1.1em;
	}
h2 {
	text-transform: uppercase;
	line-height: 1.2em;
	color: #000;
	font-size: 1.4em;
	}
h3 {
	font-size: 1.1em;
	line-height: 1.2em;
	padding: 10px 0;
	}

h4 {
	line-height: 1.1em;
	color: #000;
	font-size: 1.69em;
	}
	
/* Paragraph */
#content p {
	line-height: 1.4em;
	margin: 5px 0 10px 0;
	} 
	
/* Listen */
#content ul {
	list-style-type: none;
	margin: 5px 0 5px 5px;
	}
#content ul li {
	padding: 2px 0 2px 20px;
	background: url('../1/images/list_item.gif') 5px 7px no-repeat;
	}
#content ol {
	list-style-type: decimal;
	margin: 5px 0 5px 15px;
	}
#content ol li {
	padding: 2px 0 2px 0;
	margin-left: 10px;
	}

/* Standort Select */
.stselect{
	width: 250px;
	margin-top: 15px;
	height: 25px;
	}

/* Tabellen */
table {margin: 5px 0;}
thead {background: #ececec;}
table td,
table th {
	text-align: left;
	padding-right: 10px;
	}
table th {font-weight: bold;}
table td {padding: 3px 10px 3px 0;}

table.dokumente {border-top: 1px solid #a1a1a1;}
table.dokumente td {
	border-bottom: 1px solid #a1a1a1;
	vertical-align: middle;
	}
td.info {
	text-align: right;
	width: 100px;
	}
table.link {
	border-top: 1px solid #a1a1a1;
	}
.link td {vertical-align: middle;}
table.link td {border-bottom: 1px solid #a1a1a1;}
td.icon {width: 15px;}
table.adresse {
	border-bottom: 1px solid #a1a1a1;
	}

#content th{
	width: 500px;
}
/* Rechte Spalte */
#right h2 {
	font-size: 1.2em;
	padding: 5px;
	}
#right p {margin: 0;}
#right p img {
	margin-bottom: 15px;
	border: 1px solid #AA2B3E;
	}
	
/* Glossar */
.abc-spacer {width:2.0%; float:left;}

/************************************************
*					Formular					*
************************************************/
.formular {
	width: 380px;
	}
.formular span {font-size: .88em; clear: both;}
label {
	float: left;
	width: 104px;
	line-height: 1.75em;
	}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	font-size: 1em;
	}
label, input.txtfield, textarea {
	margin-bottom: 6px;
	}
input.txtfield, textarea, select {
	width: 250px;
	padding: 2px 3px 3px 4px;
	border: 1px solid #bdbdbd;
	}
input.plz {width: 30px;}
input.ort {width: 206px; margin-left: 6px;}
textarea {height: 100px;}
select {
	height: 20px;
	width: 257px;
	margin-bottom: 6px;
	}
select option {
	padding: 3px;
	}
input.txtfield:hover, input.txtfield:active, input.txtfield:focus,
textarea:hover, textarea:active, textarea:focus,
select:hover, select:active, select:focus {
	border: 1px solid #AA2B3E;
	}
input.submit, input.bestellen {
	background-color: #ececec;
	font-weight: bold;
	color: #AA2B3E;
	width: 258px;
	height: 24px;
	margin-left: 104px;
	border: 1px solid #bdbdbd;
	}
input.submit:hover {
	color: #000;
	}
.einleitung {
	font-weight: bold;
	margin: 10px 0 15px 0;
	}


/************************************************
*					Footer						*
************************************************/
#footer p { 
	font-style: italic;
	font-size: 1.6em;
	font-weight: bolder;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	line-height: 2em;
	padding-top: 3px;
	margin: 0 0 0 200px;
	}
.copyright p {
	width: auto;
	background-color: #606060;
	text-align:right;
	color: #bababb;
	font-style: normal;
	font-size: 0.74em;
	font-weight: normal;
	text-transform:none;
	padding: 0 5px 0 0;
	}

/************************************************
*					Module						*
************************************************/
/* Objekte */
.object{
	padding-top: 10px;
	}
.start-slogan {
	margin-top: 183px;
	}
/* Sitemap */
#sitemap {
	padding: 5px 0 20px 0;
	}
#sitemap ul li{
	margin: 0 0 0 10px;
	}
	

/* News */
.news-anriss{
	background: #fff url('/portaldata/1/images/rechteck.gif') 0 2px no-repeat;
	margin: 214px 0 0 0;
	}
h1.news {
	color: #000;
	text-transform: none;
	font-size: 1.5em;
	font-weight: normal;
	margin: 0 0 0 64px;
	line-height: 1.1em;
	}

.news-anriss, .news-liste {
	float: left;
	width: 150px;
	display: inline;
	}
.news-liste{
	padding: 8px 0 0 20px;
	background: #fff url('/portaldata/1/images/menu_bg.gif') 11px 12px no-repeat;
	}	
a.more {
	font-size: 0.88em;
	}
p.date {
	font-size: 0.88em;
	}
.news-uebersicht{
	border-top: 1px solid #bdbdbd;
}

/************************************************
*				Textbausteine					*
************************************************/
.personalien {
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid #a1a1a1;
	overflow: visible;
	}
.personalien .left {
	width: 95px;
	height: auto;
	overflow: hidden;
	}
.personalien .left img {
	width: 95px;
	height: auto;
	}
/* Titelausblendung */
#angebotnav .moduleTitle,
#angebotnav .xxl-editbutton,
#gnav .moduleTitle,
#gnav .xxl-editbutton,	
#menu .moduleTitle,
#menu .xxl-editbutton,
.search .moduleTitle,
.search .xxl-editbutton {
	display: none;
	}
/************************************************
*					Shop						*
************************************************/
.shop-liste {
	flaot: left; 
	padding: 10px 0;
    border-bottom: 1px solid #ADADAD;
    }
.shop-liste h2 {padding-top: 0;}
.shop-liste .bild {
	float: left;
	width: 180px;
    }
.shop-liste .bild img {
	float: left;
	width: 160px;
	/*height: auto;*/
	}
.shop-liste .text {
	float: left;
	width: 290px;
    }
.shop-liste .formular {
	margin: 10px 0;
	width: 290px;
	}
.shop-liste .formular select {
	width: 63px;
	}
.shop-liste .formular input {
	width: 60px;
	}
.formular .bestellung input,
.formular .bestellung select {
	margin-right: 10px;
	}
.bestellung .artikel,
.bestellung .preis {
	color: #000 !important;
	padding: 0;
	background: #fff;
	border: none;
	border-bottom: 1px solid #000;
	}
.bestellung select {
	width: 60px !important;
	}
.bestellung .delete {
	color: #AA2B3E;
	background: #ECECEC;
	border: 1px solid #BDBDBD;
	}
input.bestellen {
	margin: 10px 0 0 180px;
	}