@charset "UTF-8";


    body  {
    	font: 100% Verdana, Arial, Helvetica, sans-serif;
    	background: #fff;
    	margin: 0;
    	padding: 0;
    	text-align: center; /* IE 5*-Browsern zentriert.*/
    	color: #000000;
    }

    #container { 
   	/* width: 980px;  Hauptcontainer */
   	background: #FFFFFF;
   	margin: 0 auto;
   	border: 0px solid #000000;
   	text-align: left;
    } 

    #header {  
   	padding: 0px;
	margin-bottom: 10px;
	width: 980px;
	} 
 
    #header h1 {
   	margin: 0px;
   	padding: 0px; }
 
 	#techmenu
	{

	display: none;
} 

    #print {
	display: none;
}
	
 	#mainnavigation
	{

	display: none;
}



 	#headpicturespace	{
	display: none;
} 
 
    
    #sidebar1 {
   	float: left;
   	width: 215px;
	display: none;
}

 
    #sidebar2 {
    float: right;
    width: 215px;
    padding: 0;
	display: none;
}
    
    #sidebar2_home {
    float: right;
    width: 300px;
    padding: 0;
	display: none;
}

    #startContent {
	width: 660px;
	padding: 0;
	color: #494949;
	font-size: 12px;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 0px;
}

 	#startContent a
	{
	color: #ff994a;
	text-decoration: none;
}

 	#startContent a:hover
	{
	text-decoration: underline;
}

 	#startContent p.headline
	{
	font-size: 16px;
	padding-left: 10px;
	font-weight: bold;
}

 	#startContent p.shortcopy
	{
	font-weight: bold;
	padding-left: 10px;
}

 	#longcopy
	{
	padding-left: 10px;
}

 	#startContent p.contentheadline
	{
	font-weight: bold;
	padding-left: 10px;
}




    
    #mainContent { 
	width: 780px;
	padding: 15px;
	color: #494949;
	font-size: 12px;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 0px;
	left: 15px;
}
    
 	#mainContent a
	{
	color: #ff994a;
	text-decoration: none;
}

 	#mainContent a:hover
	{
	text-decoration: underline;
}

 	#mainContent p.headline
	{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

 	#mainContent p.shortcopy
	{
	font-weight: bold;
}

 	#mainContent p.longcopy
	{
}

 	#mainContent p.contentheadline
	{
	font-weight: bold;
}

 	#mainContent img
	{
	padding: 2px;
	border: 1px solid #ff994a;
	margin: 2px 5px 2px 0;
}


    #newsbox {
    	float: right;
    	width: 300px;
    	padding: 0;
    }


    #newsbox a {
	text-decoration: none;
	color: #ff994a;
}

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

    #newsboxheader {
	color: #ff994a;
	font-size: 15px;
    width: 288px;
    border-left: 1px solid #ff994a;
	border-right: 1px solid #ff994a;
	background-color: #eeeeee;
	padding: 5px;
	font-weight: bold;
}


    #newsboxentry {
	color: #494949;
	font-size: 12px;
    width: 288px;
    border-left: 1px solid #ff994a;
	border-right: 1px solid #ff994a;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #eeeeee;
	padding-bottom: 5px;
}

 	#newsboxend

	{
	width: 298px;
	border-left: 1px solid #ff994a;
	border-right: 1px solid #ff994a;
	border-bottom: 1px solid #ff994a;
} 


    


 	#contentform input
	{
	color: #494949;
	width: 300px;
	font-size: 12px;
	border: 1px solid #ff994a;
	margin-top: 5px;

} 

 	#contentform textarea
	{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #494949;
	width: 300px;
	font-size: 12px;
	border: 1px solid #ff994a;
	margin-top: 5px;

} 

 	#contentform label
	{
	
	color: #494949;
	width: 120px;
	font-size: 12px;
	margin-top: 6px;
	display: block;
	float: left;
	text-align: right;
	margin-right: 5px;
} 

 	#contentform label.error
	{
	color: red;
} 


    #footer { 
    padding: 0 10px;
    background:#eeeeee;
    color: #494949;
	margin-top: 20px;
	display: none;
} 

 

    .sitemaplevel0 {
    	margin: 0;
		font-size: 12px;
		padding-left: 10px;
		display: block;
		font-weight: bold;
	padding-top: 10px;
}

    .sitemaplevel1 {
    	margin: 0;
		font-size: 12px;
		padding-left: 20px;
		display: block;
	padding-top: 5px;
}

    .sitemaplevel2 {
    	margin: 0;
		font-size: 12px;
		padding-left: 30px;
		display: block;
}

    .sitemaplevel3 {
    	margin: 0;
		font-size: 12px;
		padding-left: 10px;
		display: block;
}

	#printhead {
	
}

    
    /* Verschiedene wieder verwertbare Klassen */

    .fltrt {
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { 
    	float: left;
    	margin-right: 8px;
    }
    .clearfloat { 
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
