* {
	margin: 0;
	padding: 0;
}

body {
	background: #efdfc8;
	color: #222;
	font: 0.8em/140% "Trebuchet MS", verdana, arial, sans-serif;
	padding: 0 0 20px;
	text-align: center;
}

h1 {
	font-size: 130%;
}

img, #menue ul, #menue li a, #menue .sub li a, #menue .sub li a, label {
	display: block;
}

img {
	margin: 10px !important;
}

h2 {
	font-size: 110%;
	margin-bottom: 3px;
}

h3 {
	font-size: 100%;
}

#content img, #content blockquote, #content ol, #content ul, #content li, #content p, #content h6, #content h5, #content h4, #content h3, #content h2, #content h1 {
	margin: 10px;
}

#rahmen {
	background: url(images/wrapper.jpg);
	margin: 0 auto;
	padding: 0 5px;
	text-align: left;
	width: 751px;
}

#header {
	background: url(images/header.jpg) no-repeat top left;
	height: 126px;
	margin-bottom: 20px;
}

#header * {
	position: absolute;
	left: -5000em;
}

#home {
	text-indent:-9999em;
}

#infoleiste, #menue, #footer {
	font-size: 0.9em;
}

#infoleiste {
	height: 25px;
}

.infoleistelinks, #navigation {
	float: left;
}

.infoleistelinks {
	padding: 6px 0 0 9px;
}

.infoleisterechts {
	float: right;
	padding: 6px 9px 0 0;
}

#navigation {
	width: 195px;
	min-height: 313px;
	height: auto !important;
	height: 313px;
	background: #f1b145 url(images/navigation.jpg) bottom no-repeat;
}

#menue .sub {
	display:none;
}

#rahmen #menue ul li.current ul {
	display:block !important;
}

#menue ul {
	list-style-type: none;
}

#menue li a, #menue .sub li a, #menue .sub li a {
	color: #fff;
	font-weight: 700;
}

#menue li a {
	padding: 3px 10px;
	font-size: 120%;
	width: 175px;
}

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

#menue li a, #menue li a:hover {
	background: none !important;
}

#menue .sub li a, #menue .sub li a {
	font-size: 0.95em;
}

#menue .sub li a {
	padding: 3px 10px 3px 20px;
	width: 165px;
	padding: 3px 10px 3px 30px;
	width: 155px;
}

#content {
	background: #fff url(images/content.jpg) bottom right no-repeat;
	margin: 0 0 0 210px;
	width: 523px;
}

#maincontent {
	background: url(images/paper.jpg) top right no-repeat;
	padding: 20px;
	width: 483px;
	overflow: hidden;
}

#footer, #footer a, #footer a:hover {
	color: #4173af;
}

#footer {
	padding: 5px;
	padding-left: 210px;
	clear: both;
	border-bottom: 1px solid #9f9685;
}

#footer a {
	font-weight: 400;
}

input, textarea {
	font: 100% verdana;
	background: #fff !important;
	border: 1px solid #777;
	color: #232323;
}

input, textarea, select, input {
	padding: 3px;
}

.error_red {
	color: red;
}

#content img, #content image {
	border-color: #ccc;
	border-width: 2px;
	margin: 0 3px;
}

select, input {
	background: #ddd;
	color: #454545;
	font-size: 8pt;
}

a {
	color: #bd431c;
}

a:hover {
	color: #719bcd;
}

#menue li a:hover {
	text-decoration: underline;
}

h3, h2, h1 {
	color: #277450;
}


