html, body { 
margin : 0;
padding : 0;
} 
body { 
font : 90% "Trebuchet MS", Helvetica, Arial, Tahoma, sans-serif;
text-align: justify;
background : #FFF url(../images/wrap_bg.jpg) top center repeat-x;
color : #555;
} 
			/*WRAP*/
#wrap { 
width : 900px;
margin-left : auto;
margin-right : auto;
padding : 0;
color : #555;
} 
			/*BANNER*/
#masthead {
	width : 900px;
	height : 200px;
	padding : 0;
	margin : 10px 0 0 0;
	text-align: center;
	background-image: url(../images/banner_hobeln.jpg);
	background-repeat: no-repeat;
	background-position: top;
} 
			/*MAIN CONTAINER*/
#container { 
width : 900px;
margin-left : auto;
margin-right : auto;
margin-top : 10px;
padding : 0;
line-height : 1.4em;
} 
				/*MAIN CONTENT*/
#content { 
padding : 1em;
margin : 0 240px 0 0;
border-right : 1px solid #eee;
} 
#content_normal { 
padding : 1em;
margin : 0 10px 0 0;
border-right : 0px solid #eee;
} 
                /*TABLE*/
table {
	table-layout : fixed;
	width : 100%;
	margin : 0 0 0 0px;
	line-height : 1.4em;
	text-align : center;
	vertical-align : top;
}

td {
	border:5px solid #fff;
	overflow: hidden;
	width: 140px;
}
				/*SIDEBAR*/
#sidebar { 
float : right;
width : 200px;
margin-top : 0;
padding : 1em;
text-align: left;
} 
#sidebar_title {
font-weight : normal;
color : #E80202;
font-size: 1em;
line-height : 1.4em;
}
#sidebar_text {
font-weight : normal;
color : #555;
font-size: 1em;
line-height : 1.4em;
}
				/*FOOTER*/
#footer {
	clear : both;
	height : 55px;
	padding : 0;
	margin-bottom : 0px;
	margin-top : 30px;
	text-align : center;
	border-top : 5px solid #E80202;
	color : #fff;
	background : #000;
} 
				/*TYPOGRAPHY*/
h1 { 
float : left;
text-align: center;
margin : 0;
padding : 20px 0 0 30px;
font : 200% "Trebuchet MS", Helvetica, Arial, Tahoma, sans-serif;
letter-spacing : 5px;
color : #fff;
} 
h2 { 
float : right;
margin : 0;
padding : 25px 20px 20px 0;
font : 90% "Trebuchet MS", Helvetica, Arial, Tahoma, sans-serif;
letter-spacing : 3px;
color : #E80202;
} 
h3 { 
margin : 0;
padding : 20px 0 20px 0;
border-bottom : 1px solid #aaa;
font : 150% "Trebuchet MS", Helvetica, Arial, Tahoma, sans-serif;
text-transform : uppercase;
letter-spacing : 3px;
color : #E80202;
}
h4 { 
margin : 0;
padding : 20px 0 20px 0;
border-bottom : 1px solid #aaa;
font : 100% "Trebuchet MS", Helvetica, Arial, Tahoma, sans-serif;
text-transform : uppercase;
letter-spacing : 3px;
color : #E80202;
}
blockquote {
font-weight : bold;
font-style : italic;
border-bottom : 1px solid #aaa;
border-top : 1px solid #aaa;
color : #b29b35;
} 
			/*LINKS*/
#link a:link, a:visited { 
color : #E80202;
background : inherit;
text-decoration : underline;
} 
#link a:hover { 
color :  #636363;
background : inherit;
text-decoration : none;
} 
 img {
border: 0;
} 

			/*IMAGES*/
.left { 
float : left;
border : 0 solid #656c4a;
margin : 5px 0 10px 0;
padding : 10px;
}


			/*Main Menu*/
#menucontainer {
	height:24px;
	display:block;
	padding:0 0 0 0px;
	/*background-color: #E80202;
	background-image: none;*/
	background:transparent url(../images/menu_bg-OFF.gif) repeat top left;
}
#menu {
	position:relative;
	display:block;
	height:24px;
	font-size:11px;
	font-weight:bold;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	width: 900px;
	left: 0px;
	top: 0px;
}
#menu ul {
margin:0px;
padding:0;
list-style-type:none;
width:auto;
}
#menu ul li {
display:block;
float:left;
margin:0 0px 0 0;
}
#menu ul li a {
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	padding:5px 17px 0 17px;
	height:19px;
	background:transparent url(../images/menu_bg-OFF.gif) no-repeat top left;
}
#menu ul li a:hover {
	color:#fff;
	background:transparent url(../images/menu_bg-OVER.gif) no-repeat top right;*/
}
#menu ul li a.current,#menu ul li a.current:hover {
	color:#000;
	background:#fff;
}

			/*Submenu*/
#menu li ul {
	display:none;
	float:left;
	margin:0 0px 0 0;
	padding:0;
	position:absolute;
	/*left:0px; */
	top:24px;
	background-color:#fff;
}
#menu li ul a {
	list-style:none;
	display:list-item;
	/*float:left;*/
	color:#fff;
	text-decoration:none;
	padding:5px 20px 0 20px;
	height:19px;
	background:transparent url(../images/menu_bg-OFF.gif) no-repeat top left;
	width:100px;
}
#menu li:hover ul {
	list-style:none;
	display:block;
	color:#fff;
	background:transparent url(../images/menu_bg-OVER.gif) no-repeat top right;
	width:100px;
}

#menu li ul a.current,#menu li ul a.current:hover {
	color:#000;
	background:#fff;
}

#menu_extention {
	background-image: url(../images/menu_bg-OFF.gif);
	background-color: #E80202;
	height: 24px;
	width: 104px;
	position: relative;
	left: 771px;
	top: -24px;
}
