/*main content has z-index set to 10*/
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	height: 100%;
	background-color: #feb300;
}
a {
	color: #7D181B;
}
a img{
	border: none;
}
/*Things to hide at low screen widths:*/
#logo_top, #logo_bottom, #head_trans, #shadow_r_t, #bg_full_height, #bg_right, #layout_footer_left, #layout_footer_middle, #layout_footer_right {
	display: none;
}
/* Main */
#head {
	background-color: #a6141f;
}
#outer, #bg_full_height{
	margin: 0 auto;
	width: 100%;
}
#cont_center {
	padding: 40px;
}
@media (min-width: 1000px) {
	body {
		background-color: white;
	}
	#bg_full_height, #bg_right {
		display: block;
	}
	#cont_left, #bg_right {
		background-color: #a6141f;
	}
	#cont_left, #bg_right, #bg_full_height {
		height: 100%;
		overflow: hidden;
		position: fixed;
		z-index: 1;
	}
	#cont_center {
		width: 565px;
		margin: 0 0 0 180px;
		padding: 98px 30px 50px 40px;
		position: absolute;
		z-index: 10;
	}
	#bg_right {
		width: 160px;
		/*height: 692px; *//*712px - 20px padding*/
		background-position: 850px 0px;
		z-index: 8;
		text-align: right;
		padding: 20px 20px 0 20px;
	}
	#cont_right {
		margin: 50px 0 0 auto;
		text-align: left;
		width: 120px;
	}
	#outer, #bg_full_height{
		width: 1007px;
	}
	#cont_left, #bg_right, #cont_center, #bg_full_height {
		top: 141px; /*height of the header*/
	}
	#cont_left{
		width: 190px;
		z-index: 11;
	}
	#footer {
		display: block;
		margin-top: 45px;
	}
	#bg_full_height {
		background: url(../images/shadow_r.gif) right repeat-y #feb300;
	}
}
/*HEADER / LOGO*/
@media (min-width: 1000px) {
	#logo_top, #logo_bottom, #shadow_r_t, #head_trans {
		display: block;
	}
	#head {
		background: url(../images/shadow_r.gif) right;
		position: fixed;
		top: 31px;
		z-index: 12;
		width: 1007px;
		height: 110px;
	}
	#head_middle {
		background: url(../images/bg_top.jpg) no-repeat;
		height: 110px;
		width: 1000px;
	}
	#logo_top, #logo_bottom, #head_trans {
		position: absolute;
	}
	#logo_top {
		display: block;
		height: 31px;
		top:-31px;
		width: 1000px;
		background: url(../images/logo_top.jpg) no-repeat center bottom white;
	}
	#logo_bottom {
		left: 319px;
		top:119px;
	}
	#head_trans { /*transparent "shadow" below header image*/
		top: 110px;
		width: 1000px;
		height: 9px;
		background: left url(../images/shadow_top.png) repeat-x;
	}
}
/* NAVIGATION */
.nav {
	padding-left: 0px;
}
.nav li{
	list-style: none;
}
.nav li a {
	display: block;
	padding: 5px;
	margin: 5px;
	background: right no-repeat url(../images/leaf_white.png);
	background-color: #c1703b;
}
	.nav li a.current, .nav li a:hover {
		background-image: url(../images/leaf_red.png);
	}
@media (min-width: 1000px) {
	.nav {
		padding: 60px 0 0 8px;
		position: absolute;
		z-index: 11;
	}
	.nav li{
		list-style: none;
		height: 20px;
		width: 140px;
		padding:2px 0 0 0;
		margin: 0 0 8px 2px;
		background-color: #c1703b;
	}
	.nav li a{
		display: block;
		width: 175px;
		padding-left: 10px;
		height: 26px;
		background: right no-repeat url(../images/leaf_white.png);
		position: relative;
		top: -2px;
		margin: 0;
	}
	.nav li a.current, .nav li a:hover {
		background-image: url(../images/leaf_red.png);
	}
}
.nav a {
	font-size: 18px;
}
.nav a:hover {
	color: #7d181b;
}
.nav .flir-replaced{
	padding-top: 2px;
}
/*End NAVIGATION*/
.leiterimg, .leiterimg_empty{
	margin-right: 20px;
}
.invisibleLinkTarget {
	position: relative;
	top: -205px; /*Size of head and bottom parts of logo, used to fix scroll when reaching an internal link*/
}

P.form {
	color: #CC3300;
	font-weight : bold;
	text-align : center;
}
div.color {
	background-color : #FFCC66;
	color: #000066;
	font-weight: bold;
	text-align: center;
	padding: 3px;
}
A.BUTTON{
	color: #FFFFFF;
	text-decoration: none;
}
#groupname, #address, #address a, .nav a {
	text-decoration: none;
	color: white;
	font-family: "Monotype Corsiva", serif;
}
#groupname, #address, #address a {
	font-size: 28px;
	line-height: 31px;
	padding: 11px 0 0 0;
	letter-spacing: 0.02em;
}
#address, #address a{
	letter-spacing: 0.015em;
}
@media (min-width: 1000px) {
	#shadow_r_t {
		display: block;
		height: 43px;
	}
	#shadow_r_t, #groupname, #address {
		position: relative;
		top: -31px;
	}
	#shadow_r_t {
		display: block;
		height: 43px;
		width: 7px;
		left: 1000px;
		background: url(../images/shadow_r_top.gif) no-repeat white bottom;
	}
	#groupname{
		float: left;
		padding-left: 95px;
	}
	#address {
		padding-right:  30px;
		padding-left: 40px;
		text-align: right;
	}
}
#address {
	float: right;
	letter-spacing: 0.015em;
}
/* ORNAMENT */
@media (min-width: 1000px) {
	#layout_footer_left, #layout_footer_middle, #layout_footer_right  {
		display: block;
		position: fixed;
		bottom: 0px;
		z-index: 10;
	}
	#layout_footer_left {
		background: url(../images/ornament_b_l.png) bottom no-repeat;
		height: 280px;
		width: 150px;
	}
	#layout_footer_middle {
		background: url(../images/ornament_b_m.png) bottom no-repeat;
		background-position: 150px 0px;
		height: 45px;
		width: 1000px;
		z-index: 30;
	}
	#layout_footer_right{
		background: url(../images/ornament_b_r.png) bottom right no-repeat;
		height: 407px;
		width: 987px;
		margin: auto;
		margin-right: 0;
		z-index: 9;
	}
	#layout_hide_overflow{
		margin-top: 30px;
		position: fixed;
		bottom: 0px;
		background: white;
		z-index: 10;
		width: 100%;
	}
}