/* CSS Document */
/* Anpassungen Weblayout */
body {
	margin: 15px 0px 0px 0px;
	padding: 0;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.25em;
	background-image: url(../img/jpg/body_bkg.jpg);
	background-repeat: repeat-y;
	background-color: #9fa1a3;
}

td {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.25em;
}

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; float:left; }

/* Überschriften, Links und Formular */
h1 {
	font-size: 200%;
	color: #000000;
	font-weight: bold;
	font-style: italic;
	line-height: 125%;
}
h2 {
	font-size: 135%;
	color: #000000;
	font-weight: normal;
	line-height: 100%;
}
h3 {
	font-size: 135%;
	color: #cd0007;
	font-weight: normal;
	line-height: 100%;
}
h4 {
	font-size: 100%;
	color: #000000;
	font-weight: bold;
	line-height: 100%;
}

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

a {
	outline:0;
	-moz-outline:0;
}

a:link {
	color: #cd0007;
	text-decoration: none;
}
a:visited {
	color: #cd0007;
	text-decoration: none;
}
a:hover {
	color: #cd0007;
	text-decoration: underline;
}

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

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


/* Anpassungen START */
#balken_top {
	position: absolute;
	width: 100%;
	height: 55px;
	background-image: url(../img/jpg/balken_top_bkg.jpg);
	background-repeat:repeat-x;
	z-index: 0;
}

#bkg_right {
	position: absolute;
	top: 0px;
	left: 937px;
	width: 250px;
	height: 710px;
	background-image: url(../img/png/bkg_right.png);
	background-repeat: no-repeat;
	z-index: 20;
}
#bkg_right_white {
	position: absolute;
	top: 0px;
	left: 830px;
	width: 250px;
	height: 710px;
	background-image: url(../img/png/bkg_right_white.png);
	background-repeat: no-repeat;
	z-index: 20;
}

#sprachauswahl {
	position: absolute;
	top: 10px;
	left: 833px;
	font-size: 90%;
	z-index: 30;
}
	#sprachauswahl a:link {
		color: #000000;
		text-decoration: none;
	}
	#sprachauswahl a:visited {
		color: #000000;
		text-decoration: none;
	}
	#sprachauswahl a:hover {
		color: #cd0007;
		text-decoration: none;
	}


#page {
	position: relative;
	width: 975px;
	z-index: 10;
}

/* default_neu.php START */

	#page #default_top2 {
		position: relative;
		float: left;
		width: 975px;
		height: 150px;
		background-image: url(../img/jpg/default_top2.jpg);
		background-repeat: no-repeat;
	}
		#page #default_top2 #adressleiste {
			position: absolute;
			top: 112px;
			left: 320px;
			color: #FFFFFF;
		}
		
	#page #default_middle2 {
		position: relative;
		float: left;
		width: 975px;
		height: 446px;
	}
		#page #default_middle2 #middle_center {
			position: relative;
			float: left;
			width: 930px;
			height: 446px;
			background-image: url(../img/png/default_middle_over2.png);
			background-repeat: no-repeat;
		}
		#page #default_middle2 #middle_right {
			position: relative;
			float: left;
			width: 44px;
			height: 446px;
			background-image: url(../img/jpg/default_middle_right.jpg);
			background-repeat: no-repeat;
		}
		
	#page #default_bottom2 {
		position: relative;
		float: left;
		width: 975px;
		height: 33px;
		background-image: url(../img/jpg/default_bottom2.jpg);
		background-repeat: no-repeat;
	}
	
	#picclaim2 {
		position: absolute;
		top: 502px;
		left: 40px;
		width: 760px;
		z-index: 100;
	}
	#picclaim2_bkg {
		position: absolute;
		top: 503px;
		left: 25px;
		width: 808px;
		height: 60px;
		background-color: #000000;
		z-index: 90;
	}
	
	#picfade2 {
		position: absolute;
		top: 150px;
		left: 0px;
		width: 940px;
		height: 460px;
		z-index: 0;
	}
	
	#navigation2 {
		position: absolute;
		top: 661px;
		left: 43px;
		color: #FFFFFF;
		font-size: 110%;
		z-index: 30;
	}
		#navigation2 a:link {
			color: #1a171b;
			font-weight: bold;
			text-decoration: none;
		}
		#navigation2 a:visited {
			color: #1a171b;
			font-weight: bold;
			text-decoration: none;
		}
		#navigation2 a:hover {
			color: #cd0007;
			font-weight: bold;
			text-decoration: none;
		}
		
	#startlink2 {
		position: absolute;
		top: 100px;
		left: 20px;
		z-index: 30;
	}
		
	#default_sprachauswahl2 {
		position: absolute;
		top: 112px;
		left: 780px;
		font-size: 90%;
		z-index: 30;
		color: #FFFFFF;
	}
		#default_sprachauswahl2 a:link {
			color: #FFFFFF;
			text-decoration: none;
		}
		#default_sprachauswahl2 a:visited {
			color: #FFFFFF;
			text-decoration: none;
		}
		#default_sprachauswahl2 a:hover {
			color: #cd0007;
			text-decoration: none;
		}

/* default_neu.php END */
/* default.php START */

	#page #default_top {
		position: relative;
		float: left;
		width: 975px;
		height: 181px;
		background-image: url(../img/jpg/default_top.jpg);
		background-repeat: no-repeat;
	}
		#page #default_top #adressleiste {
			position: absolute;
			top: 128px;
			left: 470px;
			color: #FFFFFF;
		}
	
	#page #default_middle {
		position: relative;
		float: left;
		width: 975px;
		height: 446px;
	}
		#page #default_middle #middle_center {
			position: relative;
			float: left;
			width: 930px;
			height: 446px;
			background-image: url(../img/png/default_middle_over.png);
			background-repeat: no-repeat;
		}
		#page #default_middle #middle_right {
			position: relative;
			float: left;
			width: 44px;
			height: 446px;
			background-image: url(../img/jpg/default_middle_right.jpg);
			background-repeat: no-repeat;
		}
		
	#page #default_bottom {
		position: relative;
		float: left;
		width: 975px;
		height: 33px;
		background-image: url(../img/jpg/default_bottom.jpg);
		background-repeat: no-repeat;
	}
	
	#picclaim {
		position: absolute;
		top: 175px;
		left: 198px;
		width: 760px;
		height: 460px;
		z-index: 100;
	}
	
	#picfade {
		position: absolute;
		top: 155px;
		left: 180px;
		width: 760px;
		height: 460px;
		z-index: 0;
	}
	
	#navigation {
		position: absolute;
		top: 659px;
		left: 210px;
		color: #FFFFFF;
		font-size: 110%;
		z-index: 30;
	}
		#navigation a:link {
			color: #1a171b;
			font-weight: bold;
			text-decoration: none;
		}
		#navigation a:visited {
			color: #1a171b;
			font-weight: bold;
			text-decoration: none;
		}
		#navigation a:hover {
			color: #cd0007;
			font-weight: bold;
			text-decoration: none;
		}
		
	#startlink {
		position: absolute;
		top: 100px;
		left: 190px;
		z-index: 30;
	}
	
	#default_sprachauswahl {
		position: absolute;
		top: 40px;
		left: 193px;
		font-size: 90%;
		z-index: 30;
	}
		#default_sprachauswahl a:link {
			color: #000000;
			text-decoration: none;
		}
		#default_sprachauswahl a:visited {
			color: #000000;
			text-decoration: none;
		}
		#default_sprachauswahl a:hover {
			color: #cd0007;
			text-decoration: none;
		}

/* default.php END */		

	#page #mainleft {
		position: relative;
		float: left;
		width: 335px;
		min-height: 690px;
		background-image: url(../img/jpg/holleis_main_left.jpg);
		background-repeat: no-repeat;
		z-index: 100;
	}
		#page #mainleft #logolink {
			position: relative;
			float: left;
			width: 335px;
			height: 138px;
		}
		#page #mainleft #menu {
			position: relative;
			float: left;
			padding: 0px 0px 0px 50px;
			z-index: 100;
		}
	
	#page #mainright {
		position: relative;
		float: left;
		width: 640px;
	}
		#page #mainright #top {
			position: relative;
			float: left;
			width: 640px;
			height: 115px;
			background-image: url(../img/jpg/holleis_main_right_top.jpg);
			background-repeat: no-repeat;
		}
		#page #mainright #mid {
			position: relative;
			float: left;
			width: 640px;
			background-image: url(../img/jpg/holleis_main_right_bkg.jpg);
		}		
			#page #mainright #mid #content {
				position: relative;
				width: 575px;
				margin: 0px 15px 0px 10px;
				padding: 20px 20px 0px 20px;
				min-height: 475px;
				background-image: url(../img/gif/content_balken.gif);
				background-repeat: no-repeat;
				background-position: 0px 18px;
			}
				#page #mainright #mid #content .texttop {
					float:left;
					width:575px;
					height:85px;
				}
					#page #mainright #mid #content .texttop .ueber_h1 {
						float:left;
						width:410px;
						padding-top:15px;
					}
					#page #mainright #mid #content .texttop .ueber_h2 {
						float:left;
						width:165px;
					}
					#page #mainright #mid #content .text {
						float:left;
						width:575px;
					}
				
				#page #mainright #mid #content ul {
					margin: 10px 0px 0px 50px;
					padding: 0px;
				}
				#page #mainright #mid #content li {
					list-style: url(../img/gif/ul.gif);
					padding: 0px 0px 5px 0px;
				}
			
		#page #mainright #bottom {
			position: relative;
			float: left;
			width: 640px;
			height: 50px;
			background-image: url(../img/jpg/holleis_main_right_bottom.jpg);
		}
		
	#pagefooter {
		position: relative;
		clear: both;
		height: 55px;
		margin-bottom: 30px;
	}
		#pagefooter #adresse {
			position: absolute;
			padding-left: 352px;
			padding-top: 13px;
			color: #000000;
			z-index: 10;
		}
			#pagefooter #adresse a:link {
				color: #000000;
				text-decoration: none;
			}
			#pagefooter #adresse a:visited {
				color: #000000;
				text-decoration: none;
			}
			#pagefooter #adresse a:hover {
				color: #ec1d25;
				text-decoration: underline;
			}
		
		#pagefooter #balken {
			position: relative;
			background-color: #000000;
			opacity: 0.10;
			filter: alpha(opacity=10);
			height: 55px;
			z-index: 0;
		}
	
	#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%;
	}
		
#menutop {
	position: absolute;
	top: 42px;
	left: 335px;
	font-size: 90%;
	z-index: 15;
}
	#menutop a:link {
		color: #000000;
		text-decoration: none;
	}
	#menutop a:visited {
		color: #000000;
		text-decoration: none;
	}
	#menutop a:hover {
		color: #ffffff;
		text-decoration: none;
	}


#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;*/
}

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

.formstern {
	color: #cd0007;
}

.button_submit {
	background-color: #FC0;
	font-size: 110%;
}

.btn/*, input[type=submit], input[type=reset], input[type=button]*/ {
	border: 1px solid #dcdcdc;
	background-color: #F2F2F2;
	padding: 6px;
	margin: 0px;
	font-size: 100%;
	/*background-image: url(img/buttons/default_button_bg.gif);
	background-repeat: repeat-x;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	height: 18px;
	font-weight: bold;*/
	color: #000;
	cursor: pointer;
	outline: 0px;
}
.btn:hover/*, input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover*/ {
	color: #fff;
	background-color: #ec1d25;
	outline: 1px solid #999;
}


/* Anpassungen ENDE */