body {	
	text-align:			center;
	margin-top:			0px;
	margin-bottom:		0px;
	background-color:	#ffffff;
	font-size: 			13px; 
	font-family:		sans-serif;
	color: 				#8E8F8F; 
}

.logo {	
	background-image:	url(images/logo_small2.gif);
	background-repeat: 	no-repeat;
	background-position:15px 15px;
	width: 				865px;
	height:				80px;
	margin-left: 		auto; 
	margin-right: 		auto;
}


div.main_frame {
	border:				1px;
	border-style:		solid;
	border-color:		#ededed;
	background-color:	#ffffff; 
	text-align: 		center;
	margin-left:		auto;
	margin-right:		auto;
}

.menu_element {
	text-align: 		right;
}

.header {
	background-color:	#8E8F8F;
	height:				100px;
}

.navigation {
	width: 				185px; 
	padding: 			10px 15px 0px 15px;
	background-color:	#EDEDED;
	text-align: 		left;
	float: 				left;
	min-height:			450px;
}

.content {
	text-align:  		left;
	vertical-align:		top;
}

h1 {
	font-size: 			15px;
	font-family:		sans-serif;
	color: 				#F6B422;	
}

.copyright {
	font-size: 			11px;
	font-family:		sans-serif;
	color: 				#8E8F8F;	
}

a {
	border-style: none;
}

a.menu_link {
	font-size: 			14px;
	color:				#8E8F8F;
}

a.menu_link:link {
	text-decoration: 	none;
}

a.menu_link:active  {
	text-decoration:	none;
}

a.menu_link:visited {
	text-decoration: 	none;
}

a.menu_link:hover {
	text-decoration: 	none;
	color:				#fe7d21;
}

a.link {
	color:				#F6B422;
}

a.link:link {
	text-decoration: 	none;
}

a.link:active  {
	text-decoration:	none;
}

a.link:visited {
	text-decoration: 	none;
}

a.link:hover {
	text-decoration: 	none;
	color:				#ffa360;
}

.textfield {
	background-color:	#ffffff; 
	border:				#fe7d21 1px solid;
    font-family:		sans-serif; 
	font-size:			12px;
}

.textfield:hover {
	background-color:	#ffffff; 
	border:				#ffa360 1px solid;
    font-family: 		sans-serif; 
	font-size:			12px;
}


table.message_box {
	border:				1px;
	border-style:		solid;
	border-color:		#0000ff;
	background-color:	#e1eaff;
	border-colapse:		colapse;
	width:				350px;
	color:				#0000ff;
	padding:			5px;	
}

table.warning_box {
	border:				1px;
	border-style:		solid;
	border-color:		#ff0000;
	background-color:	#fffdd0;
	border-colapse:		colapse;
	width:				350px;
	color:				#ff0000;
	padding:			5px;	
}

.image_link {
	border:				0px;
}

tr.news_overview_title {
	background-color:	#ededed;
	border-spacing:		2px;
	border-colapse:		colapse;
	text-align:			left;
	font-style:			bold;
}

.info {
	color:				#000000;
	font-size:			11px;
}
