@charset "utf-8";

html {
	background-color: #000141;
	margin: 0;
	font-size: 1em;
	}

body {
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	border: 0px;
	height: 100%;
	padding: 0px;
}


/* Definition der Container-Divs*/
#main {
	width: 1000px;
	margin: 0 auto;
	text-align:left;
}
	
#inhalt {
	background-color: #FFFFFF;
}
#bildleiste {
	height: 158px;
	z-index: 5;
	background-image: url(../images/town_Xara_hund.png);
		}
	
		
#linkleistel {
	float:left;
	padding-top: 20px;
	padding-left: 25px;
		}


		
#text {
	font-size: 0.85em;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	margin-left: 255px;
	border-left-color: #36496D;
	border-left-style: solid;
	border-left-width: 1px;
	margin-top: 0px;
	padding-top: 10px;
}
#anschrift {
	font-size: 0.8em;
	text-align:center;
	font-weight:bold;
	padding-top: 10px;
	color: #36496D;
	border-top-color: #36496D;
	border-top-style: solid;
	border-top-width: 1px;
	margin-left: -20px;
	margin-top: 10px;
}
/* Definition der Startseite*/
#start {
	font-size: 0.8em;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	color: #B3F9A4;
	border-top-color: #36496D;
	border-top-style: solid;
	border-top-width: 1px;
	}
.weiß {
	background-color: #FFFFFF;
}
.gross {
	font-size: 1.5em;
}

/* Definition der Überschriften*/
h1 {
	color: #36496D;
	font-size: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #36496D;
	text-align: right;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
h2 {
	font-weight: bold;
	color: #36496D;
	font-size: 1.1em;
	margin-bottom: -5px;
}
h3 {
	color: #36496D;
	font-size: 1.15em;
}
h4 {
	font-weight: bold;
	color: #36496D;
	font-size: 80%;
	margin-bottom: 8px;
}
.hoeher8 {
	margin-top: 8px;
}



p {
	color: #000000;
	background: transparent;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
}


/* Definition der Links */
/* Definition der Links in der linken Leiste*/
#linkleistel a:link, a:visited {
	color: #36496D;
	text-decoration: none;
	display:block;
	line-height:1.6;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 0.9em;
	font-weight: bold;
}

#linkleistel a:hover {
	text-decoration: underline;
	color: #660000;
	background: transparent;
	text-decoration: none;
}


/* Definition der Links im Text*/
#text a, #start a  {
	color: #36496D;
	display:inline;
	text-decoration: none;
	line-height:1.2;
	border-bottom-color: #FF9900;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
/* Definition der Hervorhebungen*/
.highlight, .kontakt, .datenschutz, .impressum, .willkommen {border-left-color: #36496D;
	border-left-width: 8px;
	border-left-style: solid;
	border-bottom-color: #FF9900;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	
}
.highlighton {
	border-left-color: #D73A24;
	border-left-width: 8px;
	border-left-style: solid;
	border-bottom-color: #FF9900;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.hervorhebung {
	font-weight: bold;
	color: #36496D;
	-webkit-box-shadow: 0px 0px #6135F4;
	box-shadow: 0px 0px #6135F4;
}
.abstandoben {
	padding-top: 12px;
}
.nopadding {
	margin-top: -8px;
}



  li {
	color: #000000;
	list-style-image: url(../images/pfeilrechts.png);
	margin-bottom: 6px;
	margin-left: 22px;
}
 
hr {
	color: #36496D;
}
.knopf {
	color: #FFFFFF;
	background-color: #36496D;
	height: 25px;
	width: 150px;
	font-weight: bold;
}
.lila {
	color: #00017F;
	border-width: 1 px;
	border-bottom-color: #FF9900;
}
input {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #CCCCCC;
	color: #1F208F;
}
.erlaubnis {background-color: #B3F9A4;
}
