/***
	USCHI
	created by nordicweb.com
***/

/* QUYPE--------------------- */
body.page_5933 .qype {
display:block;
position:absolute;
z-index:12;
top:460px;
left:13px;
}
.qype {
display:none;
}

/* HART UND BILLIG */

div.hart_billig {
  position:absolute;
  top:660px; 
  left:19px;
}

div.hart_billig a {
  display:block;
  background: url(../img/hartundbilligLogo.jpg) 0 0 no-repeat;
  width:181px; 
  height:75px;
}

/* BODY & SITE */

body {
	background: #c4ad77 url(../img/bg.jpg) repeat;
}
div.site_body {
	background: #ebdfb9;
	padding: 0;
}
div.site {
	background: white url(../img/site_bg.jpg) repeat-y;
	width: 1000px;
  margin: 0;
}
div.site_inner {
	background: url(../img/site.jpg) no-repeat;
padding-top:204px;
}


/* SLIDESHOW */
div#slideshow {
	top: 13px;
	left: 401px;
	width: 589px;
	height: 356px;
}

/* LIVESEARCH*/
div.livesearch {
position:absolute;
top: 473px;
left: 19px;
}

div.livesearch input {
width: 170px;
border: none;
border: 1px solid #8e6419;
}

/* CONTENT */

div.content {
width:590px;
float:right;
}
div.content_inner {
padding:180px 30px 20px;
}


/* MENU */


div.menu{
margin-left: 200px;
height: 600px;
margin-top:0px;
}

div.menu, div.menu ul {
	width: 200px;
}
div.menu ul ul {
	left: 201px;
}

/* MAIN MENU ITEM (+ ALL SUB ITEMS) */

div.menu li a {
display: block;
border-bottom:1px dotted #b68837;
color: #e1d0a4;
text-decoration: none;
padding: 5px 10px;
font-weight: bold;
}
div.menu li a:hover {
color: white;
background: #b68837;
}
div.menu li a.active {
color: white;
background: #523515;
}

/* SUB MENU ITEM */

div.menu li li a {
background: #a77a2b;
}
div.menu li li a:hover {
}
div.menu li li a.active {
}

/* SUB SUB MENU ITEM */

div.menu li li li a {
background: #a77a2b;
}
div.menu li li li a:hover {
}
div.menu li li li a.active {
}





/* FOOT */

div.site_foot {
}
div.foot {
}
div.foot_inner {
position:relative;
font-size: 11px;
height: 64px;
background: url(../img/foot_bg.jpg) no-repeat;
width: 1000px;
}
div.foot,
div.foot a {
	color:#fff;
} 


/* SITE CREATED */

div.foot div.siteCreated {
	position: absolute;
	top: 20px;
	right: 20px;
}
div.foot div.siteCreated,
div.foot div.siteCreated a {
	text-decoration: none;
}





/* FORMS */

form div.input {
	margin-bottom: 2px;
	clear:both;
}
form label {
	width:120px;
	float:left;
	display:block;
}
form div.input input,
form div.input textarea {
	width: 240px;
	border: 1px #ccc solid;
}
form div.input textarea {
	height: 140px; 
}
form div.submit {
	padding-left: 120px;
	clear:both;
}
form div.submit input {
}





/* LANGUAGE SELECTION */

div.languages {
	top:10px;
	right:10px;
}
div.languages #languageActive img {	
	border: 1px white solid;
}



/* LOOK BUT DONT TOUCH */

div.site,
div.foot,
div.menu li
	{ position: relative; }


div.menu ul ul {
	display: none;
	position: absolute;
	top: 0;
}

div.menu ul,
div.languages ul
	{	margin:0; padding:0; list-style:none;	}
	
div.content {	overflow:hidden	}
html, body {	height:100%; margin:0;	}
div.languages { position: absolute }
div.languages li { float:left }
div.languages li a {	text-decoration:none; margin-right:2px;	}
div.languages li a img { border:none }

div#slideshow,
div#slideshow div.picture {
	position: absolute;
	overflow: hidden;
}


/* IE 5.5 CENTER FIX */

body,
div.foot
	{	text-align:left;	}

div.site,
div.foot_inner
	{	text-align:left;	}

div.menu a .subind
	{	float: right;	}
	
*:first-child+html div.menu li {
	float: left;
	width: 100%;
}
* html div.menu li {
	float: left;
	height: 1%;
}
* html div.menu a
{	height: 1%;	}

