* {
	font-size: 1em;
	font-family: Verdana,Helvetica,Arial,sans-serif;
}

a.imageLink,
a.imageLink img {
	border: 0;
}

html {
}

body {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: auto;
	background: #c0c0c0;
	font-size: 75%;
	text-align: center;
}

#page {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 1001px;
	text-align: left;
	background-color: #fbfcf9;
}



#headerWrapper {
	position: relative;
	min-height: 92px;
	background: url(/system/images/bg_header.gif) 0px 62px repeat-x;
}

#header {
	position: relative;
	margin: 0 auto;
	width: 1001px;
	height: 110px;
	padding: 62px 0 0 0;
	background: transparent;
}

#header #logo {
	position: absolute;
	right: 17px;
	top: 37px;
	background-color: #fbfcf9;
}

#header #navigation {
	position: relative;
	min-height: 29px;
}

#header #navigation ul {
	position: relative;
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 14px;
}

#header #navigation ul li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	min-width: 10px;
	height: 29px;
}

#header #navigation ul li a {
	color: #fbfcf9;
	text-decoration: none;
	border-right: 1px #fdcc1a solid;
	padding: 6px 10px 0 10px;
	height: 23px;
	min-width: 10px;
	display: block;
}

#header #navigation ul li a:hover,
#header #navigation ul li.current a {
	background-color: #fdcc1a;
	color: #000;
}

#header #navigation ul li.last a {
	border-right: 0 !important;
}



#header #subnavigation {
	position: absolute;
	top: 91px;
	left: 0px;
	width: 800px;
	background: transparent;
	font-size: 0.9em;
}

#header #subnavigation ul {
	position: relative;
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 14px;
}

#header #subnavigation ul li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	min-width: 10px;
	height: 29px;
	border: 1px #fdcc1a solid;
	border-right: 0px;
	border-top: 0px;
}

#header #subnavigation ul li a {
	color: #000;
	text-decoration: none;
	padding: 6px 10px 0 10px;
	height: 23px;
	min-width: 10px;
	display: block;
}

#header #subnavigation ul li a:hover,
#header #subnavigation ul li.current a {
	background-color: #fdcc1a;
	color: #000;
}

#header #subnavigation ul li.last {
	border-right: 1px #fdcc1a solid !important;
}


#contentWrapperOutside {
	position: relative;
	padding: 0;
	margin: 0;
	background: #fbfcf9;
	text-align: center;
}

#contentWrapperInside {
	position: relative;
	width: 1001px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}

#sidebar {
	position: relative;
	float: right;
	width: 215px;
	margin: 0 16px 0 0;
	padding: 0;
}

#sidebar a {
	border: 0 !important;
}

#sidebar #slogan {
	position: relative;
	text-align: center;
	padding: 50px 0 0 0;
	margin: 0;
}

#sidebar #slogan-neu {
	position: relative;
	text-align: left;
	padding: 18px 0 0 10px;
	margin: 0;
	background: url(/system/images/bg_sidebar_buttons.png) top left repeat-y;
}

#sidebar #slogan-neu #sloganinfo {
	margin-bottom: 28px;
}

#sidebar #slogan-neu a,
#sidebar #slogan-neu a img {
	border: 0;
}

#sidebar #slogan_bottom {
	position: relative;
	height: 25px;
	background: url(/system/images/bg_sidebar_buttons_bottom-trans.png) top left no-repeat;
}

#sidebar #sidebarContent {
	position: relative;
	padding: 10px 0 10px 0;
	margin: 0;
	text-align: left;
}

#sidebar #foerderer {
	position: relative;
	text-align: center;
	padding: 0;
	margin: 40px 0 0 0;
}

#sidebar #foerderer ul {
	list-style-type: none;
	position: relative;
	margin: 0;
	padding: 10px 0 0 0;
}

#sidebar #foerderer ul li {
	position: relative;
	text-align: center;
	padding: 0 0 20px 0;
	margin: 0;
}

#sidebar #foerderer ul li a,
#sidebar #foerderer ul li a img {
	border: 0;
}

#content {
	position: relative;
	margin: 0 251px 0 104px;
	padding: 0;
	line-height: 1.5em;
}

#content h2 {
	font-size: 1.4em;
	margin: 0 0 24px 0;
	padding: 0;
	color: #000;
	font-weight: normal;
}

#sidebarContent a,
#content a {
	color: #7D2C25;
	border-bottom: 1px #7D2C25 dotted;
	text-decoration: none;
}

#sidebarContent a img {
	border: none;
}


#sidebarContent a:hover,
#content a:hover {
	color: #7D2C25;
	border-bottom: 1px #7D2C25 solid;
	text-decoration: none;
}

.contentBlockContainer {
	position: relative;
	overflow: hidden;
	min-height: 10px;
}

p.formItem {
	position: relative;
	overflow: hidden;
}

p.formItem label {
	float: left;
	width: 180px;
	font-weight: bold;
}

p.formSubmit {
	padding-left: 180px;
}

p.formItem .mandatory {
	color: #7D2C25;
}

p.formItem input.textinput,
p.formItem textarea.textinput {
	width: 297px;
	border: 1px #000 solid;
	background-color: #fff;
}


p.formItem input.current,
p.formItem textarea.current {
	background-color: #fdcc1a;
}

p.formItem select {
/*	width: 297px;*/
}


.imageContainer {
	position: relative;
	width: 130px;
}

.imageContainer .cornerTL {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 7px;
	height: 7px;
	background: url(/system/images/bg_imageCorners.gif) top left no-repeat;
}


.imageContainer .cornerTR {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 7px;
	height: 7px;
	background: url(/system/images/bg_imageCorners.gif) top right no-repeat;
}


.imageContainer .cornerBL {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 7px;
	height: 7px;
	background: url(/system/images/bg_imageCorners.gif) bottom left no-repeat;
}


.imageContainer .cornerBR {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 7px;
	height: 7px;
	background: url(/system/images/bg_imageCorners.gif) bottom right no-repeat;
}

.imageContainer_left {
	float: left;
	margin: 0 21px 5px 17px;
}

.imageContainerText_left {
	margin: 0 43px 0 63px;
}

.imageContainer_right {
	float: right;
	margin: 0 17px 5px 21px;
}

.imageContainerText_right {
	margin: 0 43px 0 63px;
}

.contentBlockText {
	padding: 0 43px 0 63px;
}

.contentBlockForm {
	padding: 0 43px 0 63px;
}

#footerWrapper {
	position: relative;
	min-height: 60px;
	background: url(/system/images/bg_footer.gif) bottom left repeat-x;
	text-align: center;
}

#footerWrapper #footer {
	position: relative;
	width: 1001px;
	margin: 0 auto;
}

#footerWrapper #imprint {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

#footerWrapper #imprint a {
	color: #7E7972;
	text-decoration: none;
	border-bottom: 1px #7E7972 dotted;
	font-size: 0.9em;
}

#footerWrapper #imprint a:hover {
	border-bottom: 1px #7E7972 solid;
	text-decoration: none;
}

.hervorgehoben {
	font-weight: bold;
}

