/* ---------------------------------------------------------- */
/*              globals                                       */
/* ---------------------------------------------------------- */
html, body {
	margin: 0; padding: 0;
}
body {
	margin: 0; padding: 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background: #ffffff; /* <--- wunsch von frank ;) */
	/* ja aber, das da sieht viel besser aus !! ---v */
	/* background: #DEDEDE; /* <--- vorschlag von tom */
	
	margin-bottom: 1em;
}
.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0;
	font-size: 1px;
}
strong, bold, th {
	font-weight: bold;
	color: #666;
}
table, td {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
/* ---------------------------------------------------------- */
/* master container                                           */
/* ---------------------------------------------------------- */
#layout {
	margin: 0 AUTO; padding: 0;
	width: 955px;
	padding-top: 1px;
	background-color: #FFFFFF;
	/* next 3 lines hack for centered while posed absolute */
	/* position: absolute;
	/* margin-left: -477px;
	/* left: 50%;
	/* -- */
}
/* ---------------------------------------------------------- */
/*             top-nav                                        */
/* ---------------------------------------------------------- */
#head {
	margin: 0; padding: 0;
	background: url(../images/head_bg.jpg) no-repeat;
	height: 103px;
	text-align: right;
	font-size: 11px;
	color: #7D0000;
}
#logos {
	margin: 0; padding: 9px 10px 0 0;
}
/*
redesign
*/
#logo {
	margin: 0; padding: 9px 0 0 0;
}
#logonewsletter {
	margin: 0; padding: 9px 0 0 0;align: center
}
#subnav {
	margin: 0; padding: 2px 6px 0 0;
	/*text-transform: uppercase;*/
	font-size: 10px;
}
#topnav {
	margin: 0; padding: 2px 6px 0 0;
	/*text-transform: uppercase;*/
	font-size: 10px;
	text-align: left;
}

#subnav img {
       border-left: 1px solid #666;
}
#subnav .last img {
       border-right: 1px solid #666;
}



#head a,
#head a:link,
#head a:visited {
	text-decoration: none;
	color: #666;
}
#head a:active,
#head a:hover {
	color: #666;
}
#head .item {
	margin: 0; padding: 0 5px;
	border-right: 1px solid #666;
}
#head .noborder {
	border: none;
}
#head a.active {
	color: #7D0000;
}

/* ----------------------------------
subnav redesign
------------------------------------- */
/* IE Filter */
* html #topnav {
	padding-top: 0;
}
/**/
#topnav ul {
	margin: 0; padding: 0;
	margin-left: 1em;
	list-style-type: none;
	text-align: left;
	font-weight: bold;
}
#topnav li {
	margin: 0; padding: 0;
	display: inline;
	margin-right: 2em;
	text-align: left;
}
#topnav a:active,
#topnav a:hover,
#topnav li.active a,
#topnav li.active a:visited {
    color: #7D0000;
}

/* dhtml nav: */
.dhtmlnav {
	margin: 0; padding: 0;
       text-align: left;
       font-size: 11px;
}
.dhtmlnav ul {
	margin: 0; padding: 0;
	list-style: none;
}
.dhtmlnav ul li {
	margin: 0; padding: 0;
	margin-bottom: 2px;
	display: block;
}
.dhtmlnav .navitem {
	border: 1px solid #CCC;
	margin: 0; padding: 2px 10px 5px 10px;
	background: #FFF;
}
.dhtmlnav a,
.dhtmlnav a:link,
.dhtmlnav a:visited {
	color: #666;
	text-decoration: none;
}
.dhtmlnav a:active,
.dhtmlnav a:hover {
	color: #7D0000;
}
#nav1, 
#nav2, 
#nav3, 
#nav4 {
	margin: 0; padding: 0;
	position: absolute;
}
#nav2 {
	left: 53px;
}
#nav3 {
	left: 109px;
}
#nav4 {
	left: 150px;
}
/* ---------------------------------------------------------- */
/* mittlerer bereich - linke nav und content                  */
/* ---------------------------------------------------------- */
#content {
	background: url(../images/main_bg.gif) bottom right no-repeat;
	min-height: 420px;
}
* html #content {
	height: 420px;
}
/* ---------------------------------------------------------- */
/* linke nav                                                  */
/* ---------------------------------------------------------- */
#left {
	margin: 0; padding: 0;
	width: 192px;
	float: left;
	padding: 20px 0;
	background: url(../images/left_bg.jpg) no-repeat;
	margin-bottom: 15px;
}
#left .content {
	margin: 0; padding: 0;
	font-size: 11px;
	line-height: 115%;
	color: #666;
}

#left h1 {
	margin: 0;
	padding: 0 15px;
	font-size: 1em;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#left ul {
	margin: 0; padding: 0;
	list-style-type: none;
	background: url(../images/nav_passive.gif) repeat-y;
}
/* 1. ebenene */
#left ul li {
	margin: 0; padding: 0 15px;
	margin-bottom: 5px;
	display: block;
	font-weight: bold;
}
/* 2. ebene */
#left ul li ul {
	font-weight: normal;
	color: #666;
	margin-top: 2px;
	background: transparent none;
}
#left ul li ul li {
	margin: 0; padding: 0;
	padding-left: 10px;
	margin-bottom: 3px;
	font-weight: normal;
	
}
/* 3. ebene */
#left ul li ul li ul{
	font-weight: normal;
	color: #666;
	margin-top: 2px;
}
#left ul li ul li ul li{
	margin: 0; padding: 0;
	padding-left: 10px;
	margin-bottom: 3px;
	
}
/* 4. ebene */
#left ul li ul li ul li ul{
	font-weight: normal;
	color: #666;
	margin-top: 2px;
}
#left ul li ul li ul li ul li{
	margin: 0; padding: 0;
	padding-left: 10px;
	margin-bottom: 3px;
	
}
/* */
#left a,
#left a:link,
#left a:visited {
	color: #666;
	text-decoration: none;
}
#left a:active,
#left a:hover {
	color: #7D0000;
	background: transparent; /* IE FIX */
}
#left .active {
	background: url(../images/nav_active.gif) repeat-y;
	font-weight: bold;
}
#left ul li ul li.active {
	background: none;
}
#left .active strong {
	color: #7D0000;
}

/* ---------------------------------------------------------- */
/*        news-teaser in der linken nav leiste                */
/* ---------------------------------------------------------- */
#left .newsTeaser,
#left .v1 {
     margin: 0; padding: 0;
}
#left .newsTeaser {
     margin-top: -10px;
}
#left .newsTeaser .news-latest-item {
     font-size: 9px;
     margin: 0 15px; padding: 0;
     border-bottom: 1px dashed #CCC;
     margin-bottom: 0.5em;
}
#left .newsTeaser h3, {
     font-size: 9px;
}
#left .newsTeaser .news-latest-category,
#left .newsTeaser h3 {
     margin: 0; padding: 0;
     line-height: 1em;
     margin-bottom: 0.5em;
}

/* ---------------------------------------------------------- */
/*           content-bereich                                  */
/* ---------------------------------------------------------- */
#main {
	margin: 0;
	padding: 0;
	width: 710px; /* 670 max content + 40 padding left */
        width: 756px;
	float: left;
	background: url(../images/main_shadow.jpg) repeat-x;
	/*border-bottom: 10px solid #EEE;*/
	padding-bottom: 0.5em;
}
#contentwrap {
	margin: 0; padding: 20px 46px 20px 40px;
	font-size: 12px;
	line-height: 17px;
	text-align: justify;
}
/* content-satzspiegel varianten */
#main .v1,
#main .v2,
#main .v3,
#main .v4,
#main .v5,
#main .v6 {
	margin: 0; padding: 0;
	margin-bottom: 1em;
	clear: both;
	/* next 2 lines debug only 
	border-bottom: 10px solid #EEE;
	padding-bottom: 0.5em;
	 - */
}

#main .imgbox img {
	border: none;
}
/* v1: standard, nur text, bild+text */
#main .v1 .small {
	width: 500px;
}

#main .v1 .textbox {
	width: 590px;
}
#main .v1 .textbox .content {
	margin: 0; padding: 0;
}
#main .v1 .imgbox img.imgicon {
       margin: 0; padding: 0;
       margin-right: 5px;
       float: right;
}
#main .imgbox .csc-caption,
#main .csc-textpic-caption .imgbox {
	font-size: 10px;
	line-height: 12px;
	text-align: left;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	margin: 0; padding: 0.5em 0.3em 0.5em 0;
}
#main .v1 .imgtext-table {
        margin-bottom: 1em;
}
#main .v1 .bilder {

}

/* v4: 16:9 bild */
#main .v4 .textbox {
	width: 670px;
}
#main .v4 .textbox .content {
	margin: 0; padding: 0;
}
#main .v4 .imgbox {
	width: 670px;
}
#main .v4 .imgbox .content {
	margin: 0; padding: 0;
	border: 15px solid #EEE;
	background: #EEE;
}
/* v4: 2 bilder */
#main .v5 .textbox {
	width: 670px;
}
#main .v5 .textbox .content {
	margin: 0; padding: 0;
}
#main .v5 .imgbox {
	width: 670px;
}
#main .v5 .imgbox .content {
	float: left;
	width: 335px;
	margin: 0; padding: 0;
}
/* v6: storyboards */
#main .v6 .textbox {
	text-align: left;
}
#main .v6 .textbox p {
	font-size: 10px;
	line-height: 13px;
}
#main .v6 .textbox .content {
	margin: 0; padding: 0;
}
#main .v6 .textbox .content .textbox1,
#main .v6 .textbox .content .imgbox,
#main .v6 .textbox .content .textbox2 {
	float: left;
	width: 200px;
}
#main .v6 .textbox .content .textbox1,
#main .v6 .textbox .content .textbox2 {
	width: 235px;
}
#main .v6 .textbox .content .textbox1 .content,
#main .v6 .textbox .content .imgbox .content,
#main .v6 .textbox .content .textbox2 .content {
	margin: 0; padding: 0 10px 0 0;
	
}

#main .right {
		text-align: right;
}
#main h1 {
	font-size: 21px;
	color: #7D0000;
	line-height: 21px;
	margin: 0; padding: 0;
	/* achtung: die grafik wird auf der seite selbst per inline style vergeben */
	/*background: url(../images/titel.gif) no-repeat;*/
	height: 21px;
	border-bottom: 1px dashed #CCC;
	padding-bottom: 0.2em;
	margin-bottom: 0.5em;
}
#main h1 span {
	display: none;
}
#main p {
	margin: 0; padding: 0;
	margin-bottom: 0.5em;
}
#main h2 {
	margin: 0; padding: 0;
	font-size: 1em;
	color: #666;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}
#main h3 {
	margin: 0; padding: 0;
	font-size: 1em;
        text-transform: uppercase;
	color: #666;
}
#main h4 {
	color: #666;
}
#main a,
#main a:link,
#main a:visited {
	color: #000;
}
#main a:active,
#main a:hover {
	color: #666;
	text-decoration: none;
}
/* ---------------------------------------------------------- */
/*         formulare                                          */
/* ---------------------------------------------------------- */

/* mailformplus */

.tblMailForm {
     margin: 0; padding: 0;
     border-collapse: collapse;
}
.tblMailForm th,
.tblMailForm td {
     margin: 0;
     padding: 2px;
     text-align: left;
     vertical-align: top;
}
.tblMailForm .inputText,
.tblMailForm textarea.inputText {
     margin: 0; padding: 2px;
     font-size: 0.9em;
     font-family: Verdana, sans-serif;
     width: 400px;
     border: 1px solid #666;
     background: #FDFBFC;
}
.tblMailForm textarea.inputText {
     height: 110px;
}
.tblMailForm .inputButton {
     margin: 0; padding: 2px;
     font-size: 0.85em;
     font-weight: bold;
     text-transform: uppercase;
     color: #FFF;
     background: #7D0000;
     border: 1px solid #666;
}
.tblMailForm .hintCell {
     color: #666;
     font-style: italic;
}
.tblMailForm .submitCell {
     border-top: 1px dashed #CCC;
     padding-top: 0.25em;
     text-align: right;
}
.tblMailForm .mailFormErrorHead {
     color: #7D0000;
}
.tblMailForm .mailFormError {
     color: #7D0000;
     font-weight: bold;
}

/* ---------------------------------------------------------- */
/*         footer-bereich                                     */
/* ---------------------------------------------------------- */
#footer {
	background: url(../images/footer_bg.jpg) no-repeat;
	height: 20px;
}
#footer .content {
	font-size: 9px;
	color: #666;
	margin: 0; padding: 5px 0 0 10px;
}
#footer .item {
	margin: 0; padding: 0 5px;
	border-right: 1px solid #666;
}
#footer .noborder {
	border: none;
}
#footer a,
#footer a:link,
#footer a:visited {
	text-decoration: none;
	color: #666;
}




/* ---------------------------------------------------------- */
/*         spezial-bereich                                     */
/* ---------------------------------------------------------- */

table.wide-table 
{ 
width:100%; 
text-align: center;
font-weight: bold;
} 