* {
	font-family: Tahoma;
	font-size: 1em;
}

body {
	font-size: 85%;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #ececec;
	color: #5d5d5d;
}

#page {
	position: relative;
	margin: 0 auto;
	width: 978px;
	text-align: left;
}

#topLinks {
	position: relative;
	height: 40px;
	text-align: right;
	padding: 10px 100px 0 0;
}

#topLinks a {
	color: #5D5D5D;
	text-decoration: none;
	font-size: 0.8em;
	margin-right: 15px;
}

#topLinks a:hover {
	text-decoration: underline;
}

#header {
	position: relative;
	margin-bottom: 5px;
}

.box {
	position: relative;
	background-color: #fff;
	padding: 10px;
	border: 1px #e3e3e3 solid;
	margin: 0 0 10px 0;
}

.box a img {
	border: 0;
}

#wrapper {
	position: relative;
	overflow: hidden;
}

#sidebar1 {
	position: relative;
	float: left;
	width: 210px;
	margin: 5px 0 0 0;
}

#wrapper2 {
	position: relative;
	margin: 0 0 0 220px;
	padding: 25px 0 0 0;
}

#teaser {
	position: absolute;
	top: 0px;
	right: 1px;
	height: 16px;
	padding: 4px 14px 0 14px;
	background-color: #ec7c00;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	color: #f6ffff;
}

#contentWrapper {
	position: relative;
	overflow: hidden;
	padding: 0 0 30px 0;
}

#sidebar2 {
	position: relative;
	width: 227px;
	float: right;
	font-size: 0.9em;
}


#sidebar2 .box h3 {
	font-size: 1.2em;
	color: #ec7c00;
	padding: 15px 0 10px 0;
	background: url(/system/images/bg_headline.png) bottom left repeat-x;	
	margin: 0 0 10px 0;
	font-weight: normal;
}

#sidebar2 .newsItem p {
	margin: 0 0 5px 0;
	padding: 0;
}

#sidebar2 .newsItem a {
	text-decoration: none;
	color: #ec7c00;
}

#sidebar2 .newsItem a:hover {
	text-decoration: underline;
}

#sidebar2 .newsFooter {
	background: url(/system/images/bg_headline.png) top left repeat-x;	
	padding: 5px 0 0 0;
	margin: 10px 0 5px 0;
}
#sidebar2 .newsFooter a {
	color: #ec7c00;
	text-decoration:none;
}

#sidebar2 .newsFooter a:hover {
	color: #ec7c00;
	text-decoration:underline;
}

#headline {
	padding: 15px 30px 15px 30px;
}

#headline h1 {
	margin: 0;
	font-size: 1.6em;
	color: #005387;
	padding: 0;
	font-weight: normal;
	line-height: 1.5em;
}

#headline h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 1.3em;
	color: #ec7c00;

}

#content {
	margin: 0 237px 0 0;
	padding: 30px;
	position: relative;
	font-size: 0.9em;
	line-height: 1.5em;
}

#content h3 {
	font-size: 1.2em;
	background: url(/system/images/bg_headline.png) bottom left repeat-x;
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
}

#content h4 {
	color: #ec7c00;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 10px;
}

#content a {
	color: #ec7c00;
	text-decoration:none;
}

#content a:hover {
	color: #ec7c00;
	text-decoration:underline;
}

#content p {
	margin: 0 0 30px 0;
}

#content ul,
#content ol {
	margin: 0 0 15px 35px;
	padding: 0;
}

#content ul {
	list-style-type: none;
}

#content ul li {
	padding: 0 0 0 9px;
	background: url(/system/images/bullet_doublearrow.png) 0px 6px no-repeat;
}

#navigation ul {
	margin: 0;
	padding: 20px 0 0 0;
	list-style-type: none;
}

#navigation ul li {
	padding: 0 0 10px 15px;
	background: url(/system/images/bg_headline.png) bottom left repeat-x;	
	margin: 0 0 10px 0;
}

#navigation ul li.last {
	background-image: none;
}

#navigation ul li a {
	display: block;
	padding: 0 0 0 25px;
	background: url(/system/images/bullet_blue.png) 0px 2px no-repeat;
	text-decoration: none;
	color: #000;
	font-size: 1em;
}

#navigation ul li a.current {
	color: #ec7c00;
	background-image: url(/system/images/bullet_orange.png);
}

.orange {
	color: #ec7c00;
}

div.buttonContainer {
	background-color: #f7f7f7;
	padding: 4px 0px 4px 17px;
	display: block;
	overflow: hidden;
	font-size: 0.8em;
	margin: 0 0 15px 0;
}

div.buttonContainer div {
	position: relative;
	width: 130px;
	height: 23px;
	float: left;
	margin: 0 0 0 1px;
	border: 1px #f3f3f3 solid;
	padding: 4px;
	background: #fff;
}

div.buttonContainer div.empty {
	border: 1px #f7f7f7 solid;
	background: #f7f7f7;
}

div.buttonContainer div a,
div.buttonContainer div span {
	background: url(/system/images/bg_button.png) top left repeat-x;
	text-decoration: none;
	text-align: left;
	display: block;	
	height: 20px;
	padding: 3px 12px 0 12px;
	font-weight: bold;
}

div.line {
	background: url(/system/images/bg_headline.png) bottom left repeat-x;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
}

div.participantsContainer {
	position: relative;
	overflow: hidden;
	font-size: 0.9em;
}

div.participantsContainer div.left {
	float: left;
	width: 214px;
	margin: 0 0 0 18px;
}

div.participantsContainer div.right label {
	width: 50px;
	float: left;
}


div.formContainer {
	background-color: #f7f7f7;
	padding: 17px;
	position: relative;
}

div.formContainer label {
	display: block;
	font-weight: bold;
	margin: 0 0 4px 10px;
	padding: 4px 0 0 0;
}

div.formContainer label .mandatory {
	color: #ec7c00;
	font-size: 8pt;
	padding: -4px 0 0 0;
	margin: -4px 0 0 0;
}

div.formContainer table tr td {
	vertical-align: top;
	padding-bottom: 14px;
}

div.formContainer .formItem {
	width: 171px;
	height: 22px;
	background: #fff url(/media/images/bg_form_item.png) 4px 4px no-repeat;
	border: 1px #f3f3f3 solid;
	padding: 11px 14px 0px 14px;
}

div.developerContainer {
	position: relative;
	background-color: #f7f7f7;
	padding: 5px 10px 5px 10px;
}

div.developerContainer div.outerWrapper {
	position: relative;
	border: 1px #f3f3f3 solid;
	background-color: #fff;
	padding: 4px;
}

div.developerContainer div.innerWrapper {
	position: relative;
	padding: 12px;
	background-color: #ebebeb;
	height: 130px;
	font-size: 0.9em;
}

div.developerContainer div.innerWrapper h3 {
	font-size: 1em !important;
	border: 0 !important;
	background-image: none !important;
	margin: 0 !important;
	padding: 0 !important;
	font-weight: bold !important;
}

div.developerContainer div.innerWrapper div.image {
	position: absolute;
	top: 33px;
	left: 12px;
	width: 89px;
	height: 111px;
	background-color: #fff;
}

div.developerContainer div.innerWrapper div.image img {
	margin: 7px 0 0 7px;
}

div.developerContainer div.innerWrapper div.text {
	position: absolute;
	top: 33px;
	left: 125px;
	width: 287px;
	height: 80px;
}

div.developerContainer div.innerWrapper div.kontakt {
	position: absolute;
	top: 111px;
	left: 125px;
	width: 287px;
	height: 30px;
}

div.developerContainer div.innerWrapper div.kontakt label {
	font-weight: bold;
}

.standardTable {

}


table.standardTable td {
	vertical-align: top;
}

.jsrepl {}
