html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
}
tr {
	vertical-align: top;
}
img {
	border: 0px;
}
/* Links in allen Bereichen*/
a:link {
	color: #FFFFFF; 
	text-decoration: underline; 
}
a:visited {
	color: #FFFFFF; 
	text-decoration: underline; 
}
a:focus {
	color: #FFFFFF; 
	text-decoration: underline; 
}
a:hover {
	color: #FFFFFF; 
	text-decoration: underline; 
}
a:active {
	color: #FFFFFF; 
	text-decoration: underline; 
}
#header a {
	text-decoration: none;
}
#menue a {
	text-decoration: none;
	display: block;
	width: auto;
	margin-top: 10px;
	padding: 2px 2px;
}
#menue a:hover {
	background-color: #999999;
}
#menue div.link {
	display: block;
	width: auto;
	margin-top: 10px;
	padding: 2px 2px;
}
#menue div.link:hover {
	background-color: #999999;
}
#menue div.link a {
	display: inline;
	margin-top: 0px;
	padding: 2px 2px;
	width: 200px;
	font-weight: bold;
}

.submenue {
	margin-left: 20px;
}
#menue .submenue a {
	font-weight: normal;
}
a#menueup {
	left: 180px;
	position: absolute;
	top: 10px;
	margin: 0px;
	padding: 0px;
	background-color: transparent !important;
}
a#menuedown {
	left: 180px;
	position: absolute;
	bottom: 10px;
	margin: 0px;
	padding: 0px;
	background-color: transparent !important;
}
/* Text formatierungen */
h2 {
  text-align: center;
}
/* Ids für das Layout */
#site {
	width: 972px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-color:#000000;
	background-image:url(../images/header.jpg);
	background-position:0px 10px;
	background-repeat:no-repeat;
	font-family:"Times New Roman",Times,serif;
	font-size:18px;
	height:34px;
	padding-top:122px;
	position:absolute;
	text-align:center;
	top:0px;
	width:972px;
	z-index:5;
}
#content {
	width: 948px;
	background-image: url(../images/content.jpg);
	background-repeat: repeat-y;
	position: absolute;
	top: 156px;
	bottom: 38px;
	padding: 10px 12px;
}
/* exploder V6 only */
* html #content {
 height: 65%;
}
#menue {
	width: 148px;
	height: 100%;
	overflow: hidden;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0px;
	z-index: 10;
	position: relative;
}
#menueslide {
	position: relative;
}
#menue span.normal {
	font-weight: normal;
}
#text {
	width: 738px;
	height: 100%;
	overflow: auto;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
}
#footer {
	width: 972px;
	height: 32px;
	background-color: #000000;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
}

/*Formular */
#formular {
	margin: 0px auto;
	padding: 0px;
	width: 520px;
}
form {
	margin: 0px;
	padding: 0px;
}
fieldset {
	border: 1px solid #666666;
	margin: 5px;
	padding: 10px;
	text-align: left;
	width: 420px;
	background: transparent;
}
fieldset:hover {
	border-color: #CCCCCC;
}
fieldset legend {
	background : transparent;
	color: #999999;
	font-size: 1.1em;
	font-weight: bold;
	margin: 5px;
	padding: 5px;
}
div.box {
	border: none;
	margin: 0px;
	padding: 0px;
	width: auto;
	float: left;
}
fieldset label {
	clear: left;
	color: #CCCCCC;
	display: block;
	float: left;
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 0px 5px 10px 0px;
	padding: 0px;
	width: 140px;
}
div label.box {
	clear: none;
	width: auto;
}
fieldset label.error {
	color: #FF0000;
	width: auto;
	padding-left: 143px;
	width: 250px;
}
fieldset label.required {
	font-weight: bold;
}
fieldset label.captcha {
	line-height: 4em;
}
fieldset label em {
	color: #FF0000;
}
fieldset input {
	background-color: #FFFFFF;
	border: 1px solid #666666;
	margin-bottom: 0.7em;
	padding-left: 0.3em;
	width: 240px;
	float: left;
}
fieldset input:focus {
	border-color: #990000;
}
fieldset input.box {
	width:20px;
	border: none;
	float: left;
}
fieldset input.radio {
	background: transparent;
}
fieldset input.captcha {
	width: 50px;
}
fieldset select {
	background-color: #FFFFFF;
	border: 1px solid #666666;
	margin-bottom: 0.6em;
	padding-left: 0.3em;
	width :100px;
}
fieldset select.box {
  float: left;
  margin-right: 10px;
}
fieldset textarea {
	border: 1px solid #666666;
	margin-bottom: 0.6em;
	width: 240px;
}
fieldset textarea:focus {
	border-color: #990000;
}
fieldset img {
	margin-bottom: 0.6em;
	float: left;
}
fieldset .submitbtn {
	background: #666666 none repeat scroll 0%;
	border-color: #999999 rgb(51, 51, 51) rgb(51, 51, 51) rgb(153, 153, 153);
	border-style: solid;
	border-width: 1px;
	color: #FFFFFF;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	width: 123px;
}
fieldset .submitbtn:hover {
	background: #990000 none repeat scroll 0%;
	border-color: #CC0000 rgb(153, 1, 0) rgb(153, 1, 0) rgb(204, 0, 0);
	border-style: solid;
	border-width: 1px;
	color: #FFFFFF;
}

p.legend {
	font-size:10px;
	text-align:right;
}

.new {
	font-weight: bold;
	color: #F3BF59 !important;
}
