@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #858585;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	color: #5b5b5b;
	font-size: 12px;
}

a:link, a:visited {
	color: #7c8636;
	text-decoration: none;
}
a:hover, a:active {
	color:#a3b048;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	color: #425419;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #425419;
	margin-bottom: 15px;
}
#Navigation a {
	display: block;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

a.ekmenu_link_selected, li a.ekmenu_link_selected {
	color: #ffffff;
	background-color: #425419;
}

#Navigation {
	background-image: url(../images/navigation.jpg);
	height: 320px;
	width: 200px;
	margin-top: 8px;
	float: left;
	padding-top: 46px;
	padding-left: 15px;
	padding-right: 37px;
}

#Navigation a:hover, #Navigation a:active {
	color: #ffffff;
	background-color: #425419;
}
#Navigation li {
	list-style-type: none;
}
#Navigation ul 
{
    	color: #5b5b5b;
}



#LeftShadow {
	background-image: url(../images/shadow_left.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 896px;
	margin-right: auto;
	margin-left: auto;
}
#RightShadow {
	background-image: url(../images/shadow_right.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 871px;
	margin-left: 25px;
	background-color: #ffffff;
}

#Header {
	background-image: url(../images/header.jpg);
	height: 149px;
	width: 846px;
}
#ContentWrapperOutside {
	
	background-repeat: no-repeat;
	background-position: left top;
	width: 846px;
	overflow: hidden;
}
#ContentWrapperInside {
	background-image: url(../images/content_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 846px;
	overflow: hidden;
}
#ContentBottom {
	background-image: url(../images/footer.jpg);
	height: 41px;
	width: 896px;
}
#MainContent {
	float: left;
	width: 487px;
	padding-top: 45px;
	padding-left: 45px;
	margin-top: 8px;
}


#ColumnOne {
	margin-right: 45px;
}
div[id="ColumnOne"] {
	margin-left: -45px;
}

.CornerShadow {
	float: left;
	width: 450px;
	padding-top: 28px;

}
div[class="CornerShadow"] {
	background-image: url(../images/corner_shadow.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 38px;
}

#Footer {
	margin-left: 20px;
	line-height: 17px;
	width: 100%;
}



#MinHeight {
	float: right;
	height: 574px;
}
.clear {
	clear: both;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	color: #425419;
	margin-top: 20px;
}
p {
	margin-top: 5px;
	margin-bottom: 5px;
}
ol {
	padding-left: 20px;
}
#MainContent li {
	margin-top: 5px;
	margin-bottom: 5px;
}
ul {
	padding-left: 20px;
}
.inputBackground {
	background-image: url(../images/form_background.jpg);
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 17px;
	width: 182px;
	padding-top: 2px;
	padding-left: 4px;
}
.textareaBackground {
	background-image: url(../images/form_repeat.jpg);
	background-repeat: repeat;
	height: 152px;
	width: 193px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	overflow: auto;
	border: 1px solid #000000;
}
textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

