/* General CSS */
* {
	margin:0;
	padding:0;
	color:#000000;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}
img	{	
	margin:10px 10px 10px 10px;	
}
A {
	color:#ff0000;
}
A:hover {
	color:#ff0000;
}
.clear { 
	clear:both; 
}
.csc-textpic-image {
	padding-top:10px;
	padding-bottom:5px;
}
.csc-textpic-caption {
	text-align:center;
	font-size:10px;
	fon-weigth:bold;
}

div#middle ul, div#middle_2column ul {
	padding-left: 20px;
}

/* Menü */
ul#menu_top li {
	margin: 0 5px 0 5px;
	padding-left:10px;
	float:left;
	list-style-type:none;
	list-style:none;
	text-transform:uppercase;
	background-image:url(../gfx/ico_navi_beam.gif);
	background-position:left;
	background-repeat:no-repeat;
}
ul#menu_top li A {
	color:#000000;
	text-decoration:none;
}
ul#menu_top li A:hover {
	color:#ff0000;;
	text-decoration:underline;
}
ul.menu_left li{
	background-image:url(../gfx/navi_arrow.gif);
	background-position:left 3px;
	background-repeat:no-repeat;
	padding-left:10px;
	margin-top:10px;
	list-style-type:none;
}
ul.menu_left li A {
	text-decoration:none;
	color:#000000;
}
ul.menu_left li A:hover {
	color:#ff0000;
	text-decoration:underline;
}

/* Kontakt Formular */

#mailform fieldset{
	border:none;
}
.csc-mailform-field {
	width:100%;
	margin-top:5px;
}
.csc-mailform-field label {
	display:block;
	width:110px;
	text-align:right;
	float:left;
	margin-right:10px;
}
.csc-mailform-submit {
	margin-left:120px;
}

/* Überschriften */
h1 {
	background-image:url(../gfx/title_bg.gif);
	background-repeat:repeat-y;
	font-size:15px;
	font-weight:900;
	border-bottom:1px solid Gray;
	border-top:1px solid Gray;
	line-height:14px;
	display:block;
	padding:5px 0 5px 5px;
	margin:20px 0 15px 0;
}
h1.pagetitle {
	background-image:none;
    font-size:24px;
	font-weight:500;
	line-height:32px;
    margin:0px 0px 20px 0px; 
	padding:0px 0px 0px 2px;
}
h2 {
	font-size:13px;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:15px;
}
h3, h4 {
	font-size:12px;
	font-weight:bold;
	margin:10px 0 15px 0;
}
/* Listen */
.csc-bulletlist {
	list-style:url(../gfx/navi_arrow.gif);
	margin: 0px 10px 10px 10px;
	padding-left:10px;
}
.csc-menu {
	list-style-type:none;	
}
.csc-menu li {
	margin-top:5px;
}
.csc-menu li A {
	margin-top:5px;
	font-weight: bold;
}
.csc-firstHeader { 
	margin-top:5px;
}
dd { 
	margin-bottom: 7px;
}
ul.sitemap {
	margin-bottom: 10px;
	list-style: none;
}
/* Eventuell löschen */
A.Underlined {
	text-decoration: underline;
}
A.SearchLink {
	 text-decoration: underline;
	 display: inline 
}
A.version {
	font-size: 10px;
}
/* gb_weather */
.gb_weather {
	text-align:center; 
}

/* Grundgerüst */
body {
	background-color:white;
	height:100%;
	width:100%;
}
div#main {
	height:100%;
	width:750px;
	margin:0 auto;
}
div#header {
	background-image:url(../gfx/header_bg.gif);
	background-repeat:repeat-x;
	border-bottom:1px solid #AAAAAA;
	border-top:1px solid #AAAAAA;
	height:52px;
	width:100%;
}
div#logo img {
	margin: 0;
}

div#logo {
	text-align: right;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	height: 36px;
	width:750px;
	display: block;
	margin-top: 0pt;
	margin-right: auto;
	margin-bottom: 0pt;
	margin-left: auto;
}
#top {
	width:750px;
	padding:5px 0;
}
#menu {
	padding-top: 3px;
	width:530px;
	float:left;
}	
#search {
	width:220px;
	float:right;
	padding-bottom: 5px;

}
#breadcrumb {
	width:750px;
	float:left;
	padding-top:3px;
	color:red;
	text-transform:uppercase;
	text-indent: 3px;
	background-image:url(../gfx/header_bg.gif);
	background-position:top;
	background-repeat:x-repeat;
}
#left {
	padding-top:10px;
	height:100%;
	float:left;
	width: 185px;
}
#middle {
	padding-top:5px;
	margin-left:15px;
	width:550px;
	height:100%;
	float:left;
	padding-bottom:50px;
}
#middle_2column {
	padding-top:5px;
	width:380px;
	margin:0 15px;
	height:100%;
	float:left;
	padding-bottom:50px;
}
#middle_nomenu {
	padding-top:5px;
	margin-right:15px;
	width:590px;
	height:100%;
	float:left;
	padding-bottom:50px;
}
#middle_fullsize {
	padding-top:5px;
	width:750px;
	height:100%;
	float:left;
}
#right {
	width:145px;
	height:100%;
	float:left;
}
#content {
	padding-top:61px;
	width:750px;
}
#left_content {
	margin-top:30px;
}
#left_content * {
	font-size:12px;
}
#footer {
	height:30px;
	width:750px;
	position:fixed;
	bottom:0px;
	background-image:url(../gfx/header_bg.gif);
	background-color:white;
	background-position:top;
	background-repeat:repeat-x;
	text-align:center;
}

/* NEWS */
.news-latest-item A, .news-latest-date { font-weight:bold; color:#000000; }
.news-latest-item h3{ margin: 0; padding: 0; }
.news-latest-morelink A { font-weight: normal; }	
div.news-latest-item {margin-top:20px;}

/* tt-Address */
.vcard {
float:left;
clear:both;
margin-top:10px;
}
.vcard img {
margin:0;
}

/*------ tt_news 3 Spalten Layout------*/
div#news {
	margin-bottom:20px;
}
div#news .news-list-item h1 {
	background-image:url(../gfx/title_bg.gif);
	background-repeat:repeat-y;
	color:#000;
	border-bottom:none;
	margin:5px 0 5px 0;
}
div#news .news-list-item h1 a{
	font-size:15px;
	font-weight:900;
	color:#000;
	line-height:14px;
	display:block;
	padding:5px 0 5px 5px;
}
div#news .news-list-item h2 {
	margin:5px 0 5px 0;
}
div#news .news-list-item h2 a{
	color:#000;
	text-decoration:none;
	font-size:13px;
	margin-bottom:0;
}
div#news .news-list-item h3 {
	color:#000;
	text-decoration:none;
	margin:0;
}
div#news .news-title a{
	color:#000;
	text-decoration:none;
}
div#topNews {
	width:550px;
	height:auto;
	padding-bottom:1em;
}
div#leftNews div.news-list-container{
	width:290px;
	float:left;
	height:auto;
}
div#rightNews div.news-list-container{
	width:231px;
	float:left;
	height:auto;
	margin-left:2em;
}
div#middle_leftcolumn div#news div#rightNews {
	width:208px;
	float:left;
	height:auto;
	margin-left:2em;
}
div#leftNews .news-list-item {
	margin-top:0.5em;
	border-top:1px solid #062340;
}
div#rightNews .news-list-item {
	margin-top:0.5em;
	border-top:1px solid #062340;
}
div#content .news-morelink {
	font-size:0.8em;
}
div#content .news-single-backlink {
	padding-top:1em;
}
.clear {
	float:none;
}

/*--- Drop Down Site Map ---*/
.tx-dropdownsitemap-pi1 img {
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:10;
}
.tx-dropdownsitemap-pi1 span.ifsub {
	text-transform:none;
	font-weight: bold;
}
