/* ################ */
/* # CSS Document # */
/* ################ */

html, body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #e9ecee;
	color: #737678;
	height:100%;
	padding: 0;
	margin: 0;
	text-align: center;
}

a {
	text-decoration: underline;
	color: #f54b00;
}

p {
	margin: 0;
	padding-bottom: 10px;
}

.nowrap {
	white-space:nowrap;
}

ul, li {
	margin: 0;
	padding-left: 12px;
}

h1 {
	margin:0;
	font-size: 11px;
	font-weight: bold;
	color: #f54b00;
}

h2, h3, h4, h5, h6 {
	margin:0;
	padding-bottom: 3px;
	font-size: 12px;
	font-weight: bold;
	color: black;	
}

div.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}

#page {
	font-size: 11px;
	line-height: 20px;
	padding: 0;
	margin:0 auto;
	width: 1000px;
	height: 650px;
	background-color: #ffffff;
	text-align: left;
}

div.box {
	float: left;
	padding: 0;
	margin: 0;
	display: block;
} 
 
div.links {
	width: 190px;
	height: 450px;
	background-image: url(../img/hintergrund_links.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

div.mitte {
	width: 800px;
	height: 450px;
	background-image: url(../img/hintergrund_rechts.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

div.inhalte {
	width: 750px;
	height: 450px;
	border: 1px solid #dfe2e4;
}

div.topbalken {
	height: 5px;
	font-size: 0px;
	line-height: 0px;
	width: 1000px;
	background-color: #f54b00;
	float: left;
}

#logo {
	padding: 40px 0 40px 40px;
	height: 17px;
}

#navigation {
	width: 150px;
	margin-left: 40px;
	border-right: 1px solid #dfe2e4;
}

#navigation a {
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

#navigation a.style1 {
	color: #a5adb2;
	padding-top: 7px;
	width: 150px;
	height: 22px;
	float: left;
	border-top: 1px solid #dfe2e4;
}

#navigation a.style2 {
	color: #50575C;
	padding-left: 10px;
	padding-top: 7px;
	width: 140px;
	height: 22px;
	float: left;
	border-right: 1px solid #dfe2e4;
}

#navigation .rahmen {
	width: 150px;
	border-top: 1px solid #dfe2e4;
	font-size: 0px;
	line-height: 0px;
	clear: both;
}

#navigation a:hover {
	color: #e43000;
}

#navigation a.aktiv {
	color: #e43000;
}

#navsecondlevel {
	padding-top: 0px;
}

#navsecondlevel a {
	padding-top: 5px;
	padding-left: 10px;
	color: #a5adb2;
	text-transform: none;
	display: block;
}

#navsecondlevel a.aktiv {
	color: #50575c;
}

#navsecondlevel a:hover {
	color: #50575c;
}

#subnavigation {
	padding-top: 30px;
}

#subnavigation a {
	color: #a5adb2;
	text-decoration: none;
	font-weight: bold;
	padding-left: 30px;
	padding-bottom: 15px;
	display: block;
}

#subnavigation a.aktiv {
	color: #50575c;
	background-image: url(../img/marker.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
}

#footer {
	width: 1000px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin:0 auto;
	font-size: 9px;
	text-align: center;
	background-color: #e9ecee;
	border-top: 1px solid #d9dcde;
	border-bottom: 1px solid #d9dcde;
}

#block1 {
/* Block, oben, gross */
	width: 751px;
	height: 210px;
	border: 1px solid #dfe2e4;
	border-width: 1px 1px 0 0;
	color: #ffffff;
	font-weight: bold;
}

#block2a {
/* Block, unten, links */
	width: 250px;
	height: 240px;
	border: 1px solid #dfe2e4;
	border-width: 0 0 1px 1px;
	float: left;
	color: #50575c;
	font-weight: bold;
}

#block2b {
/* Block, unten, mitte */
	width: 250px;
	height: 240px;
	border: 1px solid #dfe2e4;
	border-width: 0 0 1px 0;
	float: left;
	color: #50575c;
	font-weight: bold;
}

#block2c {
/* Block, unten, rechts */
	width: 250px;
	height: 240px;
	border: 1px solid #dfe2e4;
	border-width: 0 1px 1px 0;
	float: left;
	color: #50575c;
	font-weight: bold;
}

#block1 img, #block2a img, #block2b img, #block2c img   {
	border: 0 solid #ffffff;
	padding: 6px;
}

#block1, #block2a, #block2b, #block2c {
	background-position: 50% 0;
	background-repeat: no-repeat;
}

#block1 .abstand {
	padding: 75px 20px 25px 470px;
}

#block2a .abstand {
	padding: 70px 25px 25px 25px;
}

#block2b .abstand {
	padding: 70px 25px 25px 20px;
}

#block2c .abstand {
	padding: 12px 54px 25px 12px;
	line-height: 14px;
}

#block2c h1 {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 11px;
	padding-bottom: 2px;
}

#block2c p {
	margin-bottom: -12px;
}

#block2c h1 a {
	color: #ffffff;
	text-decoration: none;
}

#block2c a {
	color: #50575c;
	text-decoration: none;
}

#block1 a {
	color: #ffffff;
	text-decoration: none;
	float: right;
	margin-top: -16px;
	padding-right: 20px;
	background-image: url(../img/weiterpfeil_1.gif);
	background-position: right;
	background-repeat: no-repeat;
}

/* IE7 */
*+html div#page #block1 a {
}

#block2a a, #block2b a {
	color: #ffffff;
	text-decoration: none;
	float: right;
	margin-top: 20px;
	padding-right: 20px;
	background-image: url(../img/weiterpfeil_2.gif);
	background-position: right;
	background-repeat: no-repeat;
}


div.inhaltlinks {
	float: left;
	width: 490px;
	height: 450px;
	background-image: url(../img/hintergrund_inhalte-links.jpg);
	background-position: 50% 0;
	background-repeat: no-repeat;
}

div.inhaltrechts {
	float: left;
	width: 260px;
	text-align: right;
}

div.inhaltlinks .abstand {
	overflow: auto;
	height: 350px;
	padding: 10px 25px 0 35px;
}

.einleitung {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

.inhaltlinks a.block, .referenzenrechts a.block {
	color: #00aaf0;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	display: block;
	padding-right: 20px;
	background-image: url(../img/weiterpfeil_3.gif);
	background-position: right;
	background-repeat: no-repeat;
}

div.inhaltlinks .abstand img {
	float: left;
}


a.referenzen {
	color: #00aaf0;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 20px;
	background-image: url(../img/weiterpfeil_3.gif);
	background-position: right;
	background-repeat: no-repeat;
}

a.textlink {
	display: inline;
	color: #00aaf0;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-right: 20px;
	background-image: url(../img/weiterpfeil_3.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.referenzenlinks {
	float: left;
	width: 260px;
}

.referenzenrechts {
	float: left;
	width: 490px;
	height: 450px;
	background-image: url(../img/referenzen_rechts.jpg);
	background-position: 50% 0;
	background-repeat: no-repeat;
}

div.referenzenrechts .abstand {
	overflow: auto;
	height: 320px;
	width: 432px;
	padding: 0px 25px 0 30px;
}

#seitennavigation {
	padding: 5px 20px 0 30px;
}

#seitennavigation .seiten {
	float: left;
}

#seitennavigation .seiten a {
	color: #50575c;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
}

#seitennavigation .seiten a.aktiv {
	color: #ffffff;
	padding: 5px 10px 5px 10px;
	background-image: url(../img/bg_seitenzahl.jpg);
	background-position: 0px 50%;
	background-repeat: no-repeat;
}

#seitennavigation .weiter {
	float: right;
}

#seitennavigation .weiter a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	background-image: url(../img/bg_seiteweiter.jpg);
	background-position: 0px 50%;
	background-repeat: no-repeat;
}

#referenzennavigation {
	padding: 5px 20px 0 30px;
	text-align: center;
}

#referenzennavigation .seiten {
}

#referenzennavigation .seiten a {
	color: #50575c;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
}

#referenzennavigation .seiten a.aktiv {
	color: #ffffff;
	padding: 5px 10px 5px 10px;
	background-image: url(../img/bg_seitenzahl.jpg);
	background-position: 0px 50%;
	background-repeat: no-repeat;
}

#referenzennavigation .weiter {
	float: right;
	margin-top: -15px;
}

#referenzennavigation .weiter a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	background-image: url(../img/bg_seiteweiter.jpg);
	background-position: 0px 50%;
	background-repeat: no-repeat;
}

table td {
	font-size: 11px;
}

table.referenzen {
	width: 420px;
	height: 320px;
	border: 0px solid #ffffff;
}

table.referenzen td {
	width: 140px;
	height: 160px;
	text-align: center;
	vertical-align: middle;
}

div.grafiksammlung img, img.kultur {
	float: left;
	margin: 0 15px 15px 0;
	border: 1px solid #f54b00;
}

input, select {
	width: 240px;
	margin-bottom: 8px;	
}

textarea {
	margin-left: 80px;
	width: 240px;
	height: 100px;
	
}

label {
	clear: both;
	float: left;
	width: 80px;
	margin-bottom: 8px;
}

#submit {
	width: 80px;
}