@CHARSET "UTF-8";


/* Allgemein */

* {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	color: #000000;
}

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/* Schrift */


h1 {
	font-size: 28px;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

h3 {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding: 0px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

h4 {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.strong {
	font-weight: bold;
}

.rgt {
	text-align: right;
}

.lft {
	text-align: left;
}

/* Links */
	
	
a:link {
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}

a:visited {
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}

a:active {
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #93250C;
	text-decoration: none;
}

a:hover {
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #93250C;
	text-decoration: none;
}

/* Formulare & Felder */


form {
	margin: 0;
	padding: 0;
}

select {
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	background-color: #FFFFFF;
	margin-right: 5px;
	height: 24px;
}

input {
	font-size: 13px;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	background-color: #FFFFFF;
	margin-right: 5px;
	height: 21px;
}

option {
	font-size: 12px;
	background-color: #FFFFFF;
}

file {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	background-color: #FFFFFF;
}

input.cbox {
	margin: 5px;
}

input.xxshort {
	width: 30px;
}

input.xshort {
	width: 50px;
}

input.short {
	width: 80px;
}

input.norm {
	width: 150px;
}

input.long {
	width: 250px;
}

input.xlong {
	width: 450px;
}

textarea {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	background-color: #FFFFFF;
}

textarea.long {
	width: 250px;
	height: 150px;
}

textarea.xlong {
	width: 450px;
	height: 300px;
}


/* ID Layer */


div#contentbox {
	width: 907px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

div#Header {
	display: block;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 60px;
	padding: 0px;
}

div#Header table {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

div#Header table td {
	margin: 0px;
	padding: 0px;
}

div#Header a,div#Header img {
	text-decoration: none;
	border-style: none;
}

div#content {
	float: left;
	padding: 0px;
	margin: 0px;
	display: block;
	width: 735px;
	height: auto;
}


/* Kontaktformular */

.kundenform {
	margin-bottom: 20px;
}

.kundenform  h2 {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;	
	text-transform: uppercase;	
	margin: 0px;
	padding: 0px;
	color: #000000;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 0px;	
}

.kundenform table {
	margin-top: 10px;
	margin-bottom: 10px;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
}

.kundenform thead th {
	text-align: left;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.kundenform tbody td {
	text-align: left;
	font-weight: normal;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.kundenform tfoot td {	
	text-align: left;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.kundenform input.cbox {
	margin-bottom: 20px;
	float: left;
}

.kundenform .tableheader {
	text-align: left;
	font-size: 15px;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.kundenform .tablesubheader {
	width: 100%;
	padding-top: 30px;
	text-align: left;
	font-size: 11px;
	text-transform: uppercase;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

/* Links */
	
	
.kundenform a:link {
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #000000;
	text-decoration: underline;
}

.kundenform a:visited {
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #000000;
	text-decoration: underline;
}

.kundenform a:active {
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #5a5859;
	text-decoration: underline;
}

.kundenform a:hover {
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #5a5859;
	text-decoration: underline;
}

/* Kopfnavigation */


div#TopNavigation {
	display: block;
	clear: both;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	padding: 0px;
	width: 920px;
	height: 25px;
}

div#TopNavigation a,div#TopNavigation a:hover,div#TopNavigation a:visited,div#TopNavigation a:active
	{
	text-align: left;
	vertical-align: top;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	float: left;
	border-style: none;
}

div#TopNavigation img {
	border-style: none;
	margin: 0px;
	padding: 0px;
}


/* Klassen */

span.bold {
	font-weight: bold; 
}

.border {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

input.IconButton {
	height: 24px;
	border-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
	text-decoration: none;
}

img.IconButton {
	border-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
	text-decoration: none;	
}

input.Button {
	width: 150px;
	height: 25px;
	border-width: 1px;
	border-style: solid;
	border-color: #595959;
	background-color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	margin: 5px;
}

a.HrefButton, a.HrefButton:hover, a.HrefButton:active, a.HrefButton:visited {
	display: block;
	padding-top: 4px;
	width: 150px;
	height: 18px;
	margin: 5px;
	text-align: center;
	vertical-align: middle;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-color: #595959;
	background-color: #FFFFFF;
}

a.HrefImgButton, a.HrefImgButton:hover, a.HrefImgButton:active, a.HrefImgButton:visited {
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	border-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;	
}

a.HrefImgButton img {
	border-style: none;
}

/* Footer */


div#Footer {
	display: block;
	clear: both;
	text-align: center;
	vertical-align: top;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}

ul.footnav {
	text-align: center;
	width: 100%;
	height: 16px;
	list-style-type: none;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	vertical-align: bottom;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000000;
}

ul.footnav li {
	height: 15px;
	float: left;
	margin-top: 6px;
	margin-left: 10px;
	margin-right: 10px;
}

ul.footnav li a {
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

ul.footnav li a:hover,ul.footnav li a:active {
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;	
	color: #56595C;
	text-decoration: underline;
}

.footertext {
	display: block;
	text-align: center;
	font-size: 11px;
	color: #000000;
	margin-bottom: 20px;
}

.footerAGB {
	display: block;
	text-align: center;	
	font-size: 11px;
	color: #B4B4B4;
	margin-bottom: 10px;
}

.footerAGB a:link, .footerAGB a:visited {
	font-size: 11px;
	color: #56595C;
	font-weight: normal;
}

.footerAGB a:hover, .footerAGB a:active {
	font-size: 11px;
	color: #56595C;
	font-weight: normal;
	text-decoration: underline;
}
