/* Klaus Lellesch | http://lellesch.com/ */

* {
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
}

body {
	font-size: 100.01%;
	font-family: Garamond, Georgia, "Times New Roman", serif;
	color: #000000;
	height:100%;
	text-align: center;
	line-height: 1.6em;
	background-color: #877462;
}

a {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-bottom: 2px;
}

#logo {
	height: 201px;
}

#logo h1 {
}

#logo a {
	position:absolute;
	top:0;
	left:5px;
	width:760px;
	height:100px;
	text-indent:-9999px;
	border: 0px solid #FFF;
}

#pagewidth{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 950px;
	height: 600px;
	margin-left: -475px;
	margin-top: -300px;
	overflow: hidden;
	text-align: left;
	z-index: 20;
	padding: 0;
	background-color: #E0E4C1;
}

#header{
	position:relative;
	width: 950px;
	height:201px;
	width:100%;
	background-image: url(../layout/start/head_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#maincol{
	float: left;
	display:inline;
	position: relative;
	width: 100%;
	min-height: 349px;
	height:auto !important;  /* fr moderne Browser */
	height:349px;  /*fr den IE */
	width: 950px;
	background-image: url(../layout/start/maincontent_back.jpg);
	background-repeat: no-repeat;
}

#maincol li {
	display: inline;
	float: left;
	margin-bottom: 12px;
}

#maincol h2 {
	position: absolute;
	top: 225px;
	left: 81px;
	font-size: 90%;
	color: #414143;
	text-align: left;
}


#footer{
	min-height: 50px;
	height:50px!important;  /* fr moderne Browser */
	height:50px;  /*fr den IE */
	clear:both;
	background-image: url(../layout/start/footer_back.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #807F84;
}

#footer p {
	font-size: 70%;
	color: #515151;
	text-align: right;
	margin-right: 7em;
	margin-top: 0em;
	padding-top: 1.5em;
}

/* *** Float containers fix: *** */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix{
	display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */

/* Tooltips */

div#qTip {
	display: none;
	color: #EFEFEF;
	text-align: left;
	position: absolute;
	z-index: 1000;
	background-color: #47464A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	font-weight: normal;
	border: 1px solid #A6A6A6;
	letter-spacing: 0.5px;
	padding-right: 5px;
	padding-left: 5px;
}
