@charset "UTF-8";
/* CSS Document */


*{
	margin: 0;
	padding: 0;

	}
	body {
	background-color: #fff;
	color: #000;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	letter-spacing: 1px;
	word-spacing: 1px;
	}	
img {
	border: 0 none;
//	width: clear;
//	height: clear;
	}

ul {
	text-decoration: none;
	}
	
p, h1, h2, h3, h4, h5, h6, a {
	font-style: normal;
	line-height: 15px;
	
	}

a {
	font-family:Helvetica, Arial, Verdana, sans-serif;
	text-decoration: none;
	font-style: normal;
	font-size: 11px;
	line-height: 20px;
	color: #666666;
	} 
a:hover{
	color: #000000;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	letter-spacing: 1px;
	word-spacing: 1px;
	}
p {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 20px;
	}


h1 {
	font-style:normal;
	font-weight:normal;
	font-size: 14px;
	color: #333333;
	letter-spacing: 2px;
	word-spacing: 2px;
	}
h2 {
	font-size: 11px;
	line-height: 15px;

	}
h3 {
	font-size: 12px;
	}
h4	{
	font-size: 11px;
	}
h5 {
	font-size: 11px
	}
h6	{
	font-size: 11px
	}
li {
	text-decoration: none;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: non;
	font-size: 11px;
	}

/**-------------------------------------------------  layout **/

	/**------------------------------------------------- Contet**/

#container{
	border: none;

}

#main{
	padding: 50px 0 0 0;
	
	float: left;

}
#normal{
	padding: 20px;
}



.box{
}
div#s_titel {
	padding-bottom: 30px;
}

.csc-header {
	padding-top: 30px;
}
.csc-header-n1{
	padding-top:0;
	}
.box_clear {
	clear: both;
}

#fueller{
	clear: both;
}
.csc-header h1 {
	color:#FF0000;
}

	/**------------------------------------------------- Footer**/ 

#footer{
	display:none;
}

	/**------------------------------------------------- Haubtnavi**/

#navi{
	display:none;
}


	/**------------------------------------------------- Language**/
	
#sprachcontainer {
background-color: #333333;
height: 20px;
display: none;
}

#ulsprachcontainer {

padding-left:5px;
margin-left:5px;}
#ulsprachcontainer li{
display: none;

}
a.sprachnavi{
	padding: 0 2px;
	color: #CCCCCC;
}

a.sprachnavi:hover{
	padding: 0 2px;
	color: #333333;
}
a.sprachnaviact{
	padding: 0 2px;
	color: #333333;
}

span.sprachnavistrich{
	padding: 2px 2px;
	color: #CCC;
}
a.sprachnavi, span.sprachnavistrich{
}



/**------------------------------------------------- Textgestalltung**/

.bodytext{
	padding: 15px 15px 0 0;
}


	/**------------------------------------------------- Dowonload**/ 
.csc-uploads-fileSize{
	padding: 0 0 0 20px;

}



	/**------------------------------------------------- Film**/ 

.box embed { 
	display: block;
	width: auto;
	height: auto;
	

}


	/**------------------------------------------------- Bild mit Text**/ 
	
.csc-textpic-text p {
	padding: 10px 0 4px 0;
}
.csc-textpic-image{
	padding: 10px 0 0 0;

}

.csc-textpic-caption {
	padding: 5px 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 30px;

}
.csc-textpic-text p {
padding-right: 10px;
}
	/**------------------------------------------------- Bild **/ 


.csc-textpic-image{
padding-top: 15px;
}


	/**------------------------------------------------- Liste**/
.csc-bulletlist {
	padding: 15px 0 0 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-size: 11px;
	line-height: 20px;
}
	/**------------------------------------------------- Tabellen**/
	
.contenttable-0 {
	font-size: 11px;

}

.contenttable-1 {
	font-size: 9px;

}



.contenttable-2 {
	font-size: 15px;


}

.contenttable-3 {
	font-style:normal;
	font-weight:normal;
	font-size: 15px;
	color: #333333;
	letter-spacing: 1px;
	word-spacing: 1px;

}
.tr-even td {
	padding:0 15px 2px 0 ;
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-size: 11px;
	line-height: 20px;
}
.contenttable{
	padding-top: 15px;
}


	/**------------------------------------------------- Mailformular**/ 

.csc-mailform{
	border: none;


}

.csc-mailform-field{
	padding: 5px 0;

}


.csc-mailform-field label{
	padding-top: 1px;
	float: left;
	display: block;
	font-size: 11px;
	width: 70px;
	color: black;

}

.csc-mailform-field input{
	border: solid 1px #999;
}

.csc-mailform-field textarea{
	border: solid 1px #999;
}



