html, body
{
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 10px;
	font-family: Verdana, Tahoma, Arial, sans-Serif;
	color: #1a1a1a;
	overflow: auto;	
}

body
{
	background: #fff;  
}


a:link {  color:#09597f; text-decoration:underline; }
a:visited { color:#09597f; text-decoration:underline; }
a:focus {  color:#cd0e1d; text-decoration:underline; }
a:hover {  color:#cd0e1d; text-decoration:underline; }
a:active {  color:#cd0e1d; text-decoration:underline; }

h1
{
	font-size: 12px;
	color: #cd0e1d;
	font-weight: bold;	
}

h3
{
	font-size: 12px;
	color: #09597f;
	font-weight: bold;
}


#container
{
	position: absolute;
	
	width: 792px;
	
	left: 50%;
	margin-left: -396px;	
	
}

#basemenu
{
	height: 15px;
	background: transparent;
	text-align: right;
	padding-right: 10px;
	padding-top: 15px;
	
}

.basemenuitem
{
	float: right;
	padding-left: 10px;
}



#topp
{
	height: 117px;
}

#logo
{
	
	float: left;
	height: 111px;
	width: 159px;
	background: transparent url(../images/hg_logo_sofa.png) ;
	text-align: center;
	padding-top: 6px;
	
}

#header
{
	float: left;
	height: 117px;
	width: 633px;
	background: transparent url(../images/header_sofa.png) no-repeat 100% 100%;
	
}

#mainmenu
{
	height: 35px;
	width: 792px;
	background: #09597F;
	color: #fff;
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
}

.mainmenu_item
{
	
	height: 39px;
	border: 1px solid red;
	text-align: center;
	font-size: 12px;
	color: #fff;
	float: left;
	
	
}

a.mm
{
	display: block;	
	float: left;
	height: 25px;
	background: #09597F;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	
}

.mm_active
{
	display: block;	
	float: left;
	height: 25px;
	background: #043F5B;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	
}

a.mm:link    { background: #09597F; }
a.mm:visited { background: #09597F; }
a.mm:hover   { background: #043F5B; }
a.mm:active  { background: #043F5B;  }

a.sm
{
	display: block;	
	padding-bottom: 10px;	
	background: transparent;
	padding-left: 20px;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;			
}




#main
{
	width: 792px;
	background: transparent url(../images/hg_content_uni.png) ;
	
}


#submenu
{
	float: left;
	height: 100%;
	width: 170px;
	padding-top: 20px;
	padding-bottom: 100px;
	background: transparent;
	color: #fff;
	
	
}

#content
{
	
	
	float: left;
	width: 600px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	background: transparent;
	color: #1a1a1a;
	padding-bottom: 100px;
	
	
}

#addon
{
	float: left;
	padding-top: 20px;
	width: 195px;
	padding-left: 10px;
	padding-right: 5px;
	background: transparent;
	color: #1a1a1a;
	padding-bottom: 100px;
	
	font-size: 10px;
	
}

#rechtshl
{
	text-align: right;
	padding-right: 10px;
}

#footer
{
	width: 792px;
	height: 25px;
	background: #09597F;
	color: #fff;
	text-align: center;
	padding-top: 3px;
}

.clr
{
	clear: both;
}
