/*
0 kek    1 narancs 2 zold   3 sarga 4 piros 5 lila
6 turkiz 7 pink    8 szurke
*/
body {
	margin: 0px;
	background-position: center center;
	background-repeat: repeat-y;
	color: #686666;
	font-family: Arial;
	font-size: 10pt;
}

#maincontainer {
	position: absolute;
	left: 50%;
	margin-left: -500px;
	top: 0px;
	margin-bottom: -240px;
	width: 1000px;
	background-color: #fff;
}

#header {
	height: 240px;
}

#leftcontainer {
	float: left;
	width: 210px;
	margin-left: 11px;
	background-repeat: repeat-x;
	background-position: bottom center;
}
#rightcontainer {
	float: right;
	width: 126px;
	margin-right: 13px;
	height: 100%;
	background-repeat: repeat-x;
	background-position: bottom center;
}
#midcontainer {
	margin-left: 239px;
	margin-right: 152px;
}

#midcontainer p,h1,h2,h3 {
    margin-top: 0px;
}

#midcontainer h1 {
    font-size: 12pt;
}
#midcontainer h2 {
    font-size: 11pt;
}
#midcontainer h3 {
    font-size: 10pt;
}

#midcontainer a {
    color: inherit;
}
#midcontainer h1 a {
    text-decoration: none;
}
#midcontainer h1 a:hover {
    text-decoration: underline;
}
#midcontainer h2 a {
    text-decoration: none;
}
#midcontainer h2 a:hover {
    text-decoration: underline;
}
#midcontainer h3 a {
    text-decoration: none;
}
#midcontainer h3 a:hover {
    text-decoration: underline;
}

#menu {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#menu li {
	height: 32px;
	line-height: 32px;
    cursor: pointer;
}

#menu li a {
    color: #454545;
    text-decoration: none;
	margin-left: 8px;
	font-weight: bold;
}

#menu li.active a {
    color: #fff;
    text-decoration: none;
	margin-left: 8px;
	font-weight: bold;
}

#techmenu {
    position: absolute;
    top: 4px;
    left: 50%;
    margin-left: -200px;
    color: #454545;
    font-size: 9pt;
}
#techmenu a {
    color: #454545;
    text-decoration: none;
}
#techmenu a:hover {
    color: #454545;
    text-decoration: underline;
}

#calendarcontainer {
    margin-top: 20px;
}
#calendarcontainer2 {
    float: right;
    width: 210px;
    margin-right: 8px;
}
#calendartop {
    height: 4px;
    line-height: 4px;
    overflow: hidden;
}
#calendarbtm {
    height: 4px;
    line-height: 4px;
    overflow: hidden;
}
#calendar {
    background-repeat: repeat-y;
    background-position: center right;
}

#partnerfooter {
    text-align: center;
}

.box {
	padding: 3px;
	color: #fff;
	margin-bottom: 9px;
	overflow: hidden;
}
.box p {
    margin: 0px;
}
.box h1 {
    margin: 0px;
}
.box h2 {
    margin: 0px;
}
.box h3 {
    margin: 0px;
}

.lefthalf {
    float: left;
    width: 295px;
    border-right: 1px solid #454545;
    padding-right: 4px;
}
.righthalf {
    float: right;
    width: 291px;
    padding-left: 4px;
    padding-right: 4px;
}

.contentbg {
    background-image: url('img/contentbg.png');
    background-repeat: repeat-y;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 20px;
    padding-bottom: 12px;
    color: #686666;
}
.contentbg h1 {
    color: inherit;
}

#datenavi {
    color: #454545;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #454545;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
#datenavi2 {
    color: #454545;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #454545;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

#msgform input.txt {
    width: 400px;
}
#msgform textarea {
    width: 400px;
}

table.cal {
    color: #454545;
    font-size: 9pt;
    padding-bottom: 8px;
}
td.nap {
    background-repeat: no-repeat;
    background-position: center center;
}
td.nap a {
    text-decoration: none;
    color: #454545;
}

.clear {
	clear: both;
}
.clearl {
	clear: left;
}
.clearr {
	clear: right;
}

.aright {
    text-align: right;
}

.close {
    background-image: url('img/close.gif');
    background-repeat: no-repeat;
    background-position: 190px center;
}
.open {
    background-image: url('img/open.gif');
    background-repeat: no-repeat;
    background-position: 190px center;
}
a.button {
    color: #454545;
    padding: 6px 12px 6px 12px;
    text-decoration: none;
}

a.tovabb {
  display: block;
  background-image: url('img/tovabb0.gif');
  background-repeat: no-repeat;
  background-position: left center;
  height: 24px;
  line-height: 24px;
  padding-left: 32px;
  font-style: italic;
}
div.flowplayer {
	font-size: 7pt;
	text-align: right;
}

.galindex {
    float: left;
    width: 150px;
    height: 150px;
    line-height: 150px;
    text-align: center;
    margin-bottom: 2px;
}
.galindex img {
    margin-top: 5px;
    margin-bottom: 5px;
}
.rpad2 {
    margin-right: 2px;
}

.left {
   float: left;
}
