@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../pictures/body_bg.gif);
	background-repeat: repeat-x;
	background-color: #f0f0f0;
	text-align: center;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px; 
}
#center {
	position: relative;
	text-align: center;
	width: 940px;
	margin: auto;
}
#canvas {
	position: relative;
	float: left;
	clear: both;
	margin-top: 20px;
	width: 940px;
	background-color: #FFFFFF;
	padding-bottom: 20px;
}

/* HEADER */

#header {
	position: relative;
	float: left;
	left: 10px;
	height: 120px;
	width: 920px;
	background-color: #FFFFFF;
	background-image: url(../pictures/header_bg.gif);
	background-repeat: repeat-x;
}
#logo {
	position: absolute;
	top: 32px;
	left: 26px;
	width: 192px;
	height: 52px;
}

/* MAIN MENU */

#menu {
	position: relative;
	float: left;
	left: 10px;
	width: 826px;
	height: 30px;
	background-color: #245721;
	background-image: url(../pictures/menu_bg.gif);
	background-repeat: repeat-x;
	text-align: left;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 94px;
}
#menu ul {
	position: relative;
	list-style: none;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
}
#menu li {
	position: relative;
	float: left;
	height: 30px;
	margin: 0px;
}
#menu li a{
	position: relative;
	float: left;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 7px;
	height: 23px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3d7b37;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #286124;
	color: #FFFFFF;
	margin: 0px;
}
#menu li a:hover {
	background-color: #245721;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1e4a1c;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #23541f;
	margin: 0px;
}
#menu_line_right {
	position: relative;
	float: left;
	height: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #286124;
	margin: 0px;
}
.active {
	position: relative;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	background-color:#FFFFFF;
	padding-top: 7px;
	height: 23px;
	color: #245721;
	margin: 0px;
}

/* TOPNAVI */
#topnav {
	position: relative;
	float: right;
	top: 20px;
	margin-right: 8px;
	position: relative;
	color: #999999;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#topnav a {
	color: #a68e0a;
	text-decoration: underline;
}
#language {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #999999;
	font-size: 9px;
	margin-left: 4px;
}

#status {
	width: 100%;
	float: left;
	height: 40px;
}
#date {
	position: absolute;
	text-align: right;
	left: 695px;
	width: 215px;
	height: 26px;
	margin-top: 14px;
	margin-right: 30px;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}

/* CONTENT CONTAINER */

#content {
	position: relative;
	width: 920px;
	padding-bottom: 10px;
	text-align: left;
	left: 10px;
	float: left;
}
#one_column_left {
	position: relative;
	float: left;
	width: 225px;
	margin-right: 10px;
	text-align: left;
}
#two_columns_middle {
	position: relative;
	float: left;
	width: 400px;
	margin-left: 25px;
	margin-right: 25px;
}

#three_columns_middle {
	position: relative;
	float: left;
	width: 625px;
	margin-left: 25px;
	margin-right: 25px;
}

#one_column_right {
	position: relative;
	float: left;
	width: 225px;
	margin-left: 10px;
	text-align: left;
}

/* POSTS */

.post {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #666666;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e9eee8;
}
.post h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #245621;
	margin-top: 5px;
}
.post a{
	color: #245621;
}
.post a:hover{
	color: #398a34;
}

/* MODULE */

.module_header {
	position: relative;
	float: left;
	width: 223px;
	height: 28px;
	border: 1px solid #f6f3e6;
	background-image: url(../pictures/module_header_bg.gif);
	background-repeat: repeat-x;
}
.module_header h2 {
	position: relative;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #8c7808;
	padding-top: 5px;
	padding-left: 18px;
	margin: 0px;	
}
.module_header a {
	color: #8c7808;
	text-decoration: none;
}
.module_header a:hover {
	color: #a68e0a;
}
.module_ul {
	position: relative;
	float: left;
	width: 223px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #666666;
	list-style-position: inside;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #f6f3e6;
	border-left-color: #f6f3e6;
	padding: 0px;
	list-style-image: none;
	list-style-type: square;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	clear: both;
}
.module_ul li {
	position: relative;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #f6f3e6;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 18px;
}
.module_ul li a{
	color: #a68e0a;
	text-decoration: underline;
}
.module_box{
	position: relative;
	float: left;
	width: 187px;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #f6f3e6;
	border-left-color: #f6f3e6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f6f3e6;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #666666;
}

.module_box a{
	color: #245621;
}
.module_box a:hover{
	color: #398a34;
}

.top_list {
	position: relative;
	float: left;
	width: 187px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cccccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

/* LOGIN */

#login_header {
	position: relative;
	width: 225px;
	height: 28px;
	background-image: url(../pictures/login_header_bg.gif);
	background-repeat: repeat-x;
}
#login {
	position: relative;
	width: 193px;
	padding-left: 16px;
	padding-right: 16px;
	background-color: #388b2f;
	margin-bottom: 20px;
	background-image: url(../pictures/login_bg.gif);
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	background-repeat: repeat-x;
}
#login_header h2 {
	position: relative;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	padding-left: 18px;
	margin: 0px;
}
#login a{
	color: #FFFFFF;
}
#login input {
	font-family: "Trebuchet MS";
	font-size: 9px;
	color: #666666;
	border: 1px solid #50784d;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
}
#login_submit {
	background-color: #FFFFFF;
	color: #245621;
	border: 1px solid #245621;
}

/* FOOTER */

#footer {
	position: relative;
	float: left;
	width: 940px;
	padding-top: 20px;
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #666666;
	padding-bottom: 40px;
}
#footer a{
	color: #666666;
}


#error {
	color: #ff0000;
}


