@charset "utf-8";
		
/***************************************** MainNavi abweichend ************************************/
	#sidebar1 {
		background-image: url(../img/layout/sidebar-bg/kontakt.png);
		background-repeat: no-repeat;
	}

	#mainNavi2 li a:link, #mainNavi1 a {
		color:#FBF3D9;
	}
	


/***************************************** Mailformular *******************************************/
	#contactSheet {
		/*position: absolute;
		z-index: 20;*/
	}
	#contactSheet td {
		font-size: 0.88em;
		height: 25px;
	}
	#contactSheet input {
		border: 1px solid #CCCCCC;
		margin: 0px 0px 5px 0px;
		padding: 0px;
		padding: 2px;
		font-size: 1em;
	}
	#contactSheet input:focus {
		border: 1px solid #999999;
	}
	#contactSheet textarea {
		border: 1px solid #CCCCCC;
		padding: 2px;
		font-size: 1em;
	}
	#contactSheet textarea:focus {
		border: 1px solid #999999;
	}
	#contactSheet #anrede {
		width: 50px;
	}
	#contactSheet #anrede:hover {
		width: 50px;
	}
	#contactSheet #vorname {
		width: 120px;
	}
	#contactSheet #nachname {
		width: 120px;
	}
	#contactSheet #firma {
		width: 120px;
	}
	#contactSheet #strasse {
		width: 120px;
	}
	#contactSheet #plz {
		width: 30px;
		margin-right: 2px;
	}
	#contactSheet #ort {
		width: 79px;
	}
	#contactSheet #telefon {
		width: 120px;
	}
	#contactSheet #email {
		width: 120px;
	}
	#contactSheet #telefon {
		width: 120px;
	}
	#contactSheet #betreff {
		width: 340px;
	}
	#contactSheet #rowBetreff td {
		padding: 10px 0px 5px 0px;
	}
	#contactSheet #nachricht {
		width: 340px;
		height: 80px;
		font-family: Arial, Helvetica, sans-serif;
	}
	#contactSheet #submit {
		margin-top: 5px;
		vertical-align: middle;
		float: left;
	}
	.errorIcon {
		margin: 4px 0px 0px 0px;
		vertical-align: top;
	}
	#successMessage {
		color: #009900;
	}
	#mandatoryInfo {
		float: right;
		padding: 5px 25px 0px 0px;
	}
	
	
	
	
	

	
/***************************************** Anfahrt ************************************************/
	#anfahrtsSkizze {
			display: block;
			margin: 0px 0px 10px 0px;
	}
	#anfahrtsSkizze .mouseOverImage {
			border: 0px none;
			background-color: transparent;
			margin: 0px 10px 0px 0px;
			padding: 0px;
	}
	#anfahrtsSkizze .mouseOverImage .fullImage {
			visibility: hidden;
			position: absolute;
			margin: 51px 0px 0px -52px;
	}
	 #anfahrtsSkizze .mouseOverImage:hover .fullImage {
			visibility: visible;
	}
	#anfahrtsSkizze .mouseOverImage:hover {
			border: 0px none;
	}
	#anfahrtsSkizze .mouseOverImage img {
			border: 1px solid #CCCCCC;
	}	
