
html, body {
    background-color: #960404;
    color: #fff;
    margin: 0px;
    padding: 0px;
    font-family: Arial,Helvetica,sans-serif;
}

html.users, body.users {
	background: url('./images/bg.jpg');
	background-repeat:repeat;
}

a.button2 {
	background: url('./images/bg_gomb2.jpg');
	background-repeat:no-repeat;
	width: 111px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	display: inline-block;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
a.button2:hover {
	text-decoration: underline;
}

div.buttons {
	position: absolute;
	margin-top:8px;
	padding-left: 10px;
	float:left;
}

a.logoclick {
	display:inline-block;
	height:100px;
	width:230px;
	float:left;
	margin-top:-10px;
	text-decoration: none;
}
a.logoclick {
	text-decoration: none;
}

img {
	border: 0px;
}

div.mainFrame {
    margin: 0 auto;
    width: 970px;
}

div.mainFrameUsers {
    margin: 0 auto;
    width: 980px;
	padding: 0px;
	background-color: #960404;
}
div.mainFrameUsers a{
	color: #fff;
	text-decoration: none;
}
div.mainFrameUsers a:hover{
	text-decoration: underline;
}
div.mainFrameUsers  div.eroUsersHeader {
	margin:0px;
	height:185px;
	background: url('./images/ero_header.jpg');
	background-repeat:no-repeat;
}
div.mainFrameUsers  div.wertigoUsersHeader {
	margin:0px;
	height:185px;
	background: url('./images/wertigo_header.jpg');
	background-repeat:no-repeat;
}

div.skel {
    font-size: 12px;
}

.lgnbox h2 {
    font-size: 14px;
}
.lgnbox p.dsc {
    font-size: 11px;
}

ul.flist {
    display:block;
    text-align: left;
    margin-left: 15px;
}

ul.flist li a {
    color: #ffcccc;
    text-decoration: none;
}

ul.flist li a:hover {
    text-decoration: underline;
}

div.fpost {
    width: 90%;
    text-align: left;
    margin: 10px;
    background-color: #810000;
}

div.fpost div.fpostheader{
    border-bottom: 1px dashed #990000;
    line-height: 20px;
    padding-left: 10px;
    font-weight: bold;
}

div.fpost div.fpostbody{
    padding: 10px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

h4 a {
    color: #fff;
    text-decoration: none;	
}

/* userboxok */

.tag_n, .tag_f {    
    font-size: 11px;
    border: 1px solid #690303;
    color: #ffd2d2;
    background-color: #9a1b1b;
    overflow:hidden;
    text-align: left;
}
.tag_n .imglink, .tag_f .imglink {
    margin:3px;
    padding:0px;
    display:inline-block;
    float:left;
}

.tag_n h2, .tag_f h2 {
    margin:0px;
    padding:0px;
    margin-top:5px;    
}
/*
.tag_n h2 img, .tag_f h2 img {
    padding:0px;
    border: 0px;
    margin: 0px;
    position:relative;
    bottom:-3px;
}
.tag_n h2 a, .tag_f h2 a {
    text-decoration: none;
    font-family: Georgia, verdana, sans-serif;
    font-size: 15px;
    font-style: italic;
    display: inline-block;
    font-weight: bold;
    margin-right:4px;

}

.tag_n .imglink, .tag_f .imglink {
    margin:0px;
    display:block;
    padding:0px;
    float:left;
    width:153px;
    height:140px;
    margin-right:0px;
}
*/
.tag_n .imglink img, .tag_f .imglink img {
    border: 2px solid white;
    margin: 3px;
}

.tag_n h2 a:hover, .tag_f h2 a:hover {
    text-decoration: underline;
}

.tag_n h2 a {
    color: #f9a8a8;
}

.tag_f h2 a {
    color: #141414;
}

div.footmenu {
    padding: 5px;
    /*border-top: 1px dashed #fff;*/
    
}
div.footmenu a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
div.footmenu a:hover {
    text-decoration: underline;
}

/* lapozás */
div.pagination {
    padding: 3px;
    margin: 3px;
    text-align:center;
}

div.pagination a {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #660000;
    background-color: #880000;
    text-decoration: none; /* no underline */
    color: #fff;
}
div.pagination a:hover, div.pagination a:active {
    border: 1px solid #660000;
    background-color: #660000;
}
div.pagination span.current {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    background-color: #660000;
    font-weight: bold;
    background-color: #660000;
    color: #FFF;
}
div.pagination span.disabled {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #660000;
    background-color: #880000;
    color: #cccccc;
} 
