/* ----- different blueprint styles ------- */

body {
	color:#000;
	background: #ffffff url(images/bg_body.gif) repeat-x; 
	font-family: Arial,Helvetica;
	font-size: 11px;
	line-height: 15px;
}
.container {
	margin: 0;
}


h2 {
	font-size: 14px; line-height:16px;
	color: #990000;
	font-family: "Trebuchet MS";
	text-transform: uppercase;
	font-weight: bold;
}
h3 {
	font-size: 25px; line-height:16px;
	color: #003366;
	font-family: "Trebuchet MS";
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 20px;
}
h4 {
	font-size: 16px; line-height:16px;
	margin-bottom: 16px;
}
.no_title {
	height: 20px;
}

a:focus, a:hover {
	color:#5d7795;
}
a:hover {
}
a {
	color:#1f4a82;
	text-decoration: none;
}

/*-- ie6 --*/
#mainmenu a:hover{
	color: #fff;
}



/* ----- individual styles  ------- */

fieldset {
	margin:1.0em 0 1.5em 0;
	background-color: #f6f6f6;
}
legend {
	font-size:1.0em;
}
label {
	font-weight: normal;
}
dl dt {
	clear: both;
}
textarea {
	width:220px;
	height:100px;
}
th, td, caption {
	padding:2px 5px 2px 3px;
}
.space2 {
	background: none;
	height: 10px;
}

table {
	width: auto;
}

.align-right {
	text-align: right;
}

/*------ core elements --------*/

#header {
	height: 253px;
	background-repeat: no-repeat;
}
#headervisual {
	position: absolute;
}
#logo {
	position: absolute;
	margin: 12px 0 0 25px;
}
#topmenu {
	position: absolute;
	margin: 0 0 0 544px;
	height: 30px;
	width: 600px;
}
span#tm_right {
	height: 30px; width: 12px;
	display: block;
	background-image:url(images/bg_topmenu_left.png); 
	background-repeat: no-repeat;
	float: right;
}
span#tm_left {
	padding-right: 20px;
	line-height: 22px;
	height: 30px; display: block;
	background-image:url(images/bg_topmenu_right.png);
	background-position: right;
	float: right;
}

#topmenu a {
	color: #666;	
}
#topmenu a:hover {
	color: #932323;	
}		
	
/* contentarea */
#contentarea {
	background: url(images/bg_content.gif) repeat-y;
}

/* content */
#content {
	margin: 0 0 0 -15px;
	width: 749px;
	font-size: 12px;
	line-height: 18px;
	min-height:340px;
	height:auto !important;
	height:340px;
}


#content p {	
}


#keyvisual {
	margin: 95px 0 0 0;
}

#contenttext {
	margin: 50px 0 0 30px;
	width: 490px;
}
#contenttext_2col {
	margin: 25px 0 0 30px;
}

#text_left {
	width: 415px;
}
#text_right {
	width: 260px;
	margin-left: 10px;
}

.clearer {
	font-size: 6px; line-height: 6px; height: 6px;
	clear: both;
}

/* right */
#rightcontent {
	
}
#rightcontent ul {
	padding: 0; margin: 15px 0 12px 12px;
}
#rightcontent ul li {
	list-style-type: none;
	margin-bottom: 3px;
}


/* left */
#leftbox {
	position: relative;
}

/* footer */
#footer {
	background:url(images/bg_footer.gif) no-repeat;
	height: 25px;
	margin-bottom: 10px;
}
#footer a{
	color: #000;
}
#footer a:hover {
	color: #666;
}
#footermenu {
	text-align: right;
	color: #999;
}
#footermenuinside {
	margin: 8px 2px 0 0;
	font-size: 11px;
}

#footermenuinside a {
	font-size: 11px;
	color: #333;
	text-decoration: none;
}

/*--- startpage ---*/
#fce_news {
	position: absolute;
	margin: 108px 0 0 25px;
	width: 300px;
	background: #e0e2eb;
	border: 1px solid #00305e;
}
#fce_news_header {
	padding: 8px 25px 18px 25px;
	background: #00305e;
	font-family: "Trebuchet MS";
}
#fce_news_header .fce_news_h1 {
	font-size: 14px;
	color: #C03;
	line-height: 30px;
}
#fce_news_header .fce_news_h2 {
	font-size: 26px;
	color: #FFF;
}
#fce_news_date {
	padding: 3px 25px 0 25px;
	background: #b5152b;
	color: #fff;
}
#fce_news_text {
	padding: 18px 25px 10px 25px;
}

/*--- navigation : mainmenu : superfish ---*/

#mainmenu {
	margin:175px 0 0 166px;
	position:absolute;
	width: 900px;
}


/*--- 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:-1px 0 20px 0; padding: 0;
	width: 186px;
	border-bottom: 1px solid #d8d8d8;
}
#listmenu1 li {
	margin:1px 0 0 0; padding:0;
	overflow:hidden;
	display: block;
	width: 186px;
}
#listmenu1 li a {
	display:block;
	color: #000;
	margin-top: 0px; padding:7px 14px 7px 24px;
	text-decoration:none;
	background:url(images/lm_01.png) repeat-y;
}
#listmenu1 li a:hover {
	background-image:url(images/lm_01_hover.png);
}


#listmenu1 li a.lm_01_active {
	color: #153a65;
	font-weight: bold;
	background: #c9cfd6;
}


/*-- 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.png);
}
#listmenu1 li li a:hover {
	
}
#listmenu1 li li a.lm_02_active {
	color: #153a65;
	font-weight: bold;
	background-image:url(images/lm_01_hover.png);
}
#listmenu1 li li a.lm_02_active:hover {
	
}



/* --- EXT: forum --- */


/* --- EXT: tt_news --- */

#start_right .newsarchive {
	width: 340px;
	margin-top: 10px;
}


.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;
	background: url(images/news_divider.gif);
	height: 24px;
}

.news_time {
	color: #666;
	font-size: 11px;
}
.news_time p {
	margin: 0; padding: 0;
}
h3.news_header {
	font-size: 12px; 
	font-weight: bold;
	margin: 0 0 6px 0;
	line-height: 18px;
}
h3.news_header a {
	text-decoration: none;
}
.news_more a {
	text-decoration: none;
	font-weight: bold;
}

h3.newsheadline {
	margin: 10px 0 12px 0; padding: 0;
}
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;
}

/* - news : start - */
h4.news_header_start {
	font-size: 12px; 
	font-weight: bold;
	margin: 2px 0 4px 0;
	line-height: 16px;
}
h4.news_header_start a {
	text-decoration: none;
	color: #333;
}
h4.news_header_start a:hover {
	color: #666;
}
.news_text_start {
	float: left;
	padding-left: 5px;
}
.news_date_start {
	color: #757575;
}


/* --- TYPO3 --- */

.csc-frame-rulerBefore {
	border-top: 1px solid #decdbd;
	margin-top: 20px;
	padding-top: 20px;
	clear: both;
}
.csc-frame-rulerAfter {
	border-bottom: 1px solid #decdbd;
	margin-bottom: 20px;
}

.csc-textpic-imagewrap {
	margin-bottom: 20px;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	padding-bottom:5px !important;
	margin-bottom: 0 !important;
}


/*-- tabelle --*/
.contenttable	{
			background-color:#e1e1e1; border:0px solid; padding:0px;
			margin-bottom:0.75em;
			color:#000;
			font-size:1em;
}
.tr-even	{
			background: #eaecf3;
			}
.tr-odd	{
			background: #d8dbe7;
			}
thead .tr-0		{
			color:#fff;
			font-weight:normal;
			background-image:url(images/table_first.gif);
			}

/*-- 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;
}



/*-- formulare --*/									
fieldset.csc-mailform {
	border: 0px;
	background: none;
	margin: 0;
}


.csc-mailform-field input, .csc-mailform-field select, .csc-mailform-field textarea {
	margin: 0;
}

.csc-mailform-field	{clear:both; width:500px;}
.csc-mailform-submit	{border:1px solid #666; height:22px; background-color:#e8e2db;}
.csc-mailform-radio	{margin-left:115px;}
.csc-mailform-label	{float:left; width:300px; text-align:left; padding-right:10px; margin-bottom:12px; font-weight:bold;}

.csc-mailform-field input.csc-mailform-check {border: none;}
.csc-mailform-field input.csc-mailform-radio {border: none;}

.m_label		{float:left; width:110px; text-align:right; padding-right:10px;}
.m_input		{width:180px; background-color:#f6f6f6;}
.m_space		{clear:both; line-height:6px; height:6px; font-size:6px;}

textarea		{width:250px; border:1px solid #999; background-color:#f6f6f6;}
input		{border:1px solid #999;}


/*-- search --*/
div.tx-indexedsearch-searchbox form p {
	margin: 0;
}
.tx-indexedsearch-sw {
	font-weight: bold;
	color: #1f4a82;
}
.tx-indexedsearch-title {
	font-size: 12px;
	font-weight: bold;
}
div.tx-indexedsearch-res div.tx-indexedsearch-res {
	border-top: 1px solid #DECDBD;
	clear: both;
}
div.tx-indexedsearch-res table {
	margin: 6px 0 6px 0;
}
.tx-indexedsearch-res table {
	margin: 0;
}
.tx-indexedsearch-info {
	font-size: 11px;
}
.tx-indexedsearch-redMarkup {
	background-color: #fff;
}
div.tx-indexedsearch-browsebox {
	border-top: 1px solid #DECDBD;
	margin:10px 0;
}
ul.browsebox {
	list-style-type: none;
}
ul.browsebox li {
	float: left;
	margin-right: 8px;
	font-size: 11px;
}
.tx-indexedsearch-browsebox p {
	margin: 8px 0 0 0;
}
.tx-indexedsearch-browsebox ul.browsebox {
	margin: 0.8em 0 3em 0;
}

#search .inp_t {
	background-color:#F6F7F7;
	border:1px solid #000;
	color:#fff;
	height:16px;
	padding-top:2px;
	position:absolute;
	margin:5px 0 0 10px;
	width:120px;
	background: url(images/bg_search_input.gif) repeat-x;
}
#search .inp_s {
	margin:9px 0 0 136px;
	position:absolute;
	border: hidden;
}

/*-- sitemap --*/
.tx-flseositemap-pi1 {
	margin:0 0 0 20px;
}
.tx-flseositemap-pi1 ul {
	margin:0;
	padding:0 0 0 15px;
}
.tx-flseositemap-pi1 ul li {
	font-size:14px;
	font-weight:bold;
	margin:5px 0;
	padding-top:10px;
}

.tx-flseositemap-pi1 ul li ul li {
	font-size:12px;
	font-weight:normal;
	margin:0;
	padding-top:5px;
}
.tx-flseositemap-pi1 ul li ul li ul {
}
.tx-flseositemap-pi1 ul li ul li ul li {
	font-weight:normal;
	padding-top:2px;
}
.tx-flseositemap-pi1 ul li ul li ul li a {
	color: #666;
}

/*-- fce : logos --*/

.logos_1, .logos_2, .logos_3 {
	float: left;
	width: 154px; height: 84px; 
	border: 1px solid #ccc;
	margin-right: 10px;
	
}
.logos_3 {
	margin-right: 0;
}
.logos_1 img, .logos_2 img, .logos_3 img{
	display: block;
	margin:auto;
	padding-top:5px;
}

