/* CSS Document */
/* Anpassungen Weblayout */
body {
	margin: 50px 0px 0px 50px;
	padding: 0;
	color: #7d7d7d;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 1.25em;
}

img {
	border: none;
}

img, div, label, input { behavior: url("./js/iepngfix.htc") }

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

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

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

table {
	padding: 0;
	margin: 0;
	border-spacing: 0;
	border-collapse: collapse;
}
td {
	vertical-align: top;
	font-size: 100%;
}
th {
	border-bottom: 1px solid #dcdcdc;
	font-weight: bold;
	text-align: left;
}

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; }

/* Überschriften, Links und Formular */
h1 {
	font-size: 12px;
	color: #b2cb3c;
	font-weight: bold;
	line-height: 125%;
	display:inline;
}
h2 {
	font-size: 11px;
	color: #7d7d7d;
	font-weight: normal;
	line-height: 110%;
	padding-left: 20px;
	display:inline;
}
h3 {
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	line-height: 100%;
	display:inline;
}
h4 {
	font-size: 11px;
	color: #b2cb3c;
	font-weight: normal;
	line-height: 125%;
	display:inline;
}

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


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

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

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

/* Droppy Basic code - don't modify */
 
 #nav { display: block; margin: 0; padding: 0; position: relative; }
  #nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  #nav a { display: block; }
  #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #nav ul { line-height: 0; } /* IE6 "fix" */
  	#nav ul a { zoom: 1; } /* IE6/7 fix */
    #nav ul li { float: none; }
    #nav ul ul { top: 0; }
    
/* Essentials - configure this */

#nav ul { width: 170px; }
#nav ul ul { left: 171px; }

/* Everything else is theming */

/*#nav { background-color: #000000; height: 24px; }*/
#nav *:hover { background-color: none; }
#nav a { padding: 0px; text-decoration: none; }
  #nav li.hover a { color: #7d7d7d; }
  #nav ul { top: 35px; left: 0px; }
    #nav ul li a { padding: 2px 2px 2px 0px; background-color: #ffffff; }
      #nav ul a.hover { padding: 2px 2px 2px 0px; color: #b2cb3c; }
   #nav ul a { border-bottom: 0px solid white; border-right: none; opacity: 0.90; filter: alpha(opacity=90); }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */


/* Anpassungen START */
#page {
	position: relative;
	width: 810px;
	left: 0 !important;
}
	#page #logo {
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 150;
	}
	#page #sprachauswahl {
		position: absolute;
		top: 61px;
		left: 253px;
		z-index: 150;
	}
	#page #menu {
		position: absolute;
		top: 120px;
		left: 0;
		z-index: 100;
	}
		#page #menu .umenu {
			font-size: 100%;
		}
		
	#page #content {
		position: relative;
		float: left;
		padding-top: 170px;
		padding-left: 3px;
		width: 807px;
	}
		#page #content .fade {
			position: relative;
			float: left;
		}
		#page #content .box {
			position: relative;
			float: left;
		}
			#page #content .box .bg_ol {
				position: absolute;
				top: 0px;
				left: 0px;
				background-image: url(../img/gif/rand_ol.gif);
				background-repeat: no-repeat;
				width: 7px;
				height: 7px;
			}
			#page #content .box .bg_or {
				position: absolute;
				top: 0px;
				right: 0px;
				background-image: url(../img/gif/rand_or.gif);
				background-repeat: no-repeat;
				width: 7px;
				height: 7px;
			}
			#page #content .box .bg_ul {
				position: absolute;
				bottom: 0px;
				left: 0px;
				background-image: url(../img/gif/rand_ul.gif);
				background-repeat: no-repeat;
				width: 7px;
				height: 7px;
			}
			#page #content .box .bg_ur {
				position: absolute;
				bottom: 0px;
				right: 0px;
				background-image: url(../img/gif/rand_ur.gif);
				background-repeat: no-repeat;
				width: 7px;
				height: 7px;
			}
			#page #content .box .text {
				position: relative;
				float: left;
				padding: 7px;
			}
			#page #content .box #worksbilder {
				position: relative;
				float: left;
				padding: 7px;
				width: 250px;
				height: 429px;
				background-repeat:no-repeat;
				background-position:7px 7px;
			}
				#page #content .box .text a:link {
					color: #000000;
					text-decoration: none;
				}
				#page #content .box .text a:visited {
					color: #000000;
					text-decoration: none;
				}
				#page #content .box .text a:hover {
					color: #b2cb3c;
					text-decoration: none;
				}			
		
		#page #content ul {
			margin: 0px 0px 0px 0px;
			padding: 0px;
		}
		#page #content li {
			/*list-style: url(../img/gif/ul.gif);*/
			margin-left: 0px;
			padding: 0px 0px 5px 25px;
			list-style: none;
			background-image: url(../img/gif/ul.gif);
			background-repeat: no-repeat;
		}
		#page #content #left {
			position: relative;
			float: left;
			width: 290px;
			padding: 20px 0px 20px 0px;
		}
		#page #content #right {
			position: relative;
			float: left;
			width: 517px;
			padding: 20px 0px 20px 0px;
		}
		
		#page #content .videos {
			float:left;
			padding:10px;
			text-align: center;
		}
			#page #content .videos a:link {
				color: #000000;
				text-decoration: none;
			}
			#page #content .videos a:visited {
				color: #000000;
				text-decoration: none;
			}
			#page #content .videos a:hover {
				color: #b2cb3c;
				text-decoration: none;
			}
			
		#page #content .presse {
			padding:5px;
		}
			#page #content .presse a:link {
				color: #7d7d7d;
				text-decoration: none;
			}
			#page #content .presse a:visited {
				color: #7d7d7d;
				text-decoration: none;
			}
			#page #content .presse a:hover {
				color: #b2cb3c;
				text-decoration: none;
			}
	

	#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%;
	}
	
#pagefooter {
	position: relative;
	clear: both;
	background-image: url(../img/gif/bkg_footer.gif);
	height: 123px;
}
	#pagefooter #adresse {
		position: relative;
		width: 970px;
		padding-top: 20px;
		margin: 0px auto;
		font-size: 90%;
		color: #FFFFFF;
		text-align: right;
	}
		#pagefooter #adresse a:link {
			color: #FFFFFF;
			text-decoration: none;
		}
		#pagefooter #adresse a:visited {
			color: #FFFFFF;
			text-decoration: none;
		}
		#pagefooter #adresse a:hover {
			color: #FFFFFF;
			text-decoration: underline;
		}
		



#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: #edecd7;
	padding: 2px;
}
#td_anfrage1{
	height: 25px;
}
#td_anfrage2{
	height: 25px;
	padding-left: 20px;
}
#td_anfrage3{
	color: #194621;
}
#td_anmeldung_bkg{
	background-color: #f4f4f4;
	color: #000000;
	vertical-align: top;
	height: 20px;
	padding: 5px;
}
/* Anpassungen ENDE */