/* 	Header CSS
	V1.0
	(c) by Andreas Riedl
	
	Letzte Änderung: 25.04.2008
*/
	

/* ****************************************************************************** */

#header {
	position:relative; 
	width:950px;
	background-color:#555555;
}

	#header_bar {
		position:relative;
		background-color:#1b2107;
	  	width:950px;
		height:20px;
		text-indent:10px;
		color:#FFFFFF;
		font-size:10px;
		padding-top:5px;
	}
		#header_bar_left, #header_bar_right {
			display:block;
			position:absolute;
			width:6px;
			height:6px;
			top:0px;
		}
		#header_bar_left {
			left:0px;
		}
		#header_bar_right {
			right:0px;
		}

	#header_pic {
		position:relative; 
		width:950px;
		height:100px;
		display:block;
		overflow:hidden;
		background-color:#506f2c;
	}
	
	#header_pic img {
		position:relative; 
		width:950px;
		display:block;
		overflow:hidden;
	}
	
	#header_lan {
		position:absolute;
		top:40px;
		right:150px;
	}


/* ****************************************************************************** */

