* {
	padding:0px;
	margin:0px;
}

body {
	background-color:white;
	color:black;
	font-size:12px;
	font-family:sans-serif;
	background-repeat:repeat-x;
	background-image:url(./images/top.png);
	background-position:50% 0%;
}

a:link, a:active, a:visited {
	color:black;
}
a:hover {
	text-decoration:none;
}

input, select, textarea {
	border: 0px;
	border-bottom: 1px solid #41799c;
	padding-top:3px;
	padding-bottom:3px;
	width:300px;
	background-color:#d5e7f2;
}

textarea {
	height:300px;
}

h1 {
	padding-bottom:0px;
	margin-bottom:30px;
	font-size:20px;
	color:#a10000;
	padding-top:40px;
}

h2 {
	font-size:1.3em;
	padding-top:20px;
	padding-bottom:5px;
	margin-bottom:5px;
	/*border-bottom:1px solid #822020;*/
	color:black;
	margin-right:20px;
}

label {
	width:150px;
	text-align:right;
	font-weight:bold;
	display:block;
}

table {
	width:500px;
}

td {
	padding:3px;
}

.header {
	height:78px;
}

.header p {
	margin-left:40px;
	padding-top:25px;
	font-size:30px;
	font-weight:bold;
	color:#a10000;
	letter-spacing: 3px;
}

.bgWrapper {
	margin-right:34px;
	background-color:white;
	background-image:url(./images/center.png);
	background-repeat:repeat-x;
}

.wrapper {
	background-image:url(./images/left.png);
	background-repeat:no-repeat;
	width:80%;
	margin:auto;
}
.navi {
	float:left;
	width:150px;
	margin-top:50px;
	margin-left:40px;
	height:410px;
}

.navi a:link, .navi a:active, .navi a:visited {
	color:#575757;
	text-decoration:none;
}
.navi a:hover {
	color:#960000;
	text-decoration:none;
}

.navi .seite a {
	color:#960000;
}

.navi .tab {
	margin-bottom:10px;
}

.navi a {
	font-size:15px;
}

.navi .subcategory {
	margin-left:10px;
	margin-bottom:15px;
}

.navi .separator {
	height:15px;
}

.spacer{
}

.activeT a {
	font-weight:bold;
}

.text {
	margin-left:210px;
	background-repeat:no-repeat;
	background-image:url(./images/right.png);
	background-position:top right;
	margin-bottom:100px;
}
.text p {
	margin-right:20px;
	padding:5px;
	padding-left:10px;
}

.text ul, .text ol {
	padding:5px;
	margin-left:20px;
}

.text li {
	margin-bottom:7px;
}
.footer {
	clear:both;
}

.overlay {
	background-color:white;
	position:absolute;
	top:0px;
	left:0px;
}
.text img {
	border:1px dashed #822020;
}
