/* --- markierung der aktiven Seiten ---*/
body#home #m-home a,
body#ueberuns #m-ueberuns a,
body#dienstleistungen #m-dienstleistungen a,
body#vorteile #m-vorteile a,
body#referenzen #m-referenzen a,
body#links #m-links a,
body#kontakt #m-kontakt a, {
	color: #f2bb00;
	cursor: default;
}
/* --- ENDE markierung der aktiven Seiten ---*/
body {
	font-size: small;
	color:#333333;
	margin-right: auto;
	margin-left: auto;
	font-family: arial;
	background-image: url(../style_seite/hg_seite.jpg);
	background-repeat: repeat-x;
	text-align: left;
	background-color: #e6eaf2;
}
/* --- beginn seitenbeschreibung --- */
/* --- container zentriert das layout --- */
#container {
	width: 820px;
	margin-bottom: 10px;
	margin:0 auto;
	background-image: url(../style_seite/hg_seite_breit.jpg);
	background-repeat: repeat-y;
}
#banner {
	text-align: right;
	padding: 0px;
	margin: 0px;
	background-image: url(../style_seite/hg_header.jpg);
	background-repeat: no-repeat;
	height: 130px;
	width: 790px;
}
#imprit {
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #ad560c;
} 
#hg_content {
	width: 770px;
}
#content {
	padding: 0;
	margin-left: 20px;
}
div#content {
	min-height:600px;
	height:expression(this.scrollHeight > 600 ? "auto":"600px");
	margin-left: 150px;
}
#spalte_text {
	width: 370px;
	min-height:500px;
	text-align: justify;
	float: left;
	position: relative;
}
#left {
	float: left;
	width: 130px;
	margin: 0px;
	padding: 0px;
}
#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	text-align: right;
	background-image: url(../style_seite/hg_footer.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 776px;
	position: relative;
}
#img_footer {
	background-image: url(../style_seite/imagebild.jpg);
	background-repeat: no-repeat;
	height: 460px;
	width: 220px;
	z-index: 20;
	position: absolute;
	bottom: 40px;
	right: 7px;
}
#liniebottom {
	width: 375px;
	margin-left: 3px;
	margin-top: 0px;
	background-image: url(../style_seite/linie_nav.gif);
	background-repeat: repeat-x;
	
}

/* --- ENDE seitenbeschreibung --- */
/* --- Beginn Hauptnavigation --- */
ul#nav {
	left: -30px;
	top: 0px;
	position: relative;
}
ul#nav li {
	list-style:none;
	text-align:left;
	margin-bottom: 3px;
	width: 120px;
	height: 18px;
	background-image: url(../style_seite/linie_nav.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
ul#nav li a {
	display:block;
	text-decoration:none;
	width: 120px;
	padding-left: 3px;
	letter-spacing: 0.1em;
	font-family: arial;
	font-size: x-small;
}
ul#nav li a:active {
	font-weight: bolder;
	text-decoration: none;
	color: #f2bb00;
}
ul#nav li a:hover {
	color: #f2bb00;
}
/* --- ENDE Hauptnavigation --- */
/* --- Beginn alle anderen listen --- es ist egal, wie viele listen du auf einer seite verwendest. solange alle listen eine einzigartige id haben. ansonsten macht der 6er leider nicht mit.*/
* html #liste, #liste-01, #liste-02, #liste-03 {
	position:absolute;
	top: 0px;
	right: opx;
}
ul#liste {
	position: relative;
}
ul#liste li {
	text-align:left;
	width: auto;
	height: auto;
	list-style-image: url(../style_seite/listenpunkt.gif);
	list-style-type: none;
	list-style-position: outside;
	padding-left: 5px;
	padding-bottom: 3px;
}
ul#liste li a {
}
ul#liste li a:active {
}
ul#liste li a:hover {
}
ul#liste-01 {
	position: relative;
}
ul#liste-01 li {
	text-align:left;
	width: auto;
	height: auto;
	list-style-image: url(../style_seite/listenpunkt.gif);
	list-style-type: none;
	list-style-position: outside;
	padding-left: 5px;
	padding-bottom: 3px;
}
ul#liste-01 li a {
}
ul#liste-01 li a:active {
}
ul#liste-01 li a:hover {
}
ul#liste-02 {
	position: relative;
}
ul#liste-02 li {
	text-align:left;
	width: auto;
	height: auto;
	list-style-image: url(../style_seite/listenpunkt.gif);
	list-style-type: none;
	list-style-position: outside;
	padding-left: 5px;
	padding-bottom: 3px;
}
ul#liste-02 li a {
}
ul#liste-02 li a:active {
}
ul#liste-02 li a:hover {
}
ul#liste-03 {
	position: relative;
}
ul#liste-03 li {
	text-align:left;
	width: auto;
	height: auto;
	list-style-image: url(../style_seite/listenpunkt.gif);
	list-style-type: none;
	list-style-position: outside;
	padding-left: 5px;
	padding-bottom: 3px;
}
ul#liste-03 li a {
}
ul#liste-03 li a:active {
}
ul#liste-03 li a:hover {
}
/* --- ENDE alle anderen listen --- */
/* --- beginn textauszeichnung --- */
a:link {
	text-decoration: none;
	font-weight: bold;
	color: #ad560c;
}
a:visited {
	text-decoration: none;
	font-weight: bolder;
	color: #ad560c;
}
a:active {
	font-weight: bolder;
	color: #f2bb00;
}
a:hover {
	font-weight: bolder;
	color: #f2bb00;
	text-decoration: underline;
}
p {
	color: #333;
	margin-left: 5px;
	margin-right: 10px;
	margin-bottom: 20px;
	text-align: justify;
	font-size: 90%;
	line-height: 120%;
}
h1 {
	color: #ad561c;
	font-weight: bolder;
	margin-left: 3px;
	text-align: left;
	font-size: small;
	background-image: url(../style_seite/linie_nav.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 3px;
}
h2 {
	color: #ad561c;
	font-weight: bolder;
	margin-left: 3px;
	text-align: left;
	font-size: small;
}
/* --- ENDE textauszeichnung --- */
