/* ****************************************** */
/* Orangefluid GbR		         			  */
/* www.orangefluid.com       				  */
/* ****************************************** */


/* ****************************************** */
/* Global settings for K & L                  */
/* ****************************************** */

/* Global settings */
* {
	margin:0;
	padding:0;
	text-align:left;
}

/* Layout sizes */
html {
	height: 100%;
}

/* Main body style */
body {
    background: #ffffff url(images/background.gif) top repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color: #000000;
	font-size: 100.01%;	
	text-align:center; /* horizontal centering for IE Win quirks */
}

/* ****************************************** */
/* Layout container settings                  */
/* ****************************************** */

/* Main container, page width, centered, fixed width */
#maincontainer {
	position: relative;
	width: 990px;
	margin: 15px auto 0 auto;
	height: auto;
	padding:0px;
}
/* Small IE Hack, min-height for IE */
* html #maincontainer {
	height: auto;
}

/* Left container, contains Logocontainer and SideNavi */
#leftcontainer {
	position: relative;
	float:left;
	width: 190px;
	height: 100%;
	margin-top:46px;
	padding:0px;
}

/* Right container, contains Headnavi and Content */
#rightcontainer {
	position: relative;
	float:left;
	width: 800px;
	height:100%;
	margin-bottom:50px;
	padding:0px;
}


/* ****************************************** */
/* Left Container    Elements                 */
/* ****************************************** */

/* Logo container */
#logocontainer {
	position: relative;
	height: 120px;
	width: 190px;
	float:left;
}


#sidenavi {
	position: relative;
	height: auto;
	width: 190px;
	float:left;
}

#sidenavi img, #logocontainer img {padding:0px; margin:0px; float:left;}
/* ****************************************** */
/* Right Container    Elements                */
/* ****************************************** */

#headnavi {
	position:relative;
	height:129px;
	width:757px;
	margin-right:43px;
	float:left;
}

#headnavi img{
	margin:0px;
	float:left;
	padding:0px;
}

#contentimage {
	position:relative;
	height:100%;
	width:335px;
	float:left;
	margin:0px;
	padding:0px;
	float:left;
}

#content {
	position:relative;
	min-height:480px;
	float:left;
	background:url(images/contentback.gif) left repeat-y;
	width:757px;
	margin-right:43px;
}

#content span img {padding:0px; margin:0px; float:left;}
* html #content {height:480px; width:757px; margin-right:0px;}


#contenttext {
	background:url(images/contentbottom.gif) left bottom no-repeat;
	z-index:50;
	float:left;
	bottom:0px;
	height:auto;
	min-height:480px;
	width:337px;
	margin-top:-90px;
	padding:0px 100px 80px 320px;
}

#contenttext p{
	font-size:12px;
}

* html #contenttext {
	height:480px;
}

.contenttop {
	float:left;
	padding:0px; 
	margin:0px;
}


#footer {
	position: relative;
	background: url(images/footer.gif) no-repeat;
	width: 757px;
	height: 36px;
	margin: 0 43px 5px 0;	
	clear:both;
	float:left;
}

* html #footer { margin: 0 0px 5px 0;}

#footer p{
	font-size:12px;
	text-align: right;
	padding: 12px 20px 2px 0;
}


/* ****************************************** */
/* Link styles              */
/* ****************************************** */


img {border:0px;}

a:link, a:visited, a:active {color:#000000; text-decoration:underline;}

a:hover {color:#555555; text-decoration:underline;}


/* ****************************************** */
/* Paragraph styles              */
/* ****************************************** */

p {
padding-bottom:10px;
font-size:12px;
line-height:17px;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption{
padding-top:5px;
font-size:10px;
line-height:13px;
}

div.csc-textpic img {
	padding:10px;

}

/* ****************************************** */
/* List styles              */
/* ****************************************** */


ul.subnavi {
	list-style-type: none;
}


ul.subnavi li{
	width:190px;
	height:39px;
	display:block;
	float:left;
	
}


ul.headnavi{
	list-style-type: none;
}


ul.headnavi li.li-1{
	width:151px;
	height:130px;
	float:left;
}

/* ****************************************** */
/* Style settings Lists                       */
/* ****************************************** */

#contenttext ul {
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 14px;
}

#contenttext ul li {
	font-size: 12px;	
	background-image: url(images/dot.gif);
	background-repeat: no-repeat;
	background-position: 1px 6px;
	padding-left: 12px;
	line-height:16px;
}

* html #contenttext ul li {
	height: 1px;
}



/* ****************************************** */
/* Formulare				      										*/
/* ****************************************** */
div.tx-thmailformplus-pi1 {
	font-size:11px;
}


div.formline, div.formline label {
	color: #000000;
	font-weight: normal;
}

 div.formfield {
	width: 100%;
	position: relative;
	display: block;
	padding-bottom: 8px;
	}

 div.fullformfield {
	width: 100%;
	position: relative;
	float: left;
	padding-bottom: 5px;
	}

div.formfield label {
	width: 170px;
	position: relative;
	float: left;
	font-weight: normal;	
}

div.fullformfield label {
	width: 170px;
	position: relative;
	float: left;
	font-weight: normal;
	padding-bottom:5px;	
}

div.fullformfield input {
	width: 330px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:11px;	
	border: 1px solid #999999;
	padding:1px 3px 1px 3px;

}

div.fullformfield select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:156px;
	color: #000000;
	font-size:11px;	
	border: 1px solid #999999;
	padding:1px 0px 0px 1px;

}

div.fullformfield option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:auto;	
	overflow:visible;
	color: #000000;
	font-size:11px;	
	padding:1px 0px 1px 3px;
}

div.formfield input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	width: 150px;
	font-size:11px;	
	border: 1px solid #999999;
	padding:1px 3px 1px 3px;
}



div.fullformfield input.abschicken {
	width: 130px;
	padding-bottom:1px;
	padding-top:2px;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;

}

div.formfield textarea, div.fullformfield textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	width: 320px;
	height: 100px;
	font-size:11px;	
	border: 1px solid #999999;	
	padding:3px 3px 3px 3px;
}


/* ****************************************** */
/* Formulare	IE-Hack			      */
/* ****************************************** */



 * html div.formfield {
	width: 100%;
	position: relative;
	display: block;
	padding-bottom: 5px;
	}
	

* +html div.formfield {
	width: 100;
	position: relative;
	display: block;
	padding-bottom: 5px;
	}
	

* +html	div.formfield label, div.fullformfield label {
	width: 170px;
}



* html div.fullformfield select {
	width:156px;
}

* +html div.fullformfield select, * html +div.fullformfield option  {
	width:156px;
	}
	
	
/* ****************************************** */
/* Style settings NEWS                   */
/* ****************************************** */

div.news-list-item h3 {font-size:12px; padding-bottom:5px;}
div.news-single-item h2 {font-size:14px; padding-bottom:15px;}
div.news-single-backlink {font-size:12px;}

div#partnerlogo {
	position: relative;
	float: left;
	padding-top: 10px;
	width: 185px;
	}
	
	div#partnerlogo img {
		position: relative;
		float: left;
		padding: 10px;
		}
