/**********************************************************************
* @import
**********************************************************************/

@import url(reset.css);

/* Clearfix-Methode zum Clearen der Float-Umgebungen */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Basic Elements */

h1, h2, h3 {
	font: 18px/normal Arial, Tahoma, sans-serif;
	color: #db001b;
	padding: 0;
	margin: 0 0 20px;
}
/*
.contentStart h1 {
	color: #9c9ea8;
}
*/
/*
.contentStart {
	color: #9c9ea8;
}
*/
.roundedBox_grey h2 {
	font-size: 13px;
	color: #1a171b;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/bg_list_roundedbox.png) no-repeat 0 3px;
	padding: 5px 0 10px 25px;
	margin: 0;
}

h2 {
	font-size: 13px;
	color: #1a171b;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/bg_h2.png) no-repeat 0 3px;
	padding: 5px 0 10px 25px;
	margin: 0 0 15px 20px;
}

h3 {
	font: bold 13px/18px Arial, Tahoma, sans-serif;
	color: #fff;
	padding: 6px 10px 6px 15px;
	background: url(../images/bg_h3_marginal.png) no-repeat 0 0;
	margin: 0;
}

p {
	margin: 0 0 20px;
	padding: 0;
}

a {
	color: #368bd4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Basic Site Elements */

body {
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #1a171b;
	background-color: #D9DADB;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	background-color: #fff;
}

#header, #headerForum {
	background: url(../images/bg_top.png) repeat-x 0 0;
	width: 960px;
	float: left;
	border-bottom: 2px solid #dd0d27;
	position: relative;
}

#headerForum {
	border: none;
	background: url(../images/bg_top_forum.png) repeat-x 0 0;
}

#leftcolumn {
	width: 200px;
	float: left;
	padding-left: 30px;
	padding-top: 10px;
	margin-bottom: 20px;
}

#content {
	float: left;
	width: 470px;
	display: inline;
	padding: 20px 30px 15px 20px;
	margin-bottom: 15px;
}

#contentIndex {
	float: left;
	height: 350px;
	width: 690px;
	display: inline;
	padding-left: 20px;
	margin-bottom: 15px;
	padding-top: 20px;
}

#contentIndex {
	margin-right:20px;
}

#contentForum {
	width: 920px;
	float: left;
	padding-left: 30px;
	margin-bottom: 15px;
	padding-top: 25px;
	padding-right: 10px;
}

#rightcolumn {
	width: 200px;
	float: left;
	padding-right: 10px;
	padding-top: 20px;
	margin-bottom: 20px;
}

#footer {
	width: 960px;
	clear: both;
	padding-top: 14px;
	background: url(../images/bg_footer.png) repeat-x 0 0;
	padding-bottom: 20px;
}

/* Additional Site Elements */

.sticker {
	position: absolute;
	left: 848px;
}

.stickerForum {
	position: absolute;
	left: 701px;
}

.docCheckBox {
	border: 6px solid #bde4f7;
	background-color: #ebf7fd;
	padding: 15px 20px 0;
	margin-right: 10px;
}

.docCheckFrame {
	float: right;
}

.helpTextCheck {
	width: 200px;
	float: left;
	font-size: 13px;
	line-height: 16px;
	color: #1a171b;
	margin-top: 25px;
}

#content p img {
	margin-right: 20px;
	margin-bottom: 15px;
	float: left;
}

.topLink {
	margin-bottom: 15px;
	margin-top: 15px;
}

.topLink a {
	font-size: 11px;
	background: url(../images/top_anker.png) no-repeat 0 0;
	display: block;
	line-height: 25px;
	color: #9c9e9f;
	text-decoration: none;
}

.topLink a:hover {
	text-decoration: underline;
}

/* Box Content Rounded Corners */

.roundedBox_grey {
	background: #dadadc;
	padding: 0px 7px;
}

.lt, .rt, .lb, .rb {
	height: 7px;
	position: relative;
	font-size: 0;
}

.roundedBox_grey .lt {
	width: 7px;
	float: left;
	left: -7px;
	top: 0px;
	background: transparent url(../images/lt_grey.png) no-repeat left top;
}

.roundedBox_grey .rt {
	left: 7px;
	bottom: 0px;
	background: transparent url(../images/rt_grey.png) top right no-repeat;
}

.roundedBox_grey .lb {
	width: 7px;
	float: left;
	left: -7px;
	top: 0px;
	background: transparent url(../images/lb_grey.png) bottom left no-repeat;
}

.roundedBox_grey .rb {
	left: 7px;
	top: 0px;
	background: transparent url(../images/rb_grey.png) bottom right no-repeat;
}

.roundedBox_grey .content {
	padding: 1px 5px;
}

.roundedBoxList li {
	font-size: 16px;
	color: #1a171b;
	background: url(../images/bg_list_roundedbox.png) no-repeat 0 3px;
	padding: 5px 0 8px 25px;
	margin: 0 0 5px;
	border-bottom: 2px solid #fff;
}

.roundedBoxList li.lastItem {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 5px;
}

.roundedBoxList li a {
	font-size: 13px;
	color: #1a171b;
	text-decoration: none;
	font-weight: bold;
}

.roundedBoxList li a:hover {
	text-decoration: underline;
}

.speakerCorner {
	background: url(../images/bg_rounded_bottom_speak.png) no-repeat 405px 100%;
	padding-bottom: 14px;
	margin-bottom: 15px;
}

table.tableDownload, table.tableVeranstaltung {
	border-collapse: collapse;
	width: 100%;
}

table.tableVeranstaltung td {
	border-bottom: 1px solid #fff;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	vertical-align:middle;
}

table.tableDownload td {
	border-bottom: 1px solid #fff;
	padding-top: 8px;
	padding-bottom: 8px;
	vertical-align: middle;
	padding-left: 10px;
}

table.tableDownload td.firstItem {
	width: 350px;
	padding-left: 0;
}

table.tableDownload tr.lastLine td {
	border-bottom: none;
}

a.commentLink {
	color: #fff;
	font-size: 11px;
	display: block;
	background-color: #9c9ea0;
	padding: 0 2px;
	float: right;
	text-decoration: none;
}

a:hover.commentLink {
	background-color: #cc071e;
}

/* Forum */

table.tableForumContribute {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 30px;
	border-bottom: 3px solid #b1b3b4;
}

table.tableForumContribute th {
	text-align: left;
	font-weight: bold;
	color: #fff;
	background-color: #368bd4;
	height: 40px;
	vertical-align: middle;
	padding-left: 15px;
	border-bottom: 4px solid #fff;
	font-size: 14px;
}

table.tableForumContribute td {
	padding: 5px 15px;
	vertical-align: top;
	font-size: 14px;
	line-height: 20px;
	border-bottom: 1px solid #b1b3b4;
}

table.tableForumContribute td a {
	color: #368bd4;
	text-decoration: underline;
}

table.tableForumContribute td a:hover {
	text-decoration: none;
}

table.tableForumContribute td.wrote {
	font-size: 12px;
	background-color: #dadadc;
	border-bottom: 4px solid #fff;
}

table.tableForumContribute td.txtUser {
	font-size: 12px;
	line-height: 18px;
	border-left: 1px solid #b1b3b4;
}

table.tableForumContribute td.userIcon {
	padding-right: 0;
}

table.tableForumContribute td.userName {
	width: 150px;
}

table.tableForum {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 30px;
	border-bottom: 3px solid #b1b3b4;
}

table.tableForum th {
	text-align: left;
	font-weight: bold;
	color: #fff;
	background-color: #b1b3b4;
	height: 40px;
	vertical-align: middle;
	padding-left: 15px;
	border-bottom: 10px solid #fff;
	font-size: 14px;
}

table.tableForum th span {
	font-weight: normal;
	font-style: normal;
}

table.tableForum td {
	padding: 5px 15px;
	vertical-align: top;
	font-size: 14px;
	line-height: 20px;
	border-bottom: 1px solid #b1b3b4;
}

table.tableForum td.txtMiddle {
	text-align: center;
	padding-right: 5px;
}

table.tableForum td.userIcon {
	padding-right: 0;
}

table.tableForum td.userName, table.tableForum td.userPost {
	width: 150px;
}

table.tableForum td.userPost span {
	font-weight: bold;
	color: #cc071e;
}

table.tableForum td a {
	color: #368bd4;
	text-decoration: underline;
}

table.tableForum td a:hover {
	text-decoration: none;
}

table.tableForum td.txtTopic {
	width: 370px;
}

table.tableForum td.txtTopic a {
	font-size: 14px;
	color: #1a171b;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/bg_h2.png) no-repeat 0 3px;
	padding: 5px 0 10px 25px;
	margin: 0;
}

table.tableForum td.txtTopic a:hover {
	text-decoration: underline;
}

.breadcrumb {
	margin-bottom: 40px;
}

.breadcrumb ul li {
	display: inline;
	list-style-type: none;
	color: #009ee0;
	background: url(../images/bg_breadcrumb.png) no-repeat 0 3px;
	padding-left: 12px;
}

.breadcrumb ul li.breadcrumbFirst {
	font-weight: bold;
	background-image: none;
	padding-left: 0;
	margin-right: 0;
}

.btnStripe {
	margin-bottom: 20px;
	padding-left: 15px;
}

.btnStripe a {
	font-size: 14px;
	color: #1a171b;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/bg_h2.png) no-repeat 0 3px;
	padding: 5px 0 10px 25px;
	margin: 0;
}

.btnStripe a:hover {
	text-decoration: underline;
}

.backLink {
	margin-bottom: 30px;
}

.backLink a {
	color: #1a171b;
	text-decoration: underline;
}

.backLink a:hover {
	text-decoration: none;
}

/* Box Marginal */

.boxMarginal {
	padding-bottom: 27px;
	background: url(../images/box_marginal_bottom.png) no-repeat left bottom;
	margin-bottom: 20px;
}

.boxMarginal .content {
	padding: 10px 16px 0;
	margin: 0;
	background: url(../images/box_marginal_content.png) repeat-y 0 0;
}

.marginalList li {
	font-size: 11px;
	line-height: 14px;
	color: #707173;
	background: url(../images/bg_marginal_list.png) no-repeat 0 1px;
	padding: 0 0 0 16px;
	margin: 0 0 10px;
}

.marginalList li a {
	font-size: 11px;
	line-height: 14px;
	color: #707173;
	text-decoration: underline;
}

.marginalList li a:hover {
	text-decoration: none;
}

.marginalList li a.linkBlue {
	color: #368bd4;
}

/* Navigation Left */

.navcontainer ul li {
	color: #707173;
	line-height: 38px;
	margin-bottom: 10px;
	display: inline;
}

.navcontainer ul li.point_1 a, .navcontainer ul li.point_2 a, .navcontainer ul li.point_3 a, .navcontainer ul li.point_4 a, .navcontainer ul li.point_5 a, .navcontainer ul li.point_6 a {
	color: #707173;
	text-decoration: none;
	display: block;
	line-height: 38px;
	margin-bottom: 10px;
	padding-left: 55px;
	background: url(../images/nav_bg_btn.png) no-repeat 0 0;
}

.navStart ul li {
	color: #9c9ea8;
}

.navStart ul li.point_1, .navStart ul li.point_2, .navStart ul li.point_3, .navStart ul li.point_4, .navStart ul li.point_5, .navStart ul li.point_6 {
	color: #9c9ea8;
	display: block;
	padding-left: 55px;
	background: url(../images/navstart_bg_btn.png) no-repeat 0 0;
}

.navcontainer ul li.point_2 a, .navStart ul li.point_2 {
	background-position: 0 -38px;
}

.navcontainer ul li.point_3 a, .navStart ul li.point_3 {
	background-position: 0 -76px;
}

.navcontainer ul li.point_4 a, .navStart ul li.point_4 {
	background-position: 0 -114px;
}

.navcontainer ul li.point_5 a, .navStart ul li.point_5 {
	background-position: 0 -152px;
}

.navcontainer ul li.point_6 a, .navStart ul li.point_6 {
	background-position: 0 -190px;
}

.navcontainer ul li.point_1 a:hover, .navcontainer ul li.point_1 a.active {
	background-position: 0 -228px;
}

.navcontainer ul li.point_2 a:hover, .navcontainer ul li.point_2 a.active {
	background-position: 0 -266px;
}

.navcontainer ul li.point_3 a:hover, .navcontainer ul li.point_3 a.active {
	background-position: 0 -304px;
}

.navcontainer ul li.point_4 a:hover, .navcontainer ul li.point_4 a.active {
	background-position: 0 -342px;
}

.navcontainer ul li.point_5 a:hover, .navcontainer ul li.point_5 a.active {
	background-position: 0 -380px;
}

.navcontainer ul li.point_6 a:hover, .navcontainer ul li.point_6 a.active {
	background-position: 0 -418px;
}

/* Navigation Forum */

#navForum {
	width: 960px;
	float: left;
	background: url(../images/bg_nav_forum_stripe.png) repeat-x 0 0;
	height: 40px;
}

#navForum ul {
	padding-left: 0;
	margin-left: 0;
	color: #fff;
	float: left;
	width: 100%;
	font-size: 12px;
}

#navForum ul li {
	display: inline;
	line-height: 40px;
}

#navForum ul li a {
	text-decoration: none;
	float: left;
	border-right: 3px solid #fff;
	color: #fff;
	padding-left: 23px;
	padding-right: 23px;
}

#navForum ul li a:hover, #navForum ul li.active a {
	background-color: #9c9e9f;
}

/* Navigation Forum Table */

.navForumTable {
	float: right;
}

.thTopic {
	padding-top: 5px;
}

.navForumTable ul {
	color: #fff;
	float: left;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

.navForumTable ul li {
	display: inline;
	line-height: 24px;
}

.navForumTable ul li a {
	text-decoration: none;
	float: left;
	border-left: 1px solid #fff;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: normal;
	font-style: normal;
}

.navForumTable ul li a:hover {
	text-decoration: underline;
}

/* Navigation Footer */

ul.navlistFooter {
	margin-top: 5px;
	margin-left: 20px;
	font-size: 11px;
	color: #9c9e9f;
}

ul.navlistFooter li {
	display: inline;
	list-style-type: none;
	padding-right: 15px;
}

ul.navlistFooter li a {
	color: #9c9e9f;
	text-decoration: none;
}

ul.navlistFooter li a:hover, ul.navlistFooter li.active a {
	color: #368bd4;
}

/* ----------- Form Newsletter----------- */

p.failure {
	color: red;
}

#form {
	padding-top: 10px;
}

#form h1 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #1a171b;
}

#form label {
	display: block;
	width: 85px;
	float: left;
	padding-top: 10px;
	font-size: 11px;
}

#form fieldset {
	margin-bottom: 20px;
	clear: both;
}

#form fieldset.group {
	margin-bottom: 0px;
}

* html #form fieldset.group {
	margin-bottom: 10px;
}

*+html #form fieldset.group {
	margin-bottom: 10px;
}

#form input {
	float: left;
	width: 370px;
	margin: 2px 0 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #368bd4;
	font: 12px Arial, Tahoma, sans-serif;
	color: #1a171b;
	padding-left: 4px;
}

#form input.optional {
	border: 1px solid #e0e7ed;
}

#form input.failure {
	border: 1px solid red;
}

#form label.failure {
	color: red;
}

#form select {
	float: left;
	width: 75px;
	margin: 2px 0 10px;
	border: 1px solid #368bd4;
	font: 12px Arial, Tahoma, sans-serif;
	color: #1a171b;
	padding-left: 4px;
	padding-top: 6px;
	padding-bottom: 6px;
}

#form textarea {
	float: left;
	width: 370px;
	margin: 2px 0 0;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #368bd4;
	height: 200px;
	font: 12px Arial, Tahoma, sans-serif;
	padding-left: 4px;
}

#form a, #form .linkreplace {
	background: url(../images/bg_h2.png) no-repeat 0 3px;
	font-size: 13px;
	color: #1a171b;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 0 8px 25px;
	margin-left: 85px;
}

#form .linkreplace {
	border-style: none;
	width: auto;
}

#form a:hover, #form .linkreplace:hover {
	text-decoration: underline;
}

/* ----------- Beirat ----------- */

.imagePeople {
	float: right;
}

.roundedBox_grey .positionPeopleDetail {
	padding-left: 28px;
	background: url(../images/bg_list_roundedbox.png) no-repeat 0 3px;
}

.positionPeopleDetail {
	padding-left: 28px;
	background: url(../images/bg_list_roundedbox_white.png) no-repeat 0 3px;
}

ul.peopleList {
	margin-top: 30px;
}

ul.peopleList li {
	background-image: none;
	list-style-type: square;
	color: #1a171b;
	font-size: 11px;
	padding-left: 0;
	margin-left: 40px;
	margin-bottom: 10px;
}

.peopleBox {
	margin-bottom: 20px;
}

.boxPeopleDetail {
	padding-bottom: 27px;
	background: url(../images/box_people_bottom.png) no-repeat left bottom;
	margin-bottom: 20px;
}

.boxPeopleDetail .content {
	padding: 10px 15px 0;
	margin: 0;
	background: url(../images/box_people_top.png) no-repeat left top;
}

.roundedBox_white {
	padding: 0px 7px;
	border: 1px solid #d9dadb;
	background-color: #fff;
}

.roundedBox_white .lt {
	width: 7px;
	float: left;
	left: -8px;
	top: -1px;
	background: transparent url(../images/lt_white.png) no-repeat left top;
}

.roundedBox_white .rt {
	left: 8px;
	bottom: 1px;
	background: transparent url(../images/rt_white.png) top right no-repeat;
}

.roundedBox_white .lb {
	width: 7px;
	float: left;
	left: -8px;
	top: 1px;
	background: transparent url(../images/lb_white.png) bottom left no-repeat;
}

.roundedBox_white .rb {
	left: 8px;
	top: 1px;
	background: transparent url(../images/rb_white.png) bottom right no-repeat;
}

.roundedBox_white .bn {
	left: 8px;
	top: 1px;
	background: #328 url(../images/nose_white_box.png) no-repeat 0 0;
}

.roundedBox_white .content {
	padding: 1px 5px;
}

.peopleBackBtn {
	margin-left: 30px;
}
