@charset "UTF-8";
body {
	background: url(images/bg.gif) repeat-y 0px 0px;
	left: 0px;
	top: 0px;
	margin: 0px;
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #003560;
}
#header {
	background: url(images/header-bg.gif) no-repeat 0px 0px;
	height: 128px;
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	width: 970px;
	z-index: 1;
}
.logo {
	margin: 0 0 0 74px;
}
#nav {
	width: 186px;
	position: absolute;
	left: 74px;
	top: 128px;
	padding: 45px 0 0 0;
}
#nav ul {
	padding: 0 0 0 26px;
	margin: 0px;
}
#nav ul li {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 17px;
	line-height: 24px;
	list-style-position: outside;
	list-style-type:none; 
}
#nav ul ul {
	padding: 5px 0 5px 20px;
	margin: 0;
	}
* html #nav ul ul {
	padding: 0 0 0 20px;
	margin: 0;
}
#nav ul ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #003560;
	list-style-position: outside;
	list-style-type:none; 
}
#nav a {
	text-decoration: none;
	color: #003560;
}
#nav a:hover, #nav a:active, #nav .aktiv {
	color: #FA8100;
}
#content {
	top: 169px;
	left: 308px;
	width: 420px;
	position: absolute;
	padding-bottom: 50px;
}
#content h1 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 24px;
	line-height: 30px;
	color: #FA8100;
	font-weight: normal;
}
#content h2 {
	padding-top: 20px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 20px;
	line-height: 20px;
}
#content h3 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 16px;
	line-height: 14px;
}

#content ul {
	margin-left: 20px;
	padding-left: 0px;
}

#content a {
	color: #FA8100;
}
.cite {
	margin-top: -10px;
	margin-bottom: 30px;
}

#left, #right {
	width: 200px;
}
#left {
	float: left;
}

#right {
	float: right;
}
#clearer {
	clear:left;
}

#motiv {
	height: 400px;
	width: 230px;
	position: absolute;
	z-index: 5;
	left: 760px;
	top: 0px;
}
.nav {
	padding-left: 25px;
}
#reiter {
	height: 346px;
	width: 74px;
	left: 0px;
	top: 128px;
	background: url(images/navi.gif) left top;
	position: absolute;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
#reiter ul {
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}

#reiter ul li {
	padding: 0px;
}
#reiter ul li a {
	display: block;
	height: 70px;
	overflow: hidden;
	padding-left: 100px;
}
/* Status MouseOver */
#reiter li#start a:hover { background: url(images/navi.gif) -200px 0px no-repeat;}
#reiter li#angebot a:hover {background: url(images/navi.gif) -200px -70px no-repeat;}
#reiter li#profil a:hover {background: url(images/navi.gif) -200px -140px no-repeat;}
#reiter li#referenz a:hover {background: url(images/navi.gif) -200px -210px no-repeat;}
#reiter li#kontakt a:hover {background: url(images/navi.gif) -200px -280px no-repeat;}
/* Status Aufgerufen */
#reiter.start li#start a { background: url(images/navi.gif) -100px 0px no-repeat;}
#reiter.angebot li#angebot a {background: url(images/navi.gif) -100px -70px no-repeat;}
#reiter.profil li#profil a {background: url(images/navi.gif) -100px -140px no-repeat;}
#reiter.referenz li#referenz a {background: url(images/navi.gif) -100px -210px no-repeat;}
#reiter.kontakt li#kontakt a {background: url(images/navi.gif) -100px -280px no-repeat;}

