/*////////////////////////////////////////////////////// 
ALLGEMEINE FORMATIERUNG FÜR BUDOGATE® TEMPLATE 04 
//////////////////////////////////////////////////////*/
.body-bg {	
	background:#E7F1FF url() fixed;/**/
	background-color:rgba(0,89,181,1.00);
	background-size:cover;
}

hr {
	margin-left:0px;
}
table { 
	height:100%;
	width:100%;
	padding:10% 25% 10% 25%;
	margin-left:auto;
	margin-right:auto;
	background:url("") top right no-repeat;
	background-size: 30% auto;
	background-position: 10% 30%;
	opacity:1;
}
/*////////////////////////////////////////////////////// 
MAIN
//////////////////////////////////////////////////////*/

.main {
	position:relative;
	padding: 0px;
	padding-bottom:0px;
	width:auto;
	background: none;
}
.center {
	text-align:center;
}
.splitgradient {
	line-height:0px; 
	border-bottom:0px solid red;
	height:60px;
	padding:20px 0px;
	text-align:center;
	background:rgba(84,84,84,0.30) url(../images/allgemein/bg_gradient_grey.png) no-repeat bottom;
	background-size:100% 100%;
	}
.main p {
	padding:0px;
	color: white;
}
.main h1, h2 {
	padding-left:0px;
	padding-right:0px;
	color:rgba(245,130,32,1)
}
.main h1 {
	padding-top:0px;
	color: white;
}
.main img {
	width: 300px;
	height: auto;
	margin-bottom: 20px;
}
#headline {
	width: 60%;
	height: auto;
}
.linkcolorwhite {
	color: white;
	text-decoration: underline;
}
.main img.cookie {
	width: 80px;
}

main div.mehr h1, h2, h3, h4, h5, h6, p, a, ul, li {
	color: white;
}
main div.mehr h1, h2, h3, h4, h5, h6 {
	color: white;
	padding-left: 0px;
}

/*////////////////////////////////////////////////////// 
LISTENFORAMTIERUNG  GENERELL
//////////////////////////////////////////////////////*/

.main ul {
	margin:0px;
	padding:0px;
	position:relative;
	/*background:yellow;
	height:50px;*/
}
.main ul li {
	list-style:none;
	display:block;
	height:auto;
	float:left;
	border-radius:0px;
	padding:0px 0px 15px 0px;
	background-color:rgba(0,122,195,0.1); /* #007AC3+transp*/
	/*background: url(../images/allgemein/bg_menu.gif);
	background-size:100% 100%;*/
}
 
.main ul li h1 {
	display:block;
	/*background-color:rgba(245,130,32,0.5);
	background-color:rgba(0,89,181,1.00);*/
	background: #F89528 url(../images/allgemein/bg_on.gif);
	background: rgba(0,89,181,1.00) url(../images/allgemein/bg_menu.gif);
	background-size:100% 100%;
	color:#FFFFFF;
	text-transform:uppercase;
	border-bottom:0px dotted white;
	font-size:1.4em;
	padding:15px 10px;
	margin:0px;
	margin-bottom:20px;
}
.main ul li h2 {
	display:block;
	/*background-color:#F58220;
	background: #F89528 url(../images/allgemein/bg_on.gif);
	background: rgba(0,89,181,0.10) url(../images/allgemein/bg_menu.gif);*/
	background: rgba(0,89,181,0.10);
	background-size:100% 100%;
	color:rgba(0,89,181,1);
	font-size:2.6em;
	margin:0px 0px 0px 0px;
	border-radius:0px;
	padding:5px 10px;
}
.main ul li p {
	margin:10px;
	padding:0px;
}
.main ul li h3 {
	margin:10px;
	padding:0px;
	text-transform:uppercase;
}
.main ul li a:link, .main ul li a:visited, .main ul li a:hover, .main ul li a:active {
}
.main ul li h2 span {
	display:inline-block;
	position:relative;
	color:rgba(0,89,181,1);
	font-weight:normal;
	font-size:0.45em;
}
.main ul li h2 span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px; /* ADJUST HEIGHT TO ADD WEIGHT */
    background: rgba(0,122,195,0.95); /* #007AC3+transp*/ /* CHANGE COLOR TO SUIT */
    background: rgba(255,255,255,0.95); /* #007AC3+transp*/ /* CHANGE COLOR TO SUIT */
    background: red; /* #007AC3+transp*/ /* CHANGE COLOR TO SUIT */
}

/*////////////////////////////////////////////////////// 
FOOTNOTE 
//////////////////////////////////////////////////////*/

.footnote {
	font-size: 0.9em;
	color: white;
	margin-top: 20px;
	height:10px;
	vertical-align:bottom;
	/*text-transform: uppercase;*/
}


.footnote a:link {
	color: white;
	text-decoration: underline;
}
.footnote a:visited {
	color: white;
	text-decoration: underline;
}
.footnote a:hover {
	color: white;
	text-decoration: none;
}
.footnote a:active {
	color: white;
	text-decoration: underline;
}







