body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	/*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: #000000;
	border-bottom: 1px dotted #ffffff;
}

h3 {
	margin: 0 0 5px 0;
	padding: 0px;
	font-size: 17px;
	color: #000000;
  border-bottom: 1px dotted #ffffff;
}

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


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

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

ul {
	margin: 0;
}

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

.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/style/header.png) center top no-repeat;
	text-align: center;
}

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

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

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

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

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

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

#menu{
	width:100%;
	height: 45px;	
	margin: 0 auto;
	background: url(images/style/menu.png) repeat-x;
	color: #ffffff;
}

#menu #menu_nav{
	width: 1020px;
	height: 45px;	
	margin:0 auto;
	padding: 0 0 0 30px;
	color: #000000;
}

#menu #menu_nav ul {
	float: left;
	width: 1020px;
	margin: 0;
	padding: 7px 0 0 0;
	list-style: none;
}

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

#menu #menu_nav ul li a{
	float: left;

	padding: 0px 0;
	margin-right: 5px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000000;
	border-bottom: 3px solid #cccccc;
}

#menu #menu_nav li a:hover, #menu #menu_nav li .current{
	color: #000000;
	border-bottom: 3px solid #ffffff;
}
/* -------------------------------------------------------------------------- */

#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/style/bg00.jpg);
  background-position:top center;
  background-attachment: fixed; 
  background-repeat: no-repeat;
}

#main_bjs {
	overflow: hidden;
	height: 100%;
	width:100%;
	margin: 0 auto;
	background: url(https://www.falconrider.de/images/style/bg_bjs.jpg);
  background-position:top center;
  /*background-attachment: fixed;*/ 
  background-repeat: no-repeat;
}

#main_fs {
	overflow: hidden;
	height: 100%;
	width:100%;
	margin: 0 auto;
	background: url(https://www.falconrider.de/images/style/bg_fs.jpg);
  background-position:top center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

#main_fs1 {
	overflow: hidden;
	height: 100%;
	width:100%;
	margin: 0 auto;
	background: url(https://www.falconrider.de/images/style/bg01.jpg);
  background-position:top center;
  /*background-attachment: fixed;*/ 
  background-repeat: no-repeat;
}

#main_rs {
	overflow: hidden;
	height: 100%;
	width:100%;
	margin: 0 auto;
	background: url(https://www.falconrider.de/images/style/bg_rs.jpg);
  background-position:top 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: url(images/style/content.png) repeat;
	border: 5px solid #eeeeee;
	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_frame{
	width: 100%;
  height: 150px;
	margin: 0px;
	padding: 0px 0;
  background-image:url(images/style/h1.jpg);
  color: #ffffff;
}

.main_section_content_bg .m_s_c_bg_title{
	width: 100%;

	padding: 20px 5px 5px 20px;
}

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

.main_section_content_bg .m_s_c_bg_info{
	width: 100%;
  /*
  padding: 0 0 10px 0;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 15px;
  */
  padding: 5px 5px 5px 20px;
}

.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;*/
  text-decoration: none;
}


#bottom #bottom_section{      
	width: 990px;
	margin:0 auto;
	/*background: #000000 url(https://www.falconrider.de/images/style/bottom.jpg) center top no-repeat;*/
	padding: 15px 0 15px 10px;
}

#bottom_section .bottom_section_content {
	display: inherit;
	float: left;
	width: 300px;
	padding-right: 10px;
	margin-left: 10px;
	margin-bottom: 15px;
	color: #000000;
  height: 150px;
  
}

#bottom_section .bottom_section_content ul{
	margin: 0 0 0 10px;
	padding: 0 0 5px 10px;
  list-style-type: none;
}

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

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

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

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

#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;
}

.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;
}