/******************/
/* übergeortnetes */
/******************/

html, body {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: black;
	text-decoration: none;	
	background-color: silver;
	
	scrollbar-3dlight-color: #EE7912;
	scrollbar-arrow-color: #FEFDF9;
	scrollbar-base-color: #F5E9C0;
	scrollbar-darkshadow-color: #F5E9C0;
	scrollbar-face-color: #FF9102;
	scrollbar-highlight-color: #F5E9C0;
	scrollbar-shadow-color: #F5E9C0;
}

/***************/
/* HEAD Breich */
/***************/

.wrapper{
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;	
	width: 980px;
	background-color: #ff9102;

}

#header{ 
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 980px;
	height: 108px;
	background-color: white;
}

#menu {
	background-color: #ff9102;
	width: 190px;
	float: left;
}

#content {
	background-color: #fefdf9;
	padding-bottom: 10px;
	width: 590px;	
	float: left;	
	/*border-left: solid white 1px;
	border-right: solid white 1px;*/
}

#features {
	background-color: #FFBE00; /*#F5E9C0;*/
	width: 200px;	
	color: #515151;
	float: left;
}

#urhere{

}

#piccol{
	width: 29%;
	text-align: center;
	float: left;
}

#textcol{
	width: 70%;
	float: left;
}

#footer {
	left: 0px;
	background-color: #fefdf9;
	width: 980px;	
	height: 20px;
	padding-top: 3px;
	color: gray;
	text-align: center;
	font-style: italic;
}


