/* CSS Document */

a:link, a:visited {
	color: #a4d226;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

body {
	width: 1066px;
	background: #111111;
	margin: 0 auto;
	font-size: 12px;
	font-family: Verdana;
	color: #fff;
}

img {
	border: none;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none outside;
}

h1 {
	font-family: Verdana;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	margin: 0;
	margin: 10px 0px 10px;
}

h2 {
	font-family: Verdana;
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	margin: 0;
	margin: 10px 0px 10px;
}

h3 {
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	margin: 0;
	margin: 10px 0px 10px;
}

input, select, textarea {
	font-size: 12px;
	font-family: Verdana;
	color: #333;
	border: none;
}

input[type=text], input[type=password] {
	width: 131px;
	height: 23px;
	padding-left: 5px;
	padding-right: 5px;
	/*Textbox Schatten*/
	-webkit-box-shadow: inset 3px 3px 5px 0px rgba(0, 0, 0, 0.27);
	-moz-box-shadow: inset 3px 3px 5px 0px rgba(0, 0, 0, 0.27);
	box-shadow: inset 3px 3px 5px 0px rgba(0, 0, 0, 0.27); 
	/*Textbox Verlauf*/
	background: rgb(200,200,200);
	background: -moz-linear-gradient(top,  rgba(200,200,200,1) 0%, rgba(220,220,220,1) 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(200,200,200,1)), color-stop(99%,rgba(220,220,220,1)));
	background: -webkit-linear-gradient(top,  rgba(200,200,200,1) 0%,rgba(220,220,220,1) 99%);
	background: -o-linear-gradient(top,  rgba(200,200,200,1) 0%,rgba(220,220,220,1) 99%);
	background: -ms-linear-gradient(top,  rgba(200,200,200,1) 0%,rgba(220,220,220,1) 99%);
	background: linear-gradient(top,  rgba(200,200,200,1) 0%,rgba(220,220,220,1) 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8c8c8', endColorstr='#dcdcdc',GradientType=0 );
	/*Textbox Kontur*/
	border: 1px solid #d3d3d3;
	/*Textbox Rundung*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}

input[type=text]#txtsmall {
	width: 29px;
	height: 23px;
	padding-left: 5px;
	padding-right: 5px;
	/*Textbox Schatten*/
	-webkit-box-shadow: inset 3px 3px 5px 0px rgba(0, 0, 0, 0.27);
	-moz-box-shadow: inset 3px 3px 5px 0px rgba(0, 0, 0, 0.27);
	box-shadow: inset 3px 3px 5px 0px rgba(0, 0, 0, 0.27); 
	/*Textbox Verlauf*/
	background: rgb(200,200,200);
	background: -moz-linear-gradient(top,  rgba(200,200,200,1) 0%, rgba(220,220,220,1) 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(200,200,200,1)), color-stop(99%,rgba(220,220,220,1)));
	background: -webkit-linear-gradient(top,  rgba(200,200,200,1) 0%,rgba(220,220,220,1) 99%);
	background: -o-linear-gradient(top,  rgba(200,200,200,1) 0%,rgba(220,220,220,1) 99%);
	background: -ms-linear-gradient(top,  rgba(200,200,200,1) 0%,rgba(220,220,220,1) 99%);
	background: linear-gradient(top,  rgba(200,200,200,1) 0%,rgba(220,220,220,1) 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8c8c8', endColorstr='#dcdcdc',GradientType=0 );
	/*Textbox Kontur*/
	border: 1px solid #d3d3d3;
	/*Textbox Rundung*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}

input[type=text]#txtbig {
	width: 330px;
	height: 23px;
	padding-left: 5px;
	padding-right: 5px;
	/*Textbox Schatten*/
	-webkit-box-shadow: inset 3px 3px 5px 0px rgba(0, 0, 0, 0.27);
	-moz-box-shadow: inset 3px 3px 5px 0px rgba(0, 0, 0, 0.27);
	box-shadow: inset 3px 3px 5px 0px rgba(0, 0, 0, 0.27); 
	/*Textbox Verlauf*/
	background: rgb(200,200,200);
	background: -moz-linear-gradient(top,  rgba(200,200,200,1) 0%, rgba(220,220,220,1) 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(200,200,200,1)), color-stop(99%,rgba(220,220,220,1)));
	background: -webkit-linear-gradient(top,  rgba(200,200,200,1) 0%,rgba(220,220,220,1) 99%);
	background: -o-linear-gradient(top,  rgba(200,200,200,1) 0%,rgba(220,220,220,1) 99%);
	background: -ms-linear-gradient(top,  rgba(200,200,200,1) 0%,rgba(220,220,220,1) 99%);
	background: linear-gradient(top,  rgba(200,200,200,1) 0%,rgba(220,220,220,1) 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8c8c8', endColorstr='#dcdcdc',GradientType=0 );
	/*Textbox Kontur*/
	border: 1px solid #d3d3d3;
	/*Textbox Rundung*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}

input[type=button], input[type=submit] {
	height: 24px;
	padding-bottom: 3px;
	cursor: pointer;
	color: #fff;
	/*Button Verlauf*/
	background: #a2cf00;
	background: -moz-linear-gradient(top,  #a2cf00 0%, #a2cf00 50%, #8fc400 50%, #8fc400 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a2cf00), color-stop(50%,#a2cf00), color-stop(50%,#8fc400), color-stop(100%,#8fc400));
	background: -webkit-linear-gradient(top,  #a2cf00 0%,#a2cf00 50%,#8fc400 50%,#8fc400 100%);
	background: -o-linear-gradient(top,  #a2cf00 0%,#a2cf00 50%,#8fc400 50%,#8fc400 100%);
	background: -ms-linear-gradient(top,  #a2cf00 0%,#a2cf00 50%,#8fc400 50%,#8fc400 100%);
	background: linear-gradient(top,  #a2cf00 0%,#a2cf00 50%,#8fc400 50%,#8fc400 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2cf00', endColorstr='#8fc400',GradientType=0 );
}

input[type=button]:hover, input[type=submit]:hover {
	/*Button Hover Verlauf*/
	background: #aad400;
	background: -moz-linear-gradient(top,  #aad400 0%, #aad400 50%, #99ca00 50%, #99ca00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aad400), color-stop(50%,#aad400), color-stop(50%,#99ca00), color-stop(100%,#99ca00));
	background: -webkit-linear-gradient(top,  #aad400 0%,#aad400 50%,#99ca00 50%,#99ca00 100%);
	background: -o-linear-gradient(top,  #aad400 0%,#aad400 50%,#99ca00 50%,#99ca00 100%);
	background: -ms-linear-gradient(top,  #aad400 0%,#aad400 50%,#99ca00 50%,#99ca00 100%);
	background: linear-gradient(top,  #aad400 0%,#aad400 50%,#99ca00 50%,#99ca00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aad400', endColorstr='#99ca00',GradientType=0 );
}

input[type=button]#nostyle, input[type=submit]#nostyle {
	background: none;
	color: #1b76e6;
	height: auto;
	cursor: pointer;
	padding: 0px;
}

input[type=button]#nostyle:hover, input[type=submit]#nostyle:hover {
	background: none;
	text-decoration: underline;
}

select {
	width: 141px;
	height: 25px;
	padding: 4px 5px 4px 5px;
	/*Textbox Schatten*/
	-webkit-box-shadow: inset 3px 3px 5px 0px rgba(0, 0, 0, 0.27);
	-moz-box-shadow: inset 3px 3px 5px 0px rgba(0, 0, 0, 0.27);
	box-shadow: inset 3px 3px 5px 0px rgba(0, 0, 0, 0.27); 
	/*Textbox Verlauf*/
	background: rgb(200,200,200);
	background: -moz-linear-gradient(top,  rgba(200,200,200,1) 0%, rgba(220,220,220,1) 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(200,200,200,1)), color-stop(99%,rgba(220,220,220,1)));
	background: -webkit-linear-gradient(top,  rgba(200,200,200,1) 0%,rgba(220,220,220,1) 99%);
	background: -o-linear-gradient(top,  rgba(200,200,200,1) 0%,rgba(220,220,220,1) 99%);
	background: -ms-linear-gradient(top,  rgba(200,200,200,1) 0%,rgba(220,220,220,1) 99%);
	background: linear-gradient(top,  rgba(200,200,200,1) 0%,rgba(220,220,220,1) 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8c8c8', endColorstr='#dcdcdc',GradientType=0 );
	/*Textbox Kontur*/
	border: 1px solid #d3d3d3;
	/*Textbox Rundung*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}

select option {
	background: #ccc;
}

textarea {
	width: 340px;
	height: 140px;
	padding: 5px;
	/*Textbox Schatten*/
	-webkit-box-shadow: inset 3px 3px 5px 0px rgba(0, 0, 0, 0.27);
	-moz-box-shadow: inset 3px 3px 5px 0px rgba(0, 0, 0, 0.27);
	box-shadow: inset 3px 3px 5px 0px rgba(0, 0, 0, 0.27); 
	/*Textbox Verlauf*/
	background: rgb(200,200,200);
	background: -moz-linear-gradient(top,  rgba(200,200,200,1) 0%, rgba(220,220,220,1) 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(200,200,200,1)), color-stop(99%,rgba(220,220,220,1)));
	background: -webkit-linear-gradient(top,  rgba(200,200,200,1) 0%,rgba(220,220,220,1) 99%);
	background: -o-linear-gradient(top,  rgba(200,200,200,1) 0%,rgba(220,220,220,1) 99%);
	background: -ms-linear-gradient(top,  rgba(200,200,200,1) 0%,rgba(220,220,220,1) 99%);
	background: linear-gradient(top,  rgba(200,200,200,1) 0%,rgba(220,220,220,1) 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8c8c8', endColorstr='#dcdcdc',GradientType=0 );
	/*Textbox Kontur*/
	border: 1px solid #d3d3d3;
	/*Textbox Rundung*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}

table td#key {
	font-weight: bold;
}

table td#value {
	font-weight: normal;
}

div.success {
	width: 93%;
	color: #3C0;
	margin-bottom: 10px;
	padding: 8px;
	padding-left: 30px;
	background: #DFD url('../img/success.png') 0px -14px  left center no-repeat;
}

div.fail {
	width: 93%;
	color: #C30;
	margin-bottom: 10px;
	padding: 8px;
	padding-left: 30px;
	background: #FDD url('../img/fail.png') left center no-repeat;
}

.head {
	margin: 0 auto;
	width: 1066px;
	height: 401px;
}

.head a {
	margin: 0 auto;
	background:url("../img/Logo.png") no-repeat; 
	width: 1024px;
	height: 401px;
	display:block;
}

.navigation {
	width: 1066px;
	height: 57px;
	font-size: 14px;
	line-height: 57px;
	text-transform: uppercase;
	/*Navigation Verlauf*/
	background: #a7d200;
	background: -moz-linear-gradient(top,  #a7d200 0%, #a7d200 50%, #8fc400 50%, #a7d200 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7d200), color-stop(50%,#a7d200), color-stop(50%,#8fc400), color-stop(100%,#a7d200));
	background: -webkit-linear-gradient(top,  #a7d200 0%,#a7d200 50%,#8fc400 50%,#a7d200 100%);
	background: -o-linear-gradient(top,  #a7d200 0%,#a7d200 50%,#8fc400 50%,#a7d200 100%);
	background: -ms-linear-gradient(top,  #a7d200 0%,#a7d200 50%,#8fc400 50%,#a7d200 100%);
	background: linear-gradient(top,  #a7d200 0%,#a7d200 50%,#8fc400 50%,#a7d200 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7d200', endColorstr='#a7d200',GradientType=0 );
	/*Navigation Schatten*/
	-webkit-box-shadow: 0px 1px 0px 0px #a7d200;
	-moz-box-shadow: 0px 1px 0px 0px #a7d200;
	box-shadow: 0px 1px 0px 0px #a7d200; 
	/*Navigation Innen Schatten*/
	-webkit-box-shadow: inset 0px 1px 0px 0px #d4e900;
	-moz-box-shadow: inset 0px 1px 0px 0px #d4e900;
	box-shadow: inset 0px 1px 0px 0px #d4e900; 
}

.navigation ul {
	padding-left: 40px;
}

.navigation ul li {
	float: left;
}

.navigation ul li a {
	color: #fff;
	display: block;
	padding-left: 27px;
	padding-right: 27px;
	text-shadow: 1px 1px 2px #486300;
}

.navigation ul li a:hover {
	text-decoration: none;
	/*Navigation Hover Verlauf*/
	background: #b3d800;
	background: -moz-linear-gradient(top,  #b3d800 0%, #b3d800 50%, #9dcc00 50%, #9dcc00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b3d800), color-stop(50%,#b3d800), color-stop(50%,#9dcc00), color-stop(100%,#9dcc00));
	background: -webkit-linear-gradient(top,  #b3d800 0%,#b3d800 50%,#9dcc00 50%,#9dcc00 100%);
	background: -o-linear-gradient(top,  #b3d800 0%,#b3d800 50%,#9dcc00 50%,#9dcc00 100%);
	background: -ms-linear-gradient(top,  #b3d800 0%,#b3d800 50%,#9dcc00 50%,#9dcc00 100%);
	background: linear-gradient(top,  #b3d800 0%,#b3d800 50%,#9dcc00 50%,#9dcc00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3d800', endColorstr='#9dcc00',GradientType=0 );
	/*Navigation Hover Innen Schatten*/
	-webkit-box-shadow: inset 0px 1px 0px 0px #b3d800;
	-moz-box-shadow: inset 0px 1px 0px 0px #b3d800;
	box-shadow: inset 0px 1px 0px 0px #b3d800; 
}

.content {
	width: 946px;
	padding: 30px 60px 20px 60px;
	/*Content Hintergrund Farbe*/
	background: #151515;
	/*Content Schatten*/
	-webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.49);
	-moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.49);
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.49);
}

.content .main {
	float: left;
	width: 635px;
}

.content .main h1 {
	width: 610px;
	height: 42px;
	font-size: 14px;
	line-height: 47px;
	padding-left: 25px;
	color: #fff;
	/* Main Head Verlauf */
	background: #212121;
	background: -moz-linear-gradient(top,  #212121 0%, #393939 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#212121), color-stop(100%,#393939));
	background: -webkit-linear-gradient(top,  #212121 0%,#393939 100%);
	background: -o-linear-gradient(top,  #212121 0%,#393939 100%);
	background: -ms-linear-gradient(top,  #212121 0%,#393939 100%);
	background: linear-gradient(top,  #212121 0%,#393939 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#393939',GradientType=0 );
	/* Main Head Rundung */
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	/* Main Head Schatten */
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
	/* Main Head Innen Schatten */
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2);
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2); 
}

.content .main .site {
	width: 585px;
	min-height: 223px;
	padding: 20px 25px 20px 25px;
	margin-top: -10px;
	/* Main Verlauf */
	background: -moz-linear-gradient(top,  rgba(35,35,35,1) 0%, rgba(35,35,35,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(35,35,35,1)), color-stop(100%,rgba(35,35,35,0)));
	background: -webkit-linear-gradient(top,  rgba(35,35,35,1) 0%,rgba(35,35,35,0) 100%);
	background: -o-linear-gradient(top,  rgba(35,35,35,1) 0%,rgba(35,35,35,0) 100%);
	background: -ms-linear-gradient(top,  rgba(35,35,35,1) 0%,rgba(35,35,35,0) 100%);
	background: linear-gradient(top,  rgba(35,35,35,1) 0%,rgba(35,35,35,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232323', endColorstr='#00232323',GradientType=0 );
	/* Main Schatten */
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5); 
}

.content .panels {
	float: right;
	width: 263px;
}

.content .panels h1 {
	width: 263px;
	height: 42px;
	font-size: 14px;
	line-height: 47px;
	text-align: center;
	color: #fff;
	/* Panel Head Verlauf */
	background: #212121;
	background: -moz-linear-gradient(top,  #212121 0%, #393939 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#212121), color-stop(100%,#393939));
	background: -webkit-linear-gradient(top,  #212121 0%,#393939 100%);
	background: -o-linear-gradient(top,  #212121 0%,#393939 100%);
	background: -ms-linear-gradient(top,  #212121 0%,#393939 100%);
	background: linear-gradient(top,  #212121 0%,#393939 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#393939',GradientType=0 );
	/* Panel Head Rundung */
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	/* Panel Head Schatten */
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
	/* Panel Head Innen Schatten */
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2);
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2); 
}

.content .panels .panel {
	width: 213px;
	min-height: 89px;
	padding: 20px 25px 20px 25px;
	margin-top: -10px;
	/* Panel Verlauf */
	background: -moz-linear-gradient(top,  rgba(35,35,35,1) 0%, rgba(35,35,35,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(35,35,35,1)), color-stop(100%,rgba(35,35,35,0)));
	background: -webkit-linear-gradient(top,  rgba(35,35,35,1) 0%,rgba(35,35,35,0) 100%);
	background: -o-linear-gradient(top,  rgba(35,35,35,1) 0%,rgba(35,35,35,0) 100%);
	background: -ms-linear-gradient(top,  rgba(35,35,35,1) 0%,rgba(35,35,35,0) 100%);
	background: linear-gradient(top,  rgba(35,35,35,1) 0%,rgba(35,35,35,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232323', endColorstr='#00232323',GradientType=0 );
	/* Panel Schatten */
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5); 
}

.copyright {
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
	font-size: 11px;
}

.copyright a {
	color: #fff;
	text-decoration: underline;
}

.copyright a:hover {
	text-decoration: none;
}