*{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#main {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: left;
	width: 955px;
}

#main #top {
	position: relative;
	top: 0px;
	left: 0px;
	width: 955px;
	height: 27px;
  background-image: url('../images/top.gif');
  background-position: center top;
  background-repeat: no-repeat;
}

#main #middle {
	position: relative;
	top: 0px;
	left: 0px;
	width: 955px;
	height: 234px;
  background-image: url('../images/middle.gif');
  background-position: center top;
  background-repeat: repeat-y;
}

#main #middle #header {
	position: relative;
	top: 0px;
	left: 0px;
	width: 943px;
	height: 234px;
  background-image: url('../images/header.jpg');
  background-position: 28px 0px;
  background-repeat: no-repeat;
}

#main #middle #flashMediaPlayerDiv {
	position: relative;
	top: 0px;
	left: 6px;
	width: 943px;
	height: 147px;
}


#main #middle #header img {
	position: relative;
	top: 12px;
	left: 33px;
}

#main #content {
	position: relative;
	top: 0px;
	left: 0px;
	width: 903px;
  background-image: url('../images/middle.gif');
  background-position: center top;
  background-repeat: repeat-y;
}

#main #logobalk {
	position: relative;
	top: 0px;
	left: 0px;
	width: 903px;
	height: 120px;
	text-align: center;
  background-image: url('../images/middle.gif');
  background-position: center top;
  background-repeat: repeat-y;
}

#main #logobalk img {
	margin-left: 10px;
	margin-right: 10px;	
}

#main #content #contentArea {
	position: relative;
	top: 0px;
	left: 10px;
	width: 730px;
	float: right;
	color #FFFFFF;
  font-size: 12px;
}

#main #content #contentArea #fotobalk {
	position: relative;
	top: 0px;
	left: 10px;
	width: 170px;
	float: left;
	color #FFFFFF;
  font-size: 12px;
  margin-top:0px;
}

#main #content #contentArea #fotobalk img {
  margin-top: 30px;
  margin-bottom: -20px;
	border: solid 1px #6E7B86;
}

#main #content #contentArea #fotobalk ul {
	list-style: none;
	margin-left: 0;

}

#main #content #contentArea #fotobalk li {
	margin-top: 5px;
}

#main #content #contentArea #fotobalk a:hover {
	color: #317510;
	background-color: #DDDDDD;
}

#main #content #contentArea #fotobalk a {
	text-decoration: none;
}


#main #content #contentArea #mainArea {
	position: relative;
	top: 0px;
	left: 0px;
	width: 510px;
	float: right;
	color #FFFFFF;
  font-size: 12px;
	padding-bottom: 10px;
	padding-right: 20px;
}

#main #content #contentArea ul {

	margin: 0px;
	margin-left: 15px;
}

#main #content #contentArea table{
	padding: 5px;
	margin: 0px;
	border: solid 1px #777777;
  font-size: 12px;
}


#main #content #contentArea .tbltitel{
	background-color: #bbbbbb;
	font-weight: bold;
}

#main #content #contentArea .odd{
	background-color: #eeeeee;
}

#main #content #contentArea .even{
	background-color: #dddddd;
}

#main #content #contentArea h1 {
  font-size: 18px;
	margin: 0;
	padding: 0px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	color: #317510;
}

#main #content #contentArea strong {
	color: #317510;
}

#main #content #contentArea h2 {
  font-size: 13px;
	margin: 0;
	padding: 0px;
	padding-bottom: 0px;
	margin-top: -12px;
	margin-bottom: 10px;
	color: #45AD02;
}

#main #content #contentArea h3 {
  font-size: 12px;
	margin: 0;
	padding: 0px;

	color: #317510;
}

#main #content #contentArea p {
	line-height: 15px;
	margin: 0;
	padding: 0px;
	margin-bottom: 15px;
}

#main #content #menu {
	position: relative;
	top: 0px;
	left: 26px;
	width: 140px;
	float: left;
  font-size: 10px;
}


#main #content #menu ul {
	list-style: none;
	margin-left: 0;
	padding-left: 17px;
}


#main #content #menu #nav {
	list-style: none;
	margin-left: 0;
	padding-left: 0px;
}

#main #content #menu a {
	color: #215C02;
  font-size: 12px;
	text-decoration: none;
	border-bottom: solid 1px #BFBDB8;
	display: block;
	width: 140px;
	line-height: 18px;
}

#main #content .selected {
	background-color: #DDDDDD;
}

#main #content #menu a:hover {
	color: #44DC3F;
}


#main #footer {
	position: relative;
	top: 0px;
	left: 0px;
	width: 955px;
	height: 35px;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 48px;
	text-align: center;
  background-image: url('../images/footer.gif');
  background-position: center top;
  background-repeat: no-repeat;
}

#main #footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#main #content #contentArea a:link {
	color: #000000;
	text-decoration: none;
}

#main #content #contentArea a:visited {
	color: #000000;
	text-decoration: none;
}

#main #content #contentArea a:active{
	color: #000000;
	text-decoration: none;
}
#main #content #contentArea a:hover{
	color: #000000;
	text-decoration: underline;
}

#special {
	display: none;
}

