body {
 margin: 0 auto 0 auto;
 padding: 0;
 background-color: #fff;
 text-align: left;
 color: #000;
}

body, input, select, textarea {
 font-size: 13px;
 font-family: arial, verdana, sans-serif;
}

:focus {
 -moz-outline-style: none;
}

* {
	margin:0;
	padding:0;
}

img {
 border: 0;
}

.hidden {
 visibility: hidden;
}

.clear {
 clear: both;
 font-size: 1%;
}

.clearfix:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size:0;
	line-height:0;
}

.centered {
 text-align: center !important;
}

.toRight {
 float: right;
}

.alignRight {
 text-align: right;
}

.noMargin {
 margin: 0 !important;
}

.noRightMargin {
 margin-right: 0 !important;
}

.bottomMargin {
 margin-bottom: 10px !important;
}

.rightMargin {
 margin-right: 10px !important;
}



/* Fonts */

h1,h2,h3,h4,h5,h6 {
 font-family: arial, verdana, sans-serif;
}

h1 {
 margin-bottom: 15px;
 font-size: 16px;
 font-weight: bold;
 color: #881c1c;
}

h2 {
 font-size: 14px;
 font-weight: bold;
 color: #881c1c;
}

ul, li {
 list-style-image: none;
 list-style-type: none;
}

.error {
 color: #d00;
 font-weight: bold;
}

.ok {
 color: #060;
 font-weight: bold;
}

span.hSmaller {
 font-size: 14px !important;
}

span.hSmallest {
 font-size: 12px !important;
}

p.senderInfo {
 color: #666;
}



/* Linkek */

a {
 font-weight: bold;
 color: #881c1c;
 text-decoration: none;
}

a:hover {
 color: #e4a00f;
 text-decoration: none;
}

.light {
 color: #A6FEF3;
}

.light:hover {
 color: #DFFFFB;
}

.narrow {
 font-weight: normal !important;
}

.linkButton {
 float: left;
 width: 180px;
 padding: 3px 0 3px 0;
 display: block;
 background-color: #881c1c;
 color: #ffcd63;
 text-align: center;
}

.linkButton:hover {
 background-color: #751616;
 color: #fff;
}

.coloredSubmit {
 padding: 0 4px 0 4px;
 background-color: #881c1c;
 border: 1px solid #671111;
 color: #ffcd63;
 text-align: center;
 cursor: pointer;
 font-weight: bold;
}


/* Site frame */

.wrapper {
 width: 960px;
 margin: 0 auto 0 auto;
 background-color: #fffdf5;
 border-left: 1px solid #ffc855; 
 border-right: 1px solid #ffc855; 
}

.wrapper p.header {
 width: 460px;
 padding: 4px 10px 4px 10px;
 float: left;
}

.content {
 width: 960px;
 margin: 0 auto 0 auto;
}

#header {
 width: 100%;
 background-image: url(../images/header-stripe.gif);
 background-repeat: repeat-x;
 background-position: 0 0;    
}

#header .content {
 position: relative;
 height: 148px;
 background-image: url(../images/header.jpg);
 background-repeat: no-repeat;
 background-position: 0 0;   
}

#header .logo {
 position: absolute;
 left: 210px;
 top: 14px;
 width: 200px;
 height: 67px;
}

#header p {
 margin: 3px 10px 0 0;
 color: #fff5c4;
 text-align: right;
}

#footer {
 position: relative;
 width: 942px;
 margin: 0 auto 0 auto;
 padding: 6px 10px 6px 10px;
 background-color: #7c2929;
 border-top: 5px solid #fec242;
 color: #F5F5F8; 
}

#footer img {
 position: absolute;
 left: 908px;
 top: 11px;
 width: 44px;
 height: 23px;
 border: 0;
}

#main {
 width: 685px;
 padding: 15px 10px 0 15px;
 float: left;
}

#main p {
 margin-bottom: 15px;
}

#side {
 width: 220px;
 padding: 15px 10px 10px 10px;
 float: left; 
}

#bottom {
 width: 940px;
 margin: 0 auto 5px auto;
 padding: 15px 10px 10px 15px; 
}

#bottom .listBox {
 width: 338px;
 float: left; 
}

.lastBox {
 width: 225px !important;
}



/* Menu */

#menu {
 position: relative;
 left: 380px;
 width: 577px;
}

#menu ul {
 font-size: 15px;
}

#menu li {
 width: 69px;
 height: 52px; 
 margin: 0 2px 0 2px;
 padding-top: 70px;
 text-align: center;
 float: left;
}

#menu li.active {
 height: 42px;
 padding-top: 80px; 
 background-image: url(../images/flap.gif);
 background-repeat: no-repeat;
 background-position: 0 bottom;   
}

#menu li.large {
 width: 100px;
}

#menu li.largeActive {
 width: 100px;
 height: 42px;
 padding-top: 80px; 
 background-image: url(../images/flap-large.gif);
 background-repeat: no-repeat;
 background-position: 0 bottom; 
}

#menu a {
 font-weight: bold;
 color: #f0f0f4;
}

#menu a:hover {
 color: #fff;
}

#menu li.active a, #menu li.largeActive a {
 color: #881c1c; 
}

#menu li.active a:hover, #menu li.largeActive a:hover {
 color: #fdb826;
}



/* Forms */

input.text {
 height: 14px;
 background-image: url(../images/input.gif);
 background-repeat: repeat-x;
 background-position: 0 0; 
 border: 1px solid #a75859; 
}

input.submit {
 color: #000;
 cursor: pointer;   
}

textarea, select {
 background-color: #fff;
 border: 1px solid #a75859;
}

fieldset {
 width: 96%;
 margin-top: 5px;
 padding: 5px 10px 10px 10px;
 border: 1px #eae5d0 solid;
}

legend {
 margin: 0;
 padding: 0 3px;
}

.sheet {
 margin-bottom: 15px;
}

.sheet label {
 display: block;
 float: left;
 width: 250px;
 margin-bottom: 5px;
 text-align: right;
}

.sheet .text, .sheet .select, .sheet .textarea {
 display: block;
 width: 250px;
 height: 16px; 
 margin: 0 10px 6px 10px;
 float: left;
}

.sheet .textarea {
 width: 280px;
 height: 100px; 
}

.sheet .checkbox {
 width: 20px;
 height: 20px; 
}

.sheet .select {
 height: 20px;
}

.sheet .file {
 display: block;
 width: 200px;
 height: 16px; 
 margin: 0 10px 6px 10px;
 float: left;
}

.sheet span {
 position: relative;
 display: block;
 width: 90px;
 font-weight: bold;
 background-image: none !important;
 float: left;
}

.sheet input.submit {
 margin: 15px 0 0 270px;
}

.sheet img {
 margin: 0 0 20px 260px;
 padding: 4px;
 background-color: #eae5d0;
 border: 1px solid #a75859; 
}



/* Login */

.borderedBox {
 margin-bottom: 15px;
}

.loginContent {
 width: 195px;
 margin-bottom: 15px;
 padding: 10px;
 border: 3px solid #881c1c;
 background-image: url(../images/box.jpg);
 background-repeat: no-repeat;
 background-position: 0 0;  
}

.loginContent p {
 margin-bottom: 10px !important;
}

.loginContent ul.loginItems {
 margin-bottom: 5px;
}

.loginContent .pictureContent {
 float: left;
 margin-right: 10px;
}

.loginContent .textContent {
 float: left;
 width: 110px;
}

#login label {
 display: block;
 width: 60px;
 margin-right: 10px;
 text-align: right;
 float: left;
}

#login input.text {
 width: 60px;
 margin-bottom: 10px;
 float: left; 
}

#login input.submit {
 margin: 0 0 15px 69px;
}

#login div {
 clear: both;
}



/* Status box */

.playerBox {
 width: 195px;
 margin-bottom: 15px;
 padding: 10px;
 border: 3px solid #354E71;
 background-image: url(../images/box.jpg);
 background-repeat: no-repeat;
 background-position: 0 0;   
}

.playerBox img {
 width: 60px;
 border: 1px solid #60738D;
 float: left; 
}

.playerBox .text {
 width: 110px;
 margin-left: 10px;
 float: left;
}

.playerBox .text li {
 padding-left: 14px;
 background-image: url(../images/li.gif);
 background-repeat: no-repeat;
 background-position: 0 4px; 
}

.playerBox .text p {
 margin-bottom: 5px !important;
 padding: 0;
 font-weight: bold;
 color: #5C2874;
}

.playerBox form { 
 margin: 15px 0 15px 0;
}

.points {
 padding: 4px;
 clear: both;
 background-color: #576B86; 
 border: 1px solid #9FABBB;
 color: #D9E8FD;
}

.points p {
 margin-bottom: 5px;
}



/* List box */

.listBox span {
 color: #3D5676;
 font-weight: bold;
}

.listBox h6 {
 margin-bottom: 10px;
 padding: 2px 4px 2px 4px;
 font-size: 12px;
 font-weight: bold;
 text-transform: uppercase;
 color: #fff;
 background-color: #881c1c;
}

.listBox a span {
 color: #000;
 font-weight: normal;
}

.listBox a:hover span {
 color: #364E71;
 font-weight: normal;
}

.rightMargin {
 margin-right: 13px;
}

.bottomMargin {
 margin-bottom: 15px;
}

.mainNews p {
 margin-bottom: 15px;
 font-weight: bold;
}



/* Game content */

.gameContent {
 position: relative;
 width: 685px;
 margin-bottom: 15px;
 color: #000; 
}



/* Elemlista */

.leftList {
 margin-right: 15px;
}

.paddedBox {
 clear: both;
 padding: 10px;
}

.itemList .mainItem {
 margin-bottom: 15px;
 background-color: #fefae6;
 color: #000;
}

.itemList .item {
 width: 330px;
 min-height: 150px;
 margin: 0 15px 15px 0;
 float: left;
 color: #000;
 background-image: url(../images/postit.jpg);
 background-repeat: repeat-x;
 background-position: 0 0;  
}

.itemList .item .pictures {
 width: 120px;
 height: 120px;
 padding: 10px 0 0 15px;
 text-align: center;
 float: left;
}

.itemList .item .pictures img {
 width: 100px;
 height: 100px;
 border: 1px solid #a75859; 
}

.itemList .item .texts {
 width: 160px;
 padding-top: 15px;
 float: left;
 font-size: 14px; /* a nagyobb betűméret miatt */
}

.itemList .item .texts img {
 margin: 0 3px 0 3px;
}

.itemList .item .texts li {
 margin-bottom: 5px;
}

.tryForm {
 margin-top: 5px;
}


.tryForm div {
 margin-bottom: 3px;
}

.tryForm div input.radio {
 margin-right: 3px;
}

.tryForm div input.submit {
 margin-top: 5px;
}



/* Cikklista */

.articleList {
 margin-right: 5px;
 float: left;
}

.articleList .item {
 margin-bottom: 10px;
}

.articleList .item .pictures {
 width: 95px;
 padding-top: 4px;
 text-align: center;
 float: left;
}

.articleList .item .pictures img {
 border: 1px solid #a75859; 
}

.articleList .item .texts {
 width: 540px;
 padding-top: 3px;
 float: left;
}

.articleList .item .texts img {
 margin: 0 3px 0 3px;
}

.articleList .item .texts li {
 margin-bottom: 5px;
}



/* Pictures */

.imgBorder {
 padding: 4px;
 background-color: #eae5d0;
 border: 1px solid #a75859; 
}

.imgLeft {
 margin: 2px 10px 4px 0;
 float: left;
}  

.imgRight {
 margin: 2px 0 4px 10px;
 float: right;
}  



/* Játék flash */

.gameFlash {
 width: 665px;
}



/* Lapozó */

#pager {
 clear: both;
 width: 190px;
 height: 35px;
 margin: 20px 0 0 260px;
 padding: 0;
 text-align: center;
 font-weight: bold;
 font-size: 11px;
}

#pager a {
 font-weight: bold;
 font-family: verdana, sans-serif;
 font-size: 11px;
 color: #881c1c;
 background: #fff;
 border: 1px solid #881c1c;
 padding: 1px 2px 2px 2px;
 margin: 0 3px 0 3px;
} 

#pager a:hover {
 color: #FFA800;
 background: #fffbea;
 text-decoration: none;
} 

#pager span.inactive {
 font-weight: bold;
 font-family: verdana, sans-serif;
 font-size: 11px;
 color: #f8eec0;
 background: #fffbea;
 border: 1px solid #f8eec0;
 padding: 1px 2px 2px 2px;
 margin: 0 3px 0 3px;
} 

#pager span.left {
 display: block;
 width: 50px;
 padding: 3px 0 3px 0;
 float: left;
 text-align: right;
}

#pager span.middle {
 display: block;
 width: 90px;
 padding: 2px 0 3px 0; 
 float: left;
 text-align: center;
}

#pager span.right {
 display: block;
 width: 50px;
 padding: 3px 0 3px 0; 
 float: left;
 text-align: left;
}

#pager select {
 position: relative;
 top: -1px;
 width: 80px;
 height: 16px;
 font-family: tahoma, arial, verdana, sans-serif;
 font-size: 11px;
 font-weight: normal;
 background-color: #fff;
 border: 1px solid #881c1c;
}




/* Bajnoklista */

.listTable {
 width: 690px;
 margin: 3px 0 0 0;
 background-color: #fffdf5; 
 border: 1px solid #a75859;
}

.listTable td {
 margin: 0;
 padding: 3px 0 3px 0;
}

.listTable tr.head {
 background-color: #881c1c;
}

.listTable tr.light {
 background-color: #fefae6;
}

.listTable tr.head td {
 height: 16px;
 padding: 3px 3px 3px 3px;
 font-weight: bold;
 color: #fff;
}

.listTable td.name {
 padding: 0 0 0 5px;
 width: 210px;
}

.listTable td.results {
 width: 100px;
 text-align: center;
}

.listTable td.number {
 width: 50px;
 text-align: center; 
}

.listTable td.rank {
 width: 150px;
 text-align: center; 
}

.listTable tr.head td a {
 color: #fff !important;
}

.listTable tr.head td a:hover {
 color: #aaf !important;
}

.listTable td.cim {
 padding: 0 5px 0 5px;
}

.listTable td.cim a {
 font-weight: bold; 
}

.listTable td span {
 font-size: 9px;
 font-weight: normal;
 color: #877F6F;
}

.points {
 margin-bottom: 15px;
 background-color: #fefae6;
 border: 1px solid #a75859;
 color: #000;
}

.userSearch {
 margin-bottom: 15px;
}



/* Comments */

.commentTitle {
 padding-top: 15px;
 font-weight: bold;
 background-image: url(../images/h.gif);
 background-repeat: repeat-x;
 background-position: 0 0;     
}

.newComment textarea {
 width: 300px;
 margin-bottom: 15px;
}