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;
	border-bottom: 1px dotted #663e17;
}

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

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(https://www.falconrider.de/images/style/header.jpg) center top no-repeat;
	text-align: center;
}

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

#header #header_title_bjs{
	width: 1020px;
	height: 132px;	/* +73 padding-top = 205 */
	margin:0 auto;
	padding-top: 73px;
	background: url(https://www.falconrider.de/images/style/header_bogen.jpg) 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(https://www.falconrider.de/images/style/menu.gif) repeat-x;
	color: #ffffff;
}

#menu #menu_nav{
	width: 1000px;
	height: 45px;	
	margin:0 auto;

	color: #03a0a6;
}
/*
#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: 5px 0;
	margin-right: 5px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	border-bottom: 3px solid #472400;
}

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

#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(https://www.falconrider.de/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(https://www.falconrider.de/images/style/content.gif) repeat;
	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: 165px;	
	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: 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;
}

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

/* ##################################### */
#btnTop {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  /*border: none;*/
  border: black 2px solid;
  outline: none;
  background-color: #3b1f02;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#btnTop:hover {
  background-color: #703901;
}

/* ####### MENU ####### */
/* width: 1000px; */

.navbar {                  
  overflow: hidden;
}

.navbar .link {
  float: left;
	padding: 12px 16px 8px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	border-bottom: 6px solid #2e1a03;
}

.navbar a {
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
}

.dropdown {
  float: left;
  text-align: center;
  overflow: hidden;
} 

.dropdown .dropbtn {
	padding: 12px 16px 8px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	color: #ffffff; 
  
  background: rgba(59, 31, 2, 0.0);   /* richtige Farbe definiert und dann unsichtbar geschaltet */

  border: none;
  outline: none; 
}

.navbar .link:hover {
	color: #ffffff;
	border-bottom: 6px solid #703901;
}

.dropdown-content {
  display: none;
  position: absolute;
  color: #ffffff;
  background-color: #3b1f02;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: #ffffff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  border-bottom: 6px solid #2e1a03;
}

.dropdown-content a:hover {
	color: #ffffff;
	border-bottom: 6px solid #703901;  
}

.dropdown:hover .dropdown-content {
  display: block;
}
/* ############################# */