@charset "UTF-8";
/* CSS Document */

body {
	background-color: #cfc9aa;
}

#inhalt {
	position:relative;
	width:960px;
	margin: 0 auto;
	height:100%;
	z-index:1;
	background-color: #FFFFFF;
	border: 1px outset #969072;
	top: 40px;
}


.lang {
	outline: none;
	border: none;
	margin: -40px 0 0 -39px;
	position: absolute;
	list-style: none;
}

.lang li {
	padding-bottom: 3px;
}

.lang #ger,.lang #ger_active {
	background: url(img/ger_sub.png) no-repeat;
	width: 68px;
	height: 48px;
	outline: none;
	display: block;
}

.lang #ger:hover,.lang #ger_active {
	background-position: 0px -51px;
}

.lang #eng, .lang #eng_active {
	background: url(img/eng_sub.png) no-repeat;
	width: 68px;
	height: 48px;
	outline: none;
	display: block;
}

.lang #eng:hover, .lang #eng_active {
	background-position: 0px -51px;
}

 #dienstleistung, #dienstleistung_active {
	background: url(img/dienstl_nav.png) no-repeat;
	margin-top: 22px;
	width: 274px;
	height: 143px;
	outline: none;
	display: block;
}

 #dienstleistung:hover, #dienstleistung_active  {
 	background-position: -1px -139px;
 
 }

 #team, #team_active {
	background: url(img/team_nav.png) no-repeat;
	margin-top: 22px;
	width: 274px;
	height: 143px;
	outline: none;
	display: block;
}

#home {
	text-decoration: none;
	color: #000;
}

 #team:hover, #team_active {
 	background-position: -1px -140px;
 
 }
 
 #kontakt, #kontakt_active {
	background: url(img/kontakt_nav.png) no-repeat;
	margin-top: 22px;
	width: 274px;
	height: 143px;
	outline: none;
	display: block;
}

 #kontakt:hover, #kontakt_active {
 	background-position: -1px -133px;
 
 }
 
  #service, #service_active {
	background: url(img/service_nav.png) no-repeat;
	margin-top: 22px;
	width: 274px;
	height: 143px;
	outline: none;
	display: block;
}

 #service:hover, #service_active {
 	background-position: -1px -139px;
 
 }
 
 #contact, #contact_active {
	background: url(img/contact_nav.png) no-repeat;
	margin-top: 22px;
	width: 274px;
	height: 143px;
	outline: none;
	display: block;
}

 #contact:hover, #contact_active {
 	background-position: -1px -133px;
 
 }
 
.Fliesstext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.Subtitles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: absolute;
	padding-top: 4px;

}


H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold;
 }

A.link:link {TEXT-DECORATION: none; COLOR: #000;}
A.link:visited {TEXT-DECORATION: none; COLOR: #000;}
A.link:active {TEXT-DECORATION: none; COLOR: #000;}
A.link:hover {TEXT-DECORATION: none; COLOR: #000;}



