/*----------------------------
	COLOURS

	dark	=#3B7005
	mid	=#61AB09;
	bright1	=#9EF13D
	bright2	=#D2EEAA
----------------------------*/


body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:100.1%;
	color:#3B7005;
	margin:0px;
	padding:0px;
	scrollbar-face-color :#D2EEAA; 
	scrollbar-shadow-color :#FFFFFF; 
	scrollbar-darkshadow-color :#3B7005; 
	scrollbar-highlight-color :#FFFFFF; 
	scrollbar-3dlight-color :#3B7005; 
	scrollbar-track-color :#D2EEAA; 
	scrollbar-arrow-color :#3B7005;
	background:#D2EEAA; 
	margin:0px;
}


a,
a:link,
a:visited,
a:active
{
	color:#61AB09;
	text-decoration:underline;
	font-weight:700;
}

a:hover
{
	color:#3B7005;
	text-decoration:none;
	font-weight:700;
}

#gotop a:link {
	color:#3B7005;
	text-decoration:none;
	font-weight:300;
	font-size:9px;
	}

#gotop a:visited {
	color:#3B7005;
	text-decoration:none;
	font-weight:300;
	font-size:9px;
	}

#gotop a:hover {
	color:#000000;
	text-decoration:none;
	font-weight:300;
	font-size:9px;
	}

#gotop a:active {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:300;
	font-size:9px;
	}

/*--------------------------
  FONT-STYLES
  -------------------------- */

p
{
	margin-top:5px;
}

.areaTitle
{
	font-size: 1.06em;
	font-weight:normal;
	letter-spacing:3px;
	text-align:left;
	color: #FFFFFF;
	padding-left:11px;
	overflow:hidden;
}

.contentTitle
{
	font-size:1em;
	font-weight:bold;
	color:#3B7005;
	margin:15px 0px 0px 15px;
	padding-bottom:20px;
}

.contentTitleSub
{
	font-size:0.88em;
	font-weight:bold;
	color:#3B7005;
	margin:15px 0px 0px 15px;
	padding-bottom:0px;
}

.contentText
{
	font-size:0.82em;
	line-height:1.19em;
	text-align:justify;
	color:#3B7005;
	margin:5px 15px 5px 15px;
}

.tableText
{
	font-size:0.82em;
	line-height:1.19em;
	text-align:center;
	color:#3B7005;
	margin:0px;
}

.tableTitle
{
	font-size:0.88em;
	font-weight:bold;
	text-align:center;
	color:#3B7005;
	margin:0px 0px 10px 0px;
}

.topAreaText
{
	color:#ADDE7B;
	text-decoration:none;
}

li
{
	font-size:0.75em;
	color:#3B7005;
	margin-left:10px;
	margin-top:0px;
	padding:0px;
	padding-bottom:3px;
}

.spacer
{
	font-size:1.94em;
	line-height:2.01em;
	margin:5px 15px 5px 15px;
}

/*--------------------------
  AREAS
  -------------------------- */

#screen
{
	position:absolute;
	top:20px;
	left:50%;
	width:700px;
	height:auto;
	margin-left:-350px;
	background-color:#FFFFFF;
}


#topArea
{
	position:relative;
	top:0px;
	left:50%;
	width:700px;
	height:106px;
	margin-left:-350px;
	border:0px;
	color:#ADDE7B;
	background: url('pix/bg_top.gif');
}

#titleArea
{
	position:relative;
	top:0px;
	left:50%;
	width:700px;
	height:30px;
	margin-left:-350px;
	background-color:#3B7005;
	border-top:2px solid #FFFFFF;
}

#contentArea
{
	position:relative;
	top:0px;
	left:50%;
	width:700px;
	height:auto;
	min-height:450px;
	margin-left:-350px;
	background-color:#FFFFFF;
	overflow:visible;
}

#bottomArea
{
	position:absolute;
	bottom:0px;
	left:50%;
	width:700px;
	height:27px;
	margin-left:-350px;
	border:0px;
	background: url('pix/bg_bottom.gif');
}

#gotop
{
	margin:6px 10px 0px 0px;
	float:right;
}

#hauptmenu
{
	width:700;
	height:24px;
	float:none;
	margin-top:0px;
	padding-top:4px;
	background:url(pix/bg_topm.gif);
}

a.menu
{
	width:90px;
	height:20px;
	color:#000000;
	font-family: Tahoma, Sans-Serif;
	font-size:11px;
	font-weight:300;
	text-decoration:none;
	text-align:center; 
	margin-left:15px;
	padding:4px;
	display:inline; 
	border:1px solid blue;
}

a.menu:hover
{
	width:90px;
	color:#FFFFFF;
	font-weight:300;
	text-decoration:none;
	margin-top:10px;
	padding:4px;
	background-color:#D3FF95;
}

a.menu:visited
{
	width:90px;
	color:#000000;
	font-weight:300;
	text-decoration:none;
}

#menueArea
{
	width:700;
	height:24px;
	float:none;
	margin-top:0px;
	padding-top:4px;
	background:url(pix/bg_topm.gif);
}

#Menue
{
	position:absolute;
	top:103px;
	left:10px;
	font-size:0.72em;
	text-align: center;
	color:#000000;
	background-color: transparent;
	z-index: 99;
}

.MenueItem a,
.MenueItem span
{
	float:left;
	width:80px;
	margin:3px;
	padding:3px;
	padding-right:6px;
	font-size:0.88em;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border: 1px solid #61AB09;
	background-color: transparent;
}

.MenueItem a:hover,
.MenueItem a:active
{
	width:80px;
	border-color: #D2EEAA;
	color: #D2EEAA;
	font-weight: normal;
	text-decoration: none;
}

.MenueItem a:visited
{
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

.MenueItem span
{
	width:80px;
	border-color: #61AB09;
	color: #D2EEAA;
	font-weight: normal;
	text-decoration: none;
	background-color: #61AB09;
}

#subMenue
{
	position:absolute;
	top:170px;
	right:11px;
	font-size:0.72em;
	text-align: center;
	color:#3B7005;
	background-color: transparent;
	z-index: 99;
}

.subMenueItem a,
.subMenueItem a:visited,
.subMenueItem span
{
	float: left;
	width:80px;
	margin: 3px;
	padding: 3px;
	font-size:0.88em;
	font-weight: normal;
	color: #3B7005;
	text-decoration: none;
	border: 1px solid #CCF37E;
	background-color: transparent;
}

.subMenueItem a:hover,
.subMenueItem a:active
{
	width:80px;
	border-color: #3B7005;
	color: #444444;
	font-weight: normal;
	text-decoration: none;
}

.subMenueItem span
{
	width:80px;
	border-color: #444444;
	color: #444444;
	font-weight: normal;
	text-decoration: none;
	background-color: #CFFF84;
}

#bottomLinks
{
	position:absolute;
	top:0px;
	right:3px;
	font-size:0.72em;
	text-align: center;
	color:#3B7005;
	background-color: transparent;
	z-index: 99;
}

.bottomLinksItem a,
.bottomLinksItem a:visited
{
	float: left;
	width:80px;
	margin: 0px;
	padding: 3px;
	font-size:0.88em;
	font-weight: normal;
	color: #3B7005;
	text-decoration: none;
	border: 0px solid #CCF37E;
	background-color: transparent;
}

.bottomLinksItem a:hover,
.bottomLinksItem a:active
{
	width:80px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

.picContent
{
	width:128px;
	height:192px;
	border:0px;
	float:left;
	padding:3px;
	border:1px solid #D2EEAA;
	margin:8px 10px 10px 15px;
}

.thumbTeam
{
	width:91px;
	height:91px;
	border:0px;
	float:left;
	padding:3px;
	border:1px solid #D2EEAA;
	margin:14px 10px 10px 50px;
}

.Feld
{
	background-color:#FFFFFF;
	color:#000000;
	font-weight:bold;
	border:1px solid #D2EEAA;
}

.Feld2
{
	background-color:#FFFFFF;
	color:#000000;
	border:1px solid #D2EEAA;
	width:90%;
	margin-left:15px;
}

.Button
{
	font-size:0.62em;
	background-color:#D2EEAA;
	color:#3B7005;
	width:100px;
	border-left:1px solid #D3FF95;
	border-top:1px solid #D3FF95;
	border-right:1px solid #3B7005;
	border-bottom:1px solid #3B7005;
	padding:2px;
	margin-left:13px;
}


