/* ----- different blueprint styles ------- */

body {
	color:#666;
	background-color: #a8a8a8;
	background-image:url(images/bg_body.gif); 
	background-repeat: repeat-x;
	font-family: 'Lucida Grande','Lucida Sans Unicode',sans-serif,Arial,Helvetica;
	font-size:12px;
}
.container {
	margin-top: 26px;
}

h2 {
	font-size: 17px;
	color: #333;
}
h3 {
	font-size: 14px;
	color: #333;
}
a:focus, a:hover {
	color:#000;
}
a:hover {
	color: #003366;
}
a {
	color:#336699;
}

#content a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover {
	color: #000; 
	text-decoration:none;
	background: #efefef;
}
#content .csc-textpic-imagewrap a:hover {
	background: none;
}

label {
	font-weight: normal;
}

/* ----- individual styles  ------- */

dl dt {
	clear: both;
}
textarea {
	width:220px;
	height:100px;
}

.space2 {
	background: none;
	height: 10px;
}


/* ----- layout basic  ------- */

#header {
	height: 230px;
}

#keyvisual {
	position: absolute;
	margin: 0;
}

/* content */
#content {
	background-image:url(images/bg_content.png); 
	background-repeat: repeat-y;
	min-height: 400px;
	padding-bottom: 20px;
}

#contentright {
	margin: 38px 0 0 0;
	
	width: 575px;
}
#contenttext {
	margin:  0 0 0 9px;
}
#contentright h2 {
	margin: 8px 0 16px 9px;
}

/* start */
#startleft {
	margin: 38px 0 0 0;
}

#startleft h2 {
	margin: 8px 0 16px 20px;
}
#starttext {
	margin: 0 0 0 20px;
}

#startright {
	margin: 50px 0 0 29px;
}

#startbottom {
	background-image:url(images/bg_startbottom.png);
	background-repeat: no-repeat;
	height: 75px;
}
#start_bottommenu {
	position: absolute;
	margin: 10px 0 0 10px;
}


/* bottom */
#bottom {
	background-image:url(images/bg_bottom.png);
	background-repeat: no-repeat;
	height: 75px;
}
#bottomtext {
	margin:  0 0 0 9px;
}
#bottomtext a {
	color: #666;
	text-decoration: none;
}
#bottomtext a:hover {
	color: #333;
}
#bottommenu {
	position: absolute;
	margin: 10px 0 0 0;
}




.csc-frame-rulerAfter {
	border-bottom: 2px solid #decdbd;
	margin-bottom: 20px;
}


/*--- navigation : mainmenu - tmenu ---*/
#menu1 {
	text-align: right;
	width: 880px;
	position: absolute;
	margin: 192px 0 0 1px;
}

ul#mainmenu {
	padding: 0 0 0 2px;
	float: right;
	font-size: 14px;
	background: url(images/mm_01.gif) no-repeat left top;
}
ul#mainmenu li {
	float: left;
	list-style-type: none;
	position:relative;
}

ul#mainmenu li a {
	display: block;
	height: 44px; line-height: 30px;
	padding: 0 12px 0 12px;
	text-decoration: none;
	background: url(images/mm_01.gif) no-repeat right top;
	color: #666;
}

*html ul#mainmenu li a {
	display: inline;
}


ul#mainmenu li a:hover {
	background: url(images/mm_01ro.gif) no-repeat right top;
	color: #333;
}
ul#mainmenu li.active a {
	color: #333;
	background: url(images/mm_01a.gif) no-repeat right top;	
}
ul#mainmenu li.active a:hover {
	background: url(images/mm_01aro.gif) no-repeat right top;
	color: #333;
}

.activemainmenu {
	height: 6px; line-height: 6px; font-size: 6px;
	width: 935px;
	background-color: #2c4667;
	position: absolute;
	margin: 150px 0 0 0;
}

/*--- navigation : listmenu - tmenu ---*/
/*-- level 1 --*/

#listmenu1 {
	font-size:12px; line-height:16px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 82px 0 0 0; padding: 0;
	width: 220px;
	border-bottom: 1px solid #c8c8c8;
}
#listmenu1 li {
	margin:0; padding:0;
	overflow:hidden;
	display: block;
	width: 220px;
}
#listmenu1 li a {
	display:block;
	color: #666;
	margin-top: 0px; padding:6px 2px 6px 35px;
	text-decoration:none;
	border-top: 1px solid #c8c8c8;
	/* background-image:url(images/lm_01.gif);
	background-repeat: repeat-y; */
}
#listmenu1 li a:hover {
	/* background-image:url(images/lm_01_hover.gif); */
	color: #333333;
	background: #efefef;
	text-decoration:none;
}


#listmenu1 li a.lm_01_active {
	font-weight: bold;
	color: #333333;
	background-image:url(images/lm_01_active.gif);
}
#listmenu1 li a.lm_01_active:hover {
	background-image:url(images/lm_01_activehover.gif);
}

/*-- level 2 --*/
#listmenu1 li ul {
	list-style-position:outside;
	list-style-type:none;
	margin:0; padding:0 0 0 0;
	font-size: 11px;
}
#listmenu1 li li a {
	border-top: 0;
	color:#000;
	margin-top: 0; padding:4px 10px 5px 38px;
	background-image:url(images/lm_02.html);
}
#listmenu1 li li a:hover {
	background-image:url(images/lm_02_hover.html);
}
#listmenu1 li li a.lm_02_active {
	color: #8a1430;
	font-weight: bold;
	background-image:url(images/lm_02_active.html);
}
#listmenu1 li li a.lm_02_active:hover {
	
}

/*-- tabelle --*/
.contenttable	{
			background-color:#e1e1e1; border:0px solid; padding:0px;
			margin-bottom:0.75em;
			color:#000;
			font-size:1em;
}
.tr-even	{
			background: #f3f3f3;
			}
.tr-odd	{
			background: #e6e6e6;
			}
thead .tr-0		{
			color:#fff;
			font-weight:normal;
			background-image:url(images/table_first.html);
			}

/*-- tabelle layout-0 --*/
.contenttable-0 {
	width: 500px;
}
.contenttable-0 .td-0 {
	width: 200px;
}
.contenttable-0 .td-1 {
	width: 300px;
}

/*-- tabelle layout-1 --*/


/*-- uploads --*/
.csc-uploads-icon {
	padding-top: 8px;
}
.csc-uploads-fileName p {
	margin: 6px 4px 2px 4px !important;
}
p.csc-uploads-description {
	margin: 0 4px 0 4px !important;
	color: #666;
}


/* --- ext : tt_news --- */

.newsarchive {
	clear: both;
}

.news_image {
	float: left;
	width: 80px;
	margin: 6px 20px 0 0;
	background: #eeeeee;
}


.newsimglist {
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.news_text {
	float: left;
	width:420px;
	margin-top: 2px;
}
.news_divider {
	clear: both;
	border-bottom: 1px solid #ccc;
	height: 12px;
	margin: 8px 0;

}
.news_divider2 {
	clear: both;
	background: url(images/news_divider.html);
	height: 9px;
	margin: 6px 0;
}
.news_time {
	color: #000;
	font-size: 11px;
}
.news_time p {
	margin: 0; padding: 0;
}
h3.news_header {
	font-size: 12px; 
	font-weight: bold;
	margin: 0 0 4px 0;
	line-height: 18px;
}
h3.news_header a {
	text-decoration: none;
	color: #333 !important;
}
.news_more a {
	text-decoration: none;
	font-weight: bold;
	color: #333 !important;
}

h3.newsheadline {
	margin: 10px 0 12px 0; padding: 0;
	font-weight: bold;
}
p.news-single-imgcaption {
	padding:0 3px 0 0;
	clear:both;
	width: 220px;
	font-size: 11px;
	line-height: 14px !important;
	color: #666 !important;
}

/* - news : pagebrowser - */

.pb_box {
	padding-top: 4px;
}
.pb_box div p {
	float: left;
	margin: 0;
}



.pagebrowser {
	
}
.pb_inact {
	font-weight: normal;
	font-size: 12px;
}
.pb_inact a {
	padding: 1px 4px 1px 4px;
	border: 1px solid #fff;
	background-color: #fff;
	text-decoration: none;
}
.pb_inact a:hover {
	border: 1px solid #ccc;
	background-color: #fff;
	text-decoration: none;
}
.pb_act a {
	padding: 1px 4px 1px 4px;
	color: #fff;
	border: 1px solid #1a3b68;
	background-color: #1a3b68;
	text-decoration: none;
}
.pb_act a:hover {
	border: 1px solid #4a6994;
	background-color: #4a6994;
	text-decoration: none;
}

/*---- ext : powermail ------*/
.tx-powermail-pi1_formwrap fieldset {
	border: 0;
	background: #f2f2f2;

}
.tx_powermail_pi1_form fieldset legend {
	
}
td.powermail_all_td {
	padding:3px 10px 3px 0;
}
.tx_powermail_pi1_fieldwrap_html {
	clear: both;
	min-height: 21px;
	margin-top: 4px;
}
.tx_powermail_pi1_form div.tx_powermail_pi1_fieldwrap_html_select label, .tx_powermail_pi1_form div.tx_powermail_pi1_fieldwrap_html_textarea label, .tx_powermail_pi1_form div.tx_powermail_pi1_fieldwrap_html_text label {
	width: 160px;
	display: block;
	float: left;
}
.powermail_textarea {
	width: 300px;
	height: 80px;
}
.powermail_mandatory {
	font-weight: bold;
	color: #000;
}
.powermail_mandatory_js {
	margin: 0 0 8px 160px;
	color: #cc0000;
	font-size: 11px;
}

/* select */
.tx_powermail_pi1_fieldwrap_html_select {
	clear: both;
}
* html .tx_powermail_pi1_fieldwrap_html_select { height: 30px; }

/* input */
.tx_powermail_pi1_fieldwrap_html_text input {
	margin: 0;
	width: 200px;
}
/* submit */
.tx_powermail_pi1_form .powermail_submit {
	margin-left: 160px;
}
.tx_powermail_pi1_form .powermail_submit {
	margin-left: 160px;
	margin-top: 4px;
	padding: 4px;
}
.tx_powermail_pi1_formconfirmation_back {
	margin-left: 150px;
}
.tx_powermail_pi1_formconfirmation_submit{
	margin: -20px 0 0 215px;
}
/* checkbox */
p.tx_powermail_pi1_fieldwrap_html_checkbox_title, p.tx_powermail_pi1_fieldwrap_html_radio_title {
	float: left;
	width:470px;
	margin: 8px 0 4px 0;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
.tx_powermail_pi1_fieldwrap_html_check {
	margin-top:12px;
	
}
.powermail_check_inner {
	clear: both;
	margin: 2px 0 2px 160px;
}
.powermail_check_inner input {
	top: 0;
	float: left;
}

.tx_powermail_pi1_fieldwrap_html_check {
	margin: 0 0 12px 0;
}



/*-- powermail gero gerber --*/

.powermail_uid9 {
	width: 40px !important;
}


/*
 * 
 * 	FORMHANDLER
 * 
 */

.infotext {
	margin-top: 10px;
	padding: 10px;
	background: #ededed;
}


