body {
	background: #555 url("images/wrapperbg.png") repeat-y center;
	color: #fff;
	margin: 0;
	padding: 0;
	font: 11pt/170% Consolas, "Bitsream Vera Mono", "Courier New", Courier, monospace;
}

#content h1 {
	font: bold 250% "Trebuchet MS", Georgia, Times, "Times New Roman", serif;
	margin: 30px 0 10px;
}

#content h2 {
	font: bold 150% "Trebuchet MS", Georgia, Times, "Times New Roman", serif;
	margin: 30px 0 10px;
}

#content h3 {
	font: bold 125% "Trebuchet MS", Georgia, Times, "Times New Roman", serif;
	margin: 20px 0 5px;
}

#content h4 {
	font: normal 125% "Trebuchet MS", Georgia, Times, "Times New Roman", serif;
	margin: 15px 0 5px;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

#wrapper {
	background: transparent;
	margin: 0 auto;
	width: 1000px;
}

#content-wrap {
	overflow: hidden;
}

#content-wrap, #header, #footer {
	padding: 0 70px;
}

#header {
	text-align: right;
}

#header a {
	text-decoration: none;
	background: transparent url("images/logo-neu.png") no-repeat bottom center;
	display: block;
	width: 860px;
	height: 210px;
	float: right;
}

#header h1 {
	min-height: 140px;
	margin: 0;
	padding-bottom: 40px;
}

#header h1 span {
	display: none;
}

#header p {
	margin: 0;
	padding-bottom: 1em;
}

#footer {
	padding: 100px 70px 10px 70px;
}

#content {
	width: 600px;
	float: right;
	padding-bottom: 50px;
}

#menubar {
	width: 200px;
}

#left-menu {
	margin-top: 50px;
	width: 200px;
}

#left-menu .active {
	font-weight: bold;
	color: #fff;
}

#left-menu .active:hover {
	background: transparent !important;
}

#left-menu li a {
	display: block;
	padding: 3px;
	text-decoration: none;
}

#left-menu li a:before {
	content: "\00BB  ";
}

#left-menu li ul li a:before {
	content: "\203A  ";
	padding-left: 10px;
}

#left-menu li ul li ul li a:before {
	content: "\00AC  ";
	padding-left: 20px;
}

#left-menu li a:hover {
	/*background: transparent url("images/menu-underline.png") no-repeat bottom right;*/
}


#breadcrumb p, #breadcrumb li, #footer li {
	display: inline;
}

#breadcrumb li.has-next:after {
	content: " / ";
}

#breadcrumb li:after {
	content: ".";
}

.menu, .menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

p#first:first-letter {
	font-size: 200%;
	font-weight: bold;
	float: left;
	margin-right: 5px;
}

.print {
	display: none;
}

a {
	text-decoration: none;
	color: #0f0;
}

a:hover {
	color: #fff;
	font-weight: bold;
}

a + img {
	border: none;
}

#content a {
	border-bottom: 1px solid #0f0;
}

#content a:hover {
	border-bottom: 1px solid #fff;
}

#breadcrumb a, #footer a {
}

#breadcrumb a:hover, #footer a:hover {
	color: #fff;
}

table {
	border-collapse: collapse;
}

table, tr, td, th {
	margin: 0;
	padding: 0;
	text-align: left;
}

td, th {
	font-weight: normal;
	padding: 5px;
}

img {
	background: transparent url("images/img-corner.png") no-repeat bottom right;
	padding: 0 3px 4px 0;
}

.small {
	font-size: 65%;
}

h1 .small {
	float: right;
	font-style: italic;
}

#content ul {
	list-style: url("./images/pfeil.png");
	margin: 0;
	padding: 0 0 0 20px;
}

.content li {
	padding-left: 10px;
	font-size: 95%;
}

#content a.noborder {
	border: none;
}

#content a.noborder img {
	background: none;
}

#content .gallery a, .gallery a:hover, .gallery a img {
	border: none;
}

input, textarea {
	font: 11pt/110% Consolas, "Bitsream Vera Mono", "Courier New", Courier, monospace;
	width: 30em;
	border: 1px solid #fff;
	color: #fff;
	background: #000;
	padding: 0.1em;
}

textarea {
	height: 11em;
}

#submit1 {
	/* Spamschutz */
	display: none;
}

#contact-copy {
	width: 1em;
}