/* CSS Document */
/* Anpassungen Weblayout */
body {
	margin: 20px 0px 20px 0px;
	padding: 0;
	color: #4f4f4f;
	font-family: "Trebuchet MS", Geneva, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.25em;
	background-image: url(../img/gif/bkg_body.gif);
	background-repeat: repeat-x;
	background-color: #424242;
}

td {
	color: #4f4f4f;
	font-family: "Trebuchet MS", Geneva, Verdana, Arial, 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: 130%;
	color: #000000;
	font-weight: normal;
	line-height: 125%;
}
h2 {
	font-size: 120%;
	color: #000000;
	font-weight: normal;
	line-height: 100%;
}
h3 {
	font-size: 120%;
	color: #cb0002;
	font-weight: normal;
	line-height: 100%;
}
h4 cd0002

hr {
	border: thin;
	background-color: #3b3a3b;
	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: #cb0002;
	text-decoration: none;
}
a:visited {
	color: #cb0002;
	text-decoration: none;
}
a:hover {
	color: #cb0002;
	text-decoration: underline;
}

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

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


/* Anpassungen START */
#page {
	position: relative;
	text-align: left;
	margin: auto;
	width: 940px;
	left: 0 !important;
}	
	
	#page #content {
	  position: relative;
	  float: left;
	  width: 940px;
	  background-color: #FFFFFF;
	  padding: 10px 0px 20px 0px;
	}
	
		#page #logo {
			padding: 10px 0px 20px 10px;
		}
		
		#page #specialized {
			position: absolute;
			top: 85px;
			right: 186px;
			font-size: 130%;
			color: #000000;
		}
		
		#page #content #main {
			position: relative;
			float: left;
			width: 940px;
	  	background-image: url(../img/gif/bkg_content.gif);
		}
	
			#page #content #main #left {
			  position: relative;
			  float: left;
			  width: 161px;
			  padding: 0px 0px 0px 10px;
			}
							
			#page #content #main #center {
			  position: relative;
			  float: left;
			  width: 562px;
			  padding: 0px 18px 0px 18px;
			}
			
				#page #content #main #center #bild {
					position: relative;
					float: left;
					width: 565px;
					height: 200px;
				}				
				#page #content #main #center .inhalt {
					position: relative;
					float: left;
					width: 562px;
				}
				
					#page #content #main #center .inhalt ul {
						margin: 10px 0px 0px 50px;
					  padding: 0px;
					}
					#page #content #main #center .inhalt li {
					  list-style: url(../img/gif/ul.gif);
					  padding: 0px 0px 5px 0px;
					}
				
			#page #content #main #right {
			  position: relative;
			  float: left;
			  width: 151px;
			  padding: 0px 10px 0px 10px;
			}
				#page #content #main #right #sprachauswahl {
					position: relative;
					float: left;
					width: 151px;
					padding: 0px 0px 10px 0px;
				}
				#page #content #main #right #links {
					position: relative;
					float: left;
					width: 151px;
					padding: 0px 0px 0px 0px;
					font-size: 90%;
				}
					#page #content #main #right #links a:link {
	  				color: #000000;
	  				text-decoration: none;
	  			}
	  			#page #content #main #right #links a:visited {
	  				color: #000000;
	  				text-decoration: none;
	  			}
	  			#page #content #main #right #links a:hover {
	  				color: #cb0002;
	  				text-decoration: none;
	  			}
	  			
	  		#page #content #main #partner {
	  			position: relative;
					float: left;
					width: 151px;
					padding: 280px 0px 0px 0px;
	  		}

	 
	#page #menu {
	  position: relative;
	  float: right;
	  padding: 30px 0px 30px 0px;
	  z-index: 100;
	}
	  #page #menu .hmenu {
	  	margin-left: 0px;
	  	padding: 0px 0px 0px 20px;
	  	font-size: 130%;
	  	line-height: 125%;
	  }
	  #page #menu .hmenu:link {
	  	color: #000000;
	  	text-decoration: none;
	  }
	  #page #menu .hmenu:visited {
	  	color: #000000;
	  	text-decoration: none;
	  }
	  #page #menu .hmenu:hover {
	  	color: #cb0002;
	  	text-decoration: none;
	  }
	  
	#page #content #bottom {
		position: relative;
		float: left;
		width: 920px;
		text-align: center;
		padding: 40px 10px 0px 10px;
		font-size: 90%;
	}
	
	#page #balken {
	  position: absolute;
	  top: 460px;
	  left: 0px;
	  z-index: 90;
	}
		
	#page .line {
		background-color: #8ba8cb;
	}
	
	#page #historyback {
		clear:both;
		display:block;
		font-size: 11px;
		text-align: right;
		width: 100%;
		padding-top: 10px;
	}

#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: #cd0002;
}

.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 */
