/* @group Layout */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-y: auto;
	background: #FFFFFF url(../images/global_bg.gif) repeat-y;
	/* font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; */
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
}

* html {overflow-x:auto; overflow-y:hidden;}

img { border: none; }

#subnav, #subnav ul, #subnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#subnav ul li a {
	margin-left: 150px;	
}
#inhalt {
	display: block;
	width: 510px;
	margin: 0 0 0 370px;
	padding: 125px 0 50px;
}
#inhaltNewsletter {
	display: block;
	width: 510px;
	margin: 0 0 0 0;
	padding: 25px 50px;
}
#fest {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 350px;
	padding: 0;
}

* html #fest {
	position: absolute;
}

.hide {
	display: none;
}

/* @end */

/* @group Typography */

h1 {
	font-size: 12pt;
	color:  #0054a6;
}
p, address {
	margin: 0 0 16pt 0;
	line-height: 16pt;
	color: #6F6F6F;
	font-style: normal;
}

p.success {
	color: #33CC00;
	font-weight: bold;
}

strong {
	color: #5f5f5f;
}

hr {
	margin-bottom: 18px;
	border: 0;
	color: #cfcfcf;
	background-color: #cfcfcf;
	height: 1px;
	width: 100%;
	text-align: left;
}

/* @end */


/* @group Bilder */

img {
	margin: 6px 20px 5px 0;
}

/* @end */

/* @group Headlines */

#fest h1 {
	width: 280px;
	height: 80px;
	margin: 50px 0 0 70px;
	background: #FFFFFF url(../images/logo_no.gif) no-repeat;

}

#inhalt h2, #inhaltNewsletter h2 {
	font-size: 11pt;
	margin-left: 0;
	margin-bottom: 10pt;
	margin-right: 0;
	margin-top: 10pt;
	display: block;
	color:  #666;
}

* html #inhalt h2, #inhaltNewsletter h2 {
	margin: 0;
	color: #666;
}

h2.header_home {
	width: 220px;
	height: 22px;
	text-indent: -9999px;
}

#inhalt h3, #inhaltNewsletter h3 {
	margin: 20pt 0 9pt 0;
	color: #3f3f3f;
	font-size: 11pt;
	font-weight: bold;
}

#inhalt h4, #inhaltNewsletter h4 {
	margin: 30px 0 0 0;
	color: #3f3f3f;
	font-size: 9pt;
	font-weight: bold;
}

/* @end */

/* @group Links */
#inhaltNewsletter a:link, #inhaltNewsletter a:visited, #inhaltNewsletter a:active,
#inhalt a:link, #inhalt a:visited, #inhalt a:active {
	text-decoration: none;
	text-transform: none;
	color: #0054a6; /* B02A2C */
	outline: none;
	border-bottom: 0px;
}

#inhaltNewsletter a:hover,
#inhalt a:hover {
	/* border-bottom: 1px solid #A96B42; */
}

#inhaltNewsletter a.headerlink,
#inhalt a.headerlink {
	color: #4f4f4f;
	font-weight: bold;
}

#inhaltNewsletter a.headerlink:hover,
#inhalt a.headerlink:hover {
	color: #0054a6;
	border-bottom: none;
}

#fest a {
	margin: 0 0 0 177px;
	outline: none;
	text-decoration: none;
}

#fest a {
	color: #231f20;
	font-weight: bold;
}

#fest a:hover, #fest a.current  {
	color: #0054a6;
	border-bottom: none;
}

a.imglink:hover {
	/* border-bottom: 1px solid #A96B42; */
}

/* @end */

/* @group Lists */

ul, ol {
	margin: 0 0 16pt 0;
	line-height: 16pt;
	color: #6F6F6F;
	font-style: normal;
}

li {
	margin: 0 0 8pt 0;
}

.level2 li {
	margin: 0 0 0 0;
}
.level2 li a {
	font-size: 10px;
}

/* @end */

/* @group Tables */

table {
	margin:0;
	padding:0;
	
}
td {
	margin: 0;
	padding: 0;
}

/* @end */

/* @group Formulare */

.form_label {
	text-align: right;
	color: #666666;
	padding-right: 3px;
}
button {
	margin: 0 0 1px 2px;
	padding: 0 2px 3px 2px;
	color: #FFFFFF;
	height: 20px;
	font-size: 11px;
	background: #B02A2C;
	border: none;
}

* html button {
	margin: 0 0 0 4px;
	padding: 0 2px 1px 2px;
}

input, select {
	border: 1px solid #cccccc;
	background: #FFFFFF url(../../../images/global_input_bg.gif) repeat;
}

select {
	border: 1px solid #cccccc;
}






/**
* Formulare
*/
form {
	margin: 20px 0px;
	padding: 0px;
}

fieldset {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.csc-mailform-field {
	clear: both;
	padding: 2px 0px;
}

label,
.csc-mailform-field label {
	float: left;
	width: 125px;
	padding-top: 3px;
	line-height: normal !important;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: #666666;
}

input,
input.mf-input, textarea.mf-text, select.mf-select {
	width: 400px;
	margin: 0px;
	padding: 1px 1px 1px 5px;
	line-height: normal !important;
	background-color: #FFFFFF;
	border: 1px solid #C7C7C7;
}

input.mf-input-mail { width: 200px; }

.tx-newloginbox-pi1 input { width: 200px; }
.tx-newloginbox-pi1 input.loginbutt { width: 100px; }

select.mf-select {
	width: 408px;
	border: 1px solid #C7C7C7;
}

textarea.mf-text { 
	height: 100px;
}

input.mf-check, input.mf-radio {
	width:  15px;
	border: none;
}

input.mf-submit {
	line-height: normal !important;
	margin: 10px 0px 0px 0px;
	width: 100px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #FFFFFF;
	border: 1px solid #C7C7C7;
}
input.mf-submit-mail { width: 150px; }


/* @end */


/* @group tt_news */


/* prevent floated images from overlapping the div-containers they are wrapped in  */

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

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

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

.news-latest-container {
	border:1px solid #333;
	background-color:#BBE53A;
}

.news-latest-container H2,.news-latest-gotoarchive {
	color:#fff;
	padding:3px;
	margin:3px;
	border:1px solid #666;
	/*background-color:#D8FA70;*/
	background-color:#769024;
}

.news-latest-gotoarchive {
	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 */
	height: auto !important;	
	padding:3px;
	margin:3px;
	border:1px solid #666;
	background-color:#F9FFE5;
}

.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:9px;
}

.news-latest-morelink {
	height:12px;
}

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


/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
	border:0px solid #000;
}
.news-list-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	height: auto !important;
	padding:0px;
	margin:0px;
}
.news-list-container H3 {
	margin-bottom: 5px;
	padding: 0px;
	border-bottom: 1px solid #ccc;
	background-color: #FFF;
}
.news-list-container H3 A:LINK,
.news-list-container H3 A:VISITED,
.news-list-container H3 A:HOVER {
	color:#fff;
	padding-left:0px;
}
.news-list-container H3 A {
	color:#fff;

}
.news-list-container P {
	padding-left:0px;
}
.news-list-date {
	float: right;
	color: #ccc;
	width: 180px;
	text-align: right;
	height: 20px;
	margin-top: 7px;
	margin-right: -2px;
	font-size: 9px;
	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 {
	margin:3px;
	border:1px solid #666;
	padding:3px;
	background-color:#F9FFE5;
}
.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: #BBE53A;
	border:1px solid #666;
}
.news-search-emptyMsg {
	font-size: 11px;
	margin-left: 10px;
}
	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	padding:5px;
	margin-bottom:5px;
	border:0px solid #666;
}
.news-single-item H2 {
	color: #85A600;
	margin-bottom: 0px;
}
.news-single-item H3 {
	margin-bottom: 15px;
}

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

.news-single-imgcaption {
	padding:0px;
	clear:both;
	width: 240px;
	line-height: 11px;
}

.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: left;
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
	font-size: 9px;
}
.news-single-author {
	padding-bottom: 3px;
}
.news-single-additional-info {
	background-color: #EEE;
/* 	clear: both; */
	margin-top: 15px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #aaa;
	border-top: 1px solid #aaa;
	padding:0px;
	padding-bottom:0px;

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

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

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

/*  Styles for catmenu mode "nestedWraps" */
.level0 {
	background-color:#fff;
}
.level1 {
	padding-left:10px;
	background-color:#eee;
}
.level2 {
	padding-left:10px;
	background-color:#ddd;
}
.level3 {
	padding-left:10px;
	background-color:#ccc;
}
.level4 {
	padding-left:10px;
	background-color:#bbb;
}



/* @end */

