/* CSS Document */
/* Anpassungen Weblayout */
body {
	margin: 0px 0px 0px 0px;
	padding: 0;
	color: #454e60;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.25em;
	background-color: #FFFFFF;
	background-image: url(../img/gif/body_bkg.gif);
	background-repeat: repeat-y;
}

td,th {
	color: #454e60;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	line-height: 1.25em;
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

img {
	border: none;
}

label {
	float:left;
	display:block;
	vertical-align: inherit;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

div.table { display:table; border-collapse:collapse; width: 99%; }
div.tr { display:table-row; width:100%; }
div.td { display:table-cell; float: left; vertical-align: top; }

span.td { display:inline-block; vertical-align: top; }

/*DL, DT, DD TAGS LIST DATA*/
dl {
	margin: 0;
	padding: 0;
}

dl dt {
	background:#5f9be3;
	color:#fff;
	float:left;
	font-weight:bold;
	margin-right:10px;
	padding:5px;
	width:auto;
}

dl dd {
	float:left;
	margin: 0;
	padding: 0 0 5px 0;
}

/* Überschriften, Links und Formular */
h1 {
	font-size: 180%;
	color: #3e2671;
	font-weight: normal;
	line-height: 125%;
}
h2 {
	font-size: 150%;
	color: #3e2671;
	font-weight: normal;
	line-height: 100%;
}
h3 {
	font-size: 130%;
	color: #000000;
	font-weight: normal;
	line-height: 100%;
}
h4 {
	font-size: 100%;
	color: #3e2671;
	font-weight: normal;
	line-height: 100%;
}

hr {
	border: thin;
	color: #eeeeee;
	background-color: #eeeeee;
	height: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
}

a {
	outline:0;
	-moz-outline:0;
}
a:link {
	color: #8c50a0;
	text-decoration: none;
}
a:visited {
	color: #8c50a0;
	text-decoration: none;
}
a:hover {
	color: #8c50a0;
	text-decoration: underline;
}

a.sitemap:link {
	font-size: 11px;
	color: #8c50a0;
	text-decoration: none;
}
a.sitemap:visited {
	font-size: 11px;
	color: #8c50a0;
	text-decoration: none;
}
a.sitemap:hover {
	font-size: 11px;
	color: #8c50a0;
	text-decoration: underline;
}

input {
	border: 1px solid #3e2671;
}
.chb{
	background-color: #ebebeb;
	border: 0px;
}
textarea {
	border: 1px solid #3e2671;
}
select {
	border: 1px solid #3e2671;
}

/* Anpassungen START */
#tafel {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}
#logo {
	position: absolute;
	top: 25px;
	left: 270px;
	z-index: 1;
}
#rahmenbild1 {
	position: absolute;
	top: 130px;
	left: 453px;
	width: 248px;
	height: 178px;
	background-image: url(../img/png/bild_rahmen.png);
	background-repeat: no-repeat;
	z-index: 10;
}
	#rahmenbild1 img {
		padding: 5px 0px 0px 5px;
	}
	
#rahmenbild2 {
	position: absolute;
	top: 130px;
	left: 711px;
	width: 248px;
	height: 178px;
	background-image: url(../img/png/bild_rahmen.png);
	background-repeat: no-repeat;
	z-index: 10;
}
	#rahmenbild2 img {
		padding: 5px 0px 0px 5px;
	}
	
#blockanfrage {
	position: absolute;
	width:251px;
	left:703px;
	top:23px;
	z-index: 100;
}

#page {
	position: absolute;
	top: 156px;
	left: 140px;
	width: 830px;
}

	.page_rahmen {
		position: relative;
		float: left;
		width: 830px;
		height: 10px;
	}
	#page #flower {
		position: absolute;
		top: 20px;
		left: 40px;
		width: 279px;
		height: 206px;
		background-image: url(../img/png/page_left_top.png);
	}
	
	#page #content {
		position: relative;
		float: left;
		width: 830px;
		background-image: url(../img/gif/content_bkg.gif);
	}
		#page #content #left {
			position: relative;
			float: left;
			width: 210px;
			padding: 170px 0px 10px 5px;
			z-index: 10;
		}
			#page #content #left #pferd {
				position: relative;
				float: left;
				padding: 20px 0px 0px 20px;
			}
			
		#page #content #right {
			position: relative;
			float: left;
			width: 590px;
			padding: 170px 22px 10px 3px;
		}
			#page #content #right ul {
				margin: 10px 0px 0px 0px;
				padding: 0px;
			}
			#page #content #right li {
				margin-left: 0px;
				padding: 0px 0px 5px 25px;
				list-style: none;
				background-image: url(../img/gif/ul.gif);
				background-repeat: no-repeat;
			}
			
	#page #balken {
		position: relative;
		float: left;
		width: 803px;
		height: 35px;
		background-image: url(../img/gif/footer_balken.gif);
		background-repeat: no-repeat;
		color: #FFFFFF;
		padding: 20px 0px 0px 27px;
	}
		#page #balken a:link {
			color: #FFFFFF;
			text-decoration: none;
		}
		#page #balken a:visited {
			color: #FFFFFF;
			text-decoration: none;
		}
		#page #balken a:hover {
			color: #FFFFFF;
			text-decoration: underline;
		}
		
	#page #bottommenu {
		position: relative;
		float: left;
		width: 830px;
		padding: 10px 0px 25px 0px;
		text-align:right;
		font-size: 90%;
	}

	

	#page #searchbox {
		position: absolute;
		top: 270px;
		right: 23px;
		z-index: 110;
	}	
		#page #searchbox label {
			width: 0px;
			padding: 0px;
			margin: 0px;
		}
		
	#page #historyback {
		clear:both;
		display:block;
		font-size: 11px;
		text-align: right;
		width: 100%;
		padding-top: 10px;
	}
	
	#page .newslisting {
		position: relative;
	}
	
	#page .newslistingabstand {
		padding-top: 20px;
	}
	
	#page .newslistingbox {
		position: relative;
		float: left;
		width: 350px;
		font-size: 90%;
	}


#siteindex {
	display: none;
}

#rsvErrors { 
  display: none; 
	padding: 8px; 
	background-color: #ffffcc; 
	border: 1px solid #ff9b00;
	line-height: 12px;
	margin-bottom: 12px;
}
.errorField {
	background-color: #ffffcc;
	/*color: #ff9b00;*/
}
.formstern {
	color: #3e2671;
}

#table_anfrage{
	background-color: #e8e8e8;
	padding: 2px;
}
#td_anfrage1{
	height: 25px;
}
#td_anfrage2{
	height: 25px;
	padding-left: 20px;
}
#td_anfrage3{
	color: #3e2671;
}
#td_anmeldung_bkg{
	background-color: #f4f4f4;
	color: #000000;
	vertical-align: top;
	height: 20px;
	padding: 5px;
}

.quickanfrage_button {
	border: 0px;
	width: 205px;
	height: 25px;
	color: #000000;
	font-size: 90%;
	font-weight: bold;
	background-color: #e8e8e8;
	margin-left:41px;
}
.button_suche {
	background: none;
	border: 0px;
	padding: 0px 0px 1px 0px;
	margin: 0px;
	vertical-align: middle;
}

.button_anfrage {
	border: 0px;
	height: 35px;
	color: #FFFFFF;
	font-size: 100%;
	font-weight: bold;
	background-color: #3e2671;
	padding: 0px 20px 5px 20px;
}


/* Anpassungen ENDE */
