/*
==========================
*** BODY & TEXTFORMATE ***
==========================
*/

*{
	margin: 0;
	padding: 0;
}
body{
	background-color: #FFFFFF;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #808080;
	letter-spacing: 0.01em;
}
p{
	margin-bottom: 1em;
}
h1{
	font-size: 1.2em;
	color: #8E8E8E;
	margin-bottom: 1.3em;
	border-bottom: 1px solid #BABABA;
}
h2{
	font-size: 1em;
	color: #8E8E8E;
	margin-bottom: 1em;
}
.red{
	color: #F68C35;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 20px;
}
.small{
	font-size: 0.8em;
}
ul{
	margin-left: 2em;
}
li{
	margin-bottom: 0.4em;
}

div.line{
	background-image: url(../images/grey.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	height: 20px;
}
/* ie */
* html td{
	font-size: 0.8em;
}
* html th{
	font-size: 0.9em;
}


/*
=============
*** LINKS ***
=============
*/

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



/*
=======================
*** HAUPTNAVIGATION ***
=======================
*/

#mainNavi{
	position: absolute;
	top: 113px;
	left: 177px;
	background-color: #FFFFFF;
	padding-left: 3px;
	z-index: 4;
}
#mainNavi a.naviOff, #mainNavi a.naviOn, #mainNavi a.naviOff:hover,#mainNavi a.naviOn:hover{
	display: block;
	float: left;
	font-size: 0.9em;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 3px 3px 3px 0;
	padding: 20px 15px 2px 15px;
	height: 18px; 
	text-decoration: none;
}
#mainNavi a.naviOff{
	background-color: #BABABA;
	color: #606060;
	}
#mainNavi a.naviOn, #mainNavi a.naviOff:hover,#mainNavi a.naviOn:hover{
	background-color: #8E8E8E;
	color: #FFFFFF;
}


/*
====================
*** KONTAKTSEITE ***
====================
*/

a.kontakt, a.kontakt:hover{
	color: #808080;
	font-weight: bold;
	text-decoration: none;
}
a.kontakt:hover{
	text-decoration: underline;
}
#map{
	float: left;
	margin: 2px 20px 10px 0;
}
#form{
	color: #FFFFFF;
	background-color: #BABABA;
	border-style: solid;
	border-color: #BABABA;
	border-width: 10px;
	width: 380px;
}
#form th{
	font-weight: bold;
	text-align: left;
	padding: 10px 10px 6px 10px;
}
#form td{
	padding: 0 10px 1px 10px;
}
/* ie */
* html #form td{
	padding-bottom: 0;
}
#form input, #form textarea{
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #808080;
	border-style: inset;
	border-color: #FFFFFF;
	border-width: 1px;
	padding: 1px;
}
#form .button{
	color: #FFFFFF;
	background-color: #BABABA; 
	border-style: outset;
	border-width: 1px;
	margin-bottom: 1px;
	width: 202px;
}
#form .chkBox{
	width: 1.2em;
	border-width: 0;
}


/*
===========
*** SET ***
===========
*/

#set{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFFFFF;
	width: 100%;
	min-height: 100%;
	z-index: 0;
	}
/* ie */
* html #set{
	height: 100%;
}
#header{
	position: relative;
	top: 0;
	left: 0;
	background-color: #F68C35;
	width: 100%;
	height: 135px;   
	z-index: 1;
}
#content{
	position: relative;
	top: 0;
	left: 0;
	display: block;
	float: left;
	width: 570px;
	padding-top: 72px;
	padding-bottom: 160px;
	z-index: 1;
}
#footer{
	position: absolute;
	bottom: 0;
	left: 180px;
	display: block;
	width: 570px;
	height: 105px;
	background-image: url(../images/dot.gif);
	background-position: left top;
	background-repeat: repeat-x;
	margin-top: 40px;
	padding-bottom: 4px;
	z-index: 4;
}
#footer img{
	margin-top: 16px;
	}



/*
======================
*** DESIGNELEMENTE ***
======================
*/

#posLogo{
	position: absolute;
	top: 19px;
	left: 177px;
	width: 217px;
	height: 67px;
	z-index: 2;
}
#posMsg{
	position: absolute;
	top: 73px;
	left: 430px;
	z-index: 2;
}
#posMsg p{
	color: #000000;
	font-size: 1em;
	}
#posAdresse{
	position: absolute;
	top: 48px;
	left: 40px;
	width: 120px;
	height: 80px;
	z-index: 2;
}
#posAdresse p{
	font-size: 0.8em;
	color: #000000;
	line-height: 1.3em;
	}
#posAdresse a{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}
#posAdresse a:hover{
	text-decoration: underline;
	}
	
#dsgnBy{
	position: absolute;
	bottom: 32px;
	left: 4px;
	color: #BABABA;
	font-size: 0.7em;
	z-index: 3;
}
#dsgnBy a{
	color: #BABABA;
	text-decoration: none;
}
#dsgnBy a:hover{
	text-decoration: underline;
}
#address{
	position: absolute;
	bottom: 8px;
	left: 180px;
	color: #FFFFFF;
	font-size: 0.85em;
	z-index: 3;
}
#address a{
	color: #FFFFFF;
	text-decoration: none;
}
#address a:hover{
	text-decoration: underline;
}


