@charset "UTF-8";

/* ----- SCHRIFT UND GRÖSSE -----
------------------------------------------ */
body {
	background: #770000 url(../images/hintergrund.png) no-repeat fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #666;
	line-height: 1.5em;
	position: relative;
}

h1,
h2,
h3 {
	font-variant: small-caps;
	text-align: left;
}

h1,
h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 1.0em;
	margin-bottom: 0.5em;
}

h1 {
	font-size: 2.5em;
	color: #880000;
}

h2 {
	font-size: 1.8em;
	color: #C60;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
}

/* h4 nur für die rechte Spalte */
h4 {
	font-size: 0.9em;
	font-weight: bold;
	text-transform: lowercase;
	color: #333;
}

p {
	padding-bottom: 1em;
}

ul {
	list-style: outside;
	list-style-type: disc;
}

.imText {
	list-style: outside;
	list-style-type: disc;
	padding-top: 1em;
	padding-bottom: 1em;
}

li {
	margin-left: 15px;
	list-style-image: url(../images/liste_context.png);
	text-align: left;
}

a:link,
a:visited {
	color: #666;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #C60;
	text-decoration: none;
}

/* ----- DIV CONTAINER / LAYOUT -----
------------------------------------------ */

#container {
	width: 940px;
	margin: 0 auto;
	background-color: transparent;
}

#content {
	background: transparent url(../images/contentBkgr.png) repeat-y left top;
	width: 940px;
	float: left;
}

#header {
	height: 190px;
	background: transparent url(../images/headerBkgr.png) no-repeat left top;
	position: relative;
}

#headerImg {
	width: 900px;
	height: 150px;
	position: absolute;
	top: 40px;
	left: 20px;
}

#headerLogo {
	width: 200px;
	height: 102px;
	/*background: transparent url(../images/logo-final.png) no-repeat left top;*/
	position: absolute;
	top: 50px;
	left: 20px;
}

#headerFirmenname {
	width: 539px;
	height: 70px;
	/*background: transparent url(../images/firmenname.png) no-repeat left top;*/
	position: absolute;
	top: 58px;
	left: 240px;
}

#spalteLinks {
	width: 620px;
	min-height: 400px;
	margin-left: 30px;
	padding: 20px 10px;
	float: left;
	text-align: justify;
}

#spalteRechts {
	width: 210px;
	margin-left: 690px;
	padding: 30px 10px 20px 10px;
}

#spalteRechts p {
	margin-bottom: 5px;
}

#footer {
	clear: both;
	height: 40px;
	background: transparent url(../images/footerBkgr.png) no-repeat left top;
	position: relative;
}

/* ----- ALLGEMEINES UND KLASSEN -----
------------------------------------------ */

.konterfeiLinks {
	width: 100px;
	margin-top: 10px;
	/*margin-bottom: 30px;*/
	float: left;
	padding-right: 1em;
}

.konterfeiRechts {
	width: 100px;
	margin-top: 10px;
	/*margin-bottom: 30px;*/
	float: right;
	padding-left: 1em;
}

.leistungen {
	margin-top: 2em;
	background: #EBEBEB;
	padding: 1em;
}