
* 
{
	margin:0;
	padding:0;
}

body 
{
	margin:0;
			background-image: linear-gradient(#373f43);
			background-repeat:no-repeat;
	background-size: cover;
	background-attachment: fixed;
	width:100%;
	height:100%;
}

body, table, td, tr, div, p, pre, h1, h2, h3, h4, ul
{
	font-family: Verdana, Arial;
	font-size: 11px;
}

img 
{
	border:none;
}

a 
{
	color:#000000;
		text-decoration:none;
	font-weight:bold;
}

a:hover
{
	color:#00ca21;
		text-decoration:none;
	font-weight:bold;
}

h5 
{
	font-size: 14px;
	text-decoration: none;
	color: #666666;
}

.mHead
{
	border-radius: 10px 10px 0px 0px;	width:100%;
	height:50px;
	font-size: 18px;
	color:#ffffff;
		background-image: linear-gradient(90deg,#FFD700,#800000);
	text-decoration: none;
	display:flex;
	align-items: center;
}

.cHead
{
	border-radius: 10px 10px 0px 0px;	width:100%;
	height:50px;
	font-size: 18px;
	color:#ffffff;
		background-image: linear-gradient(270deg,#FFD700,#800000);
	text-decoration: none;
	display:flex;
	align-items: center;
}

.mBorderbox 
{
	border-radius: 0px 0px 10px 10px;
    padding: 3px;
    line-height: 20px;
	color:#000000;
		background-image: linear-gradient(#F0E68C);
	color:#000000;
}

.cBorderbox 
{
	border-radius: 0px 0px 10px 10px;
    padding: 3px;
    line-height: 20px;
	color:#000000;
		background-image: linear-gradient(#F0E68C);
	color:#000000;
}


dd 
{ 
	margin:1px 0 0 15px; 
}
dl 
{ 
	margin:3px 0 10px 0; 
	padding:10px;
}

#wrapper 
{
	width:100%;
	min-height:400px;
	height:auto;
	margin:0 auto 0 auto;
	text-align:left;
}

#header_2
{
    margin:0 auto 0 auto;
    width:100%;
			background-image: linear-gradient();
		    height:135px
}
#topbar 
{
	width:1200px;
	margin:0 auto;
	color:White;
}
#topbar_left
{
	float:left;
}
#topbar_right
{
	float:right;
}

#logobar
{
	width:1200px;
	margin:0 auto;
}
#topnav
{
	width:1200px;
	height:40px;
	background-repeat:no-repeat;
	text-align:center;
	position: relative;
	top: 20px;
}
#topnav ul, #topbar_left ul,#topbar_right ul
{
	margin:0 auto;
	padding:0;
	list-style:none;
}
#topnav ul li, #topbar_left ul li,#topbar_right ul li 
{
	float:left;
}
#topnav ul li a, #topbar_left ul li a,#topbar_right ul li a 
{
	display:block;
	padding:0;
	margin:0 20px 0 1px;
	text-align:left;
	font-family: Trebuchet MS, Verdana;
	color:#ffffff;
		text-decoration:none;
	font-weight:bold;
	font-size:18px;
}
#topnav ul li a:hover 
{
    color: #00ca21;
}
#topbar_left ul li a:hover,#topbar_right ul li a:hover 
{
    color: White;
}
#logo 
{
	float:left;
	border:none;
	margin:30px 0 0 0;
}
#banner 
{
	float:right;
	height:60px;
	width:468px;
	background-image:url(../images/banner_bg.png);
	background-repeat:no-repeat;
	margin:15px 0 15px 0;
}

#content 
{
	width:1200px;
	margin:0 auto 0 auto;
}
#left 
{
	float:left;
	width:250px;
	text-align:left;
	margin:0px;
	padding:0 0 4px 0;
}
#middle 
{
	float:right;
	width:940px;
	margin:0px;
	padding:0px;
}

#footer 
{
	width:100%;
	padding:4px 0 4px 0;
	font-size:10px;
	color:#93a9c0;
	text-align:center;
}
#footer a 
{
	font-size:10px;
	color:#93a9c0;
	text-decoration:underline;
}
#footer a:hover 
{
	text-decoration:none;
}

.tabellen 
{
	border: 1px solid #a8a8a8;
	border-spacing: 0px;
	width: 100%;
	padding: 0;
}
.tabellenhead, .tabellenhead a 
{
	background-color:  #265266;
	color: #d7d7d7;
}
.tabellenbody_1 
{
	background-color: #f3f3f3;
	padding:0px;
}

.tabellenbody_0 
{
    background-color: #d7d7d7;
    padding:0px;
}

button 
{
	font-size:13px;
	font-style:normal;
	font-weight:normal;
	border:0;
	padding:1px 3px;
	cursor:pointer;
	height:20px;
}

.topbar_input 
{
	color: black;
	width:100px;
	height:20px;
	border: 1;
	padding: 0 0 0 3px;
}

select.button
{ 
	border:0px solid   #666666; 
}

@supports ( -webkit-text-stroke:thin ) {
   .textcolor {
					background-image:linear-gradient(#FFD700,#B8860B,#A52A2A,#800000);
			        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
		padding:0 0 0 30px;
		margin: 120px 0 0 0;
	    font-size:50px;
		text-decoration:none;
		font-weight:bold;
		 		font-family: Arial, sans serif;
  }
   .text-image {
         background-image: url('backgroundfiller.jpg');
         background-size: 100%;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke:1px #FAB6D3;
   }
   .stroke {
        -webkit-text-stroke:2px #AB2158;
   }
}
