body {
	background-color: #FFFFFF; /* #666666; */
	text-align: center;
	margin: 0px;
}

#container {
	background-image: none; /* url(../img/skin/bg_main.gif); */
	background-repeat: repeat-y;
	text-align: left;
	margin: auto;
	width: 982px;
	height: 600px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}

#header {
	display: none;
	background-image: url(../img/skin/bg_header.jpg);
	width: 692px;
	height: 116px;
	float: left;
}

#content {
	background-color: white;
	background-image: none; /* url(../img/skin/bg_content.jpg); */
	background-repeat: repeat-x;
	float: left;
	font-family: Verdana, serif;
	font-size: 11px;
	color: #2F6114;
	overflow: auto;
	/* width:658px; height:100%; */
	padding-top: 24px;
	padding-left: 34px;
}

#content .content_left {
	width: 400px;
	float: left;
}

#content .content_right {
	margin-left: 30px;
	float: left;
	width: 200px;
}

#content .teaser {
	width: 200px;
	height: 142px;
	background-color: #98AC30;
	margin-right: 13px;
	margin-bottom: 20px;
	float: left;
}

#content h1 {
	margin-top: 0px;
	margin-bottom: 11px;
	font-size: 11px;
	font-weight: bold;
}

#content .teaser h2 {
	margin-left: 10px;
	margin-top: 1px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#content h2 {
	margin-top: 0px;
	margin-bottom: 6px;
	font-size: 11px;
	font-weight: normal;
}

#content a {
	text-decoration: none;
	font-weight: bold;
	color: #2F6114;
}

#content a:hover {
	text-decoration: none;
	color: #98AC30;
}

/* ###################################################################### menu_top */
#menu_top {
	display: none;
	background-color: #999999;
	background-image: url(../img/skin/bg_menu_top.jpg);
	width: 692px;
	height: 30px;
	float: left;
}

#menu_top ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-left: 26px;
	padding-top: 9px;
}

#menu_top li {
	float: left;
	margin: 0px;
	border-right: solid 1px #FFFFFF;
	margin-right: 0px;
}

#menu_top li.last {
	float: left;
	margin: 0px;
	border-right: solid 0px #FFFFFF;
	margin-right: 0px;
}

#menu_top a {
	text-decoration: none;
	font-family: Verdana, serif;
	color: #FFFFFF;
	font-size: 10px;
	display: block;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#menu_top a:hover {
	color: #666666;
}

#menu_top a.active {
	color: #CCCCCC;
}

/* ###################################################################### */
	/* ###################################################################### menu_left */
#menu_left {
	display: none;
	background-image: url(../img/skin/bg_menu.jpg);
	width: 290px;
	height: 524px;
	float: left;
}

#menu_left ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-left: 26px;
	margin-top: 160px;
	padding-top: 9px;
}

#menu_left li {
	margin: 0px;
	margin-right: 0px;
}

#menu_left li.last {
	margin: 0px;
	margin-right: 0px;
}

#menu_left a {
	text-decoration: none;
	font-family: Verdana, serif;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	display: block;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 0px;
	padding-bottom: 12px;
}

#menu_left a:hover {
	color: #B1C76A;
}

#menu_left a.active {
	color: #B1C76A;
}
/* ###################################################################### */
