@charset "UTF-8";
* {
	    font-family: Trebuchet MS, Arial, Verdana, Tahoma, Helvetica, sans-serif;
}

			
body  {
 		background: #fff url(img/bg.gif);
 		background-repeat: repeat-x/y;
    	margin: 0; 
    	padding: 0;
    	text-align: center; 

    }
	
h1{
 		font-size: 20px;
 		color: #faa91d;
		font-weight: normal;
		font-style: italic;
		padding-left: 20px;
	}
	
h2{
 		font-size: 14px;
 		color: #faa91d;
		font-style: italic;
		font-weight: normal;
		padding-left: 20px;
	}

p{
 		color: #999999;
 		font-size: 11px;
 		line-height: 13px;
		padding-left: 20px;
	}
	
.i{
		color: #faa91d;
		font-style: italic;
}
 
img {
		border: 0px;
	}
	
a {
  		text-decoration: none;
 		 color: #faa91d;
	}
	
a:hover {
		color: #e8ad56;
}

    .thrColElsHdr #container { 
		border: solid 1px #cccccc;
    	width: 800px;  
	    background:transparent;
    	margin: 0 auto; 
    	text-align: left; 
		padding: 0px;
    } 
	
	.thrColElsHdr #header { 
    	background: transparent; 
    } 
    .thrColElsHdr #header h1 {
    	margin:0; 
	    background: transparent url(./img/header.jpg) no-repeat left;
	    width: 800px;
		height:176px;
		padding:0px;
		overflow-y:visible;
		position:relative;
    }
    #bgweiss {
		width:800px;
		margin-top:0px;
		padding-top:0px;
		background: #fff url(img/footer.jpg) no-repeat;
		background-position: bottom left;
	}

	.thrColElsHdr #mainContent {
     	float:left;
		width:500px;
    }
    
	.italic {
		font-style: italic;
		}
   
	.clear {clear:both;}
	
    .fltrt {
		font-size: 10px;
		font-style: normal;
		color: #faa91d;
    	float: right;
		padding-right: 20px;
		padding-bottom: 10px;
		margin-top:30px;
    }
	
	.orange {
		background-color: #fef8da;
		margin-left: 15px;
		padding: 10px 10px 10px 0px;
		width: 148px;
		vertical-align: top;
		border-top: 2px dotted #faa91d;
	}
	
	/* falls ein Menue benoetigt wird
	.menuepunkt {
		padding-top: 13px;
		padding-left: 10px;
	}
	
	    .thrColElsHdr #sidebar1 {
    	background: transparent;
		position:relative;
    }
	
	#sidebar1 {
		margin-left: 200px;
		margin-top: 270px;
	}
	
	#sidebar1 ul {
		list-style: none;
 		padding: -5px;
	}
	
	#sidebar1 ul li {
		height: auto;
		float: left;
	}
	
	#sidebar1 ul li a {
		font-size: 12px;
		color: #FFF;
		float: left;
		height: 50px;
		width: 117px;
		background-image: url(img/button.jpg) ;
	}
	
	*/
	