/* CSS Document */
/* Anpassungen Weblayout */
body {
	margin: 30px 0px 0px 0px;
	padding: 0;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.25em;
	background-color: #a2acba;
}

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

img {
	border: none;
}

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

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: 180%;
	color: #074296;
	font-weight: normal;
	line-height: 125%;
	text-transform: uppercase;
}
h2 {
	font-size: 150%;
	color: #a2acba;
	font-weight: normal;
	line-height: 100%;
	text-transform: uppercase;
}
h3 {
	font-size: 150%;
	color: #a2acba;
	font-weight: normal;
	line-height: 100%;
}
h4 {
	font-size: 100%;
	color: #000000;
	font-weight: bold;
	line-height: 100%;
}

hr {
	border: thin;
	background-color: #8ba8cb;
	opacity: 0.30;
	filter: alpha(opacity=30);
	height: 1px;
	margin-top: 2px;
	margin-bottom: 4px;
	padding: 0px;
}

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

a:link {
	color: #074296;
	text-decoration: none;
}
a:visited {
	color: #074296;
	text-decoration: none;
}
a:hover {
	color: #074296;
	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 */
#page {
	position: relative;
	text-align: left;
	margin: auto;
	width: 960px;
	left: 0 !important;
}
					
	#page #content {
	  position: relative;
	  float: left;
	  width: 960px;
	  min-height: 450px;
	  background-color: #FFFFFF;
	}
		#page #content #left {
			position: relative;
			float: left;
			width: 630px;
			padding: 10px 0px 10px 0px;
		}
			#page #content #left #menu {
				position: relative;
				float: left;
				width: 630px;
				height: 40px;
				background-color: #e30010;
				z-index: 10;
			}
				#page #content #left #menu .hmenu {
					margin-left: 20px;
					padding: 12px 10px 0px 0px;
					font-size: 150%;
					text-transform: uppercase;
	  			font-weight: bold;
				}
				#page #content #left #menu .hmenu:link {
	  			color: #FFFFFF;
	  			text-decoration: none;
	  		}
	  		#page #content #left #menu .hmenu:visited {
	  			color: #FFFFFF;
	  			text-decoration: none;
	  		}
	  		#page #content #left #menu .hmenu:hover {
	  			color: #000000;
	  			text-decoration: none;
	  		}

			#page #content #left .inhalt {
				position: relative;
				float: left;
				width: 590px;
				padding: 0px 20px 20px 20px;
			}
		#page #content #right {
			position: relative;
			float: left;
			width: 330px;
			padding: 10px 0px 0px 0px;
		}
			#page #content #right #balken {
				position: relative;
				float: left;
				width: 245px;
				height: 27px;
				padding: 13px 0px 0px 85px;
				color: #FFFFFF;
				font-size: 90%;
				background-color: #074296;
			}
				#page #content #right #balken a:link {
	  			color: #FFFFFF;
	  			text-decoration: none;
	  		}								 
	  		#page #content #right #balken a:visited {
	  			color: #FFFFFF;
	  			text-decoration: none;
	  		}								 
	  		#page #content #right #balken a:hover {
	  			color: #000000;
	  			text-decoration: none;
	  		}								 

			#page #content #right #logo {
				position: relative;
				float: left;
				padding: 20px 10px 20px 0px;
			}
			#page #content #right #bildbox {
				position: relative;
				float: left;
				width: 330px;
				height: 480px;
			}
		
	  #page #content .inhalt ul {
	  	margin: 10px 0px 0px 50px;
	  	padding: 0px;
	  }
	  #page #content .inhalt li {
	  	list-style: url(../img/gif/ul.gif);
	  	padding: 0px 0px 5px 0px;
	  }
		
	#page .line {
		background-color: #8ba8cb;
	}			
	
	#page #marken {
	  position: relative;
		float: left;
		width: 940px;
		padding: 10px;
	 	font-size: 180%;
		color: #a2acba;
		line-height: 150%;
	}
	  #page #marken a:link {
	  	color: #1d445d;
	  	text-decoration: none;
	  }
	  #page #marken a:visited {
	  	color: #1d445d;
	  	text-decoration: none;
	  }
	  #page #marken a:hover {
	  	color: #b0b7c2;
	  	text-decoration: underline;
	  }
	
	#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;*/
}

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