/* Standard */
html,body {
	font-family:Arial,Univers,Helvetica,sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#000;
}
body {
	font-family:Arial,Univers,Helvetica,sans-serif;
	margin:10px;
	padding:0;
}


a:link {
	font-family:Arial;
	font-weight:normal;
	color:#0D5C91;
	text-decoration:none;
}
a:visited {
	color:#0D5C91;
	text-decoration:none;
}
a:hover {
	color:#00A3E0;
	text-decoration:none;
}

a div {
	padding-left:20px;
}


/* JPop */
table.jpop {
	font-size:12px;
	width:100%;
}
div.desc {
	font-size:11px;
	line-height:14px;
	color:#0D5C91;
	background-color:#B2CBDE;
	padding:6px;
	display:block;
}

.clsGoogleMapsLink
{
	color:#0D5C91;
}


/* weiter, more, go... */
/* TODO: prüfen ob gut */
a div.cont {
	background-image:url(/images/navimg.gif);
	background-repeat:no-repeat;
	background-position:left;
}
a.cont {
	padding-left:20px;
	background-image:url(/images/navimg.gif);
	background-repeat:no-repeat;
	background-position:left;
}
a div.close {
	background-image:url(/images/close.gif);
	background-repeat:no-repeat;
	background-position:left;
}
a div.print {
	background-image:url(/images/print.gif);
	background-repeat:no-repeat;
	background-position:left;
}




/* Eingabefelder, Buttons */
input, select {
	border:1px solid #A2B1BC;
	height:18px;
	width:144px;
		  /*
	font-size:11px;
	*/
}
textarea {
	border:1px solid #A2B1BC;
}
input.stdbutton, input.submit {
	color:#FFF;
	background-color:#00A3E0;
	padding-left:4px;
	padding-right:4px;
	height:15px;
	width:auto;
	font-family:Arial;
	/*
	font-size:12px;
	*/
	font-size:11px;
	line-height:15px;
	font-weight:bold;
	border:none;
}
/*
input.auswahl {
	width:12px;
	height:12px;
}
*/





div.clear, span.clear, p.clear {
	clear:both;
	display:block;
	height:1px;
	overflow:hidden;
}
	  
/* Tabellendarstellung; Table-Lösung */
table.b011-tabellenlinie, table.b010-tabellenzeile {
	width:100%;
	padding:0;
    margin:0;
    border-collapse:collapse;
    border-spacing:0;
	font-family:Arial,Univers,Helvetica,sans-serif;
}
table.b011-tabellenlinie td, table.b010-tabellenzeile td {
	font-family:Arial,Univers,Helvetica,sans-serif;
	font-weight:normal;
	font-size:12px;
	line-height:14px;
}
table.b011-tabellenlinie {
    border-bottom:1px solid #bdcfce;
	font-family:Arial,Univers,Helvetica,sans-serif;
	font-weight:normal;
	font-size:12px;
	line-height:14px;
}
table.b011-tabellenlinie th, table.b010-tabellenzeile th {
    width:100%;
    line-height:18px;
    text-align:left;
    font-weight:bold;
    margin:0;
    padding:0;
    font-size:12px;
}
table.b011-tabellenlinie th.kopf, table.b010-tabellenzeile th.kopf {
	color:#0D5C91;
}

table.b011-tabellenlinie td, table.b010-tabellenzeile td {
    padding:0;
    margin:0;
    vertical-align:top;
    font-size:12px;
    line-height:18px;
    color:#000;
}
table.b011-tabellenlinie td.b013-spalte, table.b010-tabellenzeile td.b013-spalte {
    width:144px;
}
table.b011-tabellenlinie td.b014-spalte-gross, table.b010-tabellenzeile td.b014-spalte-gross {
    width:222px;
	font-family:Arial,Univers,Helvetica,sans-serif;
	font-weight:normal;
	font-size:12px;
}
table.b011-tabellenlinie td.b015-spalte-klein, table.b010-tabellenzeile td.b015-spalte-klein {
    width:66px;
}
table.b011-tabellenlinie td.b012-abstand, table.b010-tabellenzeile td.b012-abstand {
    font-size:1px;
    color:#FFF;
    width:12px;
}
    






/* Listen */
ul, ol {
	font-size:12px;
}
li {
	list-style-position:outside;
	list-style-image:url(/images/listing.gif);
}



/*****   Bereich Mitte   *****/
#Container {
	width:960px;
	margin-top:232px;
}


/* Haupt-Navigation */
#MainMenu {
	float:left;
	width:174px;
}

#Container div#hspacer {
	float:left;
	width:1px;
	height:270px;
}





#Content {
	float:left;
	margin-left:42px;
	width:456px;
		/*	background-color:#FFD;*/
}
#Content h1 {
	margin-top:0;
	font-family:Arial;
	font-size:21px; 
	color:#0D5C91; 
	font-weight:400;
/*	font-weight:bold;*/
/*	margin-top:-1px;*/
	margin-bottom:10px;
}
#Content h2 {
	margin-top:0;
	font-family:Arial;
	font-size:12px; 
	color:#0D5C91; 
	font-weight:bold;
	margin-bottom:5px;
}


#Content img {
	width:100%;
}


#Content td {
	font-family:Arial,Univers,Helvetica,sans-serif;
	font-size:12px;
}


/* Spaltendarstellung; 2er Teilung */
#Content div.b020-teilung-2 {
	width:100%;
}
#Content div.b020-teilung-2 div.b022-links {
	float:left;
	width:222px;
}
#Content div.b020-teilung-2 div.b024-rechts {
	float:left;
	width:222px;
	margin-left:12px;
}

/* Spaltendarstellung; 3er Teilung */
#Content div.b021-teilung-3 {
	width:100%;
}
#Content div.b021-teilung-3 div.b022-links {
	float:left;
	width:144px;
}
#Content div.b021-teilung-3 div.b023-mitte {
	float:left;
	width:144px;
	margin-left:12px;
}

#Content div.b021-teilung-3 div.b024-rechts {
	float:left;
	width:144px;
	margin-left:12px;
}




/* ÜBERSCHRIFTEN */

/* Überschrift für Beispiele */
#Content .a020-ueberschrift-beispiel {
	font-size:12px;
	font-weight:bold;
	color:#0D5C91;
}


/* Prozessdarstellung */
#Content p.prozessdarstellung {
	margin:6px 0 6px 18px;
	padding-left:26px;
	background-image:url(/images/navimg.gif);
	background-position:left center;
	background-repeat:no-repeat;
}



p.a010-liste {
	padding-left:15px;
	margin:0 0 0 10px;
	background-image:url(/images/listing.gif);
	background-position:0 2px;
	background-repeat:no-repeat;
}
p.a011-liste {
	padding-left:15px;
	margin:0 0 0 0px;
	background-image:url(/images/listing.gif);
	background-position:0 2px;
	background-repeat:no-repeat;
}
p.a012-paragraphheader {
	margin-bottom:3px;
}
p.a013-paragraphfooter {
	margin-top:3px;
}




/* Teaser */
table.teaser {
	width:100%;
	border-spacing:0;
	cellpadding:0;
	cellspacing:0;
	margin-top:6px;
	margin-bottom:6px;
}
table.teaser td {
	font-size:12px;
	vertical-align:top;
	padding:0;
}
table.teaser td.image {
	width:108px;
}
table.teaser td.image img {
	width:108px;
	height:60px;
	border:none;
}
table.teaser td.text {
	padding-left:12px;
	padding-right:1px;
}
