/* ---------- tags ---------- */
html {
/*\*/
	height: 100%;
	width: 100%;
/**/
}

body 	{
	margin: 0px;
	padding: 0px;
	/*\*/
	width: 100%;
	height: 100%;
	/**/
	text-align:center;
	background-image: url(../images/hg_start.gif);
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
}

a {color:#3c3c3c; text-decoration: underline}

p {
	font-size: 11px;
	color: #3c3c3c;
}


/* ------------- IDs ------------- */

#container {
	width: 810px;
	padding: 50px 85px;
	background-color: #fff;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	position:relative;
}

#top {
	width: 810px;
	height: 282px;
	background-image: url(../images/hg_start_top.gif);
	position:relative;
}


#sprache {
	width: 210px;
	height: 15px;
	top: 25px;
	left: 25px;
	position: absolute;
	font-size: 11px;
	color: #3c3c3c;
}

#sprache a {
	text-decoration: none;
}

#sprache a:hover {
	text-decoration: underline;
}

#navtop {
	width: 280px;
	height: 20px;
	top: 3px;
	left: 472px;
	position: absolute;
}

#standorte {
	width: 162px;
	height: 10px;
	top: 57px;
	left: 23px;
	position: absolute;
}

#logo {
	width: 156px;
	height: 120px;
	top: 100px;
	left: 27px;
	position: absolute;
}

#kunst {
	width: 300px;
	height: 257px;
	top: 25px;
	left: 210px;
	position: absolute;
}

#glas {
	width: 300px;
	height: 257px;
	top: 25px;
	left: 510px;
	position: absolute;
}

#bottom {
	width: 810px;
	background-image: url(../images/hg_start_bottom.gif);
	background-position: left bottom;
}

#text_kunst {
	width: 260px;
	padding: 15px 0;
	margin-left: 225px;
	float: left;
}

#text_glas {
	width: 260px;
	padding: 15px 0;
	margin-left: 525px;
	display: block;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html #text_kunst {
  margin: 0 40px 0 112px;
  }
 
* html #text_glas {
  height: 1%;
  margin-left: 0;
  }
 
/* End hide from IE5/mac */


/***** Nav top ***/

#navtop ul {
	margin: 3px 0 0 0;
	padding: 0px;
}

#navtop li {
	list-style: none;
	display: inline;
	float: left;
	padding: 0px 7px;
	border-right: 1px solid #5a5a5a;
}

#navtop li.last {
	border-right: none;
}

#navtop li a {
	display: block;
	text-decoration: none;
	font-size: 11px;
	color: #3c3c3c;
	text-transform: uppercase;
}

#navtop li a:hover {
	text-decoration: underline;
}

