@charset "utf-8";
@import "css-reset.css";
/* CSS Document */

body {
  padding: 0px;
  margin: 0px;
  background: #000000 url(../images/body_bg.jpg) no-repeat center top;
  background-position: top center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #272727;
}

a {
	color: #005baf;
	text-decoration: none;
}

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

strong {
	font-weight: bold;
}

em {
    font-style: italic;
}

p {
	line-height: 12px;
}

#beta {
    background-color: #ff0000;
    color: #ffffff;
    padding: 4px 0px 4px 0px;
    text-align: center;
    font-weight: bold;
}

#ie6 {
    background-color: #ff0000;
    color: #ffffff;
    padding: 8px 0px 8px 0px;
    text-align: center;
    line-height: 14px;
}

#container {
  width: 960px;
  margin: 0 auto;
}

#top {
  height: 20px;
  clear: both;
  /*background-image: url(../images/bg_top.png);*/
  /*background-repeat: repeat-x;*/
  background-color: #003465;
  border-bottom: 1px solid #26496a;
  background-position: 0px -6px;
  color: #304354;
  padding: 8px 8px 0px 8px;
}

#top a, #top .logged {
    color: #d4e3f4;
}

#top #loginbox {
	float: right;
	color: #acdbff;
}

#top #loginbox .login {
	color: #ffffff;
}

#top #header_registration {
	color: #ffffff;
	background-image: url(../images/ikon_registration.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 17px;
}

#top #header_profil {
	color: #ffffff;
	background-image: url(../images/ikon_profil.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 17px;
}

#top #header_logout, #top #header_login {
	color: #ffffff;
	background-image: url(../images/ikon_login.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 17px;
}

#top #header_rss {
	color: #ffffff;
	background-image: url(../images/ikon_rss.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 17px;
}

#top #header_twitter {
	color: #ffffff;
	background-image: url(../images/ikon_twitter.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 17px;
	margin-left: 10px;
}

#top #header_facebook {
	color: #ffffff;
	background-image: url(../images/ikon_facebook.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 17px;
	margin-left: 10px;
}

#top #tvguide {
  float: left;
}

#top #tvguide select {
  font-size: 9px;
}

#header {
	overflow: hidden;
	display: block;
	height: 140px;
	clear: both;
	position: relative;
	/*background-image: url(../images/bg_header.jpg);*/
}

#logo {
    position: relative;
	display: block;
}

#banner728 {
	display: block;
	position: absolute;
	width: 606px;
	height: 75px;
	border: 1px solid #ffffff;
	top: 20px;
	right: 15px;
}

#banner468 {
	display: block;
	position: absolute;
	width: 468px;
	height: 60px;
	border: 1px solid #2165b5;
	top: 25px;
	right: 15px;
}

#menu {
	clear: both;
    height: 28px;
	position: relative;	
	background-color: #c4c4c4;
	background-image: url(../images/bg_menu.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
}

#menu ul {
    height: 28px;
}

#menu ul li {
    float: left;
	height: 28px;
}

#menu ul li a {
	display: block;
    height: 16px;
    padding: 6px 10px 6px 10px;
    font-size: 14px;
    color: #003465;
    font-weight: bold;
    text-decoration: none;
}

#menu ul li a:hover, #menu ul li a.tabactive {
    color: #000000;
	background-color: #e4e4e4;
}

#menu ul li div.inaktiv {
    display: inline;
    font-size: 14px;
    color: #34516d;
    font-weight: bold;
    text-decoration: none;
    cursor: default;
}

#menu ul li div {
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.menucontent {
    padding: 5px 0px 0px 6px;
}

.tabcontent {
    margin: 6px 0px 0px 6px;
    display: none;
}

.tabcontent a {
    padding: 2px 7px 3px 7px;
    background-image: url(../images/bg_menu.png);
    margin-right: 1px;
    color: #ffffff;
}

.tabcontent a:hover {
    color: #d1ddeb;
    text-decoration: none;
}

#kereses {
    display: block;
	position: absolute;
	right: 0px;
	top: 3px;
    margin: 0px 0px 0px 0px;
    width: 198px;   
    height: 28px;
}

#kereses #kulcsszo {
    float: left;
    font-size: 11px;
    line-height: 11px;
    display: block;
    padding: 2px 4px 0px 4px;
    border: 0px;
    width: 160px;
    height: 16px;
	border: 1px solid #8a8989;
	border-right: 0px;
}

#kereses #ok {
    float: left;
    cursor: pointer;
    display: block;    
    padding: 0px;
    border: 0px;
    background-image: url(../images/bg_kereses-ok.png);
    background-repeat: no-repeat;
    background-color: #ffffff;
    width: 25px;
    height: 20px;
}

#kereses #ok:hover {
    background-image: url(../images/bg_kereses-okon.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;	
    /*background-position: 0px -22px;*/
}

#content {
    clear: both;
  display: block;
  padding: 10px 0px 10px 0px;
  /*background-image: url(../images/content_bg.jpg);*/
  /*background-repeat: no-repeat;*/
  background-color: #e4e4e4;
  overflow: hidden;
  min-height: 500px;
  height: auto!important;
  height: 100%;
}

#footer {
    border-top: 4px solid #c5c5c5;
    padding-top: 10px;
    margin-bottom: 40px;
	text-align: right;
}

#footer a {
	font-weight: bold;
    font-size: 14px;
	color: #4397d8;
	letter-spacing: -1px;
}

#copyright {
	float: left;
	text-align: left;
	color: #a5a6a6;
	font-size: 12px;
	line-height: 16px;
	margin: 0px 0px 0px 0px;
}

#copyright a {
    font-size: 12px;
	letter-spacing: 0px;	
	color: #4397d8;
}