body {
	background-color: #d9d9d9;
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: "Segoe UI", "Frutiger Next", "Calibri", "Trebuchet MS", sans-serif;
}

h1 {
	padding: 0;
	margin: 0;
}

h2 {
	font-size: 14pt;
	margin: 0;
}

input.kundenlogin {
	width: 198px; /* 204 - padding */
	border: 1px solid #b60000;
	padding: 3px;
	margin: 0px 0px 10px 0px;
}

input.kontakt {
	padding: 3px;
	font-size: 14pt;
	background-color: #c9c9c9;
	border: none;
	width: 650px;
}

table.kontakt td {
	padding: 3px 0 3px 0;
}

textarea.kontakt {
	margin-top: 3px;
	padding: 3px;
	font-size: 12pt;
	font-family: "Segoe UI", "Frutiger Next", "Calibri", "Trebuchet MS", sans-serif;
	background-color: #c9c9c9;
	border: none;
	width: 748px;
	height: 300px;
}

input.kontaktbutton {
	color: #b60000;
	background-color: #c9c9c9;
	font-weight: bold;
	border: none;
	padding: 5px;
	font-size: 14pt;
	width: 100%; 
	margin: 6px 0 0 0;
	
}

label.kontakt {
	font-weight: bold;
}

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

img.border {
	border: 1px solid black;
}

ul.checked {
	list-style-image: url(../images/ul_checked.png);
	margin: 0;
}

ul.unchecked {
	list-style-image: url(../images/ul_unchecked.png);
	margin: 0;
}

#box {
	width: 1000px;
	margin: auto;
}

#header {
	width: 754px; /* 1000 - padding */
	height: 200px; /* 200 - padding */
	padding: 0px 123px 0px 123px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
}

#logo {
	width: 754px; 
	padding-top: 32px;
	height: 118px; /* 150 - padding */
}

#navi {
	width: 754px; /* 800 - padding#header */
	height: 50px;
	text-align: right;
	line-height: 50px;
	font-size: 13pt;
}

#navi a {
	color: white;
	text-decoration: none;
	margin-left: 15px;
}

#navi a:hover {
	color: #ffa6a6;
}


#navi a.aktiv {
	font-weight: bold;
}

#content {
	width: 754px;
	padding: 19px 23px 19px 23px;
	background-color: #FFF;
	margin-left: 100px;
	min-height: 560px;
}

#content a {
	color: #b60000;
	text-decoration: none;
}

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

#spalte1 {
	width: 527px;
	float: left;
	padding-right: 11px;
	margin-top: 8px;
	border-right: 1px solid #b6b6b6;
}

#spalte1.noborder {
	border-right: 1px solid transparent;
}

#spalte2 {
	width: 204px;
	float: left;
	margin-top: 8px;
	padding-left: 11px;
}

#titelspalte1 {
	width: 527px;
	float: left;
	padding-right: 11px;
	border-right: 1px solid #fff;
}

#titelspalte2 {
	width: 204px;
	float: left;
	padding-left: 11px;
}

#content p {
	text-align: justify;
	margin: 0px 0px 8px 0px;
	padding: 0;
}

#footerbox {
	width: 100%;
	height: 45px;
	background-image: url(../images/footerbox_bg.jpg);
	background-repeat: repeat-x;
}

#footer {
	width: 877px; /* 1000 - padding */
	height: 38px; /* 45 - padding */
	padding: 7px 0px 0px 123px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	margin: auto;
	font-size: 9pt;
	color: #fff;
}

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

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

.clearer {
	clear: both;
	visibility: hidden;
}

.rot {
	color: #b60000;
}

.gruen {
	color: #00c817;
}

.justify {
	text-align: justify;
}

.kleiner {
	font-size: 0.9em;
}

