body{
	background-color: #FFF;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}

#main{
	margin:0;
	padding:0;
	background-repeat: no-repeat;
	background-position: center top;
	width: 862px;
	min-height: 500px;
	border: thin solid #CCC;
	background-color: #FFF;
}

#header{
	width: 860px;
	height: 165px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#logo{
	height: 110px;
	width: 219px;
	background-image: url(images/mkava2.png);
	background-repeat:no-repeat;
	position: relative;
	float: right;
	top: 15px;
	right: 15px;
}
#navi{
	width: 974px;
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
	text-indent: 2em;

}
#navbar{
	list-style: none;
	height: 62px;
	position: relative;
	background-image: url(images/nav.png);
	background-repeat: no-repeat;
	width: 975px;
	top: 225px;
}
ul#navi{
	margin-left: 5em;/*	list-style: none;
	height: 62px;
	position: relative;
	background-image: url(images/nav.png);
	background-repeat: no-repeat;*/
}
ul#navi li{
	margin-top: 0;
	margin-bottom: 0;
	height: 44px;
	padding-right: 0.2em;
	text-align: center;
	display: block;
	float: left;
	text-indent: 0.2em;
	padding-left: 0.2em;
	margin-right: 0.2em;
	margin-left: 0.2em;
}
ul#navi li:hover{
	background-image: url(images/nav-hover.png);
	height: 44px;
	text-indent: 0.2em;
	position: relative;
}
ul#navi li a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333;
	text-decoration: none;
	text-align: center;
	width: auto;
	display: block;
	padding-right: 0.25em;
	padding-bottom: 0.25em;
	line-height: 44px;
	vertical-align: middle;
	height: 44px;
	font-weight: normal;
}
ul#navi li a:hover{
	height: 44px;
	line-height: 44px;
	text-align: center;
	vertical-align: middle;
}



ul#sub-navi{
	list-style: none;
	height: 25px;
	text-align: center;
	margin: 0;
	background-color: #333;
	text-indent: 2em;
}
ul#sub-navi li{
	margin-top: 0;
	margin-bottom: 0;
	height: 25px;
	padding-right: 0.2em;
	text-align: center;
	display: block;
	float: left;
	text-indent: 0.2em;
	padding-left: 0.2em;
	margin-right: 0.2em;
	margin-left: 2em;
}
ul#sub-navi li:hover{
	background-image: url(images/nav-hover.png);
	height: 25px;
	text-indent: 0.2em;
}
ul#sub-navi li a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCC;
	text-decoration: none;
	text-align: center;
	width: auto;
	display: block;
	padding-right: 0.25em;
	padding-bottom: 0.25em;
	line-height: 25px;
	vertical-align: middle;
	height: 25px;
}
ul#sub-navi li a:hover{
	height: 25px;
}


#content{
	height: auto;
	width: 850px;
	background-repeat: repeat-x;
	position: relative;
	bottom: 1em;
	top: 1em;
}
#text{
	height: auto;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-right: 2em;
	margin-left: 2em;
	padding-bottom: 2em;
	margin-top: 1em;
	padding-top: 1em;
	font-size: 14px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	list-style-type: none;
}
#footer{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
}

.überschrift{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 24px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-top: 0.5em;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}

#main1{
	background-image: url(images/main1.png);
	width: 1040px;
	background-repeat: no-repeat;
	padding-top: 0em;
	padding-bottom: 3em;
}

#main2{
	background-image: url(images/main2.png);
	width: 1040px;
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 3em;
}

#text a:link{
	color: #333;
	text-decoration: underline;
}
#text a:hover{
	color: #333;
	text-decoration: underline;
}
#text a:visited{
	color: #333;
	text-decoration: underline;
}

#boxDiv{
visibility: hidden;
height:auto;
}

.referenzen:hover{
}
#ich{
	background-color: #FFF;
	padding: 5px;
}

