
body {
	text-align: center;
	margin: 20px 0px;
	background-image: url('/fileadmin/templates/img/backgrund.gif');
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #818181;
}

table tr td p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #818181;
}

h1 {
	color: #039;
}

h2 {
	color: #039;
}

h3	{
	color: #000;
}

a, a:active {
	color: #039;
	text-decoration: none;
}

a:hover {
	color: #900;
	text-decoration: underline;
}

#wrapper {
	text-align: left;
	width: 994px;
	margin: auto;
	background-color: #fff;
}

#header {
	background-color: #ccc;
	min-height: 220px;
}

#control_panel {
	width: 200;
	margin-top: 10px;
	text-align: right;
	background-color: #ccc;
	float: right;
}

#main_nav {
	padding-left:15px;
	float: left;
}

	#main_nav li {
		float:left;
		list-style-type:none;
	}
	
	#main_nav li a {
		color: #676767;
		display:inline-block;
		font-size:13px;
		font-weight: bold;
		letter-spacing:1px;
		text-align:center;
		text-decoration:none;
		text-transform:uppercase;
		padding: 0px 10px 0px 10px;
	}

	#main_nav li a:hover {
		color:#039;
	}
	
	#main_nav li.mnactive a {
		color: #039;
	}
	
	.mon {
	background-image:url("../img/menu_on_bg.png");
	float:left;
	height:21px;
	padding: 0px 5px;
	padding-top: 4px;
	}
	
	* html .mon {
		height: 25px;
	}

	.mon a {
	color:#039;
	padding:5px;
	}

	.monl {
	background-image:url("../img/menu_on_left.png");
	float:left;
	height:25px;
	width:3px;
	}

	.monr {
	background-image:url("../img/menu_on_right.png");
	float:left;
	height:25px;
	width:3px;
	}

	.moff {
	background-image:url("../img/menu_off_bg.png");
	float:left;
	height:21px;
	padding:0px 5px;
	padding-top: 4px;
	}
	
	* html .moff {
		height: 25px;
	}

	.moff a {
	color:#FFF;
	padding:5px;
	}

	.moffl {
	background-image:url("../img/menu_off_left.png");
	float:left;
	height:25px;
	width:3px;
	}

	.moffr {
	background-image:url("../img/menu_off_right.png");
	float:left;
	height:25px;
	width:3px;
	}

#sub_nav {
	padding-left:15px;
	float: left;
	background-color: #fff;
	width: 779px;
	min-height: 33px;
}

	#sub_nav li {
		float:left;
		list-style-type:none;
	}

	#sub_nav li a {
		color: #676767;
		display:inline-block;
		font-size:11px;
		font-weight:400;
		letter-spacing:1px;
		text-align:center;
		text-decoration:none;
		text-transform:uppercase;
		padding: 0px 10px 0px 10px;
		border-right: 1px solid #999;
	}

	#sub_nav li a:hover {
		color:#039;
	}
	
	#sub_nav li.snactive a {
		color: #039;
	}
	
	#sub_nav li:last-child a {
		border: 0px;
	}

#content {
	padding: 20px 100px;
	min-height: 600px;
}

	#ttwol {
		float: left;
		width: 540px;
	}

	#ttwor {
		float: right;
		width: 220px;
		margin-top: 40px;
	}
	
	#fourl {
		float: left;
		width: 195px;
	}

	#fourml {
		float: left;
		width: 195px;
	}


	#fourmr {
		float: left;
		width: 195px;
	}


	#fourr {
		float: left;
		width: 195px;
	}
	
	#ttwowl {
		float: left;
		width: 330px;
	}
	
	#ttwowr {
		float: right;
		width: 330px;
		
	}
	
#ftploginform {
	display: none;
}