html	{
	width:100%;
	height:100%;
}

body {
	height:101%;
	background-color: #FFFFFF;
	margin:0;
	padding:0;
}

/* background images starts here */

.start	{
	background:url(pics/hg_start.jpg) repeat-x left top fixed;
}

.collection	{
background:url(pics/hg_collections.jpg) no-repeat right bottom fixed;
}

.traditional	{
background:url(pics/hg_traditionals.gif) no-repeat right bottom fixed;
}

.antique	{
background:url(pics/hg_antiques.jpg) no-repeat right bottom fixed;
}

.company	{
background:url(pics/hg_company.jpg) no-repeat right bottom fixed;
}

.contact	{
background:url(pics/hg_contact.gif) no-repeat left top fixed;
}

.production	{
background:url(pics/hg_production.jpg) no-repeat right bottom fixed;
}

.missingFields {
	color:#FF0000;
}

/* background images ends here */

/* main layout starts here */

#container	{
	width:1000px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#000000;
}

#head	{
	width:1000px;
	height:70px;
}

#unavi	{
	float:left;
	width:190px;
	height:500px;
	margin:0 10px 0 0;
	padding:0;
	background-color:#ececec;
	text-align:right;
}

#text1	{
	float:left;
	width:270px;
	height:500px;
	margin:0 15px 0 15px;
}

#text2	{
	float:left;
	width:160px;
	height:470px;
	margin:30px 15px 0 15px;
}

#team	{
	float:left;
	width:785px;
	height:auto;
	margin:0 0 0 15px;
}

#bild1	{
	float:left;
	width:500px;
}

#bild2	{
	float:left;
	width:610px;
}

#footer	{
	clear:left;
	width:1000px;
	height:auto;
	margin-bottom:20px;
}

/* main layout ends here */

/* head starts here */

#logo	{
	float:left;
	width:200px;
	height:70px;
}

#logo h1	{
	margin:0;
	padding:0;
}

#hnavi	{
	float:left;
	width:785px;
	height:49px;
	padding-left:15px;
	padding-top:21px;
	font-size:14px;
	font-weight:bold;
}

#hnavi ul.marke	{
	width:350px;
}

#hnavi ul.marke, ul.marke li	{
	float:left;
	margin:0px 20px 0px 0px;
	padding:0;
	display:inline;
	list-style-type:none;
}

ul.marke li:last-child	{
	margin:0px;
}

ul.marke li a	{
	color:#000000;
	text-decoration:none;
}

ul.marke li a.current	{
	color:#999999;
	text-decoration:none;
}

ul.marke li a:hover	{
	color:#cc0000;
}

#hnavi ul.hnavi{
	width:400px;
}

#hnavi ul.hnavi, ul.hnavi li	{
	float:right;
	margin:0;
	padding:0;
	display:inline;
	list-style-type:none;
}

ul.hnavi li a	{
	margin-left:20px;
	color:#666666;
	text-decoration:none;
}

ul.hnavi li a.current	{
	color:#cc0000;
	text-decoration:none;
}

ul.hnavi li a:hover	{
	color:#cc0000;
}

/* head ends here */

/* unavi starts here */

#unavi_top	{
	width:178px;
	height:300px;
	margin:30px 12px 0 0;
	padding:0;
	background-color:#ececec;
	text-align:right;
}

#news	{
	width:178px;
	height:160px;
	margin:10px 12px 0 0;
	padding:0;
	background-color:transparent;
	color:#666666;
	text-align:right;
	vertical-align:text-bottom;
}

#unavi ul	{
	float:right;
	width:170px;
	margin:0 0 0 8px;
	padding:0;
	list-style-type:none;
	font-weight:bold;
}

#unavi ul li	{
	margin:0 0 7px 0;
	padding:0;
}

#unavi ul li a	{
	color:#666666;
	text-decoration:none;
}

#unavi ul li a:hover	{
	color:#cc0000;
}

#unavi ul li a.current	{
	color:#cc0000;
	text-decoration:none;
}

#unavi p	{
	margin:0 0 12px 8px;
	padding:0;
	color:#333333;
}

#news p	{
	margin:0 0 4px 8px;
	padding:0;
	color:#666666;
}

/* unavi ends here */

/* textcontent starts here */

h2	{
	margin:0 0 12px 0;
	font-size:14px;
	font-weight:bold;
}

div.teamrow	{
	float:left;
	margin:0;
	padding:0;
	width:385px;
	height:165px;
}

div.teamrow img	{
	float:left;
	margin:0 15px 0 0;
	border:0 none;
}

input {
	margin:0;
	padding:1px 2px 1px 2px;
	background-color:#eeeeee;
	border:1px solid #cccccc;
	width:190px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

input.check {
	margin:0;
	padding:1px 2px 1px 2px;
	background-color:#eeeeee;
	border:1px solid #cccccc;
	width:14px;
	height:14px;
	color:#000000;
	text-align:center;
}

#bild2 form p	{
	margin:5px 0 2px 0;
	background-color:#eeeeee;
}

#bild2 textarea	{
	width:496px;
	background-color:#eeeeee;
	border:1px solid #cccccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

input:focus, input:hover, #bild2 textarea:focus, #bild2 textarea:hover	{
	background-color:#ffffff;
}

/* textcontent ends here */

a	{
	color:#cc0000;
	text-decoration:none;
}

a:hover	{
	color:#cc0000;
	text-decoration:underline;
}

p	{
	margin:0 0 12px 0;
	padding:0;
}

/* footer starts here */

#footer p	{
	margin:0;
	padding:18px 0 0 0;
	text-align:left;
	font-size:12px;
}

/* footer ends here */
