/* Standard Stylesheet
www.mobilitaetsportal.de
Start: 1. März 2007
Letzte Aenderung: 2. März 2007
*/
/* Reset all */
*{
	padding: 0;
	margin: 0;
}

/* Allgemeines */
body {
	font-size: 80%;
	line-height: 1.6em;
	color: #333;
	background: #d5edfa;
	font-family: arial, verdana, sans-serif;
	text-align: center;
}

p a:link {
	/*color: #1f5bdf;*/
	text-decoration: underline;
}

p a:visited {
	text-decoration: underline;
}

p a:hover {
	color: red;
	text-decoration: underline;
}

/* Clear Class */
.c {
	clear: both;
}

img, a img {
	border: 0;
}

.keine-anzeige {
	display: none;
}

/* Absaetze */
p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 0 0 1em;
	}
	
.small {
	color: gray;
}	

ul {
	margin:0 0 1em 0;
	padding-left: 15px;
}

/* Kleinerer Text */
.s {
	font-size: 0.9em;
}

/* Links- bzw. Rechtsausrichtung für Elemente */
.leftalign {
	float: left;
	margin: 0 0.5em 0 0;
}

.rightalign {
	float: right;
	margin: 0 0 0 0.5em;
}

h1 {
	font-size: 1.6em;
	color: #576f87;
	line-height: 1.2em;
	margin:15px 0 0.5em;
	/*background: url(../media/bullet_red_circles.gif) no-repeat 2px 50%;*/
}

h2 {
	font-size: 1.2em;
	color: #576f87;
	line-height: 1.2em;
	margin:15px 0 0.5em;
	}

h3 {
	font-size: 1.1em;
	color: #576f87;
	line-height: 1.2em;
	margin:15px 0 0.5em;
	}

h4 {
	font-size: 1em;
	color: #576f87;
	line-height: 1.2em;
	margin:15px 0 0.5em;
	}

/* Layout */
#wrapper {
	width:800px;
	margin:30px auto 5px;
	padding-bottom: 15px;
	background:#fff url(../media/atmoimg_links_logos.jpg) no-repeat 20px 130px;
	border:#cccccc solid 1px;
	text-align: left;
}

#header {
	width: 800px;
	height:130px;
	/*background:url(../media/header-0.jpg) no-repeat 20px 20px;*/
}

#headerpic {
	margin:20px 0 0 20px;
}

.headclass0 {background:url(../media/header-0.jpg) no-repeat 20px 20px;}
.headclass1 {background:url(../media/header-1.jpg) no-repeat 20px 20px;}
.headclass2 {background:url(../media/header-2.jpg) no-repeat 20px 20px;}
.headclass3 {background:url(../media/header-3.jpg) no-repeat 20px 20px;}
.headclass4 {background:url(../media/header-4.jpg) no-repeat 20px 20px;}
.headclass5 {background:url(../media/header-5.jpg) no-repeat 20px 20px;}
.headclass6 {background:url(../media/header-6.jpg) no-repeat 20px 20px;}

#leftbar {
	width: 130px;
	float: left;
}

#empty {
	display: block;
	float: left;
	width: 120px;
	height: 270px;
}

#regionenaktiv {
	display: block;
	float: left;
	width: 120px;
	height: 60px;
}

#ihk {
	display: block;
	float: left;
	width: 120px;
	height: 100px;
}

#innerwrapper {
	float: left;
	width: 650px;
}

/*Navigation 1st Level*/

#nav_1stlevel {
	width:650px;
	height:1.6em;
	/*margin-left:130px;*/
	background: #d5edfa /*#ebe6d2*/ url(../media/nav_top.gif) no-repeat top left;
}

#nav_1stlevel ul {
	padding-left: 10px;
	margin: 0;
	color: #576f87;
}

#nav_1stlevel li {
	display:block;
	float:left;
	list-style-type:none;
	padding:0;
	}
	
.level1_default {
	color:#576f87;
	text-decoration:none;
	font-weight: bold;
	}
	
.level1_here {
	background:#ebe6d2;
	font-weight: bold;
	color: #d90014;
	}	
	
#nav_1stlevel a {
	display:block;
	float: left;
	height:1.6em;
	padding: 0 8px;
	}

#nav_1stlevel a:hover {
	background:#ebe6d2;
	color: #d90014;
	text-decoration:underline;
	}
	
/*Navigation 2nd Level*/	
	
#nav_2ndlevel {
	width:650px;
	/*margin-left:130px;*/
	margin-bottom:10px;
	height:1.6em;
	background:#ebe6d2 url(../media/nav_bottom.gif) no-repeat bottom left;
}

#nav_2ndlevel ul {
	padding-left: 10px;
	margin: 0;
}

#nav_2ndlevel li {
	display:block;
	float:left;
	list-style-type:none;
	}

#nav_2ndlevel a {
	display:block;
	float: left;
	height:1.6em;
	padding: 0 8px;
	}

#nav_2ndlevel a:hover {
	/*color: #f83f16;*/
	color: #d90014;
	text-decoration:underline;
	}
	
.level2_default {
	color:#576f87;
	text-decoration:none;
	}		
	
.level2_here {
	color: #d90014;
	font-weight: bold;
	text-decoration:underline;
	}	

#onecol #content {
	float: left;
	width:632px;
	padding-left:18px;
	min-height: 700px;
	_height: 700px;
}

#onecol #sidebar {
	display:none;
}

#onecol #picturebar {
	display: none;
}


#onecolatmo #content {
	float: left;
	width:514px;
	padding-left:18px;
	min-height: 700px;
	_height: 700px;
}

#onecolatmo #sidebar {
	display: none;
}

#onecolatmo #picturebar {
	float: right;
	width: 100px;
}

#twocol #content {
	float: left;
	width:400px;
	padding-left:18px;
	min-height: 700px;
	_height: 700px;
	}

#twocol #sidebar {
	float: right;
	width: 200px;
	margin-top: 25px;
	padding: 10px 10px 0 10px;
	border: 1px dotted #576f87;
	/*border-left: 1px solid #576f87;*/
}

.fcec_2column_wrapper {
	width: 100%;
}

.fcec_2column_left {
	width: 48%;
	float: left;
}

.fcec_2column_right {
	width: 48%;
	float: right;
}

#footer {
	width:650px;
	margin:10px auto;
	padding-left: 150px;
	font-size: 10px;
	text-align: left;
}

/*tt-news geht hier los*/

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	clear:right;
	height:1px;
	border: 1px solid #d5edfa;
	margin: 0;

}
.news-latest-container HR.clearer {
	clear:left;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
	/*border:1px solid #333;*/
	
	/*border-bottom: 1px solid #576F87;*/
	background: url(../media/sidebar-news-background.jpg) left bottom no-repeat;
}

.news-latest-container h2 {
	color:#576F87 ;
	padding: 12px 6px 3px 6px;
	margin:3px 0;
	border-bottom:1px solid #576F87;
	/*background-color:#D8FA70;*/
	background: url(../media/sidebar-news-background.jpg) left top no-repeat;
	font-size: 1.2em;
}

.news-latest-item h3 {
	font-size: 1em;
	line-height: 1.3em;
	margin: 0.5em 0 0.5em;
}

.news-latest-item a:link {
	text-decoration: none;
}

.news-latest-item a:visited {
	text-decoration: none;
}

.news-latest-item a:hover {
	color: red;
	text-decoration: underline;
}

.news-latest-container p {
	color:#576F87 ;
	line-height: 1.4em;
}

.news-latest-gotoarchive {
	display: none;
	/*color:#fff ;
	padding:3px;
	margin:3px;
	background-color:#D8FA70;
	background-color:#fff;
	font-size: 0.5em;
	font-weight:bold;
	margin-top:5px;*/
}

/*.news-latest-gotoarchive A:LINK, .news-latest-gotoarchive A:VISITED, .news-latest-gotoarchive A:HOVER {
	color:#fff;
}
.news-latest-gotoarchive A {
	color:#fff;
}*/

.news-latest-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:3px 6px;
	margin: 6px 0 6px;
	/*background-color: #d5edfa;*/
}

.news-latest-item IMG {

	margin-bottom:5px;
	margin-right:5px;
	border:1px solid #666;
	float:left;
}
.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}
.news-latest-date,.news-latest-morelink,.news-latest-category {
	font-size:0.9em;
}

.news-latest-morelink {
	height:12px;
	padding-bottom: 1.5em;
}

.news-latest-date a:link {
	color:#576f87;
	text-decoration: none;
}

.news-latest-date a:visited {
	color:#576f87;
	text-decoration: none;
}

.news-latest-date a:hover {
	color:#576f87;
	text-decoration: none;
}

/*.news-latest-morelink A {
	float:right;
}*/


/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {

	/*border:1px solid #000;
	background-color:#fff;*/
}


.news-list-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	/*padding:3px;
	margin:3px;*/
	border-bottom:1px solid #576f87;
	}
	
.news-search-form {
	padding:3px;
	margin-bottom:5px;
	border:1px solid #666;
	}
	
.news-search-emptyMsg{
	margin:0px;
}
.news-search-form FORM {
	margin:0px;
}
.news-list-container H3 {
	margin-bottom: 5px;
	padding: 2px 0;
	border-bottom: 1px dotted #576f87;
	background-color: #fff;
}
.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
	color:#576F87 ;
	/*padding-left:2px;*/
}
.news-list-container H3 A {
	color:#576F87 ;

}
.news-list-container P {
	padding:0 10px;
}
.news-list-date {
	float: right;
	color: #576f87;
	width: 180px;
	text-align: right;
	height: 20px;
	margin-top: -2px;
	margin-right: -2px;
	font-size: 0.8em;
	font-weight: normal;
	}

.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;

	}

.news-list-container IMG {

	float: right;
	border:1px solid #666;
	margin-bottom:5px;
	margin-right:2px;
	margin-left:5px;
}
.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-list-morelink,.news-list-category {
	font-size:9px;
	margin-left:3px;
}
.news-list-morelink  {
	margin-bottom:3px;
}
.news-list-browse {
	text-align: center;
}



	/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox, .browseBoxWrap {
	margin:3px;
	border:1px solid #666;
	padding:3px;
}

.tx-ttnews-browsebox TD {
	font-size: 10px;
}
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}
.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
	margin:0px;
}

.tx-ttnews-browsebox-SCell {
	background-color: #fff;
	border:1px solid #666;
}
.news-search-emptyMsg {
	font-size: 11px;
	margin-left: 10px;
}
	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	margin-bottom:5px;

}
.news-single-item H2 {
	font-size: 16px;
	font-weight:bold;
	margin-bottom: 0px;
}
.news-single-item H3 {
	margin-bottom: 15px;
}



.news-single-img {
	float: right;
	margin-left:5px;

}



.news-single-imgcaption {
	padding:3px;
	clear:both;
}

.news-single-category {

	float: right;
}
.news-single-backlink, .news-single-backlink a {
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
}
/*.news-single-timedata {
	float: right;
}*/
.news-single-timedata, .news-single-author,.news-single-imgcaption {
	font-size: 0.9em;
}
.news-single-author {
	padding-bottom: 3px;
}
.news-single-additional-info {
	background-color: #fff;
/*	clear: both;*/
	margin-top: 15px;
	border: 1px solid #666;
	padding:3px;
	padding-bottom:0px;

}
.news-single-related,.news-single-files,.news-single-links  {
	border: 1px solid #666;
	margin:0px;
	margin-bottom: 3px;
	padding:3px;
	background-color: #d5edfa;
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left:20px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 11px;
	margin-left:5px;
	width:90%;
}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	margin-top:10px;
	padding:3px;
	border:1px solid #333;
	background-color:#fff;
}
.news-amenu-container LI {
	padding-bottom:1px;
}
.news-amenu-container UL {
	padding:3px;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
	border:1px solid #666;
	background-color:#d5edfa;
	list-style-type: none;
}
.news-amenu-container H2 {
	color:#576F87;
	padding:3px;
	border:1px solid #666;
	background-color:#fff;
}
.news-amenu-item-year {
	font-weight: bold;
	border: 1px solid #666;
	padding: 2px;
	background-color: #d5edfa;
	color:#576F87;
}

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */


.news-catmenu  {
	padding:5px;
	margin:10px 0px 10px 10px;
	border:1px solid #666;
	background-color:#d5edfa;
}
.news-catmenu-header {
	font-size:11px;
	font-weight:bold;
}
.news-catmenu DIV {
	font-size:10px;
	white-space: nowrap;
}
.news-catmenu DIV img, .news-catmenu img, .news-catmenu-header img {
	margin:0px;
	padding: 0px;
	vertical-align: middle;
}
.news-catmenu-ACT {
	font-weight:bold;
}

/*  Styles for catmenu mode "nestedWraps" */
.level1 {
	padding:1px;
	padding-left:10px;
	background-color:#ebf8bf;
	border-left:1px solid #666;
	border-top:1px solid #666;
}
.level2 {
	padding:1px;
	padding-left:10px;
	background-color:#ddf393;
	border-left:1px solid #666;
}
.level3 {
	padding:1px;
	padding-left:10px;
	background-color:#cae46e;
	border-left:1px solid #666;
	border-top:1px solid #666;

}
.level4 {
	padding:1px;
	padding-left:10px;
	background-color:#b0cb51;
	border-left:1px solid #666;
}
/* ### Ende tt_news extension */


/* 	#################
	### Mail form ###
	#################	*/

.formu input, .formu select, .formu textarea {
	color: #333;
	font-family: arial, verdana, sans-serif;
}

.formu textarea {
	font-size: 1em;
	line-height: 1.5em;
}

legend {padding-left:10px;padding-right:10px;border: 0px;}fieldset {border:0px;padding-left:10px;padding-right:10px;padding-top:10px;padding-bottom:10px;border: 1px solid #C0C0C0;}.radiolayout {width:60%;padding-top:15px;padding-bottom:15px;}.formu {width:65%;padding-top:10px;padding-bottom:10px;
padding-left:10%;
padding-right: 10%;
margin-right: 5%;border: 1px solid #C0C0C0;
}.mf-radio {border:0px;}.mf-text {color: #000000;border: 1px solid #C0C0C0;margin-bottom: 5px;}.mf-check {border: 0px;}.mf-select {border: 1px solid #C0C0C0;
margin-bottom: 5px;}.mf-input {border: 1px solid #C0C0C0;margin-bottom: 5px;}.mf-submit {color: #ffffff;background-color: #C0C0C0;border: 1px solid #C0C0C0;}

/* #### Ende Mailform #### */

v\:* {      behavior:url(#default#VML);    }

.csc-textpic-caption {
	font-weight: bold;
	color: #576f87;
}