*		{ padding:0px; margin:0px; }
div 		{ /*border:1px solid blue; padding:2px; */}


BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 11px;
	font-size: 100.01%;	
	color:#666666;
}

/* vertikale Scroller beim FF immer zu sehen*/

html { 
  overflow: -moz-scrollbars-vertical; 
}

IMG {
  border:none;
}

.all {
	position: relative;
	width: 850px;
	margin: 56px auto;
	background-color:#FFFFFF;
}

.header{ 
  position:relative;
  margin-left: 200px;
  width: 632px;
  height: 99px;
  background-color:#FFFFFF; 
}

.logo{ 
  position: absolute;
  top: 0px;
  left:0px;
  width: 302px;
  height: 62px;
  background-color:#FFFFFF; 
}

.topmenu{ 
  position: absolute;
  top: 37px;
  right:0px;
  width: 330px;
  width: 100%;
  height: 62px;  
  text-align:right;  
  border-top: 1px solid #CACCC1;
  background: url(../images/backtop.gif) no-repeat right bottom;
  background-color:transparent;

}

.breadcrumb{ 
  height:39px;
/*  height:24px;*/
  width:100%;
  background-color:transparent;
  border-bottom: 1px solid #cf4c62;
  margin-bottom: 23px; 
}

/* wird benÃ¶tigt fÃ¼r die wandernde rechte Ecke*/
.middleWrapper{
   float:left;
   width: 648px;
   background: url(../images/backright.gif) no-repeat right bottom;   
}

.middle{ 
  float:left;
  /* border: 1px solid #000;*/
  width: 632px;
  background: url(../images/backmiddle.gif) repeat-y;  
  background-color:#FFFFFF;
}


.left{ 
  float:left; 
  width:200px; 
  min-height: 224px;
  /* HÃ¶he muss mit der Mainnavi definiert werden!!! MindesthÃ¶he 224px*/
  background-color:#FFFFFF;
  background: url(../images/backleft.gif) no-repeat right top;   
  
}
.submenu{ 
  /*background-color:#ccccff;*/ 
} 
.right{
  width:236px;
  min-height: 200px;
  float:left;
  margin-left: 1px; 
  padding-top: 11px;  
  font-size: 11px;
}
.content{ 
  width:395px;
  min-height:424px;  
  float:left;  
  font-size: 12px;

}
.footer{ 
  width:632px;
  height:51px;
  background: url(../images/backbottom.gif) no-repeat left top; 
  background-color:#FFFFFF;    
/*  border: 1px solid #000;*/
  float:left;
  text-align:right;
}

.clear{ 
  clear:both; 
}

.content ol,
.content ul{ 
  margin-left:20px; 
}


.bodytext{
  line-height: 1.5em;
	padding: 11px 17px 0px 17px;

}


/*#########  ################*/

/* Spezial Überschrift */


h1{
	color: #666666;
	/* text-transform:lowercase; */
	text-align:left;
	font-size: 11px;
	font-weight:bold;
	padding: 11px 0px 0px 17px;
	
}

h2{
	color:#A6AF7E;
	/* text-transform:lowercase; */
	font-size: 11px;
	font-weight:bold;
	padding: 11px 0px 0px 17px;
	
}

h3{
	font-size: 12px;
	color: #CCD1B4;
	text-align:right;
	padding: 0px 17px 0px 0px;
	text-transform:uppercase;
	letter-spacing: 0.2em;	
}
h4{
	color: #cf4c62;
	font-size: 12px;
	text-align:left;
	padding-left: 18px;
	margin:0px 0px 23px -1px;	
	text-transform:uppercase;
	letter-spacing: 0.2em;		
	border-bottom: 1px solid #cf4c62;
}


/* Menue-Element Unterseiten */
.content ul.csc-menu{
  padding-bottom:15px;
}


/* Login Form*/
.tx-felogin-pi1{
  padding-left: 5px;
}
.tx-felogin-pi1 H3{
 text-align:left; 
}


.tx-felogin-pi1 fieldset {
  border: none;
}





/* LIST Ansicht  Standard */
.news-list-container{
  width:100%;
  background-color: transparent;
  border: 0px solid #000;
  color: #000;
}

.news-list-browse{
  text-align:center;
  width:100%;
  border: 0px solid #000;
  clear:both;
  background-color: transparent;
  border: 0px solid #000;
  margin: 10px 0px;
}

.news-list-browse a,
.news-list-browse a:hover,
.news-list-browse a:focus{
	color:#000;
	font-weight: normal;
	background-color: transparent;
}


.news-list-item {
	margin:0px 10px 10px 10px;
	padding: 0px 5px 10px 0px; 
	background-color: transparent;
  clear:both;
  border: none;
/*  min-height: 120px;*/
}
.news-list-date{
  border-top: 1px dotted #000;
	display: block;
	background-color: transparent;
	color:#000;
	font-weight:bold;
	padding: 10px 0px 0px 0px;
	margin:0px 10px 10px 10px;
  clear:both;
  text-align:right;
}

.news-list-item img {
  padding-right:10px; 
  padding-top:0; 
  margin-bottom: 0px;
  float:left;
  border:none;
}

.news-list-item h3 {
	padding:0px 0px 10px 0px;
  background-color: transparent;
  border: 0px solid #000;
  color: #000;
  text-align:left;
  font-size: 11px;
	text-transform:none;
	letter-spacing: 0em;	

}

.news-list-item h3 a:visited,
.news-list-item h3 a{
 	padding:0px 0px 0px 0px;
  text-decoration:none;
  color: #000;
  border: 0px solid #000;
}
.news-list-item h3 a:focus,
.news-list-item h3 a:hover {
  background:transparent;
  color: #000;
}

.news-list-item p.bodytext{
	display:block;		
  float:left;
  width:265px;
  border: 0px solid #000;
  padding:0; 
  margin: 0;
  padding:10px 30px 0px 0px; 
}

.news-list-morelink {
	padding:10px 0px 0px 0px;
	border:0px solid #000; 
	background-color: transparent;
	width: auto;
	display:inline;			
  clear:both;
  text-align: right;
  border: 0px solid #000;

}
 
.news-list-morelink a {
	color:#000;
	font-weight:bold;
	border-bottom:1px dotted #000;
  text-decoration: none;
}
.news-list-morelink a:hover {
	background:transparent;
}
.news-list-category {
  color:#aaa;
}
.news-list-item .cat_menu_image{
}


/* SINGLE Ansicht */
.news-single-item{
  margin:0;
  padding:0px 10px 0px 10px;
  color:#000; 
  background-color: transparent; 
  border:none;
   
}

.news-single-item h2{
	padding:10px 0px 10px 0px;
  margin:0;
  font-size: 11px;
  background-color: transparent;
  color: #000;
  border: 0px solid #000;
}

.news-single-item h3{
  border: 0px solid #000;
  background-color: transparent;
  font-weight:normal;
  color: #000;
  text-align:left;
  font-size: 11px;
	text-transform:none;
	letter-spacing: 0em;	

}

.news-single-item p.bodytext{
	display:block;		
  width:300px;
  border: 0px solid #000;
  padding:0; 
  margin: 0;
  padding:10px 30px 0px 0px; 
}


.news-single-backlink{
}

.news-single-img {padding-right:15px;	float:left;}
.news-single-img p {padding:0; margin:0;}
.news-single-timedata {color:#aaa; margin-bottom:1em;}
.news-single-additional-info {}
.news-single-additional-info dd {margin-top:-1em;}
.news-single-additional-info dt {margin-bottom:1.4em; color:#aaa;}


.news-single-category{
  display:inline;
  color:#aaa;
}

.news-single-files{ 
/*  line-height:18px;*/
}
.news-single-files DD{
  line-height:28px;

}

/* CATEGORY Menu */
/*
.news-catmenu {
	margin: 0;
	padding:0;
	vertical-align:top;
	background: #e9e2dc url(/fileadmin/img/bg_infobox_right.gif) no-repeat 0% 100%;
	border: 0px solid #000; 
	padding-bottom:30px;
}

.news-catmenu a {
	display:inline; 
	margin: 0;
	padding:0;
	padding-left:2px;
	font-style:normal; 

}

.news-catmenu a:hover {
	background:transparent; 
	font-style:normal; 
	font-weight:bold;
}

.news-catmenu {
	margin: 3px 0px 20px 0px;
	border: 0px solid #000; 

}
.news-catmenu .news-catmenu-NO {
	padding: 0px 5px 13px 25px;
	background: #e9e2dc url(/fileadmin/img/arrow_right_blue_dotted.gif) no-repeat 0px 0px; 
}
*/



UL.csc-menu{
}
UL.csc-menu LI{
  border: 0px solid #000;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
 	background: transparent url(/fileadmin/images/bullet_green.gif) no-repeat left 7px;
 	padding: 3px 0px 3px 16px;
}

UL.csc-menu LI a{
  color: #4a4b45;
  text-decoration: none;
}
UL.csc-menu LI a:hover,
UL.csc-menu LI a:focus{
  color: #cf4c62;
}


