div {
	font: 10pt "Trebuchet MS", Arial, sans-serif;
}

form {
	padding: 0;
	margin: 0;
}

input {
	font: 8pt Arial, sans-serif;
	padding: 0;
}

.kontakt {
	font-size: 12pt;
	vertical-align: top;
	padding: 16px;
}

.kontakt h3 {
	font-size: 16pt;
	font-weight: bold;
	color: #A10707;
}

.left {
	border-right: 1px solid #9E9E9E;
	border-bottom: 1px solid #9E9E9E;
	margin-right: 15px;
}

.sub {
	vertical-align: bottom;
}

.error {
	border: 1px solid #d00f0f;
	background: #A10707 url("images/error.gif") no-repeat 10px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 5px 5px 30px;
	margin-bottom: 16px;
}

.success {
	border: 1px solid #128800;
	background: #094600 url("images/success.gif") no-repeat 10px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 5px 5px 30px;
	margin-bottom: 16px;
}

.success a {
	color: #FFFFFF;
	text-decoration: underline;
}

.group {
	border: 1px solid #A10707;
	width: 80%;
	margin-top: 32px;
	padding-top: 8px;
}

.group div {
	margin-top: -19px;
	position: absolute;
}

.group b {
	background-color: #FFFFFF;
	color: #A10707;
	padding: 0 3px;
	margin-left: 8px;
}

.group ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.group li {
	padding: 5px 16px;
}

.group h3 {
	font-size: 10pt;
	margin: 8px 0 8px 8px;
}

.group h2 {
	font-size: 14pt;
	text-align: center;
	margin: 16px 0 8px 8px;
}

.group table {
	margin-left: 16px;
}

.group td {
	font: 10pt "Trebuchet MS", Arial, sans-serif;
}

.group .textinput {
	width: 90%;
	position: static;
	padding: 5px 15px 15px 15px;
	margin: 0;
}

.group .textinput textarea {
	width: 100%;
	height: 200px;
}

.group .textinput input {
	width: 100%;
}

.group .textinput .normal {
	width: 100px;
}

.group .textinput .fifty {
	width: 70%;
}

.group .search {
	width: 90%;
	position: static;
	padding: 5px 15px 15px 15px;
	margin: 0;
}

.group .search .text {
	width: 70%;
}

.search-list {
	border-left: 1px solid #820707;
	border-top: 1px solid #820707;
}

.search-list td {
	border-right: 1px solid #820707;
	border-bottom: 1px solid #820707;
	padding: 0 5px;
	margin: 0;
}

.liste {
	font-size: 8pt;
	border-left: 1px solid #820707;
	border-top: 1px solid #820707;
}

.liste td {
	text-align: center;
	padding: 2px 5px;
	width: 50px;
	border-right: 1px solid #820707;
	border-bottom: 1px solid #820707;
}

.titel {
	text-align: center;
	background-color: #B13535;
	color: #FFFFFF;
	font-weight: bold;
}

.dunkel {
	background-color: #E5E5E5;
}

.liste .dunkel .gross {
	background-color: #FFFFFF;
	color: #B13535;
	font-weight: bold;
	font-size: 20pt;
	vertical-align: center;
}

#header {
	width: 90%;
	height: 152px;
	position: absolute;
	left: 50%;
	padding: 0;
	margin-left: -45%;
	background: #080428 url("images/header-back.gif") repeat-x;
}

#header-left {
	width: 10px;
	height: 152px;
	position: absolute;
	left: 5%;
	background: #080428 url("images/header-left.gif") no-repeat;
}

#header-right {
	width: 10px;
	height: 152px;
	position: absolute;
	left: 95%;
	background: #080428 url("images/header-right.gif") no-repeat;
}

#ie-fix {
	width: 20px;
	height: 152px;
	position: absolute;
	right: 5%;
	background: #080428 url("images/header-back.gif") repeat-x;
}

#logo {
	padding-top: 16px;
	margin: 0 32px 0 16px;
	background: url("images/stamp.gif") no-repeat bottom right;
}

#nav-top {
	height: 20px;
	position: absolute;
	top: 131px;
	background: #080428;
	padding-left: 16px;
	float: left;
}

#nav-top ul {
	margin: 0;
	padding 0;
	list-style: none;
	font: 10pt Arial;
}

#nav-top li {
	float: left;
	height: 20px;
	background: #A10707 url("images/tab-right.gif") no-repeat right top;
	margin-left: 5px;
	padding: 0;
}

#nav-top a {
	display: block;
	background: url("images/tab-left.gif") no-repeat left top;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px 15px 2px 15px;
}

#nav-top a:hover {
	color: #DCBDBD;
}

#nav-top #current {
	background-color: #FFFFFF;
	background-image: url("images/tab-current-right.gif");
}

#nav-top #current a {
	background-image: url("images/tab-current-left.gif");
	border-bottom: 1px solid #FFFFFF;
	color: #000000;
}

#content {
	width: 90%;
	position: absolute;
	left: 50%;
	top: 180px;
	padding: 5px;
	margin-left: -45%;
}

#footer {
	background: url("images/seperate-x.gif") repeat-x;
	text-align: center;
	font-size: 9pt;
	margin: 50px;
	padding-top: 10px;
}

#footer img {
	margin: 5px;
	border-top: 0px;
	border-left: 0px;
	border-right: 1px solid #B5B5B6;
	border-bottom: 1px solid #B5B5B6;
}

#footer a {
	color: #181063;
}

#footer a:hover {
	color: #080428;
	text-decoration: none;
}

#box {
	width: 200px;
	background-color: #D4D4D4;
	float: left;
}

#box-top {
	height: 8px;
	font-size: 1pt;
	background: url("images/box-top.gif") no-repeat;
}

#box-content {
	background: url("images/box-back.gif") repeat-y;
}

#box-content h3 {
	width: 200px;
	color: #6A6A6A;
	text-align: center;
	background-image: url("images/box-back-dark.gif");
	border-bottom: 1px solid #C4C4C5;
	padding: 5px 0;
	margin: 0;
}

#box-content b {
	padding: 25px;
}

#box-content ul {
	margin: 10px 0 0 0;
	padding: 0 0 20px 24px;
	list-style-image: url("images/bullet.gif");
	color: #000000;
	font-weight: bold;
}

#box-content #currentsub {
	color: #6A6A6A;
}

#box-content a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#box-content a:hover {
	color: #6A6A6A;
	font-weight: bold;
}

#box-content p {
	font-size: 8pt;
	font-weight: normal;
	padding-right: 3px;
	margin: 0;
}

#search-field {
	width: 130px;
	padding: 0;
	margin: 0;
}

#search-button {
	height: 22px;
	padding: 0;
	margin: 0;
}

#partner {
	width: 200px;
	text-align: center;
	border-top: 1px solid #C4C4C5;
	background-image: url("images/box-back-dark.gif");
	margin: 0;
	padding-top: 16px;
}

#box-bottom {
	background: url("images/box-bottom.gif") no-repeat;
	height: 8px;
	font-size: 1pt;
}

#main {
	background: url("images/seperate.gif") repeat-y;
	margin-left: 220px;
	padding-left: 16px;
}

#main a {
	color: #820707;
}

#main a:hover {
	color: #B13535;
	text-decoration: none;
}

#main h1 {
	margin: 0 0 10px 0;
}

#main p {
	margin: 10px 0;
	text-align: justify;
}

#spacer {
	height: 200px;
}

#login {
	margin-left: 8px;
	text-align: right;
	float: left;
}

#login p {
	font-size: 8pt;
	margin: 0;
}

#login input {
	width: 80px;
}

.login-button {
	width: 34px;
	height: 36px;
	margin-left: 6px;
	margin-bottom: 16px;
}

#loggedin {
	width: 190px;
	text-align: center;
	padding: 5px;
}

#search-box {
	background: #A10707 url("images/searchbox-back.gif") repeat-x;
	width: 500px;
	height: 32px;
	position: absolute;
	right: 0;
}

#search-box #left {
	background: url("images/searchbox-left.gif") no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 8px;
	height: 32px;
}

#search-box #center {
	color: #FFFFFF;
	font-weight: bold;
	padding: 6px 12px 0 14px;
}

#search-box #center #field {
	width: 350px;	
}

#search-box #right {
	background: url("images/searchbox-right.gif") no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	width: 8px;
	height: 32px;
}

#news-container {
	margin: 64px 0 0 220px;
}

.news {	
	border-left: 1px solid #B5B5B6;
	border-top: 1px solid #B5B5B6;
	margin-bottom: 32px;
}

.news .artikel {
	margin: 8px;
}

.news .artikel h2 {
	margin: 0;
	padding: 0;
}

.news .artikel h2 b {
	border-bottom: 2px solid #6F6F6F;
}

.news .artikel .aright {
	float: right;
	color: #6F6F6F;
	border-right: 1px solid #B5B5B6;
	border-bottom: 1px solid #B5B5B6;
}

.news .artikel a {
	color: #820707;
}

.news .artikel a:hover {
	color: #B13535;
	text-decoration: none;
}

.news .artikel img {
	float: left;
	margin: 10px 10px 10px 0;
}

#welcome {
	margin: 64px 0 0 220px;
}

.profil input {
	width: 300px;
}

.profil select {
	width: 300px;
}
