* {
	border: none;
	outline: none;
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font: 0.8em/150% arial,tahoma,helvetica,sans-serif;
	background: #E3E1DF;
	height: 100%;
}

h1 {
	font-size:1.25em;
	font-weight:normal;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
	color:#226699;
	padding-bottom:5px;
}

h2 {
	font-size:1.1em;
	font-weight:normal;
	padding-bottom:5px;
	color:#226699;
}

h3 {
	font-size:1em;
	font-weight:normal;
	padding-bottom:5px;
	color:#226699;
}

#content a:link, #content a:visited {
	text-decoration: none;
	color:#226699;
	font-weight: bold;
}

#content a:hover {
	text-decoration: underline;
}

#rahmen {
	padding: 0;
	text-align: left;
	width: 780px;
	margin: 0px auto;
	background-color: #ccc;
	color: #333;
	border: 2px solid #269;
	border-top:none;
	border-bottom:none;
}

#header2 {
	background: url(images/header.jpg) no-repeat;
	height: 154px;
}

#header2 a {
	text-indent: -10000px;
	display:block;
	width:480px;
	height:100px;
}

#navigation {
	padding: 0;
	margin: 0px;
	width: 200px;
	float: left;
}

#menue {
	background: #269;
	float: left;
	color: #fff;
}

#menue ul {
	padding: 0px;
	display: block;
	margin: 0px;
	list-style-type: none;
}

#menue ul li {
	list-style: none;
	line-height: 1.8em;
	border-bottom: 1px solid #fff;
	text-indent: 10px;
}

#menue li a {
	display:block;
	width:190px;
	text-decoration: none;
	color: #fff;
	border-left: 6px solid #269;
	padding:2px 0 3px 4px;
}

#menue ul li a:hover {
	border-left:6px solid #FF9900;
	padding-left:4px;
}


#menue li a:hover, #menue .unteruntermenue li a:hover, #menue .untermenue li a:active {
	text-decoration: none;
}

#menue .untermenue {
	background-color:#999;
}

#menue .untermenue li {
	
}

#menue .untermenue li a {
	display:block;
	width:176px;
	padding-left:18px;
	border-left: 6px solid #999;
	line-height:30px !important;
}

#menue .untermenue li a:hover {
	border-left: 6px solid #f90;
	padding-left:18px;
}
#menue .unteruntermenue li {
	background-color:#bababa;
}
#menue .unteruntermenue li a {
	border-width: 0 0 0px 0;
	border-style: solid;
	font-size:80%;
	padding: 0px 0 0px 26px;
	display: block;
	font-weight: bold;
	margin: 0px;
	width: 174px;
	text-decoration: none;
}

#content {
	position:relative;
	float:right;
	background:#fff;
	width:550px;
	padding:15px 15px 50px 15px;
	min-height:400px;
	_height:400px;
}

#content p {
	padding-top:5px;
	padding-bottom:5px;
}

#content image, #content img {
	border-width: 1px;
	border-style: solid;
	border-color:#269;
	margin: 0px 3px;
	padding:2px;
}

#content ul li {
	list-style:none;
	background:url(images/list_punkt.gif) 8px 0.6em no-repeat;
	padding-left:20px;	
}

#content ol li {
	margin-left:20px;
}

.siteoptions {
	position:absolute;
	bottom:10px;
	padding: 100px 0 0 0;
	font-size: font-size: 0.9em;
}

.siteoptions a {
	font-weight: normal;
}

#footer {
	background: #269;
	height: 32px;
	line-height: 32px;
	color: #fff;
	font-size: 90%;
	text-indent: 10px;
	padding-top:5px;
	_padding-left:5px;
	_padding-right:5px;
}

#footer a, #footer a:visited {
	font-weight: normal;
	text-decoration: none;
	color:#fff;
	_color:#fff;
}

#footer a:hover {
	text-decoration:underline;
}

.footerright {
	float: right;
	color: #333;
}

input, select {
	padding: 3px;
	font-size: 10pt;
	color: #333;
	background-color: #fff;
	border: 1px solid #ccc;
}

textarea {
	padding: 3px;
	color: #333;
	background-color: #fff;
	font: 100% verdana;
	border: 1px solid #ccc;
}

.submit {
	width:auto !important;
	margin-bottom:10px;
	background-color:#ccc;
	border:1px solid #333;
}


.error_red {
	color: #F00;
}

table {
background: #ccc;
border-right:1px solid #CCC;
border-bottom:1px solid #CCC;
}

.tdgrey {
background: #ccc;
}

th, td {
margin: 2px;
background: #fff;
padding: 2px 5px;
text-align: left;
border-top:1px solid #CCC;
border-left:1px solid #CCC;
}

th {
background: #E6E5E1;
color: #333;
font-weight: bold;
}

