/* IE6 Fixes */
.clearer {clear: left; line-height: 0; height: 0;}

body{
	background: #2B2B2B url(../images/background-top.gif) repeat-x 0 0;
	margin: 0px;
}

/* CONTENT HREFs */
a:link, a:visited, a:active{
	text-decoration: none;
	color: #D0A022;
	font-family: verdana;
	font-size: 10pt;
	font-style: normal;
}
a:hover{ 
	text-decoration: none;
	color: #ffffff;
	font-family: verdana;
	font-size: 10pt;
	font-style: normal;
}

/* NAVIGATION REFs */
ul.menu li a:link, ul.menu li a:visited, ul.menu li a:active{
	color: #D0A022;
	font-size:10pt;
	font-family: verdana;
}

h1{
	font-family: verdana;
	font-size: 13pt;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}
h2{
	font-family: verdana;
	font-size: 12pt;
	color: #ffffff;
	margin: 0px;
	padding-left: 0px;
}
h3{
	font-family: verdana;
	font-size: 10pt;
	color: #ffffff;
	margin: 0px;
	padding: 5px;
}
p{
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
}
table{
	padding: 0px;
	margin: 0px;
}
img{
	border-style: none;
}



/* Navigation */
ul.menu{
	margin-top: 0;
}
.moduletable_menu{
	background-color: #FFD39B;
	overflow: auto;
	background: #1F1F1F url(../images/background-menu.gif);
	background-repeat: no-repeat;
}
.menu li{
	list-style-image: url(../images/pfeil.gif);
	list-style-type: square;
	padding-top: 0.4em;
}
.menu li a{
	text-decoration: none;
}
.menu ul{
	list-style-type: none;
	list-style-position: left;
	padding-left: 10px;
	font-weight: normal;

}
#current{
	font-weight: bold;
	list-style-image: url(../images/pfeil-2.gif);
}

.contentheading{
	padding: 5px;
	background-image: url(../images/background-h2.gif);
	background-repeat: no-repeat;
	height: 40px;
}
.componentheading{
	padding: 5px;
	background-image: url(../images/background-h2.gif);
	background-repeat: no-repeat;
	height: 40px;
}
.buttonheading{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#page{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}




/*
##############
# Haupt-DIVs #
##############
*/

.head{
	width: 900px;
	height: 125px;
	margin-top: 30px;
	background: url(../images/banner.gif);
	background-repeat: no-repeat;
}
.box{
	width: 900px;
	background-color: #1F1F1F;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	font-style: normal;
}
.navigation{
	width: 230px;
	float: left;
	text-align: left;
	overflow:hidden;
}
.content{
	width: 670px;
	background-color: #1F1F1F; /* Noch zwecks schoenheit bearbeiten*/
	float: left;
	overflow: auto;
	font-family: verdana;
	font-size: 10pt;
	font-style: normal;
	text-align: left;
	min-height: 700px;
	color: #E5E5E5;
}
.footer{
	width: 900px;
	height: 30px;
	background: url(../images/background-footer.gif);
	text-align: center;
	font-family: Verdana, Arial, Helvetica;
	font-size: 9px;
	#padding-bottom: 20px;
}




/*
###################
# Kontaktformular #
###################
*/

div.contact {
margin:10px 0;
}

address {
font-style:normal;
margin:10px 0;
}

address p {
line-height:1em;
font-style:bold;
}

.contact label {
float:left;
font-weight:bold;
width:14em;
margin:10px 0 0;
}

span.marker {
margin:0 10px 0 0;
}

.contact_email_checkbox label {
float:none !important;
}

.contact label.copy {
width:90%;
padding:0 0 0 10px;
}

.contact form {
#background:#EFDEEA;
color:#000;
padding:20px;
margin:10px 0;
}

.contact input {
background:#fff;
border:solid 1px #000000;
color:#000;
padding:2px 2px 0;
margin:10px 0 0;
}

.contact .button {
background:url(../images/pfeil.gif) #000 no-repeat;
border:0;
color:#fff;
font-weight:bold;
margin:20px 10px 0 0;
padding:0 0 0 30px;
cursor:pointer;
}

label.textarea {
float:none !important;
margin:10px 0;
display:block;
width:100%;
}

#contact_text {
width:80%;
height:150px;
}

.contact input.invalid,.contact textarea.invalid {
border:solid 2px red;
}

.contact label.invalid {
color:red;
}

/* Kontakt System Message */
#system-message{
background: red;
}

