* {
	margin: 0px;
	padding: 0px;
}

html, body {
  	height:auto !important;
  	min-height:100%;
    font-family:arial,verdana,sans-serif;
	font-size: 12px;
	margin-bottom: 50px;
}

#all {
	text-align: center;
	width: 763px;
	margin: auto;
}

#header {
	width: 763px;
	height: 154px;
	/*background: url(../images/img_header.jpg); */
}

h1 {
	color: #002D71;
	font-size: 17px;
	display: inline;
}

h2 {
	color: #999999;
	font-size: 15px;
	margin-bottom: 12px;
	font-weight: normal;
}

h3 {
	color: #888888;
	font-size: 15px;
	margin-bottom: 12px;
}

#top_menu {
	height: 17px;
	text-align: left;
	padding-left: 30px;
	padding-top: 3px;
	color: #E8E8E8;
}

#menu_home{
	background: url(../images/nav_home_n.jpg);
}

#menu_home:hover {
	background: url(../images/nav_home_h.jpg);
}

#menu_academy{
	background: url(../images/nav_akademie_n.jpg);
}

#menu_academy:hover{
	background: url(../images/nav_akademie_h.jpg);
}

#menu_reflact {
	background: url(../images/nav_reflact_n.jpg);
}

#menu_reflact:hover {
	background: url(../images/nav_reflact_h.jpg);
}

#menu_reg {
	background: url(../images/nav_ameldung_n.jpg);
}

#menu_reg:hover {
	background: url(../images/nav_ameldung_h.jpg);
}

#top_menu a {
	color: #C6C6C6;
}

#mainmenu {
	width: 764px;
}

#content {
	width: 755px;
	padding-top: 32px;
	padding-right: 4px;
	padding-left: 4px;
	text-align: left;
}

#topic_box {
	width: 480px;
	float: left;
	margin-right: 15px;
}

#topic_box div {
	width: 470px;
}

.zend_form dt{
	float: left;
	width: 120px;
	padding-top: 5px;
}

.zend_form dt label{
	font-weight: bold;
}

.zend_form dd{
	padding-top: 5px;
}

.zend_form dt{
	font-weight: bold;
}

.errors {
	list-style: none;
	margin-left: 120px;
	color: red;
	font-weight: bold;
}

#menulist{
	height: 30px;
    display: block;
    list-style-type: none;
}

#menulist li{
	float: left;
	display: block;
}

#menulist a {
	text-decoration: none;
	display: block;
	float: left;
	height: 30px;
	width: 191px;
}

#menulist_admin{
	height: 25px;
    display: block;
    list-style-type: none;
    border: 1px solid #000000;
}

#menulist_admin li{
	float: left;
	display: block;
}

#menulist_admin a {
	text-decoration: none;
	display: block;
	height: 20px;
	float: left;
	border-right: 1px solid #000000;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

.table_1 th{
	background-color:#AECAE8;
	border-right:1px solid #FFFFFF;
	border-collapse:collapse;
	height:20px;
	text-align: center;
}



.table_1 td{
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	height:20px;
}

.table_1 td{
	background-color: #FFFFFF;
}

.table_2 td{
	background-color: #F5F5F5;
}

.button_reg{
	width: 92px;
	height: 21px;
	background:transparent url(../images/btn_anmelden.jpg);
	display: block;
	margin-top: 5px;
}

.button_det{
	width: 92px;
	height: 21px;
	background:transparent url(../images/btn_details.jpg);
	display: block;
	margin-top: 2px;
}

div.button input{
	background:transparent url(../images/btn_start.gif) no-repeat scroll 0%;
	color:#999999;
	cursor:default;
	display:block;
	font-size:10px;
	line-height:15px;
	padding:2px 10px 2px 13px;
}

a.button, a.button:active, a.button:link, a.button:visited {
	background:transparent url(../images/btn_end.gif) no-repeat scroll right top;
	color:#444444;
	display:block;
	float:left;
	font-family:arial,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	height:19px;
	line-height:normal;
	margin-right:6px;
	padding-right:2px;
	text-decoration:none;
}

a.button span {
	background:transparent url(../images/btn_start.gif) no-repeat scroll 0%;
	color:#000000;
	display:block;
	font-size:10px;
	line-height:15px;
	padding:2px 10px 2px 13px;
}

span.button {
	background:transparent url(../images/btn_end.gif) no-repeat scroll right top;
	display:block;
	float:left;
	font-family:arial,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	height:19px;
	line-height:normal;
	margin-right:6px;
	padding-right:2px;
	text-decoration:none;
}

.submit_button {
	display: block;
	border: 1px solid #000000;
	font-size: 12px;
	padding-left: 2px;
	padding-right: 2px;
	line-height:normal;
}

span.button span {
	background:transparent url(../../global_includes/images/buttons/nolang/btn_start.gif) no-repeat scroll 0%;
	color:#999999;
	cursor:default;
	display:block;
	font-size:10px;
	line-height:15px;
	padding:2px 10px 2px 13px;
}

.error_line {
	color: red;
	font-weight: bold;
	padding-top: 10px;
}

.input_select {
	width: 200px;
}

input.DatePicker {
    display: block;
    cursor: pointer;
    width: 195px;
}

.dp_container {
    position: relative;
    padding: 0;
    z-index: 500;
}

.dp_cal {
    background-color: #E7F0F9;
    border: 1px solid #000;
    position: absolute;
    width: 177px;
    top: 20px;
    left: 0;
    margin: 0px 0px 3px 200px;
}

* html .dp_cal {
    top: 0px;
    margin: 0px 0px 0px 209px;
}


.dp_cal table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.dp_cal select {
    margin: 2px 3px;
    font-size: 11px;
}

.dp_cal select option {
    padding: 1px 3px;
}

.dp_cal th, .dp_cal td {
    width: 14.2857%;
    text-align: center;
    font-size: 11px;
    padding: 2px 0;
}

.dp_cal th {
    border: solid #000;
    border-width: 1px 0;
    color: #000;
    background: #FFF;
    font-weight: bold;
}

.dp_cal td {
    cursor: pointer;
}

.dp_cal thead th {
    background: #D1DFF0;
}

.dp_cal td.dp_roll {
    color: #000;
    background: #E7F0F9;
}

/* must have this for the IE6 select box hiding */
.dp_hide {
    visibility: hidden;
}

.dp_empty {
    background: #eee;
}

.dp_today {
    background: #FFF;
}

.dp_selected {
    color: #002E85;
    font-weight:bold;
    background: #E7F0F9;
}


.input_textarea {
	width: 500px;
	height: 200px;
}

.input_textarea_editor {
	width: 500px;
	height: 400px;
}

.section_header {
	cursor: pointer;
	padding-top:6px;
	padding-bottom:10px;
	padding-left: 10px;
	font-size:15px;
 	background-color:#AECAE8;
 	width:475px !important;
 	font-weight: bold;
 	border-bottom: 2px solid #FFFFFF;
 	height: 15px;
	overflow: hidden;
}

#sidebar {
	float:left;
	width: 240px !important;
	padding-left: 15px;
}

.sidebar_text {
	margin-bottom: 10px;
}

.topic_col {
	padding-top: 3px;
}

* html .topic_col {
	padding-top: 0px;
}

.table_topic_title {
	vertical-align: top;
}

.sidebar_text dt{
	font-weight: bold;
	padding-bottom: 3px;
}

.sidebar_swf{
	margin-bottom: 10px;
}

.sidebar_flv {
	margin-bottom: 10px;
}

.sidebar_image {
	margin-bottom: 10px;
}

.sidebar_image img{
	
}

.slidebox {
	width:438px;
	display: block;
}

.topic_list{
	width:485px;
	border-bottom: 2px solid #FFFFFF;
}

.topic_list dt{
	float:left;
	padding-top:9px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight:bold;
	width: 100px;
}

.list_color_1 {
	background-color:#F5F5F5;
}

.list_color_2 {
	background-color:#E8E8E8;
}

* html .topic_list dt{
	margin-top: 0px;
}

.topic_list dd{
	width:360px;
	margin-left:110px;
	padding-top: 9px;
	padding-bottom: 20px;
	padding-left: 5px;
	border-left: 2px solid #FFFFFF;
}

* html .topic_list dd{
	padding-top: 9px;
}

.topic_header{
	font-weight:bold;
	padding-bottom: 0px !important;
}

* html .topic_header{
	margin-top: 0px;
}

.reg_table {
	width: 485px;
}

.reg_table th{
	background-color: #AECAE8;
	height: 20px;
	text-align: center;
}

.reg_table td{
	padding-left: 3px;
	padding-right: 3px;
}

.row_1 {
	background-color: #F5F5F5;
}

.row_2 {
	background-color: #E8E8E8;
}

.info_table th{
	background-color: #AECAE8;
	height: 20px;
	text-align: center;
}

.info_table td{
}

.description_topic {
     background-color: #cbddf1;
	padding: 5px;
}

.button_back{
     width: 92px;
     height: 21px;
     background:transparent url(../images/btn_zurueck.jpg);
     display: block;
     margin-top: 2px;
}

#menu_home_active{
	background: url(../images/nav_home_h.jpg);
}
#menu_academy_active{
	background: url(../images/nav_akademie_h.jpg);
}
#menu_reg_active{
	background: url(../images/nav_ameldung_h.jpg);
}
#menu_reflact_active{
	background: url(../images/nav_reflact_h.jpg);
}

.success_line {
	color:#002D71;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 4px;
}
.error_line2 {
	color:red;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 4px;
}

.datenschutz{
	font-size: 10px;
	padding-top: 20px;
	padding-left: 4px;
}

.undersite {
	margin-top: 49px;
}