@CHARSET "UTF-8";
* {
	margin:0;
	padding:0;
}

h1 { margin: 0px; font-size: 12px; line-height:1.2em; font-weight: bold; margin: 0px; padding: 0px; }
h2 { margin: 0px; font-size: 12px; line-height:1.2em; font-weight: bold; margin: 0px; padding: 0px; }
h3 { margin: 0px; font-size: 12px; line-height:1.2em; font-weight: normal; margin: 0px; padding: 0px; }


body {
	background-image:url("../images/backgrounds/bg.png");
	background-repeat:repeat-x;
	background-color:#223b7e;
	font-family:tahoma,arial,sans-serif;
	color:#f6e0a6;
	font-size:0.9em;
	text-align: center;
}

a { color: #F6E2A4; text-decoration: none; }
a:hover { color: #c8ba8e; text-decoration: none; }


#container {
	width:1021px;
	margin:0 auto;
	text-align: left;
}

#header {
	background-image:url("../images/backgrounds/header.jpg");
	width:1021px;
	height:296px;
}

#content {
	width:645px;
	float:left;
}

#contentText a { font-weight: bold; }


.contentText {
	margin: 5px 0 0 0;
	line-height:1.2em;
	border-top: 1px solid #f6e2a3;
	padding-top: 15px;
}

#sidebar {
	width:374px;
	float:left;
	padding-top: 50px;
}

#submenue {
	width: 220px;
	margin: 0px 0px 0px 65px;
	border-top: 1px solid #f6e2a4;
}

#submenue ul {
	list-style:none;
}

#submenue li {
	padding: 6px 0 6px 0;
	border-bottom: 1px solid #f6e2a4;
}

#submenue a:link {
	color:#7f8078;
	text-decoration:none;
}

#submenue a:visited {
	color:#7f8078;
	text-decoration:none;
}

#submenue a:hover {
	color:#c8ba8e;
}

#menue {
	padding:200px 0 0 55px;
}

#menue a { cursor: pointer; }


#footer {

	border-top: 1px solid #F6E2A4;
	margin: 40px 0px 30px 0px;
	padding-top: 10px;
	text-align: center;
	font-size: 8pt;
	color: #F6E2A4;
}

#footer a {

	color: #F6E2A4;
	text-decoration: none;
	font-size: 8pt;	
}

#footer a:hover {
	color:#c8ba8e;
}	

a.referenz { color: #F6E2A4; text-decoration: none; }
a.referenz:hover { color: #c8ba8e; text-decoration: none; }

.field_ok { border: 1px solid #818176; font-size: 10pt; padding-left: 3px; height: 20px; font-family: arial; background-color: transparent; color: #c8ba8e }
.field_error { border: 1px solid red; font-size: 10pt; padding-left: 3px; height: 20px; font-family: arial; background-color: transparent;  color: #c8ba8e }

#msg_error {
	
	border: 2px solid #FFCC00; 
	background-color: #FFEECA; 
	font-weight: bold; 
	margin: 0px 0px 10px 0px; 
	padding: 12px 10px 12px 50px; 
	background-image: url(../images/icons/achtung.png); 
	background-repeat: no-repeat; 
	background-position: 0px 2px;
	color: black;
}


