@charset "UTF-8";

/* MAIN */

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }


body {
		border:0px;
		border-collapse:collapse;
		background: #f6f6f6 url('../images/body_bg.png') top repeat-x;
}

.clear,
.clearer {
	clear:both;
	line-height:1px;
	margin:0px;
}


#centered {
	position:	absolute;
	left:		50%;
	top:		0px;
	width:		765px;
	margin-top:	0px;
	margin-left:-372px;
	margin-top:30px;
	font-size:	10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}

#center_bgl {
	background-image:url('../images/shadow_left.png');
	background-repeat:no-repeat;
	background-position: left 1px;
}
#center_bgr {
	background-image:url('../images/shadow_right.png');
	background-repeat:no-repeat;
	background-position: right 1px;
	
}
#center_wrap{
	background-color: #FFFFFF;
	margin-left: 5px;
	margin-right: 5px;
	padding: 10px 0;
	background-image:url('../images/center_top.png');
	background-repeat:repeat-x;
}


#header {
	height:210px;
/* 	background:url('../img/bgh.gif')  repeat-x top; */
}

/* startseite */
#header.header_v2 {
	height:48px;
	margin:0 8px;
background: rgb(227,227,227);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UzZTNlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(227,227,227,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(227,227,227,1)), color-stop(100%,rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(227,227,227,1) 0%,rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(227,227,227,1) 0%,rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(227,227,227,1) 0%,rgba(255,255,255,1) 100%);
background: linear-gradient(top, rgba(227,227,227,1) 0%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#ffffff',GradientType=0 );
}

#logo {
	height: auto;
	left: 13px;
	position: absolute;
	top: 10px;
}
#header.header_v2 #logo {
	height: auto;
	left: 34px;
	position: absolute;
	top: 27px;
}


#main {
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}
#footer{
	/*background: url("../img/footer.gif") no-repeat scroll -5px 15px transparent;*/
	height: 22px;
	margin-left: 13px;
	width: 730px;
}




/* BREADCRUMB */

#breadcrumb {
	position:absolute;
	top:220px;
	left:40px;
	display:inline;
	/* nicht mehr benötigt */
	display:none;
}
#breadcrumb_menu {
	font-size:9px;
	color:#646464;
}

a.breadcrumb_item, a.breadcrumb_item:visited {
/*	text-decoration:none;*/
	color:#646464;
}
a.breadcrumb_item:hover{
/*	text-decoration:none;
	color:#bc2716;*/
}
a.breadcrumb_item_act {
	text-decoration:none;
	color:#bc2716;
}


/* LAYOUT STARTSEITE */

#start_wrap {
	margin-left:20px;
	margin-top:8px;
	width:716px;
	height:282px;
	background:url('../images/big_image_bg.png') no-repeat;
}
#start_oben {
    height: 258px;
    padding-left: 11px;
    padding-top: 12px;
    width: 694px;
}

#start_unten {
	margin-left: 22px;
	margin-right: 22px;
	margin-top: 15px;
	padding: 0;
}

/* ------------ FCEs ---------- */
div.fce_3col div.left {
  width:230px;
  float:left;
  margin-right:10px;
}
div.fce_3col div.middle {
  width:230px;
  float:left;
}
div.fce_3col div.right {
  width:230px;
  float:right;
}




/* ------------         TEASER STARTSEITE / CONTENT   -------------------*/

#left_bottom_wrap {
	position:relative;
	margin:0px;
}
#left_float_wrap {
	float:left;
}

.teaser_wrap{
	/*background-color: #f6f6f6;*/
	vertical-align:top;
	margin:0px;
	padding:0px;

}
.teaser_small {
	background:url('../img/teaserbg_small.gif') top no-repeat;
	width:226px;
	height:166px;
	float:left;
	margin:0px;
	margin-right:6px;

}

/* 
.teaser_big {
	background:url('../img/teaserbg_big.gif') no-repeat;
	width:226px;
	height:226px;
	float:left;
	margin:0px;
	margin-right:6px;

}
*/

.vario_teaser{
	width:246px;
	float:left;
	margin-bottom:5px;
	margin-right:0px;

}

.vario_teaser_top {
	width:246px;
	background:url('../images/teaser_small_top_bg.png') no-repeat top;
	height:10px;
	line-height:1px;
	font-size:1px;
	margin:0px;
	padding:0px;
}
.vario_teaser_side {
	width:246px;
	background:url('../images/teaser_small_bg.png') repeat-y top;
	margin:0px;
}

.vario_teaser_bottom {
	width:246px;
	background:url('../images/teaser_small_bottom_bg.png') no-repeat bottom;
	height:10px;
	line-height:1px;
	font-size:1px;
}

#spalte_links .teaser_small, #spalte_rechts .teaser_small {
	margin-right:0px;
}
#spalte_links .teaser_big, #spalte_rechts .teaser_big , #spalte_links .vario_teaser, #spalte_rechts .vario_teaser{
	margin-right:0px;
	margin-bottom:6px;

}
.teaser_img_small{
	margin:6px;
	margin-bottom:08px;
	height:57px;
}
*html .teaser_img_small {
	margin-bottom:6px;
}

.teaser_img_big{
	margin:6px;
	margin-Bottom:08px;
	height:97px;
}
.teaser_img_v{
	margin:0px 15px;
	margin-Bottom:8px;
	height:97px;
}
.teaser_header {
	margin-top:0px;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:3px;
	color:#bc2716;
	Font-size:14px;
	font-weight:normal;
}

.teaser_content{
	margin:0px;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:5px;
	font-size:10px;
	color:#646464;
}
.teaser_content.vlast {
	margin-bottom:0px;
	padding-bottom:19px;
	}

#spalte_rechts .trenner, #spalte_links .trenner {
	background:url('../img/dotted.gif') repeat-x;
	height:1px;
	margin:10px 13px;
}
#spalte_rechts .trenner2, #spalte_links .trenner2 {
	background:url('../img/dotted.gif') repeat-x;
	height:1px;
	margin:5px 13px;
}
#content .trenner {
	background:url('../img/dotted.gif') repeat-x;
	height:1px;
	margin:10px 20px;
	
}


/* ------------         TEASER- VERTEILERSEITE -------------------*/

#verteiler_wrap {
	margin-left:25px;
/* 	margin-top:48px; */
	width:695px;
	height:210px;
/* 	background:url('../img/imgborder_small.gif') no-repeat; */
	display:none;
}
#verteiler_oben {
	width:684px;
	height:198px;
	padding-top:6px;
	padding-left:6px;
}

#verteiler_unten {
	margin-left:22px;
	margin-right: 22px;
/* 	margin-top:15px; */
	padding:0px;
/* 	height:226px; */
}




/* ----------- Teaser Style 2011 ------------- */
div.teaser.style_2011 .teaser_header {
	margin:0;
	padding: 15px;
	padding-top:15px; /* war 20px */
	padding-bottom:10px;
	font-weight:bold;
}

div.teaser.style_2011 .teaser_content {
	margin:0;
	padding:0 15px;
	min-height: 90px;
	padding-bottom:5px;
	overflow:hidden;
	font-size:12px;
}
div.teaser.style_2011 .teaser_content p {
	font-size:12px;
	color:#4a4a4a;
}
div.teaser.style_2011 .teaser_content p a {
	font-size:10px;
}

/* --- big --- */
div.teaser.style_2011 .teaser_img_big {
	margin:5px 15px;
	margin-left:15px;
}
div.teaser_big_v2 div.teaser_top_addon {
	background-image:url('../images/teaser_top_bg.png');
	background-repeat:no-repeat;
	height:10px;
}
div.teaser_big_v2 div.teaser_inner_wrap {
	background-image:url('../images/teaser_bg.png');
	background-repeat:repeat-y;
}
div.teaser_big_v2 div.teaser_bottom_addon {
	background-image:url('../images/teaser_bottom_bg.png');
	background-repeat:no-repeat;
	height:10px;
}
div.teaser_big_v2 .teaser_img_big {
	height:156px;
}
div.teaser_big_v2 .teaser_content {
	height:100px;
}

/* --- small --- */
div.teaser_small_v2 {}
div.teaser_small_v2.teaser.style_2011 .teaser_img_small {
	margin-left:15px;
}
div.teaser_small_v2 div.teaser_top_addon {
	background-image:url('../images/teaser_small_top_bg.png');
	background-repeat:no-repeat;
	height:10px;
}
div.teaser_small_v2 div.teaser_inner_wrap {
	background-image:url('../images/teaser_small_bg.png');
	background-repeat:repeat-y;
}
div.teaser_small_v2 div.teaser_bottom_addon {
	background-image:url('../images/teaser_small_bottom_bg.png');
	background-repeat:no-repeat;
	height:10px;
}

/* ---------- Teaser Container ------- */
div.teaser_container {
	background-image: url("../images/teaser_small_bg.png");
	background-repeat: repeat-y;
}
div.teaser_container div.teaser_headline {
    color: #BC2716;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 20px 15px 10px;
}

/* Team Plugin und MAGAZIN FCE */
div.teaser_container div.tx-dbnteam-pi1 div.teaser_big {
	height:auto;
	margin:0;
}
div.teaser_container div.tx-dbnteam-pi1 div.teaser_img_big {
    margin:0;
}
div.teaser_container div.tx-dbnteam-pi1 div.teaser_header {
    margin: 0;
    padding: 0;
}
div.teaser_container div.tx-dbnteam-pi1 div.teaser_img_big {
	margin-bottom:6px;
}
div.teaser_container div.tx-dbnteam-pi1 div.teaser_content {
    margin: 0;
    margin-bottom:6px;
    padding: 0;
    padding-bottom:10px;
    overflow: hidden;
    font-size:12px;
    min-height: 50px;
}
div.teaser_container div.tx-dbnteam-pi1 div.selectmenu,
div.fce_magazin.teaser div.selectmenu {
    margin: 0 auto;
    width: 196px;
}

div.fce_magazin.teaser div.teaser_content {
	min-height:20px;
}



/* Image Slider */
.theme-default .nivoSlider {
    box-shadow: 0 0 0 0 transparent;
}
.nivo-caption {
	
}
.nivo-caption {
    background: none;
    background-color:transparent;
    bottom: 0;
    color: #000;
    left: 0;
    opacity: 1;
    position: absolute;
    width: 100%;
    z-index: 8;
}

/* ----------------    FOOT MENU -------------------------------- */

#footmenu {
	color:#646464;
/* 	float:right; */
	margin-top:9px;
	background: url("../img/footer.gif") no-repeat scroll -5px 15px transparent;
	height:22px;
}
#footmenu a {
	text-decoration:none;
	color:#646464;
	font-size:9px;

}
#footmenu a:hover {
	color:#bc2716;
}

#footmenu .footer_entries {
	position:absolute;
	right:22px;
	background-color: #FFFFFF;
	margin-top: 8px;
}
#footmenu .footer_dots {
	background-image: url("../img/footer.gif");
	background-position: right 7px;
	background-repeat: no-repeat;
	display: block;
	float: left;
	margin-right: 10px;
	width: 30px;
}


/* --------------------- CONTENT ELEMENTE -----------------*/
#outer_content_wrap_links {
	float:left;
	width:480px;
	margin-left:20px;
	margin-top:0;
	margin-right:2px;
}

*html #outer_content_wrap_links {
	margin-left:12px;
}


#outer_content_wrap_rechts {
	float:left;
	width:465px;
	margin-left:0;
	margin-top:0;
	margin-bottom: 10px;
}
#content_shadow_bottom {
	background:url('../images/content_bottom_bg.png') bottom center no-repeat;
	height:7px;
	width:465px;
	margin:0px;
	padding:0px;
	font-size:1px;
	line-height:1px;
}
#content_shadow_top {
	background:url('../images/content_top_bg.png') top center no-repeat;
	height:7px;
	width:465px;
	margin:0px;
	padding:0px;
	font-size:1px;
	line-height:1px;
}
#inner_content_wrap {
	background:url('../images/content_bg.png') top repeat-y;
	width:465px;
}

#content {
	float:left;
	width:450px;
	margin:0px;
	padding:0px;
	margin-left:7px;
	vertical-align:top;
}

#spalte_min {
	float:left;
	width:1px;
	height:562px;
}
#content_min {
	float:left;
	width:1px;
	height:562px;
}


#spalte_rechts {
	float:left;
	width:226px;
	margin:0px;
	margin-top:3px;
}

#spalte_links {
	float:left;
	width:246px;
	margin:0px;
	margin-top:0;
	margin-left:22px;
}

*html #spalte_links{
	margin-left:14px;
}


#spalte_rechts .teaser_small, #spalte_links .teaser_small {
	margin-bottom:6px;
	padding:0px;
}


/*------------------------- CSS STYLED CONTENT -----------------*/

.csc-header h1 {
	color:#646464;
	font-size:18px;
	line-height:26px;
	font-weight:normal;
	margin:0px;
	margin-left:20px;
	margin-right:20px;
	font-family:Arial, sans-serif;
}
h1.csc-firstHeader, h1.news_jahr {
	color:#646464;
	font-size:28px;
	font-weight:normal;
	margin-left:20px;
	margin-right:20px;
	margin-top:17px;
	margin-bottom:25px;
	font-family:Arial, sans-serif;

}

h2 {
	color:#646464;
	font-size:18px;
	line-height:20px;
	font-weight:normal;
	margin-left:-1px;
	font-family:Arial, sans-serif;
}

h3 {
	color:#646464;
	font-size:11px;
	line-height:16px;
	font-weight:bold;
	margin-left:20px;
	margin-bottom:7px;
	
}

h3.csc-firstHeader{
	/* Wird so speziell f�r Thesen verwendet */
	color:#BC2716;
}

.bodytext, .news_item p {
	margin:0px;
	padding:0px;
	line-height:14px;
	color:#646464;
	font-size:10px;
}

#content p.bodytext, .news_item p{
	margin-bottom:7px;	
}
#content .bodytext  a{
	margin-top:0px;	
	
}

.content_margin {
	margin:0px 20px;
	display:block;

}
.csc-textpic-intext-left img{
	float:left;
	margin-left:20px;
	margin-right:12px;
	margin-bottom:10px;
	margin-top:3px;
}
/* TEXTE LINKS INHALTE */

a.internal-link, p a {
	background:url('../img/arrow.gif') left no-repeat;
	text-decoration:none;
	display:block;
	/*color:#bc2716;*/
	color:#000000;
	margin:0px;
	margin-top:4px;	
	margin-right:10px;	
	text-indent:12px;
	float:left;
}
#newsletterlink  {
	background:url('../img/arrow.gif') left no-repeat;
	text-decoration:none;
	display:block;
	text-indent:12px;
	margin-left:13px;
	color:#000;
	margin-bottom:10px;
}

a.mail{
	color:#bc2716;
	display:inline;
	float:none;
	background:none;
	margin:0px;
	text-indent:0px;
}

/* BILDER */

.img_below_wrap {
	margin:0px 20px;
	margin-top:20px;
	background:url('../img/dotted.gif') repeat-x top;
}
.img_below_wrap img{
		margin:20px 0px;
}

/* PLUGINS */

.nlclose {
	float:left;
	height:15px;
	width:15px;
	margin-left:31px;
	margin-top:20px;
}
.nlclose img {
	border:0;	
}
.nlsubmit {
	float:left;
	margin-top:10px;	
	margin-bottom:10px;
	width:160px;
}
.newsletter_wrap {
	margin:0px;
	margin-top:13px;	
}	
#newsletter {
	margin:0px;
	margin-left:13px;	
	
	overflow:hidden;
}
.rand2 {
	height:10px;	
}
.rand20 {
	height:1px;	
	clear:both;
	margin-bottom:20px;
}
#newsletterForm {
	margin:0px;
	padding:0px;
	color:#646464;

}

.nlradio_wrap {
	margin-top:5px;	
}
.nltext {
	margin-bottom:5px;	
	width:165px;
	border:1px solid #CCCCCC;
}
.nlradio {
	margin-top:1px;	
	margin-right:5px;	
	display:block;
	float:left;
}
/* NEWS */
.red {
	color: #bc2716;	
}

.linie {
	background:url('../img/greydot.gif') repeat-x;
	height:1px;
	font-size:1px;
	line-height:1px;
	margin-top:8px;
	margin-bottom:20px;
	margin-left:20px;
	margin-right:20px;
	clear:both;
}

.news_trenner, .buch_trenner, .news_trenner2{
	background:url('../img/greydot.gif') repeat-x bottom;
	line-height:1px;
	font-size:1px;
	clear:both;
	height:13px;
	margin-top:0px;
	margin-bottom:20px;
}
.news_trenner2{
		margin-bottom:7px;
}
.buch_trenner {
	margin-left:20px;	
	margin-right:20px;	
}
#printlink{
	position:absolute;
	top:234px;
	left:452px;	
}
#printlink img{
	margin-right:7px;
}
h1.news_jahr {
	margin-left:22px;	
}
h1.news_jahr a{
	text-decoration:none;
	color:#646464;
}
h2.newsheader{
	margin-bottom:5px;	
	
}
#content .news_header{
	margin-top:30px;	
	margin-left:20px;	
	margin-bottom:13px;	
}
a.newslink {
	margin-top:2px;	
}

#pagebrowser {
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;	
}

a.page_active {
	color:#bc2716;	
	text-decoration:underline;
}
a.page_inactive {
	color:#646464;	
	text-decoration:none;
}
h1 a.year_active {
	color:#bc2716;	
	text-decoration:none;
}
h1 a.year_inactive {
	color:#646464;	
	text-decoration:underline;
}
ul{
	color:#646464;	
}

.news_image1 {
	margin-bottom:10px;
		
}
.news_image2 {
	margin-left:4px;
	margin-bottom:10px;
	
}
/* Team*/

#zurperson {
	background:url('../img/dotted.gif')repeat-x bottom;
	float:left;
	display:block;
	width:260px;
	line-height:26px;
	color:#646464;
}
#zurperson ul {
	margin-left:0px;	
}
#zurperson  li{ 
	background:url('../img/dotted.gif') repeat-x top;
	line-height:26px;
	list-style-position:inside;
	color:#bc2716;
}
#zurperson .litext {
	color:#646464;	
	
}
#team_img {
	margin:0px;
	margin-right:30px;
	margin-bottom:16px;
	width:120px;
	height:155px;
	float:left;
}


ul.csc-bulletlist {
	
	padding-left:0;
 	list-style-position: outside;
	color:#646464;
 	}

li,ul.csc-bulletlist li  {
	margin-left:15px;
	line-height:17px;

}
 #content ol{
	margin-left:8px;
	line-height:17px;
	color:#646464;
}

ul.teamlist {
	margin-left:15px;	
	
	
}
.teamlist li {
	margin-left:0px;	
	color:#646464;
	list-style-position:outside;
	line-height:17px;
	
}

ul.teamlist {
	margin-bottom:13px;	
}	


/* SITEMAP PLUGIN - SEO SITEMAP */

.tx-flseositemap-pi1 {
	margin:0px 20px;
	margin-bottom:25px;	
	line-height:14px;
}
.tx-flseositemap-pi1 a{
	text-decoration:none;
	color:#646464;
	
}
.tx-flseositemap-pi1 li.list, .tx-flseositemap-pi1 li.item{
	list-style-position:inside;	
	color:#646464;
	
}
ul.deep0, ul.deep1, ul.deep2 {
	margin-bottom:3px;
}
li.first {
	margin-top:2px;	
}
li.deep0 a{
	font-size:10px;
	font-weight:bold;
}
li.deep1 {
	margin-left:15px;	
}
li.deep1 a{
	font-size:10px;
	font-weight:bold;
}
li.deep2 {
	margin-left:30px;	
}
li.deep2 a{
	font-size:10px;
	font-weight:normal;
}
li.deep3 {
	margin-left:45px;	
}
li.deep3 a{
	font-size:10px;
	font-weight:normal;
}


#blender {
	background: black;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:100; 
}

#loginWrapper {
	position: relative;
	z-index: 200;
}

#loginBox {
	width: 222px;
	height: 261px;
	z-index: 200;
	position:	absolute;
	left:		50%;
	top:		0;
	width:		222px;
	height:		261px;
	margin-top:	156px;
	margin-left:-111px;
	
	
}
#loginBox{
	font-size:	10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#646464;	
}
.login_back {
	background:url('../img/login_bg.gif') no-repeat;
	width:222px;
	height:261px;
	float:left;
	margin:0px;
}
.login_img{
	margin:4px;
	margin-Bottom:08px;
	height:97px;
}
.login_content {
	margin-top:10px;
	margin-left:11px;
	margin-right:11px;
	margin-bottom:13px;
	font-size:10px;
	color:#646464;	
}
#loginForm input {
	clear:both;
	display:block;	
	margin-bottom:5px;
}

.csc-mailform-field label{
	display:block;
}

input{
	border:1px solid #c6c4c4;
	color:#646464;
	padding:0px;
	margin-bottom:5px;
	display:block;
}

.csc-loginform {
	margin-left: 20px;
}

.rahmen { 
	border:1px solid #c6c4c4;
}
.error {
	border:1px solid #bc2716;
	background-color:#c6c4c4;
}

#loginForm label {
	clear:both;
	display:block;	
	margin-bottom:3px;
}
.login_close {
	position:absolute;
	top:241px;
	left:201px;	
}
#loginForm {
	margin-left:0px;	
	margin-left:11px;		
}

#login {
	position: absolute;
	top:9px;
	left:611px;
	text-align:right;
	padding-right:5px;
	color:#646464;
	width:114px;
	height:32px;
	overflow:hidden;
	
	display:none; /* not used anymore */
}
#login a, #language a{
	color:#646464;
	text-decoration:none;
}
#login a:hover{
	color:#bc2716;
}

#language {
	position: absolute;
	right:30px;
	text-align:right;
	top:28px;
}

/* SUCHE */

.tx-indexedsearch {
	margin:0px 20px 20px 20px;	
		color:#646464;

}
.tx-indexedsearch-res{
	font-size:10px;
}
.tx-indexedsearch-browsebox {
	margin:15px 0px;	
	}
.tx-indexedsearch-browsebox a {
	text-decoration:none;
	color:#646464;
	margin-top:5px;
	margin-right:15px;
}
.tx-indexedsearch-browsebox  ul, .tx-indexedsearch-browsebox  li{
	list-style-type: none;
	display:inline;
	margin:0px;
	}
#suche {
	color: #646464;
	height: 16px;
	left: 500px;
	position: absolute;
	top: 25px;
}
#suche label {
	float:left;
	margin-top:2px;
}
input.qs_input{
	color:#646464;
	border-style:none;	
	height:15px;
	line-height:15px;
	font-size:10px;
	padding:0px 5px;
	padding-top:1px;
	width:127px;
	float:left;
	margin-left:5px;
}
input.qs_submit {
	margin-left:5px;
	float:left;
	
}
.tx-indexedsearch-title a,.tx-indexedsearch-path a {
	text-decoration:none;
	color:#646464;
	
}

.tx-indexedsearch-title a {
	font-weight:bold;	
	}
.tx-indexedsearch-redMarkup {
	color:#bc2716;	
}
.tx-indexedsearch-descr, .tx-indexedsearch-percent {
	color:#646464;
	font-style:italic;
	line-height:14px;
}
#content.ul, #content ol {

}

/* datamints: Styles für Comments - Extension */
div.tx-comments-pi1 {
	margin:0 20px;
}

div.tx-comments-pi1 h3{
	margin:20px 0;
}

div.tx-comments-pi1 label{
	margin-top:0;
	padding-top:0;
}

div.tx-comments-pi1 textarea {
	border:1px solid #c6c4c4;
	width:342px;
	height:100px;	
	overflow:auto;
}

.comment-button {
	width:120px;
}

.datamints_userupload-inputwrap{
	margin:7px 0;
}

/* ------------ CSC Stuff ------------ */
.csc-textpic-intext-left ol, .csc-textpic-intext-left ul {
    /*overflow: visible;
    padding-left: 40px;*/
}
div.csc-textpic-left div.csc-textpic-imagewrap {
    float: left;
    margin-left: 20px;
}
/* bild im head (Logo) ausgenommen */
div#logo div.csc-textpic-left div.csc-textpic-imagewrap {
    margin-left: 0;
}
