body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1a0d00;
	background: #000000;
}

/* Links im Content */
.m_s_c_bg_body a:link, .m_s_c_bg_body a:visited { color: #000000; text-decoration: none;font-style:italic; } 
.m_s_c_bg_body a:active, .m_s_c_bg_body a:hover { color: #000000; text-decoration: underline;font-style:italic; }

/* Links für menu */
.li a:link, .li a:visited { color: #000000; text-decoration: none;font-style:normal; } 
.li a:active, .li a:hover { color: #000000; text-decoration: underline;font-style:normal; }

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 60px;
	color: #000000;;
}

h2 {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	font-size: 20px;
	color: #a6703c;
}

h3 {
	margin: 0 0 5px 0;
	padding: 0px;
	font-size: 17px;
	color: #875724;
}

h4 {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	color: #623107;
}


p {
	margin: 0px;
	padding: 0 0 10px 0;
	text-align: justify;
}

.cleaner {
	clear: both;
	width: 100%;
	height: 1px;	
}

/* -------------------------------------------------------------------------- */

.inputfield{
	background: #ffffff;
	border: 1px solid #c9f5f6;
	color: #000;
	font-size: 13px;
	font-variant: normal;
	height: 14px;
	line-height: normal;
	padding: 4px;
	margin-bottom: 5px;
	width: 240px;
}

.button{
	width: 60px;
	height: 25px;
}

/* -------------------------------------------------------------------------- */


#header{
	width:100%;
	margin: 0 auto;
	background-color: #000000;
	color: #FFFFFF;
	height: 205px;
}

#header #header_title{
	width: 1020px;
	height: 132px;	/* +73 padding-top = 205 */
	margin:0 auto;
	padding-top: 73px;
	background: url(images/header.jpg) center top no-repeat;
	text-align: center;
}


/* -------------------------------------------------------------------------- */

#submenu{
	width:100%;
	height: 45px;	
	margin: 0 auto;
}

#submenu #menu_nav{
	width: 880px;
	height: 45px;	
	margin:0 auto;
	color: #03a0a6;

}

#submenu #menu_nav ul {
    
	width: 880px;
	margin: 0;
	list-style: none;
  
}

#submenu #menu_nav ul li{
	display: inline;
  
}

#submenu #menu_nav ul li a{
	float: left;
  padding: 5px 0;
	margin-right: 5px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
  border-bottom: 1px dotted #663e17;
  border-top: 1px dotted #663e17;
}

#submenu #menu_nav li a:hover, #submenu #menu_nav li .current{
	color: #a6703c;
}

/* -------------------------------------------------------------------------- */
#main {
	overflow: hidden;
	height: 100%;
	width:100%;
	margin: 0 auto;
	background: url(images/bg00.jpg);
  background-position:center center;
  /*background-attachment: fixed;*/ 
  background-repeat: no-repeat;
}

#main_section{
	width: 990px;
	padding: 15px 0 0 30px;
	margin:0 auto;
}

#main_section_content {
	float: left;
	width: 960px;
	margin: 0px;
	margin-bottom: 15px;

}

#main_section_content .main_section_content_bg_msg {
	clear: both;
	width: 950px;
  background-color: #ffffff;
	border: 5px solid #3b3023;
	margin-bottom: 15px;
  min-height: 500px;	
} 

#main_section_content .main_section_content_bg {
	width: 890px;
	padding: 25px 30px 0 30px;  
}

* html #main_section_content .main_section_content_bg {
	margin-bottom: 5px;
}

.main_section_content_bg .m_s_c_bg_title{
	width: 100%;
	margin: 0px;
	padding: 5px 0;
}

.main_section_content_bg .m_s_c_bg_title h1{
	font-size: 26px;
	font-weight: bold;
	color: #1a0d00;
}

.main_section_content_bg .m_s_c_bg_info{
	width: 100%;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #333333;
	margin-bottom: 15px;
}

.main_section_content_bg .m_s_c_bg_body{
	width: 100%;
  font-size: 15px;
}

.main_section_content_bg .m_s_c_bg_body .m_s_c_bg_body_box{
	padding: 0 0 0 10px;
}

.main_section_content_bg .m_s_c_bg_body img{
	margin-bottom: 15px;
}

#bottom{
	width:100%;
	margin: 0 auto;
	border-top: 5px solid #000000;
	background-color: #000000;
}

#bottom #bottom_section{
	width: 990px;
	margin:0 auto;
	height: 150px;	
	background: #000000;
	padding: 15px 0 15px 10px;
}

#bottom_section .bottom_section_content {
	display: inherit;
	float: left;
	width: 175px;
	padding-right: 10px;
	margin-left: 10px;
	margin-bottom: 15px;
	color: #dbc1a7;
}

#bottom_section .bottom_section_content ul{
	margin: 0 0 0 10px;
	padding: 0 0 5px 10px;
}

#bottom_section .bottom_section_content a{
	color: #dbc1a7;
}

#footer{
	width:100%;
	margin: 0 auto;
	background-color: #000000;
	color: #ffffff;
}

#footer #footer_section{
	width: 1020px;
	margin:0 auto;
	text-align: center;
	padding: 15px;
}

#footer #footer_section a {
	color:#dbc1a7;
}

#alpha50 {
  opacity: 0.5;       /* modern browser */  
  -moz-opacity: 0.5;  /* older Mozilla browser */  
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE8 in Standard Compliant Mode */  
  filter:alpha(opacity=50); /* IE5.x -7.0 */
} 

/* ---class = mehere befehle ; id = nur einmal pro html---------------------------------------*/
.align_center {
  text-align:center;
  margin-left:auto; 
  margin-right:auto;
}

/* ---bilder--------------------------------------*/
.bild {
  position: relative;
  width: 100%;
  height: 130px;
}
.bild_right {
  position: absolute;
  top: 0px;
  right: 0;
  width: 195px;
  height: 165px;
}
/* ---class = mehere befehle ; id = nur einmal pro html---------------------------------------*/
.border_1 {
  border:1px solid rgb(0,0,0);
}

/* --- --- --- --- --- --- */
.table{
	display: table;
	width: 100%;
}
.tableRow {
	display: table-row;
}
.tableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.tableCell, .tableHead {
	border: 0px solid #999999;
	display: table-cell;
	padding: 3px 10px;
}

.tableCellCenter, .tableHeadCenter {
	border: 0px solid #999999;
	display: table-cell;
	padding: 3px 10px;
  text-align:center;
}

.tableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.tableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.tableBody {
	display: table-row-group;
}


.proTable        { display: table;    
                   width: 100%; } 
.proTableRow     { display: table-row; } 
.proTableHeading { display: table-header-group;  }
.proTableHead    { display: table-cell;   } 
.proTableCell    { text-align:center;  
                   vertical-align:middle;} 
.proTableCell-l  { display: table-cell;    
                   text-align:left;  
                   vertical-align:middle;}  
.proTableCell-c  { display: table-cell;    
                   text-align: center;  
                   vertical-align: middle;}                     
.proTableCell-r  { display: table-cell; 
                   text-align: right;  
                   vertical-align: middle;}
.proTableCell-tre{ text-align:center;  
                   vertical-align:middle;
                   width: 2px; 
                   height: 27px; 
                   background-color: #CCCCCC;}                   
.proTableCell-nav{ 
                   text-align: center;  
                   vertical-align: middle;}
.proTableCell-main{ 
				           vertical-align: text-top;
			             padding-bottom: 5px;
			             padding-left: 0px;
			             padding-right: 0px;
			             padding-top: 5px;}
.proTableCell-sec{ vertical-align: text-top;
			             padding-bottom: 5px;
			             padding-left: 0px;
			             padding-right: 0px;
			             padding-top: 5px;}                                                              
.proTableHeading { display: table-header-group;    background-color: #ddd;    font-weight: bold; } 
.proTableFoot    { display: table-footer-group;    font-weight: bold;    background-color: #ddd; } 
.proTableBody    { display: table-row-group; } 

#menu{
	width:100%;
	height: 50px;	
	margin: 0 auto;
  background-color: #502700
}

#menu #menu_nav{
	width: 1000px;
	height: 45px;	
	margin:0 auto;
	padding: 0 0 0 30px;
	color: #03a0a6;
}

#menu #menu_nav a{
	float: left;  
	padding: 15px 0;
	margin-right: 5px;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
  font-weight: bold;
}

#menu #menu_nav a:hover, #menu #menu_nav .current{
	color: #ffffff;
  font-weight: bold;
}