@charset "UTF-8";

/* ----- SCHRIFT UND GRÖSSE -----
------------------------------------------ */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	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: #000000;
}

h2 {
	font-size: 2.0em;
	color: #000000;
}

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

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

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: #000000;
	text-decoration: underline;
}

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

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

#container {
	width: 1050px;
	left: 591px;
	background-color: transparent;
}

#header {
	height: 155px;
	position: relative;
	border-bottom: #000000 2px solid;
}

#headerLogo {
	width: 200px;
	height: 102px;
	position: absolute;
	top: 50px;
}

#headerFirmenname {
	width: 539px;
	height: 70px;
	position: absolute;
	top: 58px;
	left: 220px;
}

#spalteLinks {
	width: 1050px;
	float: left;
	text-align: justify;
}

/* ----- 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;
}

.noprint {
	display: none;
}

.headerImage {
	width: 1050px;
}
