@charset "iso-8859-2";
/* CSS Document */

body {
	background: #444;
	margin: 0px;
	font: normal 12px arial;
}
a {
	outline: none;
}
.clear {
	clear: both;
}
a img {
	border: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
div.main_outer_frame {
	width: 990px;
	margin: 0 auto 20px auto;
}
div.main_outer_border {
	border: 2px solid #383838;
}
div.main_inner_border {
	border: 3px solid #2C2C2C;
}

div.main_frame {
	padding: 120px 0 0 0;
}

/***** HEADER *****/
div.header_frame {
	position: absolute;
	top:5px;
	width: 980px;
	height: 96px;
	background: url(../images/top_head.jpg) no-repeat;
}

div.header_frame table.logo_fader {
	position: absolute;
	width: 152px;
	height: 96px;
	margin: 0 0 0 828px;
	background: #fff;
}
div.header_frame table.logo_fader td {
	text-align: left;
	padding: 0 0 0 3px;
	vertical-align: top;
	
}
div.header_frame a.home_nav,
div.header_frame a.road_nav,
div.header_frame a.mountain_nav,
div.header_frame a.extreme_nav,
div.header_frame div.szegedisport_logo,
div.header_frame div.residens_logo,
div.header_frame div.lochner_logo {
	position: absolute;
	cursor: pointer;
	display: block;
/*
	background: #000;
	filter: alpha(opacity=46);
  	-moz-opacity: 0.46;
  	opacity: 0.46;
	color: #fff;
*/
}
div.header_frame a.home_nav {
	width: 112px;
	height: 90px;
}
div.header_frame a.road_nav {
	width: 100px;
	height: 22px;
	top: 12px;
	left: 500px;
}
div.header_frame a.mountain_nav {
	width: 100px;
	height: 22px;
	top: 12px;
	left: 610px;
}
div.header_frame a.extreme_nav {
	width: 100px;
	height: 22px;
	top: 12px;
	left: 720px;
}

div.header_frame div.residens_logo {
	width: 120px;
	height: 33px;
	margin: 50px 0 0 320px;
/*	
	background: #000;
	filter: alpha(opacity=46);
  	-moz-opacity: 0.46;
  	opacity: 0.46;
*/
}
div.header_frame div.szegedisport_logo {
	width: 235px;
	height: 32px;
	margin: 50px 0 0 455px;
/*
	background: #000;
	filter: alpha(opacity=46);
  	-moz-opacity: 0.46;
  	opacity: 0.46;
*/
}

div.header_frame div.lochner_logo {
	width: 100px;
	height: 30px;
	margin: 51px 0 0 706px;
/*
	background: #000;
	filter: alpha(opacity=46);
  	-moz-opacity: 0.46;
  	opacity: 0.46;
*/
}


div.nav_frame {
	position: absolute;
	top: 96px;
	width: 980px;
	height: 26px;
	background: url(../images/topnav-bg.gif) repeat-x 0px 2px;
	border-bottom: 6px solid #abc83f;
}

div.body_frame {
}

div.photo_frame {
	width: 980px;
	height: 170px;
}
div.newsbar {
	width: 980px;
	height: 80px;
	position: absolute;
	margin: 90px 0 0 0;
}
div.newsbar div.newsbar_header {
	position: absolute;
	font: bold 16px Arial;
	line-height: 20px;
	padding: 0 4px 0 4px;
	color: #fff;
	background: #000;
	
	filter: alpha(opacity=50);
  	-moz-opacity: 0.50;
  	opacity: 0.50;
}
div.newsbar div.newsbar_content {
	padding: 22px 4px 2px 4px;
	color: #fff;
	font: normal 10px verdana;
	line-height: 15px;
}
div.newsbar div.newsbar_content p {
	margin: 0px;
}

div.content_frame {
	background: #fff;
	padding: 15px;
}

div.footer_frame { 
	background: #fff;
	font-size: 11px;
}
div.footer_frame div.footer_menu {
	background: #666666;
	padding: 5px 3px 5px 3px;
}
div.footer_frame div.footer_menu a {
	color: #ccc;
	text-decoration: none;
	padding: 0px 14px 0px 13px;
	border-right: 1px solid #999;
}
div.footer_frame div.footer_menu a:hover {
	color: #fff;
	text-decoration: underline;
}
div.footer_frame div.footer_info {
	padding: 10px 15px 10px 15px;
	color: #888;
}
div.footer_frame div.footer_info div.right {
	float: right;
}
div.footer_frame div.footer_info a {
	color: #555;
}

a.radarbanner {
	position: absolute;
	margin: 16px 0 0 650px;
	display: block;
	width: 330px;
	height: 80px;
	background: url(../images/radarbanner.png) no-repeat;
}





