html {
	font-size: 100%; 
} 

body {
	background-color: #313333;
	
	color: #444d4b;
	font-family: "tahoma","verdana","arial",sans-serif;
	font-size: 11px; 
	line-height: 20px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
		
	position:relative;
	
	background-image: url(../img/layout/pagebg.gif);
	background-repeat: repeat;
}

div, li, h1, h2, h3, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, dl, dt {
	margin:0;
	padding:0;
}

td{
	vertical-align:top;
}

pre, code {
	font-family: "Times";
	background-color: #e3e3e3;
}

a {
	color: #cebc00;
	text-decoration: underline;
}

a:hover, a:focus, a:active {
	color: #666666;
	text-decoration: underline;
}

a#twitterthis{
	cursor: pointer;
}

strong, .bold {
	font-weight: bold;
}

ul {
	margin: 0;
	padding:15px 20px 15px 74px;
	list-style: none;
}

li {
	padding: 0 0 5px 10px;
	list-style: none;
	background-image: url(../img/icons/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px; 
}

img{
	border: none;
}

.left img{
	background:transparent url(../img/layout/picborder.gif) no-repeat scroll right bottom; 	
	padding: 0 6px 6px 0;
}

#topic img,
#navigation img{
	background:none; 	
	padding: 0;
}

h1{
	font-weight: normal;
	font-size: 20px; 
	font-family: "Helvetica Neue","tahoma","verdana","arial",sans-serif;
	padding-left: 64px;
	padding-top: 43px;
	padding-bottom: 21px;
}

h1 span{
	display:inline-block;
	padding-top: 2px;
	font-size: 12px; 
	font-family: "tahoma","verdana","arial",sans-serif;
}

.yellow{
	color: #cebc00;
}

.headline{
	padding-bottom:0;
	padding-left:64px;
	padding-right:70px;
	padding-top:20px;
	height: 50px;
	position:relative;
	
	background-image: url(../img/icons/bigshift.gif);
	background-repeat:no-repeat;
	background-position: left;
}

h2{
	font-weight: normal;
	font-size: 20px; 
	font-family: "Helvetica Neue","tahoma","verdana","arial",sans-serif;
	
	padding: 0 0 10px 0;
	margin: 0 0 10px 0; 

	
	background-image: url(../img/icons/line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

h3{
	color: #666666;
	font-weight: normal;
	font-size: 18px; 
	
	padding: 0 0 6px 0;
	margin: 0 0 20px 0; 
	
	background-image: url(../img/icons/line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

h4{
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #cebc00;
	padding:10px 0 10px 64px;
}

.ltbwp h4{
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #cebc00;
	padding:10px 0 10px 0px;
	}

.ltbwp ul{
	padding-left: 10px;
}

ul h4{
	padding: 0px;
	margin: 0px;
}

.left p{
	padding-left:64px;	
	padding-right:70px;
	text-align:justify
}

/*****************************
 * Layout Aufbau		
*****************************/
#wrap{
	position: relative;
	overflow: visible;
	width: 985px;
	margin: 10px auto 0px auto;
	background-image: url(../img/layout/bodybg.gif);
	background-repeat: repeat-y;
}

.left{
	position:relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
	width: 746px;
	float: left;
}

.right{
	position:relative;
	width: 239px;
	float: right;
	padding-bottom:80px;
}

#foot{
	position: relative;
	z-index: 20;
	width: 985px;
	height: 137px;
	margin: 0 auto 40px auto;
	
	background-image: url(../img/layout/foot.png);
	background-repeat: no-repeat;
	background-position: 25px 0px;
}

#logo {
	padding-top: 40px;
	padding-left: 38px;
	padding-bottom:28px;
}

#topic{
	padding:0 0 10px 56px;
}

#borderfade-top, #borderfade-bottom{
	position:absolute; 
	left:746px;	
}

#borderfade-top{
	top:0px;
}

#borderfade-bottom{
	bottom:0px;
}
/*****************************
 * Navigation		
*****************************/

ul#navigation {
	position:relative;
	width: 673px;
	height: 53px;
	padding:0 0 10px 64px;
	background-image: url(../img/layout/navbg.gif);
	background-repeat: no-repeat;
	z-index: 40000;
}

ul#navigation li a {
	color: #666666;
	text-decoration: none;
	display: block;
}

ul#navigation li img{
	padding-top: 11px;
}

ul#navigation li a:hover, 
ul#navigation li a:focus, 
ul#navigation li a:active,
ul#navigation li a.act {
	color: #cebc00;
	text-decoration: none;
}

ul#navigation li {
	position:relative;
	height: 53px;
	background-image: none;
	display:block;
	float:left;
	padding: 0px 0px 0px 7px;
}

ul#navigation li span{
	background-color: #444D4B;
	display: none;
	font-size: 12px;
	height: 37px;
	left: auto;
	position: absolute;
	top:16px;
	width:100%;
}

ul#navigation li span a{
	padding-top:5px;
	padding-left: 10px;
	color: #ffffff;
}

ul#navigation ul{
	position: absolute;
	top: 53px;
	left: 7px;
	
	list-style: none;
	
	padding: 0 8px;
	margin: 0;
	
	background-color:  #444D4B;
	width: 230px;
	z-index: 32100;
	
	display: none;
}

ul#navigation ul li{
	float: none;
	border: none;
	
	background-image: url(../img/icons/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 12px;
	
	padding: 5px 0 5px 20px;
	position: relative;
	height: auto;
	text-align: left;
	
	border-bottom: 1px dotted #999999;
}

ul#navigation ul li.act a{
	color: #cebc00;
	font-weight: bold;
}

ul#navigation ul li a{
	color: #ffffff;
	padding: 0;
	cursor: pointer;
	font-size: 12px;
	text-decoration: none;
}

ul#navigation ul li a:hover{
	color: #ffffff;
	font-weight: bold;
	padding: 0;
	background-color:transparent;
}

/*****************************
 * Boxen		
*****************************/
#adress, .select, #news, #bookmark{
	padding-left: 30px;
	padding-right: 20px;
}

#adress, #news{
	line-height: 18px;
}

#news, #bookmark, #adress{
	padding-top: 40px;
}

#bookmark{
	padding-bottom: 40px;
}

ul#newslist{
	margin: 0;
	padding: 0;
}

ul#newslist li{
	background-image: none;	
	padding: 0 0 10px 0px;
}

ul#newslist li.news-latest-item {
	margin: 0 0 15px 0;
	background-image:url(../img/icons/line.gif);
	background-position:center bottom;
	background-repeat:repeat-x;
}

#langselect {
	height:50px;
	background-image: url(../img/layout/langbg.gif);
	background-repeat:no-repeat;	
	padding: 12px 0 0 26px;
}

a.more{
	float:right;
	background-image: url(../img/icons/more.gif);
	background-repeat:no-repeat;
	background-position: 0px 9px;
	padding: 0 0 0 10px;
}

.select{
	position:relative;
	padding: 0;
	margin: 0px;
	height: 18px;
	width: 182px;
	background-color: #ffffff;
	
	border-top: 1px solid #abadb3;
	border-left: 1px solid #abadb3;
	border-bottom: 1px solid #dbdfe6;
	border-right: 1px solid #dbdfe6;	
}

.select li {
	line-height: 12px;
	background: none;
	padding: 2px 0px;
	cursor: pointer;
}

.select li.parent{
	background-image: url(../img/icons/selecticon.gif);
	background-repeat:no-repeat;
	background-position: 165px 8px;
}

.select li span{
	padding-left:20px;
}

.select li ul{
	width: 170px;
	position:absolute;
	top: 19px;
	left: 0px;
	
	border: 1px solid #efefef; 
	background-color: #ffffff;
	display: none;
	padding: 0px 10px 2px 0px;
}

.select li ul li {
	padding: 6px 0px 4px 0px;
	border-bottom: 1px solid #efefef; 
}

.select li ul li a{
	color:#666666;
	padding-left:20px;	
	text-decoration: none;
}

.select li ul li a:hover{
	color: #cebc00;
}

.select li ul li a img{
	padding-right: 10px;
}

/*****************************
 * Foot Boxen		
*****************************/
.fb1, .fb2, .fb3, .fb4{
	position: absolute;
	top: 24px;
	width: 209px;
	height: 99px;
	color: #bbbbbb;
	line-height: 15px;
}

.fb1{
	left: 54px;
}
.fb2{
	/*background-image:url(../img/icons/twitter.png);
	background-repeat:no-repeat;
	left:295px;
	padding:0 0 0 30px;
	width:159px;*/
	left:295px;
}
.fb3{
	left:538px;
}
.fb4{
	/*background-image:url(../img/icons/blog.png);
	background-position:0 10px;
	background-repeat:no-repeat;*/
	left:779px;
	padding:0;
	width:159px;
}

/*****************************
 * Typo3 CSS Styled Content	
*****************************/
.csc-textpic-firstcol{}

.csc-textpic-lastcol{
	padding: 0 0 0 8px;
}

.csc-textpic-firstcol .csc-textpic-lastcol{
	clear: both;
	float: none;
}

/*******************/
/* Formular Styles */
/*******************/

.tx-thmailformplus-pi1 {
	padding-left:64px;
	padding-right:70px;
	text-align:justify;
}

form {
	margin: 0px;
	padding: 0px; 
	width: auto;
}
	
	form br {
		clear: left;
  }
		
	form img {
  	float:left;
  	border: 0pt;
  }
  
  form label {
  	text-align: left;
  	margin-top: 5px; 
  	display: block;
  	float: left;
  	width: 120px;
  }
	
	form label.headline {
		width: 400px;
		margin: 5px 0 5px 0;  /* Top, right, Bottom, left*/
		padding: 0 0 0 0;
		font-weight: bold;
		color: #e5093b;
  }
		
input { 
	float: left; 
	margin-top: 5px;
	padding: 2px;
	border: solid 1px #666666;
	outline-style: hidden; 
	outline-width: 0;
  font-family: arial;
  font-size: 11px;}
	
	input.text {
		width: 200px;}
		
	input.plz {
		padding: 2px;
		width: 50px;}
		
	input.ort {
		padding: 2px;
		width: 100px;}
		
	input.password {
		padding: 2px;
		width: 100px;}
		
	input.file {
		width: 250px;
		background-color: #EEEEEE;}
		
	input.radio {
		width: 30px;
		background-color: #EEEEEE;}
		
	input.checkbox {
		width: 30px;
		background-color: #EEEEEE;}
		
	input.submit {
  	width: 100px;
  	padding: 1px;
		background-color: #ffffff;
		color: #000000;
		font-weight: bold;}
	
select {	
	border: solid 1px #666666;
	outline-style: hidden; 
	outline-width: 0;
	margin-top: 5px;
	float: left; 
	width: 200px;
  font-family: arial;
  font-size: 11px;}

textarea {	
	width: 200px;
	height: 100px;
	padding: 4px;
	margin-top: 5px; 
	margin-left: 0px !important; 
	margin-left: -3px;
	border: solid 1px #666666; 
	outline-style: hidden; 
	outline-width: 0;
  font-family: arial;
  font-size: 11px;
}

.kontaktcol {
	padding: 0 0 0 20px;
	width: 180px;
	float: left;
}
.kontaktcol p {
	padding: 0;
}



/*******************/
/* Rechte Spalte */
/*******************/

div.trennlinie{

background-image: url(../img/icons/line.gif);
height:1px;

}
