/*
Website Jochen Schweizer Incentives 
Stand:  30.11.2010 
Datei:  screen.css
Datum:  20.10.2009
Aufbau  1. Reset & Kalibrierung und allgemeine Styles 
        2. Styles für Layoutbereiche    
        3. Sonstige Styles 
========================================================== */

/* @group 1. Kalibrierung und allgemeine Styles */

/* @group Reset & Kalibrierung der wichtigsten Abstände */

/* RESET Style Sheet by Eric Meyer
http://meyerweb.com/eric/tools/css/reset/index.html v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}
	
blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group Allgemeine Selektoren */

body {
	font: 62.5% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #fabb00;
}

#content h1 {
	font: normal 2.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 10px;
}

#content h2 {
	font: bold 1.4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 10px;
}

#content .contbody h2 {
	border-bottom: 1px dotted #fabb00;
	margin-bottom: 10px;
	padding-bottom: 2px;
}

#content .mediatext h2 {
	font: bold 1.8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 10px;
}

#content #central .custom #bottom_right_main .inside .mod_article .ce_jsevents_contact h2 {
	font: bold 1.6em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #8d0000;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 55px;
}

#content h3 {
	font: bold 1.4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: black;
}

#content #central .custom #bottom_right_main .inside .mod_article .ce_jsevents_contact h3 {
	font: bold 1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #8d0000;
	padding-bottom: 3px;
}

#content h4 {
	font: bold 1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.clear {
	clear: both;
}

.hl_clear h1,
.hl_clear h2,
.hl_clear h3,
.hl_clear h4,
.hl_clear h5,
.hl_clear h6 {
	clear: both;
}

/* @end */

/* @group Hyperlinks */

#header a, #footer a {
	text-decoration: none;
	outline: none;
	color: white;
	font-size: 1.2em;
}

#header span.active, #footer span.active {
	font-weight: bold;
	outline: none;
	color: white;
	font-size: 1.2em;
}

#header a:hover, #footer a:hover {
	color: #e2001a;
}

#content a {
	text-decoration: none;
	outline: none;
	color: #8d0000;
}

#content a:hover {
	text-decoration: underline;
	outline: none;
}

/* @end */

/* @group Allgemeine Klassen und IDs */

img {
	border-style: none;
}

.bottom {
	vertical-align: -1px;
}

/* @end */

/* @end */

/* @group 2. Styles für die  Layoutbereiche */

/* @group INDEX */

#wrapper {
	position: relative;
	background-color: white;
	z-index: 0;
}

#header {
	width: 100%;
	background: url(../images/bg_header.jpg) repeat-x;
	height: 300px;
}

/*#header {						2010 Anpassung 25 Jahre JS
	width: 100%;
	background: url(../images/bg_header.jpg) repeat-x;
	height: 340px;
}*/

#header .inside {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	height: 150px;
	position: relative;
	z-index: 225;
	background: transparent url(../images/bg_header_inside.jpg) no-repeat center top;
}

/*#header .inside {				2010 Anpassung 25 Jahre JS
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	height: 150px;
	position: relative;
	z-index: 225;
	background: transparent url(../images/bg_header_inside_l.jpg) repeat-x center top;
}*/

#content {
	width: 100%;
	margin-top: -150px;
}

#content .inside {
	margin-right: auto;
	margin-left: auto;
	width: 954px;
	border: 1px solid #e4962d;
	background: white url(../images/bg_content.jpg) repeat-x;
	padding: 15px 7px;
	position: relative;
}

#content .inside .inside {
	margin-right: 0;
	margin-left: 0;
	width: auto;
	background: white none repeat-x;
	padding: 0;
	border-style: none;
}

#content #central {
	width: 751px;
	float: right;
}

.standard_info #content #central {
	float: left;
	margin-left: 15px;
}

#content #left {
	width: 189px;
	float: left;
}

#content #right {
	float: right;
	padding-top: 29px;
}

#footer {
	background: #fabb00 url(../images/bg_footer.jpg) repeat-x;
	height: 150px;
	width: 100%;
	position: absolute;
	z-index: -2;
	bottom: -70px;
}

#footer .inside {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	height: 80px;
	position: relative;
	top: 70px;
}

/* @end */

/* @end */

/* @group 3. Sonstige Styles */

/* @group head */

#header .inside .headnavi ul.level_1 {
	position: absolute;
	top: 5px;
	left: 7px;
}

#header .inside .headnavi ul.level_1 li {
	float: left;
	border-left: 1px solid white;
	padding-left: 5px;
	padding-right: 5px;
}

#header .inside .headnavi ul.level_1 li.last {
	border-right: 1px solid white;
}

#header .inside form {
	position: absolute;
	right: 7px;
	top: 5px;
}

#header .inside .logo {
	position: absolute;
	top: 40px;
	left: 15px;
}

/*#header .inside .logo {						2010 Anpassung 25 Jahre JS
	position: absolute;
	top: 35px;
	left: 2px;
}*/

#header .inside .logo h1 {
	display: inline;
}

#header .inside .logo img {
	padding-right: 20px;
	vertical-align: middle;
}

#header .inside .mod_breadcrumb {
	position: absolute;
	top: 125px;
	left: 7px;
	font-size: 1.2em;
	color: white;
}

/*#header .inside .mod_breadcrumb {				2010 Anpassung 25 Jahre JS
	position: absolute;
	top: 160px;
	left: 7px;
	font-size: 1.2em;
	color: white;
}*/

#header .inside .mod_breadcrumb h1 {
	display: inline;
	padding-right: 5px;
	font-weight: bold;
	margin: 0;
}

#header .inside .mod_breadcrumb a {
	display: inline;
	padding-right: 5px;
	font-size: 1em;
}

#header .inside .mod_breadcrumb .active {
	display: inline;
	padding-right: 5px;
	color: #e2001a;
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
}

/* @end */

/* @group head social links */

#header .navi_social {
	position: absolute;
	top: 118px;
	height: 30px;
	right: 0;
}

/*#header .navi_social {
	position: absolute;
	top: 153px;
	height: 30px;
	right: 0;
}*/

#header .navi_social .level_1 {
	
}

#header .navi_social .level_1 li {
	float: left;
}

#header .navi_social .level_1 li.downloads {
	padding-right: 5px;
}

#header .navi_social .level_1 li.last {
	padding-right: 0;
}

#header .navi_social .level_1 li .inner {
	display: none;
}

#header .navi_social .level_1 li a,
#header .navi_social .level_1 li span {
	width: 93px;
	height: 30px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
}

#header .navi_social .level_1 li a.downloads,
#header .navi_social .level_1 li span.downloads {
	width: 96px;
	height: 30px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
}

#header .navi_social .level_1 li a.facebook {
	background: url(../images/button_facebook.png) no-repeat right bottom;
}

#header .navi_social .level_1 li a.facebook:hover,
#header .navi_social .level_1 li span.facebook {
	background: url(../images/button_facebook.png) no-repeat right top;
}

#header .navi_social .level_1 li a.youtube {
	background: url(../images/button_youtube.png) no-repeat right bottom;
}

#header .navi_social .level_1 li a.youtube:hover,
#header .navi_social .level_1 li span.youtube {
	background: url(../images/button_youtube.png) no-repeat right top;
}

#header .navi_social .level_1 li a.downloads {
	background: url(../images/button_download.png) no-repeat right bottom;
}

#header .navi_social .level_1 li a.downloads:hover,
#header .navi_social .level_1 li span.downloads {
	background: url(../images/button_download.png) no-repeat right top;
}

/* @end */

/* @group left navi */

/*#content #left .inside .navi_main ul.level_1 .submenu span active submenu */

#content #left .inside .left_nav_home {
	padding-bottom: 7px;
}

#content #left .inside .left_nav_home a {
	font-size: 1.4em;
	color: black;
	text-decoration: none;
}

#content #left .inside .left_nav_home a:hover {
	color: #e2001a;
}

#content #left .inside .left_nav_home a img {
	vertical-align: middle;
}

#content #left .inside .navi_main ul.level_1,
#content #left .inside .navi_main ul.level_1 li {
	width: 189px;
}

#content #left .inside .navi_main ul.level_1 li.submenu.active,
#content #left .inside .navi_main ul.level_1 li.zweizeilig_menue.trail {
	background: url(../images/bg_navi_bottom.jpg) no-repeat 0 bottom;
}

#content #left .inside .navi_main ul.level_1 li.submenu.active,
#content #left .inside .navi_main ul.level_1 li.submenu.trail {
	height: auto;
	padding-bottom: 24px;
}

#content #left .inside .navi_main ul.level_1 li {
	background: url(../images/bg_navi_single.jpg) no-repeat 0 bottom;
	height: 37px;
}

#content #left .inside .navi_main ul.level_1 li.submenu a {
	background: url(../images/bg_navi_inactive.jpg) no-repeat 0 top;
}

#content #left .inside .navi_main ul.level_1 li.submenu span,
#content #left .inside .navi_main ul.level_1 li.submenu a.trail {
	background: url(../images/bg_navi_active.jpg) no-repeat 0 top;
	padding-bottom: 9px;
}

#content #left .inside .navi_main ul.level_1 li a,
#content #left .inside .navi_main ul.level_1 li span {
	width: 154px;
	display: block;
	padding-left: 10px;
	padding-top: 6px;
	padding-right: 25px;
	color: #8d0000;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

#content #left .inside .navi_main ul.level_1 li a:hover,
#content #left .inside .navi_main ul.level_1 li span {
	text-decoration: underline;
}

#content #left .inside .navi_main ul.level_1 li.zweizeilig_menue.active span,
#content #left .inside .navi_main ul.level_1 li.zweizeilig_menue.trail a {
	background: url(../images/bg_navi_top_first.jpg) no-repeat 0 top;
	display: block;
	height: 38px;
	padding-top: 12px;
	padding-bottom: 3px;
}

#content #left .inside .navi_main ul.level_1 li.zweizeilig.active span,
#content #left .inside .navi_main ul.level_1 li.zweizeilig a {
	background: url(../images/bg_navi_2_inactive.jpg) no-repeat 0 top;
	display: block;
	height: 53px;
}

/*#content #left .inside .navi_main ul.level_1 li.first a.first, #content #left .inside .navi_main ul.level_1 li.first span {
	background: url(../images/bg_navi_top_first_inactive.jpg) no-repeat 0 top;
	display: block;
	height: 38px;
	padding-top: 14px;
}*/

#content #left .inside .navi_main ul.level_1 li.zweizeilig,
#content #left .inside .navi_main ul.level_1 li.zweizeilig_menue {
	background-image: none;
	padding-bottom: 5px;
	height: 53px;
}

#content #left .inside .navi_main ul.level_1 li.zweizeilig a {
	background: url(../images/bg_navi_2_inactive.jpg) no-repeat 0 top;
	display: block;
	height: 43px;
	padding-top: 10px;
}

#content #left .inside .navi_main ul.level_1 li.zweizeilig_menue a {
	background: url(../images/bg_navi_2_inactive_menue.jpg);
	display: block;
	height: 43px;
	padding-top: 10px;
}

#content #left .inside .navi_main ul.level_1 li ul.level_2 {
	position: absolute;
	top: -10000px;
	left: -10000px;
}

#content #left .inside .navi_main ul.level_1 li.active ul.level_2,
#content #left .inside .navi_main ul.level_1 li.trail ul.level_2/*,
#content #left .inside .navi_main ul.level_1 li.first ul.level_2*/ {
	top: 0;
	left: 0;
	position: relative;
}

#content #left .inside .navi_main ul.level_1 li.active ul.level_2 li,
#content #left .inside .navi_main ul.level_1 li.trail ul.level_2 li,
#content #left .inside .navi_main ul.level_1 li.first ul.level_2 li {
	background: url(../images/bg_subnavi.jpg) no-repeat 0 top;
	height: auto;
}

#content #left .inside .navi_main ul.level_1 li.trail ul.level_2 li ul.level_3 {
	margin-top: -2px;
}

#content #left .inside .navi_main ul.level_1 li.trail ul.level_2 li .level_3 li {
	background: url(../images/bg_subnavi2.jpg) no-repeat 0 top;
	padding-bottom: 0;
}

#content #left .inside .navi_main ul.level_1 li.active ul.level_2 li.menu,
#content #left .inside .navi_main ul.level_1 li.trail ul.level_2 li.menu,
#content #left .inside .navi_main ul.level_1 li.first ul.level_2 li.menu {
	background: url(../images/bg_subnavi_more_inactive.jpg) no-repeat 0 top;
}

#content #left .inside .navi_main ul.level_1 li.trail ul.level_2 li.active.menu,
#content #left .inside .navi_main ul.level_1 li.trail ul.level_2 li.trail.menu {
	background: url(../images/bg_subnavi_more_active.jpg) no-repeat 0 top;
	margin-bottom: -24px;
}

#content #left .inside .navi_main ul.level_1 li.active ul.level_2 li a,
#content #left .inside .navi_main ul.level_1 li.trail ul.level_2 li span,
#content #left .inside .navi_main ul.level_1 li.trail ul.level_2 li a,
#content #left .inside .navi_main ul.level_1 li.first ul.level_2 li a {
	background-image: none;
	padding-top: 8px;
	height: auto;
	display: block;
	font-weight: normal;
	font-style: normal;
	padding-bottom: 5px;
}

#content #left .inside .navi_main ul.level_1 li.active ul.level_2 li a:hover,
#content #left .inside .navi_main ul.level_1 li.trail ul.level_2 li span,
#content #left .inside .navi_main ul.level_1 li.trail ul.level_2 li a:hover {
	font-weight: bold;
	text-decoration: underline;
}

#content #left .inside .mainnavi.about {
	width: 189px;
	height: 177px;
}

#content #left .inside .mainnavi.about ul li a,
#content #left .inside .mainnavi.about ul li span {
	display: block;
	width: 109px;
	height: 157px;
	background: url(../images/bg_navi_about.jpg) no-repeat;
	padding-top: 20px;
	color: #8d0000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 60px;
	padding-right: 20px;
}

#content #left .inside .mainnavi.about ul li a:hover, #content #left .inside .mainnavi.about ul li span {
	text-decoration: underline;
}

#content #left .inside .mainnavi.extern {
	width: 189px;
}

#content #left .inside .mainnavi.extern ul li {
	width: 175px;
	height: 25px;
	background: url(../images/bg_navi_extern.jpg) no-repeat 0 top;
	padding: 7px 7px 10px;
}

#content #left .inside .mainnavi.extern ul li.zweizeilig {
	width: 175px;
	height: 40px;
	background: url(../images/bg_navi_extern2.jpg) no-repeat 0 top;
	padding: 7px 7px 10px;
}

#content #left .inside .mainnavi.extern ul li a,
#content #left .inside .mainnavi.extern ul li span {
	width: 189px;
	height: auto;
	color: black;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}

#content #left .inside .mainnavi.extern ul li a:hover, #content #left .inside .mainnavi.extern ul li span {
	text-decoration: underline;
}

/* @end */

/* @group left navi search */

#content #left .teaser_search {
	width: 189px;
	padding-bottom: 5px;
}

#content #left .teaser_search .formbody {
	width: 189px;
	background: url(../images/bg_box_middle.jpg) repeat-y center;
	font-size: 12px;
	color: #8d0000;
}

#content #left .teaser_search .formbody .head {
	width: 169px;
	background: url(../images/bg_box_top.jpg) no-repeat center top;
	min-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	text-decoration: none;
	border-bottom: 1px solid #ffe9ab;
	font-size: 16px;
}

#content #left .teaser_search .formbody .input {
	width: 169px;
	min-height: 30px;
	text-decoration: none;
	border-bottom: 1px solid #ffe9ab;
	padding: 5px 10px;
}

#content #left .teaser_search .formbody label {
	float: left;
	width: 169px;
	cursor: pointer;
	padding-bottom: 3px;
}

#content #left .teaser_search .formbody input {
	width: 162px;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	padding: 2px;
	border: 1px solid #e4962d;
	background-color: white;
}

#content #left .teaser_search .formbody select {
	width: 167px;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	padding: 2px;
}

#content #left .teaser_search .formbody .submit_container {
	width: 169px;
	background: url(../images/bg_box_bottom.jpg) no-repeat center bottom;
	padding: 5px 10px 10px;
	min-height: 35px;
}

#content #left .teaser_search .formbody .submit_container input {
	margin: 0;
	padding: 4px 0;
	border-style: none;
	width: 169px;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: white;
	background: transparent url(../images/button.gif) no-repeat center top;
	cursor: pointer;
}

#content #left .teaser_search .formbody .submit_container input:hover {
	text-decoration: underline;
}

/* @end */

/* @group Websitesuche */

#content #left .search_form {
	width: 189px;
	padding-bottom: 5px;
}

#content #left .search_form .formbody {
	width: 189px;
	background: url(../images/bg_box_middle.jpg) repeat-y center;
	font-size: 12px;
	color: #8d0000;
	text-align: center;
}

#content #left .search_form h1 {
	width: 169px;
	background: url(../images/bg_box_top.jpg) no-repeat center top;
	min-height: 30px;
	text-decoration: none;
	border-bottom: 1px solid #ffe9ab;
	font-size: 16px;
	padding: 10px 10px 0;
	color: #8d0000;
	font-weight: bold;
}

#content #left .search_form .formbody .text {
	width: 165px;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	padding: 2px;
	margin-top: 10px;
	border: 1px solid #e4962d;
	background-color: white;
}

#content #left .search_form .formbody .submit_container {
	width: 169px;
	background: url(../images/bg_box_bottom.jpg) no-repeat center bottom;
	padding: 10px;
	min-height: 35px;
}

#content #left .search_form .formbody .submit_container input {
	margin: 0;
	padding: 4px 0;
	border-style: none;
	width: 169px;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: white;
	background: transparent url(../images/button.gif) no-repeat center top;
	cursor: pointer;
}

#content #left .search_form .formbody .submit_container input:hover {
	text-decoration: underline;
}

#top ul.autocompleter-choices {
	background-color: white;
	border-bottom: 1px solid #8d0000;
}

#top ul.autocompleter-choices li {
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	padding: 2px 5px;
	border-right: 1px solid #8d0000;
	border-left: 1px solid #8d0000;
}

#top ul.autocompleter-choices li.autocompleter-selected {
	background-color: #fabb00;
}

#top ul.autocompleter-choices li span.autocompleter-queried {
	font-weight: bold;
	color: #8d0000;
}

.search_website #content #central #main .inside p.header {
	font: bold 1.4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 5px;
	border-bottom: 1px dotted #fabb00;
}

.search_website #content #central #main .inside p.header strong {
	color: #8d0000;
}

.search_website #content #central #main .inside p.header span {
	font-weight: normal;
	font-style: normal;
	font-size: 0.9em;
}

.search_website #content #central #main .inside div.even,
.search_website #content #central #main .inside div.odd {
	border-bottom: 1px dotted #fabb00;
	padding-bottom: 5px;
	padding-top: 10px;
}

.search_website #content #central #main .inside .relevance {
	font-weight: normal;
	font-style: normal;
	font-size: 0.9em;
	display: none;
	visibility: hidden;
}

.search_website #content #central #main .inside .highlight {
	font-weight: bold;
}

.search_website #content #central #main .inside .context {
	padding-bottom: 5px;
}

.search_website #content #central #main .inside .follow {
	padding-bottom: 0px;
}

.search_website #content #central #main .inside .pagination {
	width: 515px;
	padding-top: 15px;
}

.search_website #content #central #main .inside .pagination p {
	float: left;
}

.search_website #content #central #main .inside .pagination ul {
	float: right;
	margin: 0;
	padding: 1px 0 0;
	font-size: 1em;
}

.search_website #content #central #main .inside .pagination ul li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0 5px;
	border-right: 1px solid black;
}

.search_website #content #central #main .inside .pagination ul li span {
	font-size: 1.2em;
	padding: 0;
	margin: 0;
}

.search_website #content #central #main .inside .pagination ul li:last-child {
	border-right-style: none;
	padding-right: 0;
}


/* @end */

/* @group content standard_info */

.standard_info #content #central {
	width: 545px;
	background: url(../images/bg_standard_info_middle.jpg) repeat-y left;
}

.standard_info #content #central #main {
	width: 545px;
	background: url(../images/bg_standard_info_bottom.gif) no-repeat left bottom;
	margin: 0 0 -2px;
	padding: 0;
}

.standard_info #content #central #main .inside {
	padding-bottom: 15px;
	background-color: transparent;
}

.standard_info #content #central #main .inside .button_bg {
	padding-bottom: 20px;
	padding-top: 20px;
}

.standard_info #content #central #main .inside .button_bg a {
	height: 21px;
	border-style: none;
	color: white;
	font: 1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	cursor: pointer;
	text-align: center;
	background: url(../images/close_button.gif) no-repeat center center;
	margin: 0;
	padding: 0;
	width: 88px;
	display: block;
}

.standard_info #content #central #main .inside p a {
	font: 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.standard_info #content #central #main .inside a {
	font: 1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.standard_info #content #central #main .inside .conthead {
	background-color: white;
}

.standard_info #content #central #main .inside .contbody {
	padding: 30px 15px 20px;
	background: url(../images/bg_standard_info_top.gif) no-repeat left top;
}

.standard_info #content #central #main .inside .contbody .twocolumns p {
	float: left;
	width: 237px;
	padding-right: 20px;
}

.standard_info #content #central p,
.standard_info #content #central table td,
.standard_info #content #central table td p {
	color: black;
	font: 1.2em/1.4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 10px;
}

.standard_info #content #central table td {
	padding-right: 10px;
}

.standard_info #content #central ul {
	color: black;
	font: 1.2em/1.4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 10px;
}

.standard_info #content #central ul li {
	padding-bottom: 3px;
	list-style-type: square;
	list-style-position: outside;
	margin-left: 17px;
	padding-left: 0;
}

.standard_info #content #central .toggler {
	font-size: 12px;
	width: 475px;
	height: 22px;
	padding-top: 3px;
	padding-left: 10px;
	background: url(../images/bg_toggler_inactive.jpg) no-repeat;
	font-weight: bold;
	padding-right: 30px;
	cursor: pointer;
}

.standard_info #content #central .toggler.active {
	background: url(../images/bg_toggler_active.jpg) no-repeat;
}

.standard_info #content #central .accordion {
	margin-bottom: 10px;
	padding-left: 10px;
	background: url(../images/bg_toggler_shadow.jpg) no-repeat center bottom;
}

.standard_info #content #central .accordion div {
	padding-top: 7px;
}

/* @end */

/* @group content */

#content #central #main {
	background: url(../images/line_grad_orange.jpg) no-repeat center bottom;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}

#content #central #main .inside .mod_article p {
	font-size: 1.2em;
	line-height: 1.4em;
	padding-bottom: 10px;
}

#content #central #main .inside .mod_article.mediatext {
	width: 551px;
}

#content #central #main .inside .mod_article.mediatext p {
	font-size: 1.4em;
	line-height: 1.6em;
	padding-bottom: 10px;
}

#content #central #main .inside .mod_article .ce_jsevents_flash,
#content #central #main .inside .mod_article .img_slider {
	background: url(../images/bg_img_top.jpg) no-repeat left top;
	width: 503px;
	height: 332px;
	padding-right: 36px;
	padding-bottom: 21px;
	float: left;
}

#content #central #main .inside .mod_article .ce_jsevents_flash img,
#content #central #main .inside .mod_article .img_slider img {
	width: 503px;
	height: 332px;
}

#content #central #main .inside .mod_article .js_event_invite {
	float: left;
	width: 195px;
	color: #8d0000;
	padding-left: 15px;
	padding-top: 15px;
}

#content #central #main .inside .mod_article .js_invite {
	float: right;
	width: 100px;
	height: 352px;
	color: #8d0000;
}

#content #central #main .inside .mod_article .js_invite .image_container {
	position: absolute;
	top: 31px;
	left: 503px;
}

#content #central #main .inside .intro {
	position: relative;
}

#content #central #main .inside .intro .brand_it {
	position: absolute;
	top: 320px;
	right: -7px;
}

#content #central #main .inside .mod_article .js_intro,
#content #central #main .inside .mod_article .txt_intro {
	width: 751px;
	float: left;
	background: url(../images/line_grad_orange.jpg) no-repeat center top;
	padding-top: 20px;
	margin-top: 20px;
}

#content #central #main .inside .mod_article .js_intro p {
	font-size: 2.3em;
	padding-bottom: 0;
}

#content #central #main .inside .mod_article .txt_intro p {
	padding-bottom: 0;
}

/* @end */

/* @group content galerie */

#main .gallery {
	position: relative;
}

#content #central #main .inside .mod_article .ce_jsevents_media img,
#content #central #main .inside .mod_article .ce_jsevents_media iframe {
	float: left;
	padding-right: 10px;
	background: url(../images/bg_img_top.jpg) no-repeat right bottom;
	padding-bottom: 10px;
}

#content #central #main .inside .mod_article .ce_jsevents_media .thumbs {
	float: left;
	width: 210px;
	padding-left: 15px;
}

#content #central #main .inside .mod_article .ce_jsevents_media .thumbs .images,
#content #central #main .inside .mod_article .ce_jsevents_media .thumbs .clips {
	padding-bottom: 10px;
	float: left;
}

#content #central #main .inside .mod_article .ce_jsevents_media .thumbs .images img {
	width: 45px;
	height: 30px;
	background: url(../images/bg_thumbs.jpg) no-repeat right bottom;
	padding-right: 6px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	cursor: pointer;
}

#content #central #main .inside .mod_article .ce_jsevents_media .thumbs .clips div {
	background: no-repeat left top;
	width: 51px;
	height: 35px;
	float: left;
}

#content #central #main .inside .mod_article .ce_jsevents_media .thumbs .clips img {
	background: none;
	padding: 0;
	margin-bottom: 5px;
	cursor: pointer;
}

#main .more_txt {
	position: absolute;
	bottom: -4px;
	right: 0;
	width: 223px;
}

/* @end */

/* @group content seo-texte */

#content #central .seo-text {
	padding-right: 10px;
	padding-top: 20px;
}

#content #central .seo-text p {
	font-size: 1.1em;
	line-height: 1.3em;
	padding-bottom: 10px;
}

#content #central .seo-text h1,
#content #central .seo-text h2,
#content #central .seo-text h3,
#content #central .seo-text h4,
#content #central .seo-text h5,
#content #central .seo-text h6 {
	padding-bottom: 10px;
	padding-top: 5px;
	font-weight: bold;
	color: #8d0000;
}

#content #central .seo-text h1 {
	font-size: 1.7em;
}

#content #central .seo-text h2 {
	font-size: 1.5em;
}

#content #central .seo-text h3 {
	font-size: 1.3em;
}

#content #central .seo-text h4 {
	font-size: 1.1em;
}

/* @end */

/* @group bottom_left_main */

#content #central .custom #bottom_left_main,
#content #central .custom #bottom_left_main .inside {
	float: left;
	width: 555px;
}

/* @end */

/* @group bottom_left_main index uebersicht */

#content #central .custom #bottom_left_main .inside .mod_article.ueberschrift_events {
	background: url(../images/bg_ueberschrift_index_right.jpg) no-repeat right top;
	height: 30px;
	z-index: 100;
	margin-bottom: -2px;
	padding-top: 0;
	margin-top: 5px;
	padding-right: 5px;
	float: left;
	position: relative;
}

#content #central .custom #bottom_left_main .inside .mod_article.ueberschrift_events h2 {
	color: white;
	background: url(../images/bg_ueberschrift_index_left.jpg) no-repeat left top;
	padding: 7px 5px 7px 7px;
	z-index: 100;
	float: left;
}

#content #central .custom #bottom_left_main .inside .mod_article.uebersicht_events {
	width: 545px;
	background: url(../images/bg_uebersicht_inner_index.jpg) no-repeat center top;
	z-index: 1;
	position: relative;
	clear: both;
	padding-left: 5px;
	padding-top: 10px;
}

#content #central .custom #bottom_left_main .inside .mod_article.uebersicht_events .ce_image {
	clear: both;
	margin-left: -5px;
}

#content #central .custom #bottom_left_main .inside .mod_article.uebersicht_events .ce_jsevents_overview {
	width: 176px;
	height: 240px;
	float: left;
	background: url(../images/bg_eventteaser.png) no-repeat;
	padding-bottom: 20px;
	position: relative;
}

#content #central .custom #bottom_left_main .inside .mod_article.uebersicht_events .ce_jsevents_overview img {
	width: 166px;
	height: 133px;
}

#content #central .custom #bottom_left_main .inside .mod_article.uebersicht_events .ce_jsevents_overview .teaser {
	position: absolute;
	top: 136px;
	left: 10px;
	width: 136px;
	padding-right: 10px;
	font-size: 1.4em;
	font-weight: bold;
}

#content #central .custom #bottom_left_main .inside .mod_article.uebersicht_events .ce_jsevents_overview .link {
	position: absolute;
	top: 190px;
	left: 10px;
	width: 136px;
	padding-right: 10px;
	padding-left: 18px;
	background: url(../images/icon_link_eventteaser.gif) no-repeat left top;
	font-size: 1.2em;
}

.mod_rostoff_jsteaser_results p.summary,
.mod_rostoff_jsteaser_results p.noresults {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed black;
	margin-right: 30px;
	color: #8d0000;
	font-size: 1.3em;
	margin-bottom: 10px;
}

.mod_rostoff_jsteaser_results p.summary span,
.mod_rostoff_jsteaser_results p.noresults span {
	font-weight: bold;
	font-size: 1.3em;
}

.mod_rostoff_jsteaser_results p.noresults {
	margin-bottom: 100px;
}

/* @end */

/* @group bottom_left_main event details tabs */

#content #central .custom #bottom_left_main .inside .mod_article .ce_rostoff_tab {
	width: 545px;
	background: url(../images/bg_tab_bottom.jpg) no-repeat center bottom;
	padding-bottom: 15px;
	float: left;
}

#content #central .custom #bottom_left_main .inside .mod_article .ce_rostoff_tab .tab_head {
	background: url(../images/bg_tab_top.jpg) no-repeat center bottom;
	width: 545px;
	height: 74px;
}

#content #central .custom #bottom_left_main .inside .mod_article .ce_rostoff_tab .tab_head .tab {
	display: block;
	float: left;
	background: url(../images/tab_active_left.jpg) no-repeat left top;
	height: 35px;
	padding: 0 0 32px;
	margin-right: 10px;
}

#content #central .custom #bottom_left_main .inside .mod_article .ce_rostoff_tab .tab_head .tab .tab_inner {
	display: block;
	float: left;
	background: url(../images/tab_active_right.jpg) no-repeat right top;
	color: white;
	font-weight: bold;
	font-size: 1.4em;
	height: 28px;
	padding: 7px 10px 0;
}

#content #central .custom #bottom_left_main .inside .mod_article .ce_rostoff_tab .tab_head .tab.inactive {
	background: url(../images/tab_inactive_left.jpg) no-repeat left top;
	cursor: pointer;
}

#content #central .custom #bottom_left_main .inside .mod_article .ce_rostoff_tab .tab_head .tab.inactive .tab_inner {
	background: url(../images/tab_inactive_right.jpg) no-repeat right top;
	cursor: pointer;
}

#content #central .custom #bottom_left_main .inside .mod_article .ce_rostoff_tab .tab_body {
	width: 515px;
	background: url(../images/bg_tab_middle.jpg) repeat-y center;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}

#content #central .custom #bottom_left_main .inside .mod_article .ce_rostoff_tab .tab_body.event_beschreibung p,
#content #central .custom #bottom_left_main .inside .mod_article .ce_rostoff_tab .tab_body.event_case_studies p {
	font: 1.2em/1.4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 10px;
}

#content #central .custom #bottom_left_main .inside .mod_article .ce_rostoff_tab .tab_body.event_beschreibung table p,
#content #central .custom #bottom_left_main .inside .mod_article .ce_rostoff_tab .tab_body.event_beschreibung table ul {
	font-size: 1em;
}

#content #central .custom #bottom_left_main .inside .mod_article .ce_rostoff_tab .tab_body.event_beschreibung ul,
#content #central .custom #bottom_left_main .inside .mod_article .ce_rostoff_tab .tab_body.event_beschreibung ol {
	font: 1.2em/1.4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 7px;
}

#content #central .custom #bottom_left_main .inside .mod_article .ce_rostoff_tab .tab_body.event_beschreibung ul li {
	list-style-type: square;
	margin-left: 15px;
	padding-bottom: 3px;
}

#content #central .custom #bottom_left_main .inside .mod_article .ce_rostoff_tab .tab_body.event_beschreibung ol li {
	margin-left: 15px;
	padding-bottom: 3px;
	list-style-type: decimal;
}

#content #central .custom #bottom_left_main .inside .mod_article .ce_rostoff_tab .tab_body.event_beschreibung h3 {
	font: bold 1.4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 10px;
	border-top: 1px dashed gray;
	padding-top: 7px;
	width: 490px;
}

#content #central .custom #bottom_left_main .inside .mod_article .ce_rostoff_tab .tab_body.event_beschreibung table h4 {
	font: bold 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content #central .custom #bottom_left_main .inside .mod_article .ce_rostoff_tab .tab_body.event_beschreibung h4,
#content #central .custom #bottom_left_main .inside .mod_article .ce_rostoff_tab .tab_body.event_case_studies h4 {
	font: bold 1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 5px;
}

#content #central .custom #bottom_left_main .inside .mod_article .ce_rostoff_tab .tab_body.event_case_studies ul {
	font: 1.2em/1.4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 7px;
}

#content #central .custom #bottom_left_main .inside .mod_article .ce_rostoff_tab .tab_body.event_case_studies ul li {
	padding-bottom: 3px;
	list-style-type: square;
	margin-left: 15px;
}

#content #central .custom #bottom_left_main .inside .mod_article .ce_rostoff_tab .tab_body.event_beschreibung table {
	font-size: 1.2em;
	border-bottom: 1px dashed gray;
	padding-bottom: 7px;
	margin-bottom: 10px;
	width: 490px;
}

#content #central .custom #bottom_left_main .inside .mod_article .ce_rostoff_tab .tab_body.event_beschreibung table td {
	width: 250px;
	padding-bottom: 3px;
	vertical-align: top;
	padding-right: 3px;
}

#content #central .custom #bottom_left_main .inside .mod_article .ce_rostoff_tab .tab_body.event_beschreibung table img {
	padding-bottom: 10px;
	padding-right: 10px;
}

#content #central .custom #bottom_left_main .inside .mod_article .ce_rostoff_tab .tab_body.event_case_studies p,
#content #central .custom #bottom_left_main .inside .mod_article .ce_rostoff_tab .tab_body.event_case_studies h4,
#content #central .custom #bottom_left_main .inside .mod_article .ce_rostoff_tab .tab_body.event_case_studies ul {
	float: left;
	width: 220px;
	padding-left: 20px;
}

#content #central .custom #bottom_left_main .inside .mod_article .ce_rostoff_tab .tab_body.event_case_studies h2 {
	clear: both;
	padding-top: 10px;
}


#content #central .custom #bottom_left_main .inside .mod_article .ce_rostoff_tab .tab_body.event_case_studies p img {
	float: left;
	width: 250px;
	margin-left: -20px;
	padding-bottom: 10px;
}

#content #central .custom #bottom_left_main .inside .mod_article .ce_rostoff_tab .tab_body.event_beschreibung table td,
#content #central .custom #bottom_left_main .inside .mod_article .ce_rostoff_tab .tab_body.event_case_studies table td {
	vertical-align: top;
}

/* @end */

/* @group bottom_right_main */

#content #central .custom #bottom_right_main {
	float: right;
	width: 189px;
	position: relative;
	padding-top: 23px;
}

#content #central .custom #bottom_right_main .inside .mod_article .ce_jsevents_contact {
	width: 175px;
	height: 480px;
	background: url(../images/bg_contact.jpg) no-repeat left top;
	padding-left: 7px;
	padding-right: 7px;
}

#content #central .custom #bottom_right_main .inside .mod_article .ce_jsevents_contact .image_container {
	float: left;
	padding: 0 7px 5px 0;
}

#content #central .custom #bottom_right_main .inside .mod_article .ce_jsevents_contact p {
	font-size: 1.2em;
	color: #8d0000;
	padding-bottom: 2px;
}

#content #central .custom #bottom_right_main .inside .mod_article .ce_jsevents_contact a {
	color: #8d0000;
	text-decoration: none;
}

#content #central .custom #bottom_right_main .inside .mod_article .ce_jsevents_contact a:hover {
	color: #8d0000;
	text-decoration: underline;
}

/* @end */

/* @group news */

/* @group newsteaser */

.newsteaser {
	padding-top: 10px;
	background: url(../images/bg_navi_bottom.jpg) no-repeat center bottom;
	padding-bottom: 21px;
}

.newsteaser h2 {
	width: 175px;
	background: url(../images/bg_navi_news.jpg) no-repeat;
	margin: 0;
	padding: 4px 7px 7px;
}

.newsteaser h2 {
	font-size: 1.6em;
}

.newsteaser .layout_latest {
	width: 175px;
	background: url(../images/bg_latest_news.jpg) no-repeat left bottom;
	padding: 7px 7px 15px;
}

.newsteaser .layout_latest img {
	width: 175px;
	height: 112px;
}

.newsteaser h2 {
	font: bold 1.6em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #8d0000;
}

.newsteaser .layout_latest h2 {
	background-image: none;
	padding-left: 0;
	font-size: 1.2em;
	padding-top: 7px;
	padding-bottom: 7px;
}

.newsteaser .layout_latest p.teaser,
.newsteaser .layout_latest p.more {
	position: absolute;
	top: -10000px;
	left: -10000px;
}

.newsteaser .layout_latest p.more {
	font-size: 1.1em;
}

.newsteaser a {
	color: #8d0000;
	text-decoration: underline;
}

.mod_article .ce_jsevents_contact a:hover {
	color: #8d0000;
	text-decoration: underline;
}

/* @end */

/* @group newsarchiv */

.newsarchiv h1 {
	background-color: white;
}

.newsarchiv .layout_latest {
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

.newsarchiv .layout_latest.first {
	background: url(../images/bg_standard_info_top.gif) no-repeat left top;
	padding-top: 15px;
}

.newsarchiv .layout_latest .info {
	border-top: 1px dashed gray;
	padding-top: 15px;
}

.newsarchiv .layout_latest.first .info {
	border-top-style: none;
}

.newsarchiv .layout_latest .image_container {
	float: left;
	padding-right: 10px;
}

.newsarchiv .pagination {
	border-top: 1px dashed gray;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 15px;
}

.newsarchiv .pagination p {
	float: left;
}

.standard_info #content #central .newsarchiv .pagination ul {
	float: right;
	font: 1em/1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top: 1px;
}

.standard_info #content #central .newsarchiv .pagination ul li {
	float: left;
	list-style-type: none;
	padding: 0 5px;
	margin: 0;
	border-right: 1px solid #8d0000;
}

.standard_info #content #central .newsarchiv .pagination ul li:first-child {
	padding-left: 0;
}

.standard_info #content #central .newsarchiv .pagination ul li:last-child {
	border-right-style: none;
	padding-right: 0;
}

.standard_info #content #central .newsarchiv .pagination ul li span {
	font: 1.2em/1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* @end */

/* @group newsarchivmenu */

.newsarchivmenu {
	padding-top: 10px;
	background: url(../images/bg_navi_bottom.jpg) no-repeat center bottom;
	padding-bottom: 21px;
}

.newsarchivmenu h2 {
	width: 175px;
	background: url(../images/bg_navi_news.jpg) no-repeat;
	margin: 0;
	font: bold 1.6em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #8d0000;
	padding: 4px 7px 7px;
}

.newsarchivmenu .level_1 {
	width: 175px;
	background: url(../images/bg_latest_news.jpg) no-repeat left bottom;
	padding: 12px 7px 15px;
}

.newsarchivmenu .level_1 li {
	padding-bottom: 5px;
	list-style-type: none;
}

#content .newsarchivmenu a {
	color: #8d0000;
	text-decoration: underline;
	font-size: 1.2em;
}

.newsarchivmenu a:hover {
	color: #8d0000;
	text-decoration: underline;
	font-size: 1.2em;
	font-weight: bold;
}

#content .newsarchivmenu span {
	font-size: 1.2em;
	color: black;
}

/* @end */


/* @group newsdetails */

.newsdetails .layout_full h1 {
	background-color: white;
}

.newsdetails .layout_full .ce_text {
	padding: 30px 15px 20px;
	background: url(../images/bg_standard_info_top.gif) no-repeat left top;
}

.newsdetails .layout_full .ce_text .image_container {
	padding-bottom: 15px;
}

#content #central #main .inside .mod_article .newsdetails p.back {
	padding-bottom: 15px;
	padding-left: 15px;
}

#content .newsdetails h3 {
	padding-bottom: 10px;
}

/* @end */

/* @end */

/* @group Incentive Ranking */

#content .incentive_rank {
	padding-top: 10px;
	background: url(../images/bg_navi_bottom.jpg) no-repeat center bottom;
	padding-bottom: 21px;
}

#content .incentive_rank h2 {
	width: 175px;
	background: url(../images/bg_navi_news.jpg) no-repeat;
	margin: 0;
	font: bold 1.6em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #8d0000;
	padding: 4px 7px 7px;
}

#content #right .inside .incentive_rank h2 {
	font-size: 1.6em;
}

#content .incentive_rank .level_1 {
	width: 175px;
	background: url(../images/bg_latest_news.jpg) no-repeat left bottom;
	padding: 7px 7px 15px;
}

#content .incentive_rank .level_1 li {
	padding-bottom: 5px;
	list-style-type: square;
	margin-left: 15px;
	color: #8d0000;
	text-decoration: underline;
	font-size: 12px;
}

#content .incentive_rank a {
	color: #8d0000;
	text-decoration: underline;
	font-size: 12px;
}

#content .incentive_rank a:hover {
	color: #8d0000;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}



/* @end */



/* @group footer */

#footer .inside .headnavi ul.level_1 {
	position: absolute;
	left: 7px;
	bottom: 30px;
}

#footer .inside .headnavi ul.level_1 li {
	float: left;
	border-left: 1px solid white;
	padding-left: 5px;
	padding-right: 5px;
}

#footer .inside .headnavi ul.level_1 li.last {
	border-right: 1px solid white;
}

#footer .inside form {
	position: absolute;
	right: 7px;
	bottom: 30px;
}

/* @end */

/* @group anfragebox bottom_right_main */

#content #central .custom #bottom_right_main .inside .mod_article .ce_jsevents_contact .formbody {
	width: 175px;
	padding-top: 20px;
	padding-bottom: 15px;
}

#content #central .custom #bottom_right_main .inside .mod_article .ce_jsevents_contact .formbody div {
	padding-bottom: 5px;
	padding-top: 5px;
}

#content #central .custom #bottom_right_main .inside .mod_article .ce_jsevents_contact label {
	cursor: pointer;
	position: relative;
	text-align: left;
	top: -3px;
	font-size: 1.2em;
	color: #8d0000;
}

#content #central .custom #bottom_right_main .inside .mod_article .ce_jsevents_contact .formbody input {
	width: 169px;
	height: 15px;
	border: 1px solid #e4962d;
	background-color: white;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content #central .custom #bottom_right_main .inside .mod_article .ce_jsevents_contact .formbody textarea {
	width: 171px;
	height: 40px;
	border: 1px solid #e4962d;
	background-color: white;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content #central .custom #bottom_right_main .inside .mod_article .ce_jsevents_contact .formbody .submit_container input.submit {
	width: 111px;
	height: 21px;
	border-style: none;
	color: white;
	font: 1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	cursor: pointer;
	text-align: center;
	background: url(../images/btn_contact.jpg) no-repeat center center;
	margin: 0;
	padding: 0;
}

#content #central .custom #bottom_right_main .inside .mod_article .ce_jsevents_contact p a {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.5em;
}

.formbody p.error {
	position: absolute;
	top: -100000px;
	left: -10000px;
}

#content #central .custom #bottom_right_main .inside .mod_article .ce_jsevents_contact .formbody input.error,
#content #central .custom #bottom_right_main .inside .mod_article .ce_jsevents_contact .formbody textarea.error  {
	border: 1px solid #e2001a;
	background-color: #ffb0b0;
}


/* @end */

/* @group anfragebox bestaetigung */

#content #central .custom #bottom_right_main .inside .mod_article .ce_jsevents_contact .request_confirm {
	width: 270px;
	height: 175px;
	position: absolute;
	padding: 15px 25px 30px;
	background: url(../images/request_confirm.png) no-repeat center center;
	left: -180px;
	z-index: 1000;
	top: 110px;
}

.start #content #central .custom #bottom_right_main .inside .mod_article .ce_jsevents_contact .request_confirm {
	width: 270px;
	height: 175px;
	position: absolute;
	padding: 15px 25px 30px;
	background: url(../images/request_confirm.png) no-repeat center center;
	left: -180px;
	z-index: 1000;
	top: 550px;
}

#content #central .custom #bottom_right_main .inside .mod_article .ce_jsevents_contact .request_confirm h2 {
	color: white;
	font: bold 1.4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	margin: 0;
	padding: 0 0 20px;
}

#content #central .custom #bottom_right_main .inside .mod_article .ce_jsevents_contact .request_confirm p {
	font: 1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 5px;
}

#content #central .custom #bottom_right_main .inside .mod_article .ce_jsevents_contact .request_confirm .close_button {
	position: absolute;
	right: 25px;
	bottom: 25px;
}

#content #central .custom #bottom_right_main .inside .mod_article .ce_jsevents_contact .request_confirm .close_button a {
	width: 88px;
	background-image: url(../images/close_button.gif);
	display: block;
	color: white;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	padding-top: 3px;
	text-align: center;
	height: 18px;
	cursor: pointer;
}

#content #central .custom #bottom_right_main .inside .mod_article .ce_jsevents_contact .request_confirm .close_icon {
	position: absolute;
	top: 17px;
	right: 25px;
}

#content #central .custom #bottom_right_main .inside .mod_article .ce_jsevents_contact .request_confirm .close_icon a {
	cursor: pointer;
}

#content #central .custom #bottom_right_main .inside .mod_article .ce_jsevents_contact .request_confirm iframe {
	position: absolute;
	top: -10000px;
	left: -10000px;
}

/* @end */

/* @group anfrageformular */

.standard_info #content #central #main .inside .contbody .formbody {
	padding-top: 15px;
	border-top: 1px dotted #fabb00;
	margin-top: 10px;
}

.standard_info #content #central #main .inside .contbody .formbody label {
	cursor: pointer;
	position: relative;
	text-align: left;
	font-size: 1.2em;
	float: left;
	width: 237px;
	padding-right: 20px;
	top: 4px;
}

.standard_info #content #central #main .inside .contbody .formbody input {
	width: 250px;
	height: 16px;
	border: 1px solid #fabb00;
	background-color: white;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 10px;
	padding: 2px;
}

.standard_info #content #central #main .inside .contbody .formbody input.captcha {
	width: 50px;
	height: 16px;
	border: 1px solid #fabb00;
	background-color: white;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 10px;
	padding: 2px;
	margin-right: 10px;
}

.standard_info #content #central #main .inside .contbody .formbody .captcha_text {
	font: 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.standard_info #content #central #main .inside .contbody .formbody select {
	width: 255px;
	border: 1px solid #fabb00;
	background-color: white;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 10px;
	padding: 2px;
}

.standard_info #content #central #main .inside .contbody .formbody textarea {
	width: 250px;
	height: 100px;
	border: 1px solid #fabb00;
	background-color: white;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 10px;
	padding: 2px;
}

.standard_info #content #central #main .inside .contbody .formbody .submit_container {
	float: right;
	padding-top: 10px;
	padding-bottom: 20px;
}

.standard_info #content #central #main .inside .contbody .formbody input.submit {
	height: 21px;
	border-style: none;
	color: white;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	cursor: pointer;
	text-align: center;
	background: url(../images/close_button.gif) no-repeat center center;
	margin: 0;
	padding: 0;
	width: 88px;
}

.standard_info #content #central #main .inside .contbody .formbody .explanation {
	clear: both;
}

.standard_info #content #central #main .inside .contbody .formbody input.error,
.standard_info #content #central #main .inside .contbody .formbody textarea.error  {
	border: 1px solid #e2001a;
	background-color: #ffb0b0;
}

/* @end */

/* @end */
