/*
 * Layout
 */
#wrapper {
	width: 100%;
}
#header {
	width: 100%;
	height: 122px;
	background: url(../images/header_pattern_all.jpg) repeat-x;
}
#header #headermiddle {
	width: 800px;
	height: 122px;
	margin: 0 auto;
	background: url(../images/header.jpg) no-repeat;
}
#subheader {
	width: 100%;
	height: 59px;
	background: url(../images/subheader_pattern_all.jpg) repeat-x;
}
#subheader #subheadermiddle {
	width: 800px;
	height: 59px;
	margin: 0 auto;
	background: url(../images/subheader.jpg) no-repeat;
}
#container {
	width: 100%;
	background: #FBF5F5 url(../images/content_bg_all.jpg) bottom repeat-x;
}
#container #main {
	width: 800px;
	margin: 0 auto;
}
#container #main .left {
	width: 182px;
	min-height: 294px;
	background: url(../images/moto1_08.jpg) top repeat-y;
}
#container #main .innerleft {
	width: 182px;
	min-height: 294px;
	background: url(../images/footright_bottom.jpg) bottom no-repeat;
}
#container #main .box {
	width: 754px;
	margin-left: -754px;
}
#container #main .content {
	position: relative;
	width: 572px;
	min-height: 750px;
	float: right;
}
#container #main .navigation {
	position: relative;
	width: 182px;
	float: left;
}
#container #main .right {
	margin-left: 754px;
	width: 46px;
	min-height: 294px;
	background: url(../images/moto1_09.jpg) top repeat-y;
}
#container #main .innerright {
	width: 46px;
	min-height: 294px;
	background: url(../images/footleft_bottom.jpg) bottom no-repeat;
}
#container #main .content .inside {
	margin: 0 25px 0 15px;
	padding: 0 0 25px 0;
}
/*
 * Fontfaces
 */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
}
#main h1 {
	font-size: 16px;
	font-weight: 700;
	color: #B7282E;
}
#main h2 {
	font-size: 16px;
	color: #B7282E;
}
#main h3 {
	font-size: 14px;
	font-weight: 700;
	color: #B7282E;
}
#main h4 {
	font-size: 14px;
	color: #B7282E;
}
#main h5 {
	font-size: 12px;
	font-weight: 700;
	color: #B7282E;
}
#main h6 {
	font-size: 12px;
	color: #B7282E;
}
#main pre {
	white-space: normal;
	margin: 10px 0 10px 0;
	background: #ECD6D8;
	padding: 10px;
}
#main blockquote {
	font-style: italic;
	margin: 10px 25px 10px 25px;
	padding: 10px 10px 5px 10px;
	background: #ECD6D8;
}
/*
 * Elements
 */
#main a {
	color: #B7282E;
}
#main figure.float_left {
	margin-right: 10px;
}
#main figure.float_right {
	margin-left: 10px;
}
#main ul li {
	list-style: disc;
	list-style-position: inside;
	margin-left: 10px;
}
#main ol li {
	list-style: decimal;
	list-style-position: inside;
	margin-left: 10px;
}
#main table {
	width: 532px;
	border: 1px solid #EBD3D4;
}
#main table tr td {
	border: 1px solid #EBD3D4;
	padding: 3px;
}
#main table tr.odd {
	background: #ECD6D8;
}
#main section.ce_accordion {
	background: #ECD6D8;
	padding: 0 10px 10px 10px;
	margin-bottom: 5px;
}
#main section.ce_accordion .toggler {
	display: block;
	height: 25px;
	line-height: 35px;
	font-weight: 700;
	cursor: pointer;
}
#main section.ce_accordion .accordion div {
	margin-top: 5px;
}
/*
 * Navigation
 */
#main .navigation {
	margin-top: 25px;
}
#main .navigation ul li {
	list-style: none;
	display: block;
	height: 40px;
	margin: 0;
}
#main .navigation ul li a,
#main .navigation ul li span.active {
	display: block;
	height: 40px;
	width: 182px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
}
#main .navigation ul li span.active {
	background: url(../images/nav_activ.jpg);
}
#main .navigation ul li a:hover {
	background: url(../images/nav_hover.jpg);
}
/*
 * Forms
 */
/** AnmeldeForm **/
.ce_form.tableless fieldset {
	width: 90%;
	margin: 0px auto 15px auto;
	padding: 5px;
	border: 1px solid #B7282E;
	border-radius: 3px;
}
.ce_form.tableless fieldset fieldset {
	border: none;
}
.ce_form.tableless fieldset.radio_container {
	margin-bottom: 0;
}
.ce_form.tableless fieldset.checkbox_container {
	margin: 0 auto; 
}
.ce_form.tableless fieldset.radio_container legend {
	margin-bottom: 5px;
}
.ce_form.tableless fieldset.radio_container span {
	display: block;
	width: 100%;
	float: left;
}
.ce_form.tableless label {
	float: left;
	margin-bottom: 10px;
}
.ce_form.tableless input[type="text"] {
	float: right;
	width: 250px;
}
.ce_form.tableless textarea {
	width: 252px;
	height: 150px;
	resize: none;
	float: right;
}
.ce_form.tableless input[type="radio"],
.ce_form.tableless input[type="checkbox"] {
	float: left;
	margin-right: 5px;
}
.ce_form.tableless br {
	clear: both;
}
.ce_form.tableless #ctrl_31,
.ce_form.tableless #ctrl_98 {
	margin-top: -50px;
	width: 140px;
}
.ce_form .error {
	color: #B7282E;
}
