@charset "utf-8";
/* CSS Document */

/*-------------------Allgemeines---------------*/
* {
	margin:0;
	padding:0;
}

body {
	background:url(../images/bg.gif) repeat-y;
	background-position:center;
	background-attachment:fixed !important;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:150%;
}

.clear {
	clear:both;
}

p {
	margin:0px;
	padding:5px 0px 5px 0px;
}

h1, h2 {
	color:#000000;
	font-weight:bold;
	margin:0px;
	font-size:14px;
}

#content-center h1, #content-center h2 {
	margin:0px !important;
	padding:20px 0px 10px 0px !important;

}
#content-center h3 {
	margin:0px !important;
	padding:18px 0px 10px 0px !important;
	color:#666666;
	font-weight:normal;
	margin:0px;
	font-size:20px;
	line-height:120%;
}

#content-center .csc-header-n2, #content-center .csc-header-n3, #content-center .csc-header-n4, #content-center .csc-header-n5, #content-center .csc-header-n6, #content-center .csc-header-n7 {
	margin-top:20px;
}

a:link {
	text-decoration: underline;
	color: #666666;	
}

a:visited {
	text-decoration: underline;
	color: #666666;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

a:active {
	text-decoration: none;
	color: #000000;
}

a:focus {
	text-decoration: none;
	color: #555555;
}

/*-------------------Head---------------*/

#head {
	background:#58585a;
	min-height:120px;
	width:100%;
	position:relative;
}

#headwrapper {
	margin:0 auto;
	width:820px;
}

#navwrapper {
	width:820px;
	background:#9c9e9f;
	height:30px;
	position:absolute;
	margin-top:90px;
}

/*-------------------Navigation---------------*/

#nav {
	margin-left:184px;
	width:600px;
}

ul#navigation  {
	margin:0px;
	padding:0px;
}

#navigation li {
	list-style:none;
	display:inline;
	height:30px;
}

#navigation a, #navigation a:visited {
	display:block;
	float:left;
	text-align:left;
	width:120px;
	height:30px;
	padding:0px 0px 0px 10px;
	margin-right:20px;
	overflow:hidden;
	color:#58585a;
	text-decoration:none;
}

#navigation a:hover {
	background-color:#fff;
	
}

#navigation a.first, #navigation a.first:visited {
	display : block;
	float : left;
	background : transparent url(../images/bg_nav.png) no-repeat -2px 0px;
	text-align:center;
	padding: 0px 60px 0px 61px;
	overflow:hidden;
	text-transform:uppercase;
	color:#444444;
	text-decoration:none;
}


#navigation a.first:hover, #navigation li.menuparent_act a.first, #navigation li.menuparent_act a.first:visited, #navigation li.menuparent_act a:visited  {
	background-position: -2px -41px;
}


/* ----------------------------------- */
/* Hautpmenu
/* ----------------------------------- */
#hauptmenu{
  width:auto;
}
#hauptmenu, #hauptmenu ul {
  float: left; 
  list-style: none;
  background:transparent;
  padding: 0;
  margin: 0px;
}
 
#hauptmenu a {
  display: block;
  font-weight:normal;
  color: #fff;
  text-decoration: none;
  /*padding: 0.25em 0em;*/
  /*padding: 4px 2px 0px 2px;*/
}
 
/*1 Ebene horizontal */
#hauptmenu li{
  float: left;
  display: block;
  text-decoration:none;  
  height:30px;
  width:128px;
}

#hauptmenu li:hover, #hauptmenu li.sfhover {
  display:block;
  font-weight:normal;
  color:#023b76;
  text-decoration:none;  
  height:30px;
  width:128px;
}

/*2 Ebene vertikal */
#hauptmenu li ul {
  position: absolute;
  left: -999em;
  height: 125px;
  width: 128px;
  font-weight: normal;
  margin: 0px 0px 0px 0px;
  background:#ffe626;
  z-index:1000;
  padding:3px 0px 0px 0px;
}
 
#hauptmenu li li {
  width: 117px;
  height: auto;
  text-decoration:none;
  font-weight:normal;
  padding:1px 0px 1px 11px;
  background-image:none;
  background-color:#ffe626;
  color:#333;
}
#hauptmenu li li:hover, #hauptmenu li li.sfhover{
  width: 117px;
  height: auto;
  text-decoration:none;
  font-weight:normal;
  padding:1px 0px 1px 11px;
  background-image:none;
  background-color:#fff1a0;
  margin:0px;
}
 
#hauptmenu li ul a {
  width: 117px;
  /*padding-left: 1em;*/
  color:#333;
}

#hauptmenu li ul a.act, #hauptmenu li ul li.menuparent_act2_sub_act a {
  font-weight: bold;
  /*padding-left: 1em;*/
  color:#000000;
}
 

/*2 Ebene POPUP einblenden*/ 
#hauptmenu li:hover ul,  #hauptmenu li.sfhover ul{
  left: auto;
}

/*2 Ebene POPUP bei aktivem Menu einblenden*/ 
#hauptmenu li.menuparent_act ul {
  left: auto !important;
}

/* ----------------------------------- */
/* Navigation 3. Ebene
/* ----------------------------------- */


#menuListV li {
	list-style-type:none;
	margin:0px 0px 10px 2px;
}

#menuListV li.menuparent a:link, #menuListV li.menuparent a:visited  {
	text-decoration:none;
	color:#87888a;
}

#menuListV li.menuparent a:hover {
	text-decoration:none;
	color:#000000;
}

#menuListV li.menuparent_act a:link, #menuListV li.menuparent_act a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}




/* ----------------------------------- */
/* Subheader
/* ----------------------------------- */

#subheadwrapper {
	background:#FFFFFF;
	background-position:center;
	width:100%;
	min-height:128px;
}

#subhead {
	margin:0 auto;
	width:820px;
	height:128px;
}

#subhead-left {
	float:left;
	width:21%;
	margin:40px 0px 0px 0px;
}

#subhead-right {
	background:url(../images/tb_kontakt.jpg) no-repeat;
	height:128px;
	float:right;
	width:636px;;
}

/*-------------------Content---------------*/

#contentwrapper {
	margin:0 auto;
	width:820px;
	padding:0;
}

#content-left {
	float:left;
	width:146px;
	padding:20px 10px 0px 10px;	
}

#content-right {
	float:right;
	width:125px;
	padding:0px 0px 0px 0px;	
}

#content-center {
	margin:0px 124px 0 184px;
	padding:0px 18px 0px 10px;
}



#content-center ul {

	margin-left: 0;
	padding-left: 0;
	list-style: none;
	/*list-style-image:url(../images/list.gif);
	margin:0px 10px 0px 15px;*/
}


#content-center ul li{
	padding-left: 15px;
	background-image: url(../images/list.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

/*-------------------TYPO3---------------*/

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
margin-bottom:18px;
}

div.csc-textpic-intext-left div.csc-textpic-imagewrap, div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
margin-right:30px !important;
}

#content-left .content-left-inhalt {
	color:#87888a;
}

.csc-textpic-text {
	height:130px;
}

#content-left h1 {
	color:#87888a;
	font-size:14px;
	margin:0px 0px 10px 0px;
}

.csc-textpic-caption {
	font-size:9px;
	line-height:130%;
	font-family:Verdana, Arial, Helvetica, sans-serif
}

#content-right .csc-textpic-caption {
	margin-left:2px;
}

.contenttable, .csc-uploads {
  width:99%;
}

.contenttable .tr-even, .csc-uploads .tr-even {
	background-color:#ffffff;
}

.contenttable td {
  padding:3px;
  vertical-align:top !important;
}

.csc-uploads td {
  padding:0px 3px 0px 3px;
}

#content-center .csc-textpic-clear {
	clear:none;
}

