@charset "utf-8";
/* CSS Document */
body {
	background-color:#000000;
	width:100%;
	margin:0;
	padding:0;
}

table {
	margin:5px;
	background-color:transparent;
}


a {
	color:#ffff85;
	text-decoration:none;
	border:0px;
}
a:hover {
	color:#ffff85;
	text-decoration:underline;
	border:0px;
}

h1 {padding:3px;
	padding-left:23px;
	text-align:left;
  	font-style:italic;
  	font-size:28px;
	color:black;
	height:33px;
	background:url("pics/BackgroundHeadlines.png");
	vertical-align:auto; 
	border-width:4px; 
	border-style:inset; 
	border-color:#FEB35F;
 }


h2 {	color:#A18344;
	font-size:22px;
	text-decoration:underline;

}


h3 {	color:#A18344;
	font-size:18px;
	margin-top:4px;
	margin-bottom:4px;
}

img {
	border:0px;
	}

input.eingabe {
	border: 0px;
	background:url("pics/inputback.png") no-repeat;
	background-position:center;
	background-color:transparent;
	color:black;
	height:24px;
	width:115px;
	margin:2px;
	padding-left:9px;
	padding-top:9px;
}

input.button {
	border: 0px;
	background:url("pics/buttonback.png");
	background-position:center;
	margin:2px;
	height:24px;
	width:105px;
	color:white;
}

input.submit {
	border: 0px;
	background:url("pics/buttonback.png");
	background-position:center;
	margin:2px;
	height:24px;
	width:105px;
	color:white;
}

select {
	border: 0px;
	background:url("pics/selectback2.png");
	background-position:center;
	background-color:transparent;
	margin:2px;
	height:24px;
	width:105px;
	color:white;
	padding-top:5px;
	padding-bottom:2px;
	padding-left:9px;;
}

select.big {
	border: 0px;
	background:url("pics/selectback.png");
	background-position:center;
	background-color:black;
	margin:2px;
	height:100px;
	width:121px;
	color:white;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:9px;;
}

textarea {
	border: 0px;
	background:url("pics/textareaback.png") no-repeat;
	background-position:center;
	background-color:transparent;
	color:black;
	height:151px;
	width:173px;
	margin:2px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:9px;;
}


html {
	width:100%;
}

.logo {
	position:relative;
	text-align:center;
	top:0px;
	width:100%;
	height:177px;
	margin-left:auto;
	margin-right:auto;
	padding-top:100px;
	padding-bottom:0px;
	left:auto;
	right:auto;
	background:url("pics/background.jpg");
	background-repeat:no-repeat;
	background-position:center;
	z-index:5;
}
.background {
	position:fixed;
	width:100%;
	height:277px;
	margin-top:0px;
	background:url("pics/background.jpg");
	z-index:-1;
}

.menuverlauf {
	position:absolute;
	left:0px;
	width:100%;
	height:44px;
	background:url("pics/verlauf.png");
	background-position:left;
}
.button {
	text-align:center;
	height:34px;
	margin-top:5px;
}
.leftbox {
	text-align:center;
	float:left;
	margin-top:60px;
	padding:20px;
	border-style:solid;
	border-width:4px;
	border-color:#FFFFFF;
	margin-left:10%;
	width:25%;
	color:#FFFFFF;
	background:url("pics/BackgroundStoff.jpg");
	-moz-border-radius:8px;
}
.rightbox {
	margin-top:60px;
	margin-left:40%;
	margin-right:10%;
	padding:0px;
	width:auto;
	color:#FFFFFF;
	background:url("pics/BackgroundStoff.jpg");
	border-bottom: 4px solid white;
	border-left: 4px solid white;
	border-right: 4px solid white;
	-moz-border-radius:8px;
}
.rightboxnews {
	margin-top:60px;
	bottom-top: none;
	margin-left:40%;
	margin-right:10%;
	padding:0px;
	width:auto;
	color:#FFFFFF;
	background:url("pics/BackgroundStoff.jpg");
	-moz-border-radius:8px;
}

.intext {
	padding:15px;
	padding-top:0px;
}

.formular {
	display:none;
}
.box-border {
	border-bottom: 4px solid white;
	border-left: 4px solid white;
	border-right: 4px solid white;
	margin:0px;
	-moz-border-radius:4px;
}
.box-header {
	padding:3px;
	padding-right:13px;
	text-align:right;
  	font-style:italic;
  	font-size:28px;
	height:33px;
	background:url("pics/BackgroundHeadlines.png");
	vertical-align:auto; 
	border-width:4px; 
	border-style:inset; 
	border-color:#FEB35F;
	color:black;
  	}
.box-header a {
	color:black;
	padding:10px;
}
.box-header-button {
	float:left;
}
.box-header-button a {
	text-decoration:none;
}
.box-content {
	margin:10px;
  	padding:5px;
  	text-align: left;
 	border-bottom: 1px solid #A18344; 
	vertical-align:top;
	display:none;
  }
.box-content img {
	padding:5px;
	}
.box-footer {
	margin-top:5px;
	margin: 10px;
}