body {
	background-color: #FAFAFA;
	font:bolder 13px/1.5 'MS Trebuchet', Trebuchet, 'Trebuchet MS', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, SunSans-Regular, sans-serif;
	color: #333333;
}

/*###### Definition der Bereiche ######*/
/*#klammer {
}
#logo {
}
#navigation {
}*/

#logo {
	width: 940px;
	height: 140px;
	background-image: url(../bilder/doormann-logo-header-940.png);
	background-repeat: no-repeat;
	text-align: right;
	/*vertical-align: middle;*/
	font-size: 24px;
	font-weight: bold;
	color: #0066B3;
	/*color: #DA2128;*/
}

#logo p {
	height: auto;
	width: auto;
	margin-top: 8px;
	margin-right: 10px;
	/*margin-bottom: auto;
	margin-left: auto;*/
}

#logo img {
	height: auto;
	width: auto;
	/*margin-top: 10px;*/
	vertical-align: text-bottom;
	/*margin-right: 0px;
	margin-bottom: auto;
	margin-left: auto;*/
}

#banner {
	background-image: url(../bilder/banner-schweif.png);
	background-repeat: no-repeat;
	background-position: 80px 0px;
	height: 50px;
}

#banner p {
	color: #FFFFFF;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 50px;
	font-size: 32px;
	font-weight: bold;
	line-height: 100%;
}

#inhalt {
	background-image: url(../bilder/higru-mulde.png);
	background-repeat: no-repeat;
	min-height: 400px;
	background-position: 240px 30px;
}

#inhalt h1 {
	color: #0065B3;
	font-size: 20px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px;
	line-height: 93%;
}

#inhalt ul {
	width: auto;
	height: auto;
	margin-top: 5px;
	margin-bottom:15px;
}

#inhalt li {
	list-style-type: none;
	list-style-position: inside;
	list-style-image: url(../bilder/muli.png);
}

#fuss {
	background-image: url(../bilder/fuss-schweif.png);
	background-repeat: no-repeat;
	background-position: 80px 0px;
	height: 50px;
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: right;
}

#navigation ul {
	width: 960px;
}

#navigation li {
	list-style-type: none;
	list-style-image: none;
	display: inline;
	float: left;
	width: 130px;
	height: auto;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	/*background-color: #FFF;*/
	text-align: center;
	line-height: 80%;
	font-weight: bold;
}

/*** grundsätzliche Definition der Links ***/

a {
	text-decoration: none;
	color: #333333;
}

a:link {
	text-decoration: none;
	color: #DA2126;
}

a:visited {
	text-decoration: none;
	color: #DA2126;
}

a:focus {
	text-decoration: none;
	color: #0065B3;
}

a:hover {
	text-decoration: none;
	color: #0065B3;
}

a:active {
	text-decoration: none;
	color: #0065B3;
}

/*** definieren der Links in der Kopfleisten-Liste ***/

/*#navigation li a {
}

#navigation li a:link {
}

#navigation li a:visited {
}

#navigation li a:focus {
}

#navigation li a:hover {
}

#navigation li a:active {
}*/

#fuss ul {
	width: 700px;
	height: 20px;
	margin-top: -20px;
	margin-right: 20px;
	margin-bottom: auto;
	margin-left: auto;
}

#fuss li {
	list-style-type: none;
	list-style-image: none;
	display: inline;
	/*float: left;*/
	width: auto;
	height: 20px;
	/*margin-top: 20px;*/
	margin-right: 5px;
	/*margin-bottom: auto;*/
	margin-left: 5px;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	line-height: 100%;
	color: #FFFFFF;
}

/*** definieren der Links in der Fussleisten-Liste ***/

#fuss li a {
	color: #FFFFFF;
	/*width: auto;
	height: 20px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 15px;*/
}

#fuss li a:link {
	color: #FFFFFF;
}

#fuss li a:visited {
	color: #FFFFFF;
}

#fuss li a:focus {
	color: #DA2126;
}

#fuss li a:hover {
	color: #DA2126;
}

#fuss li a:active {
	color: #DA2126;
}

.bildlinks {
	float: left;
	margin-right: 16px;
	margin-bottom: 8px;
	margin-left: -220px;
}
