/* DESIGN */
body,html
{
	background-color:#000000;
	margin:0px;
	height:100%; 
	font-family: 'Tahoma', Arial, sans-serif;
	font-size:11px;
	color: #666666;
}
#contentbody
{
	margin-left:16px; 
	overflow-y: scroll;
}
/* LAYOUT */
#container
{
	margin:0px auto;
	width:941px;
	height:100% auto;
	/* border-left:1px solid #999999; */
	/* border-right:1px solid #999999; */
	background-color:#FFFFFF;
	overlfow:hidden;
}
#header
{
	background:url(http://www.fbe.at/media/design/logo.jpg) top right no-repeat #FFFFFF;
	margin:0px;
	width:941px;
	height:245px;
	text-align:left;
}
#navileft
{
	background:url(http://www.fbe.at/media/design/bg_top-left.jpg) top right no-repeat #FFFFFF;
	margin:0px;
	width:700px;
	height:75px;
	text-align:left;
	float:left;
}
#naviright
{
	background:url(http://www.fbe.at/media/design/bg_top-right.jpg) top right no-repeat #FFFFFF;
	margin:0px;
	width:241px;
	height:75px;
	text-align:left;
	float:left;
}
#contentbox
{ 
	background:url(http://www.fbe.at/media/design/bg_main.jpg) bottom left no-repeat #FFFFFF;
	margin:0px;
	width:941px;
	height:100% auto;
	text-align:left;
	overflow:auto;
}
#content
{ 
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	width:700px;
	height: 100%; /* 540px */
	text-align:left;
	float:left;
	overflow:auto;
}
#rightads
{ 
	background-color: #FFFFFF;
	margin-left:-10px;
	width:241px;
	height:100%;
	text-align:left;
	float:left;
	overflow:hidden;
}
#teaser1
{
	background:url(http://www.fbe.at/media/design/bg_teaser1.jpg) top left no-repeat #FFFFFF;
	margin:0px;
	padding-left: 65px;
	padding-top: 55px;
	width:241px;
	height: 179px;
	text-align:left;
}
#teaser2
{
	background:url(http://www.fbe.at/media/design/bg_teaser2.jpg) top left no-repeat #FFFFFF;
	margin:0px;
	padding-left: 65px;
	padding-top: 55px;
	width:241px;
	height: 179px;
	text-align:left;
}
#teaser3
{
	background:url(http://www.fbe.at/media/design/bg_teaser3.jpg) top left no-repeat #FFFFFF;
	margin:0px;
	width:241px;
	min-height:72px;
	height: 100% auto;
	text-align:left;
}
#footer
{
	background:url(http://www.fbe.at/media/design/bg_footer.jpg) top left no-repeat #FFFFFF;
	margin:0px;
	padding-top:10px;
	border-bottom: 1px solid #999999;
	width:941px;
	height:20px;
	text-align:center;
}

/* Scroller - Objektbilder */
#hold2{ 
	position:relative; 
	overflow:hidden;
	width:440px; 
	height:60px; 
	z-index:60;
}
#wn2{ 
	position:absolute;
	left:0px; 
	top:0px; 
	width:440px; 
	height:60px; 
	clip:rect(0px, 440 px, 60px, 0px); 
	overflow:hidden;	
	z-index:60;
}
#lyr12
{ 
	position:absolute; 
	visibility:hidden; 
	left:0px; 
	top:0px; 
	z-index:60; 
}
table#t12 td {width:80px; vertical-align:middle; text-align:center; padding-right:10px; z-index:60;}  



/* HTML */
h1{
	font-family: 'Tahoma', Arial, sans-serif;
	font-size:14px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom: 5px;
	margin: 0px;
	color: #000000;
}
h2{
	font-family: 'Tahoma', Arial, sans-serif;
	font-weight:bold;
	font-size:11px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom: 3px;
	margin: 0px;
	color: #666666;
}
p, td{
	font-family: 'Tahoma', Arial, sans-serif;
	font-size:11px;
	color: #666666;
}
a{
	font-family: 'Tahoma', Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #FF9933;
}

/* 1. Formatierungen für Kontaktformulares */
/* 1.1. Feldbezeichnungen */
.form_title{
	font-weight: bold;
}
/* 1.2. KEIN Pflichtfeld */
.form_input, select{
	font-family: 'Tahoma', Arial, sans-serif;
	font-size:11px;
	color: #333333;
	border: 1px solid #999999;
}
/* 1.3. Tabelle die das Formular umgibt */
.form_table{
	width:500px;
}
/* 1.4. Formular-Button(s) */
.form_inputbutton{
	font-family: 'Tahoma', Arial, sans-serif;
	font-size:11px;
	color: #333333;
	background-color: #CCCCCC;
	border: 1px solid #999999;
}

/* 2. Formatierungen für Pflichtfeld eines Kontaktformulares */
/* 2.1. Kennzeichnung eines Pflichtfeld */
input.required, textarea.required {
	font-family: 'Tahoma', Arial, sans-serif;
	font-size:11px;
	color: #333333;
	border: 1px solid #999999;
}
/* 2.2. Pflichtfeld nicht ausgefüllt */
input.validation-failed, textarea.validation-failed 
{
	border: 1px solid #FF3300;
	color : #333333;
}
/* 2.3. Pflichtfeld richtig ausgefüllt */
input.validation-passed, textarea.validation-passed {
	border: 1px solid #333333;
	color : #333333;
}
/* 2.4. Warnhinweis wenn Pflichtfeld nicht ausgefüllt */
.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFFFFF;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	font-weight: bold;
}
#fotogalerie_td{
	text-align:center; 
	vertical-align:middle; 
	height: 108px;
	width: 108px;
}
#fotogalerie_td:hover{
	height: 100px;
	width: 100px;
	background-color: #FFFFFF;
	border: 4px solid #f4c33a;
}
#fotogalerie_td_big{
	text-align:center; 
	vertical-align:middle; 
}
#fotogalerie_table{
	padding:5px; 
	width:500px;
}
#fotogalerie_td_title{
	text-align:center; 
	vertical-align:middle;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
}
.fotogalerie_imglink{}
