body {
	margin: 0px;
	background-attachment: fixed;
	background-color: #CBCCCF;
	background-image: url(img_layout/wauligmann_bg.jpg);
	background-repeat: repeat-x;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
}

table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
	}

.titleImg{
	margin-bottom: 10px;
	}
	
.lauftext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.warningSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CC0000;
	}


.midHeadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 13px;
	margin-bottom: 9px;
	color: #7F7F7F;
}

a.emailLink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4D4D4D;
	text-decoration: none;
	}

a.emailLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4D4D4D;
	text-decoration: none;
	}
	
a.emailLink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
	}

a.emailLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
	}

	
a.topNav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #7F7F7F;
	text-decoration: none;
	}

a.topNav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #7F7F7F;
	text-decoration: none;
	}
	
a.topNav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
	}

a.topNav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
	}
	
ul {
	list-style-position: outside;
	list-style-type: square;
	margin-right: 20px;
	margin-left: 15px;
	margin-bottom: -10px;
}

ol {
	list-style-position: outside;
	list-style-type: decimal;
	margin-right: 5px;	
	margin-bottom: -10px;
}

li {
	margin-bottom: 10px;
}

.kontaktEingabeKlein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	border: 1px solid #000000;
	background-color: #E8EEF6;
	width: 220px;
	height: 22px;
}

.kontaktEingabeGross {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	border: 1px solid #000000;
	background-color: #E8EEF6;
	width: 220px;
	height: 236px;
	overflow: hidden;
}

.kontaktEingabeMittelGross {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	border: 1px solid #000000;
	background-color: #E8EEF6;
	width: 220px;
	height: 108px;
	overflow: hidden;
}




.hButton {
	background-color: #D6D3CE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #848284;
	
	border-right-color: #848284;
	border-right-style: solid;
	border-right-width: 1px;
	
	border-bottom-color: #848284;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	
	border-left-color: #848284;
	border-left-style: solid;
	border-left-width: 1px;
	}

