body {
	background-color: #B4D97B;
	
	font-family: verdana, arial, "times new roman";
	font-size: 12px;

	margin: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
img {
	border: none;
}
/************************************ header *********************************/
#containerHeader {
	width: 981px;
	height: 170px;
	background: url("/images/logo.jpg") no-repeat;
}
#frclink {
	position: absolute;
	top: 10px;
	left: 60px;
	
	width: 110px;
	height: 140px;
}
#fcr {
	margin-left: 188px;
	margin-top: 17px;
	float: left;
}
#sponsor {
	width: 564px;
	height: 68px;
	
	margin-left: 363px;
	margin-top: 13px;
	margin-bottom: 15px;
	
	padding-left: 40px;
	padding-top: 2px;
	
	float: right;
	
	background: url("/images/sponsor.jpg") no-repeat;
}
a.banner {
	display: block;
	width: 100px;
	padding-left: 4px;
	text-align: center;
	float: left;
}
/*********************************** top nav *********************************/
#topNav {
	margin-left: 355px;
	float: left;
}
li.topNav {
	height: 35px;
	float: left;
}
a.topNav, a.nav {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	
	margin-top: 18px;
	
	display: block;
	
	float: left;
}
a.topNav:hover, a.nav:hover, a.topNavSel, a.navSel {
	color: #FC4100;

}
/*************************************** nav *********************************/
#nav {
	margin-left: 239px;
	padding-left: 21px;
	
	background: url("/images/nav_line.jpg") bottom left no-repeat;
	
	width: 710px;
}
li.nav {
	height: 29px;
	
	float: left;
}
a.nav {
	margin-top: 6px;
}
/************************************* content *******************************/
#bgColorWhiteGreen {
	width: 981px;
	background-color: #CFE7AD;
	float: left;
}
#containerContent {
	width: 981px;
	float: left;
	background: url("/images/bg4.jpg") bottom left no-repeat;
}
#containerFadeRight {
	background: url("/images/right_nav_fade_right.jpg") top right repeat-y;
	width: 730px;
	padding-right: 11px;
	
	float: right;
}
#containerNavBgColor {
	width: 730px;
	border-top: 2px solid #4B750C;
	border-bottom: 2px solid #4B750C;
	border-left: 2px solid #4B750C;
	background-color: #649419;
	float: left;
}
#containerNavBgImg {
	width: 730px;
	background: url("/images/right_nav_fade.jpg") right repeat-y;
	float: left;
}
#content {
	float: right;
	background-color: #FFFFFF;
	width: 550px;
	
	min-height: 560px;
  	height: auto !important;  /* für moderne Browser */
  	height: 560px;  /* für den IE */
}
#title {
	height: 28px;
	border-bottom: 1px solid #67991B;
	color: #FC4100;
	font-size: 14px;
	font-weight: bold;
	padding-top: 16px;
	padding-left: 24px;
	
}
div.subtitle {
	font-weight: bold;
	padding-bottom: 10px;
}
#text {
	padding: 10px;
	padding-left: 15px;
	line-height: 140%;
}
a.text {
	color: #000000;
}
a.text:hover {
	color: #FC4100;
}
td.presidents {
	width: 110px; 
	height: 22px;
}
img.foto {
	width: 240px;
	height: 180px;
	
	border: 1px solid #000000;
	
	margin-right: 10px;
}

div.sponsor {
	width: 240px;
	height: 240px;
	padding: 2px;
	margin-bottom: 10px;
	
	text-align: center;
	border: 1px solid #4B750C;
	float: left;
}
a.sponsor {
	display: block;
	width: 240px;
	height: 240px;
}
img.vorstand {
	float: left;
	border: 1px solid #000000;
	margin-right: 6px;
}
div.vorstand {
	width: 230px;
	float: left;
	height: 98px;
}
span.fontSmall {
	font-size: 10px;
}
ul.text {
	list-style-type: square;
	padding-left: 20px;
}
img.team {
	border: 1px solid #000000;
}
/************************************* right nav ****************************/
#rightNav {
	width: 180px;
	float: right;
}
li.rightNav  {
	padding-top: 16px;
	padding-left: 8px;
	height: 29px;
	background: url("/images/right_nav_line.jpg") bottom left no-repeat;
}
a.rightNav {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	
	display: block;
	padding-left: 12px; 
	
	background: url("/images/right_nav_arrow.gif") center left no-repeat;

}
a.rightNav:hover, a.rightNavSel {
	color: #192A00;
	background: url("/images/right_nav_arrow_sel.gif") center left no-repeat;
}
/************************************* sub nav ****************************/
#subNav {
	width: 180px;
	
	font-size: 11px;
	background-color: #E7E7E7;
}
li.subNav {
	padding-top: 6px;
	padding-bottom: 6px;
	background: url("/images/sub_nav_fade.jpg") top right repeat-y;
	width: 100%;
}
a.subNav {
	color: #192A00;
	text-decoration: none;
	
	display: block;
	padding-left: 15px;
	margin-left: 6px;
	width: 155px;
	
	background: url("/images/sub_nav_square.gif") center left no-repeat;
}
a.subNav:hover, a.subNavSel {
	font-weight: bold;
	color: #FC4100;
	background: url("/images/sub_nav_square_sel.gif") center left no-repeat;
}
/********************************* fcr box ********************************/
#fcrBox {
	width: 220px;
	border: 1px solid #66991B;
	margin-left: 6px;
	color: #3D6400;
	font-weight: bold;
}
#containerFcrBox {
	background: url("/images/box_fade.jpg") left top repeat-x;
	
}
#cornerLeftTop {
	float: left;
	position: relative;
	top: -1px;
	left: -2px;
}
#cornerRightTop {
	float: left;
	position: relative;
	top: -1px;
	left: 208px;
}
#cornerLeftBottom {
	float: left;
	position: relative;
	top: 1px;
	left: -11px;
}
#cornerRightBottom {
	float: left;
	position: relative;
	top: 2px;
	left: 201px;
	
}
div.newsBox {
	background-color: #649419;
	color: #FFFFFF;
	font-weight: normal;
	
	padding: 8px;
	margin-left: 7px;
	
	width: 190px;
}
img.cornerNews1LeftTop {
	float: left;
	position: relative;
	top: 13px;
	left: -177px;
}
img.cornerNews1RightTop {
	float: left;
	position: relative;
	top: 14px;
	left: 18px;
}
img.cornerNewsLeftBottom {
	float: left;
	position: relative;
	top: -4px;
	left: 7px;
}
img.cornerNewsRightBottom {
	float: left;
	position: relative;
	top: -5px;
	left: 203px;
}
img.cornerNews2LeftTop {
	float: left;
	position: relative;
	top: 13px;
	left: -3px;
}
img.cornerNews2RightTop {
	position: relative;
	top: 7px;
	left: 192px;
}
/********************************* powered by ********************************/
#poweredBy {
	clear: all;
	float: right;
	text-align: right;
	background-color: #B4D97B;
	
	height: 26px;
	width: 630px;
	padding-right: 30px;
	padding-top: 5px;
}
.orange {
	color: #EB5F19;
}
.gray {
	color: #192A00;
}
a.poweredby {
	text-decoration : none;
	color: #4B750C;
	font-size: 11px;
}