/* Settings */

html {
	min-height:101%;
	}
	
body {
	cursor:default; 
	margin:0px auto; 
	padding:0px;
	font-size:11px; 
	font-family:Tahoma;
	background-color:#F9EDD0;
	color:#005F0D;
}

h1 {
	margin:0px;
	text-indent:0px;
	color:#1f1f1f;
	padding:0px;
	padding-top:80px;
	font-size:20px;
	font-weight:bold;
}
	
.cleaner {
	clear: both;
}

.input {
	margin:5px;
	border:1px solid #CCCCCC;	
	width:100px;
}

a {
	color:#000000;
	text-decoration:none;
}

a:hover {
	color:#FF9900;
}

img {
	padding:0px;
	margin:0px;
}
/* Main Boxes */
#header {
	height:100px;
	width:auto;
	border:1px solid #CCCCCC;
	}
#content {
	width:980px;
	margin:0px auto;
	height:auto;
	min-height: 200px;
	margin-top:0px;
	margin-bottom:20px;
	padding:0px;
	border:0px solid #f5f5f5;
	}
#loginbar {
	width:900px;
	margin:0px auto;
	height:auto;
	min-height: 15px;
	margin-top:5px;
	margin-bottom:5px;
	padding:5px;
	border:1px solid #E5E5E5;
	
	}
#footer {
	height:60px;
	width:auto;
	border:1px solid #CCCCCC;
	clear:both;
	}
	
/* Menu Settings */
a.mainmenu {
	color:#35687d;
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	height:41px;
	text-transform:uppercase;
	margin-left:10px;
	margin-right:10px;
	padding:0px;
	text-indent:0px;
}

a.mainmenu:hover {
	color:#D44409;
}

a.langmenu {
	display:inline;
	color:#999999;
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:normal;
	line-height:41px;
	height:41px;
	background-image:url(../images/elements/menu_bg.jpg);
	background-repeat:repeat-x;
	text-decoration:none;
	margin-left:10px;
	margin-right:10px;
	padding:0px;
	text-indent:0px;
}

a.langmenu:hover {
	color:#D44409;
}

div.rm_top {
	height:14px;
	background-image:url(../images/rightmenu/element_top.jpg);
	background-repeat:no-repeat;
}
div.rm_middle {
	height:auto;
	background-image:url(../images/rightmenu/element_middle.jpg);
	background-repeat:repeat-y;
	text-align:center;
}
div.rm_middle img {
	text-decoration:none;
	padding:0px;
	margin:2px 5px 2px 5px;
	border:0px;
}
div.rm_bottom {
	height:14px;
	background-image:url(../images/rightmenu/element_bottom.jpg);
	background-repeat:no-repeat;
}