
	/* Stylesheets für Layouts und Elemente */
	
	* {
		margin:0;
		padding:0;
		font-family:Arial, Helvetica, sans-serif;
    }
	
	img, a {
		border:0;
	}
	
	li {
		list-style:none;
	}
	
    body {
		background:#aaa;
	}
	
	
	#wrap {
		width:1000px;
		padding:0px 0px 0px 0px;
		margin:auto;
	}
		
		
	#header {
		width:950px;
		height:30px;
		padding:30px 25px 0px 25px;
		background:#fff;
	}
			
		#header ul li {
			float:left;
			padding:0px;
		}
		
		#header ul li a {
			text-decoration:none;
			color:#339933;
		}
		#header ul li.active a {
			text-decoration:none;
			color:#555;
		}
	
	
	#subheader {
		width:950px;
		/*height:153px;*/
		padding:0px 25px 0px 25px;
		background:#fff;
		float:left;
	}
	#subheader .tx-igheadergrafik-pi1 {
		/*height:153px;*/
		padding-bottom:20px;
	}
	
	
	#body {
		width:950px;
		padding:0px 25px 20px 25px;
		background:#fff;
	}
				
		#columns {
			width:950px;
		}
			#lcol {
				width:206px;
				float:left;
				/*background:#FF9900;*/
				overflow:hidden;
				padding:10px 30px 10px 0px;
			}
			#mcol {
				width:458px;
				float:left;
				/*background:#FF6600;*/
				overflow:hidden;
				padding:10px 40px 10px 10px;
			}
			#rcol {
				width:206px;
				float:left;
				/*background:#FF3300;*/
				overflow:hidden;
				padding:10px 0px;
			}
					
		#footer {
			width:993px;
			height:20px;
			text-align:right;
			margin-bottom:40px;
			color:#555;
			font-size:11px;
			padding-top:5px;			
		}
		
		#footer a {
			color:#555;	
			text-decoration:none;		
		}
		#footer a:hover {
			color:#555;
			text-decoration:underline;	
		}
			
		#body #columns #lcol ul#subnavigation {
			margin:0px 0px 15px 0px;
			padding:0px;
		}	
			
		#body #columns #lcol ul#subnavigation li {
			margin-bottom:15px;
			padding:0px;
			background:none;
		}
		
		#body #columns #lcol ul#subnavigation  li a {
			text-decoration:none;
			color:#339933;
		}
		#body #columns #lcol ul#subnavigation  li.active a {
			text-decoration:none;
			color:#555;
		}
		
		#body #columns #lcol ul#subnavigation  li a:hover, #lcol ul li.active a:hover {
			color:#8f8f8f;
		}
	
			