/* 
Mobility Concept 	css-definition - screen 
Autor:		 		Horst Dommermuth
Updated:	 		10.12.2009
*/

/* =basis
================================================================ */

/* reset css */
* {padding:0; margin:0;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0; padding:0;}
table{border-collapse:collapse; border-spacing:0;}
address,caption,cite,code,dfn,th,var {font-style:normal; font-weight:normal;}/*,em,strong*/
q:before,q:after {content:'';}
abbr,acronym {border:0;}
/* end reset css */

body {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #555;
		text-align: center;
}

html { 
		overflow: -moz-scrollbars-vertical; 
} 

html>body a:focus { 
		-moz-outline-style: none; 
}
	
img, a img { 
  		border: none;
}

a {
		text-decoration: none;
		color: #e2001a;
}

a:hover {
		text-decoration: underline;
}

.klar {  
		clear: both;  
		line-height: 0px;  
		font-size: 1px;  
		height: 0px;
}	

.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
}

.clearfix {
		display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* ie7/win */
*:first-child+html .clearfix {
		min-height: 1px;
}

label, 
input[type=button],
input[type=submit], 
button {
		cursor: pointer;
}

ol, ul {
		list-style: none;
}

table {
		border-collapse: separate;
		border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
		font-size: 100%;
		font-weight: normal;
}

.floatLeft {
		float: left;
}

.floatRight {
		float: right;
}

/* =body klassen fuer subseiten 
================================================================ */

body.sub #contentarea {
		margin-top: 37px;
}

body.sub #mainnavi {
		margin-top: 5px;
}

body.sub #right {
		margin-top: 73px;
}

body.shortvisual #right {
		padding-top: 162px;
}

/* =fonts
================================================================ */

h1 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 18px;
		color: #e2001b;	
		margin: 15px 0 18px 0;
		float: left;
}

h2 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 13px;
		margin: 0 0 15px 0;
		color: #3f77b2;
}

h2.nospace {
		margin: 0;
}

h4 {
		font-size: 18px;
		color: #fff;
}

/* =p */
p {			
		font-size: 12px;
		line-height: 135%;		
}

/* =toolbar
================================================================ */

#toolbar {
		width: 100%;
		background: #fff url(../img/bg_toolbar.gif) top center repeat-x;
		height: 21px;
}

#toolbarBreite {
		margin: 0 auto;
		width: 965px;
}

#toolbarBreite ul {
		float: right;
		font-size: 11px;		
}

#toolbarBreite ul li {
		float: left;
}

#toolbarBreite ul li a {
		float: left;
		color: #fff;
		padding: 3px 12px 6px 12px;
}

#toolbarBreite ul li a.grey {			
		background: url(../img/bg_toolbar_grey.gif) top left repeat-x;
}

#toolbarBreite ul li a.red {
		background: url(../img/bg_toolbar_red.gif) top left repeat-x;
}

/* =header
================================================================ */

#header {
		margin: 0 auto;
		width: 965px;
		/*height:28px;*/
		margin-top: 24px;
}

#logo {
		float: left; 
		margin: 6px 0 0 12px;		
}

#meta {
		float: right;
		width: 255px;
		margin-bottom:14px;
}

#meta a {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		display: block;
		float: left;
		font-size: 11px;
		color: #666;
		margin-top: 7px;		
}

#meta a:hover {
		color: #E2001A;
}		

.boxCorn {
		width: 195px;
		float: right;		
		position: relative;
}

.boxCorn .tl {position:absolute; top:0; left:0; z-index:1;}
.boxCorn .tr {position:absolute; top:0; right:0; z-index:1;}
.boxCorn .bl {position:absolute; bottom:0; left:0; z-index:1;}
.boxCorn .br {position:absolute; bottom:0; right:0; z-index:1;}

.search {
		background: #3f77b2; 
		height: 28px;
}

.search input.input {
		position: absolute; 
		top: 4px; 
		left: 5px; 
		margin: 0 0 5px 0; 
		background: #fff url(../img/bgInput.gif) top left repeat-x; 
		border-top: 1px solid #666; 
		border-bottom: 1px solid #f3f4f8; 
		border-left: 1px solid #cccecd; 
		border-right: 1px solid #cccecd;
		width: 85%;
		height: 15px;
		font-size: 12px;
		padding: 1px;
}

.search input.submit {
		position:absolute; 
		top:4px; 
		right:5px; 
		width:14px; 
		height:20px;
}

#print {
		margin: 22px 20px 0 0;
		float: right;
}

#print img {
		padding-right: 20px;
}

/* =visual startseite
================================================================ */

#visual {
		margin: 10px auto;
		background: #fff url(../img/visual.jpg) top center no-repeat;
		height: 250px;
		width: 100%;
}

#flash_hp {
		margin: 10px 0 20px 0;
}

/* =hauptlayer
================================================================ */

#mainDivBreite {
		margin: 0 auto;
		width: 965px;
		text-align: left;
}

/* =navigation
================================================================ */

#mainnavi {
		float: left;
		width: 210px;
}

#mainnavi ul li {
		display: inline;
}

#mainnavi ul li a {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #555;
		font-weight: bold;
		line-height: 125%;
		padding: 2px 0 3px 13px;
		display: block;
		background: #fff url(../img/navi_bullet.gif) no-repeat scroll 0pt 6px;
}

#mainnavi ul li a:hover {
		color: #e2001a;
		text-decoration:none;
}

#mainnavi ul li a.active {
		color: #e2001a;
		background: #fff url(../img/navi_bullet_active.gif) no-repeat scroll 0pt 8px;
}

a.active {
		color: #e2001a;		
}

a.space {
		margin-bottom: 17px;
}

#mainnavi ul li a.active_black {
		color: #000;
		background: #fff url(../img/navi_bullet_active.gif) no-repeat scroll 0pt 8px;
}	

/* =subnavigation
================================================================ */

#mainnavi ul li ul.subnavi {		
		font-size: 11px;
		margin-bottom: 13px;
}

#mainnavi ul li ul.subnavi li a {
		font-family: Arial, Helvetica, sans-serif;
		padding: 3px 0 4px 13px;
		background: none;
		font-weight: normal;
}
		
#mainnavi ul li ul.subnavi li a:hover {
		color: #e2001a;
}

/* =subsubnavigation
================================================================ */

#mainnavi ul li ul.subnavi li ul.subsubnavi {
		width: 134px;
		margin-left: 12px;
		border-top: 1px solid #c0c0c0;
		border-bottom: 1px solid #c0c0c0;		
}

#mainnavi ul li ul.subnavi li ul.subsubnavi li a {
		padding: 3px 0 4px 13px;
		width: 180px;		
		font-weight: normal;
}
		
#mainnavi ul li ul.subnavi li ul.subsubnavi li a:hover {
		color: #e2001a;
}

/* =content
================================================================ */

#contentarea {
		padding: 5px 0 45px 0;
}

#content {
		float: left;
		width: 520px;
		text-align: left;
}

#breadcrumb {
		font-size: 10px;
		color: #000;
}

#breadcrumb a {
		float: left;
		margin-right: 6px;
		color: #555;
		padding-right: 12px;
		background: url(../img/ar_breadcrumb.gif) right 4px no-repeat; 
}

#breadcrumb a:hover {
		text-decoration: underline;
}

/* =content elemente
================================================================ */

img.subvisual {
		padding: 5px 0 20px 0;
}

#content p {
		padding-bottom: 20px;
}

#content ul {
	list-style-type:disc;
	margin-left:15px;
	padding-bottom: 20px;
}

p.bold {
		font-weight: bold;
}

img.content_image_left {
		float: left;
		padding: 3px 15px 10px 0;
}

a.pdf {
		display: inline-block;
		color: #e2001a;	
		padding: 0 28px 5px 0;
		background: url(../img/pdf_icon.gif) right -1px no-repeat; 	
}

a.pdf:hover {
		text-decoration: underline;
}

a.pdf span {
		color: #555;
}

span.pdf {
		padding-right: 22px;
		background: url(../img/pdf_icon.gif) right -2px no-repeat; 
}

table.tableData {text-align:center; font-size:11px; margin-bottom:20px;}
table.tableData td {padding:4px; border-bottom:1px solid #fff; border-right:1px solid #fff;}
table.tableData td.link {text-align:left; width:420px; padding-left:8px;}
table.tableData td.link a {background: url(../img/ar.gif) 0 3px no-repeat; padding: 0 0 0 10px; color:#555;}
table.tableData td.link a:hover {text-decoration: underline;}
table.tableData td.left {text-align:left;}
table.tableData td.right {text-align:right;}
table.tableData th {padding:4px; color:#000;}
table.tableData th.main {border-bottom:1px solid #f3f3f3; padding:10px;}
table.tableData tr.odd {background:#e4e4e4;}
table.tableData tr.even {background:#f1f1f1;}
table.tableData td.firstCell {border-right:9px solid #fff; text-align:left;}


/* =suchergebnisse
================================================================ */

div.searchresult h2 {
		margin: 0;
}

div.searchresult h2 a {
		color: #3f77b2;
}

div.searchresult h2 a:hover {
		text-decoration: underline;
}

div.searchresult p {
		font-size: 11px;
}

#content div.searchresult p.datum {
		padding-bottom: 4px;
}		

div.searchresult p a {
		color: #555; 
		background: url(../img/ar.gif) 0 4px no-repeat; 
		padding: 0 0 0 10px; 
}

div.searchresult p a:hover {
		text-decoration: underline;
}

/* =standorte
================================================================ */

div.adressblock {
		background-color: #f8f8f8;
		padding: 10px 10px 13px 12px;
		margin-bottom: 40px;
}

#content div.adressblock h2 {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 14px;
		margin-bottom: 8px;
}

#content div.adressblock p {
		padding-bottom: 8px;
}

#content div.adressblock .hours {
	float: right;
	width: 200px;
}

#content div.adressblock .hours h3{
	margin-top: 25px;
	margin-bottom: 8px;
}

a.bt_blue {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		display: block;		
		background: url(../img/bt_blue.gif) 0 4px no-repeat; 
		color: #fff;
		font-size: 12px;
		width: 180px;
		padding: 7px 0 7px 6px;
}

a.bt_blue:hover {
		text-decoration: underline;
}

/* =teaser
================================================================ */

.teaserblock {
		float: left;
		width: 258px;
		margin-bottom: 25px;
}

.teaserblock h3 {
		font-size: 11px;
		font-weight: 800;
		color: #555;
		min-height: 15px; 
		height: auto !important; 
		height: 15px;
		margin-bottom: 2px;
}

.teaserblock div.txt {
		float: left;
		width: 140px;
}

.teaserblock div.txt a {
		font-size: 11px;
		line-height: 120%;
		color: #555;
}

.teaserblock img {
		float: left;
		margin: 0 12px 3px 0;
}

.teaserblock h3 a {
		font-size: 11px;
		font-weight: bold;
		color: #333;
		min-height:30px; 
		height:auto !important; 
		height:30px;
		margin-bottom:2px;
}

.teaserblock h3 a:hover, .teaserblock div.txt a:hover {
		text-decoration: underline;
}

.newsbox {
		background-color: #f1f1f1;
		padding: 13px 15px;
		margin-bottom: 25px;
}

.newsbox .colL {
		width: 225px; 
		float: left;
}

.newsbox .colR {
		width: 245px; 
		float: right;
}

.newsbox h3 {font-size:11px; font-weight:bold;}

.newsbox div.p a {
		font-size: 11px; 
		color: #555; 
		background: url(../img/ar.gif) 0 4px no-repeat; 
		padding: 0 0 0 10px; 
}

.newsbox a:hover {
		text-decoration: underline;
}

/* =right marginalspalte
================================================================ */

#right {
		width: 200px;
		float: right;
		position: relative;
}

#visual_small {
		position: absolute;
		top: -105px;
		right: -13px;
}

#partner {
		float: right;
		position: relative;
		width: 175px;
		height: 85px;
		background: #fff url(../img/bg_partner.jpg) top left no-repeat;
		margin-bottom: 25px;
		padding: 10px 10px;		
}

#partner p {
		color: #fff;
}

html > body a.login {
		display: block;
		position: absolute;
		bottom: 5px;
		left: 6px;
		background: url(../img/bt_rot.png) 0 0px no-repeat; 
		color: #fff;
		font-size: 12px;
		width: 170px;
		padding: 8px 0 7px 15px;
}

a.login:hover {
		text-decoration: underline;
}

#kontakt {
		width: 175px;
		height: 105px;		
		float: right;
		background: #fff url(../img/bg_kontakt.jpg) top left no-repeat;
		padding: 10px 10px;
}

#kontakt h4 {
		color: #3f77b2;
}

#kontakt a {
		display: block;
		font-size: 11px; 
		color: #555; 
		background: url(../img/ar.gif) 0 4px no-repeat; 
		padding: 0 0 0 10px;
		margin-top: 5px;
}

#kontakt a:hover {
		text-decoration: underline;
}

/* =footer
================================================================ */

#footer {
		border-top: 1px solid #c0c0c0;
		text-align: left;
}

#footer ul {
		float: left;
		font-size: 11px;
}

#footer ul li {
		float: left;
		padding: 8px 20px 4px 0;
}

#footer ul li a {
		float: left;
		color: #555;		
}

#footer ul li a:hover {
		color: #acacac;
		text-decoration:none;
}

#footer p {
		font-size: 9px;
		color: #acacac;
}

.png { behavior:expression((this.runtimeStyle.behavior="none") && (this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')", this.src = "../i/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''), this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')", this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));}



