/*******************************************************************************
	misc
*/

html {
	height:100%;
}

img {
	border:0;
	padding:0;
	margin:0;
}

a:link, a:visited { 
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
	background-color:#a2d9f0;
}

a:active, a:hover { 
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
	background-color:#585858;
}

a:focus {
	 -moz-outline: none; /* fuer unseren Browser der Wahl */
	 outline: none; /* CSS 3 */
	 ie-dummy: expression(this.hideFocus=true); /* IE >= 5.5*/
}

a {
	padding:0;
	margin:0;

}
body {
	margin:0;
	padding:0;
	height:100%;
	font-family:Arial, Helvetica, "sans-serif";
	font-size:100.01%;
	background:#fff;
	text-align:left;
}

#wrapper {
	position:absolute;
	margin:25px 0 0 25px;
	padding:0;
	width:829px;
	text-align:left;
}

#inner-wrapper {
	margin:auto;
	padding:0;
	width:740px;
}

.footer {
	clear:both;
	height:35px;
	margin:0;
	padding:0 0 0 20px;
	line-height:0;
	font-size:0;
}

.footer img {
	margin-top:2px;
}

.imp {
	color:#c1ab60;
}



/*******************************************************************************
	header
*/

#header	{
	margin:0;
	padding:0 0 0 0px;
}

#mainmenu {
	float:left;
	margin:0;
	padding:0;
	width:173px;
	list-style:none;
}

.button {
	float:left;
}

.button1:link, .button1:visited {
	display:block; 
	width:173px; 
	height:44px; 
	background:url(../_img/btn_markic.gif) no-repeat; 
	background-color:transparent;
}
.button1:hover, #active a.button1 {
	background-position:-173px 0px; 
	background-color:transparent;
}

.button2:link, .button2:visited {
	display:block; 
	width:173px; 
	height:41px; 
	background:url(../_img/btn_weiss.gif) no-repeat; 
	background-color:transparent;
}
.button2:hover, #active a.button2 {
	background-position:-173px 0px;
	background-color:transparent;
}

.button3:link, .button3:visited {
	display:block; 
	width:173px; 
	height:39px; 
	background:url(../_img/btn_dechant.gif) no-repeat; 
	background-color:transparent;
}
.button3:hover, #active a.button3 {
	background-position:-173px 0px; 
	background-color:transparent;
}

.buttonBM:link, .buttonBM:visited {
	display:block; 
	width:829px; 
	height:55px; 
	background:url(../_img/boris-markic_mail.gif) no-repeat; 
	background-color:transparent;
}
.buttonBM:hover, #active a.buttonBM {
	background-position:-829px 0px; 
	background-color:transparent;
}

.buttonDW:link, .buttonDW:visited {
	display:block; 
	width:829px; 
	height:55px; 
	background:url(../_img/david-weiss_mail.gif) no-repeat; 
	background-color:transparent;
}
.buttonDW:hover, #active a.buttonDW {
	background-position:-829px 0px; 
	background-color:transparent;
}

.buttonFD:link, .buttonFD:visited {
	display:block; 
	width:829px; 
	height:55px; 
	background:url(../_img/fabian-dechant_mail.gif) no-repeat; 
	background-color:transparent;
}
.buttonFD:hover, #active a.buttonFD {
	background-position:-829px 0px; 
	background-color:transparent;
}

.buttonMP:link, .buttonMP:visited {
	display:block; 
	width:829px; 
	height:50px; 
	background:url(../_img/btn_mainpage.gif) no-repeat; 
	background-color:transparent;
	}
.buttonMP:hover, #active a.buttonMP {
	background-position:-829px 0px; 
	background-color:transparent;
}
.buttonMP {
	
	margin:35px 0 0 0;
}

.leistungen {
	clear:both;
	display:block;
	margin:0;
	padding:35px 0 0 0;
}
	
.adress {
	clear:both;
	margin:0;
	padding:39px 0 0 0;

}




