#inhalt {
	position: absolute;
  	top: 40px;
  	left: 0px;
	width: 100%;
	z-index: 2;
}

#topmenu {
	position: fixed;
  	top: 0px;
  	left: 0px;
	width: 100%;
	background-color: #2d3c46;
	z-index: 5;
}

#bottommenu {
	position: fixed;
  	bottom: 0px;
  	left: 0px;
	width: 100%;
	z-index: 3;
}

.sticky{
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}
.navtop > ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #2d3c46;
	border: 1px solid;
	border-radius: 5px;
	width: auto;
	border-color: #2d3c46;
}

.navtop li {
	list-style: inside none;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}

li a {
	display: block;
	font-size: 12pt;
	font-weight: 600; 
	font-style: normal; 
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	text-align: center;
	text-decoration: none;
	padding: 10px 14px;
}

li a:hover {
	display: block;
	font-size: 12pt;
	font-weight: 600; 
	font-style: normal; 
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	text-align: center;
	text-decoration: none;
	padding: 10px 14px;
	background-color: #808080;
	border-radius: 5px;
}

li a:active {
	background-color: #222222;
}

.alignLeft {
    border-right: 1px solid ##2d3c46;
    border-left: 0px;

}

.alignRight {
    border-left: 1px solid ##2d3c46;
    border-right: 0px;

}

.navbottom > ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #2d3c46;
	border: 1px solid;
	border-color: #2d3c46;
}

.textinmenu {
	display: block;
	font-size: 12px;
	font-weight: 700; 
	font-style: normal; 
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	text-align: center;
	text-decoration: none;
	padding: 8px 14px;
}

.ButtonSmallDark {
  	display: block;
	font-size: 12px;
	font-weight: 700; 
	font-style: normal; 
	font-family: Arial, Helvetica, sans-serif;
	color: white;
  	text-align: center;
	vertical-align: middle;
  	border: 1px solid #2d3c46;
  	border-radius: 5px;
	margin: 0px;
	padding: 8px 14px;
	cursor:pointer;
	background: #2d3c46;
}
.ButtonSmallDark:hover {
  background: #808080;
}

.aButtonSmallDark > a {
	text-decoration: none;
  	display: block;
	font-size: 10px;
	font-weight: 700; 
	font-style: normal; 
	font-family: Arial, Helvetica, sans-serif;
	color: white;
  	text-align: center;
	vertical-align: middle;
  	border: 1px solid #080808;
  	border-radius: 5px;
	margin: 0px;
	padding: 8px 14px;
	cursor:pointer;
	background: #ff0000;
	background: -moz-linear-gradient(top, #ff0000 0%, #444444 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff0000), color-stop(100%, #444444));
	background: -webkit-linear-gradient(top, #ff0000 0%, #444444 100%);
	background: -o-linear-gradient(top, #ff0000 0%, #444444 100%);
	background: -ms-linear-gradient(top, #ff0000 0%, #444444 100%);
	background: linear-gradient(top, #ff0000 0%, #444444 100%);
}
.aButtonSmallDark > a:hover {
	text-decoration: none;
  background: #ff0000;
}

input[type=submit] {
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
	font-weight: 700;
	font-size: 10px; 
	font-style: normal; 
	font-family: Arial, Helvetica, sans-serif; 
	color: white; 
	height: 30px;
	display: block;
	border: 1px solid;
	border-radius: 5px;
	width: auto;
	border-color: #080808;
	margin: 0;
	padding: 0px, 10px, 0px, 10px;
	cursor:pointer;
	background: #ff0000;
	background: -moz-linear-gradient(top, #ff0000 0%, #444444 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff0000), color-stop(100%, #444444));
	background: -webkit-linear-gradient(top, #ff0000 0%, #444444 100%);
	background: -o-linear-gradient(top, #ff0000 0%, #444444 100%);
	background: -ms-linear-gradient(top, #ff0000 0%, #444444 100%);
	background: linear-gradient(top, #ff0000 0%, #444444 100%);
}
input:hover[type=submit] {
  background: #ff0000;
}






/* Nav CMDArea Starter CSS for Flyout Menu */
#linesolidblack{
  background-color: #404040;
  border-top: 0px solid #000000;
  border-bottom: 1px solid #000000;
  height: 0px;
}
#linedottedwhite{
  background-color: #000000;
  border-top: 1px solid #404040;
  border-bottom: 1px dotted #ffffff;
  height: 0px;
}
.gapLayer1{
	border: 0px;
	height: 10px;  
}

#cssmenu {
	position: fixed;
  	top: 0px;
  	left: 0px;
	z-index: 2;
}
#cssmenu:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu li {
	width: 150px;
		display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
	
}
#cssmenu li a {
	filter: none;
	display: block;
	line-height: 120%;
	padding: 6px 10px;
	font-size: 11px;
	font-weight: 700; 
	font-style: normal; 
	font-family: Arial, Helvetica, sans-serif;
	color: white;
  	text-align: center;
	vertical-align: middle;
  	border: 1px solid #080808;
  	border-radius: 5px;	
  	cursor:pointer;
	color: #ffffff;
	background: #ff0000;
	background: -moz-linear-gradient(top, #ff0000 0%, #444444 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff0000), color-stop(100%, #444444));
	background: -webkit-linear-gradient(top, #ff0000 0%, #444444 100%);
	background: -o-linear-gradient(top, #ff0000 0%, #444444 100%);
	background: -ms-linear-gradient(top, #ff0000 0%, #444444 100%);
	background: linear-gradient(top, #ff0000 0%, #444444 100%);
}
#cssmenu li a:hover {
	color: #ffffff;
	background: #ff0000;
}
/* Dreieck nach recht hinter Text in der Schaltfläche */
#cssmenu li.has-sub > a:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 6px;
  border: 5px solid transparent;
  border-left: 5px solid #ffffff;
}
#cssmenu li.has-sub {
	width: 170px;
}
#cssmenu li.has-sub a:hover {
	color: #ffffff;
	background-color: #ff0000;
}




/* 1. Ebene */
#cssmenu ul{
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
  float: left;
  width: 120px;
  font-weight: bold;
}
#cssmenu ul li{
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  min-height: 1px;
  line-height: 1em;
  vertical-align: middle;
  float: none;

}






/* 2. Ebene */
#cssmenu .has-sub ul li a {
	filter: none;
	display: block;
	line-height: 120%;
	width: 130px;
	padding: 6px 10px;
	font-size: 11px;
	font-weight: 700; 
	font-style: normal; 
	font-family: Arial, Helvetica, sans-serif;
	color: white;
  	text-align: center;
	vertical-align: middle;
  	border: 1px solid #080808;
  	border-radius: 5px;	
  	cursor:pointer;
	color: #ffffff;
	background: #ff0000;
	background: -moz-linear-gradient(top, #ff0000 0%, #444444 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff0000), color-stop(100%, #444444));
	background: -webkit-linear-gradient(top, #ff0000 0%, #444444 100%);
	background: -o-linear-gradient(top, #ff0000 0%, #444444 100%);
	background: -ms-linear-gradient(top, #ff0000 0%, #444444 100%);
	background: linear-gradient(top, #ff0000 0%, #444444 100%);
}
#cssmenu .has-sub ul li a:hover {
	color: #ffffff;
	background: #ff0000;
}
#cssmenu .has-sub {
  z-index: 1;
}
#cssmenu .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  top: 0px;
  left: 95%;
}

