
/* style_grid.css - Alap tulajdonsagok megadasa */

/* alapertelmezett nullazasok BEGIN */
* {
	margin: 0px;
	padding: 0px;
}

a img, :link img, :visited img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:active {
	color: #606060;
	cursor: pointer;
	text-decoration: none;
}

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

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6, pre, code, p, div, span, a {
	border: 0px;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}


p, h1, h2, h3, h4, h5, h6, div, span, a {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

div.clr {
	border: 0px;
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}

br {
	font-size: 10px;
	line-height: 13px;
}


/* alapertelmezett nullazasok END */




html,body {
	background: transparent url('../images/bgr.gif') repeat top left;
	color:#000;
	font-family: verdana,arial,sans-serif;
	font-size:12px;
	height:100%;
	min-width:980px;
	margin-bottom:-30px;
}

p {
	padding: 5px 0px;
}

a:link,
a:visited,
a:active {
	color:#50034e;
	text-decoration:none;
	font-size:10px;
}

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

a.more:link,
a.more:visited,
a.more:active {
	color:#50034e;
	text-decoration:none;
	font-size:10px;
	font-weight: 900;
	float:right;
}

a.more:hover {
	color:#000000;
	text-decoration:none;
}

div.main {
	width: 980px;
	margin:0 auto;
	border-left: 1px solid #dd0cd9;
	border-right: 1px solid #dd0cd9;
	min-height: 100%;
	position:relative;
	padding-bottom:30px;
}


* html div.main {
	height:100%;
}


div.header {
	width: 100%;
	background: #90248d url('../images/header_bgr.gif') repeat-x top left;
	height: 185px;
}

div.logo {
	float: left;
	height: 132px;
}

div.motto {
	float: left;
	color: #fff;
	font-size: 24px;
	text-align:center;
	margin-top: 30px;
	height: 80px;
	line-height: 26px;
	vertical-align:middle;
}

div.loginbox {
	background: transparent url('../images/loginbox.gif') no-repeat top left;
	float:right;
	width: 209px;
	height: 132px;
	margin: 0px 0px 0 0;
}

div.loginbox div.text {
	color:#fff;
	padding: 20px 25px;
	font-size: 10px;
}

div.loginbox div.text input.field {
	background: transparent url('../images/login_bgr.gif') repeat-x top left;
	margin:0px;
	padding:0px;
	border:0px;
	height: 18px;
	width: 140px;
	padding-top: 5px;
	font-size: 10px;
}

div.loginbox div.text input.submit {
	background: #7f007c url('/images/login_button_big.gif') no-repeat center center;
	border: none;
	display: block;
	height: 23px;
	width: 79px;
	color: #fff;
	font-size: 10px;
	line-height: 23px;
	float: left;
}

div.loginbox div.text a.submit {
	background: #7f007c url('/images/login_button_big.gif') no-repeat center center;
	border: none;
	display: block;
	height: 23px;
	width: 79px;
	color: #fff;
	font-size: 10px;
	line-height: 23px;
	float: right;
	text-align: center;
	text-decoration:none;
}

div.loginbox div.text h2 {
	font-size: 10px;
}


/* MENU BEGIN */

div.menu {
	width: 920px;
	margin:0 auto;
	height: 50px;
	margin-top:1px;
}

div.menu ul {
	float:left;
}

div.menu ul li {
	float:left;
	list-style:none;
}

div.menu ul li a:link,
div.menu ul li a:visited,
div.menu ul li a:active,
div.menu ul li a {
	display:block;
	height: 20px;
	width: 83px;
	background: #420340 url('../images/menu_bgr.gif') no-repeat top left;
	color:#fff;
	text-decoration:none;
	text-align: center;
	font-size: 10px;
}


div.menu ul li a:hover {
	background: #420340 url('../images/menu_bgr_over.gif') no-repeat top left;
}


/* MENU END */

div.content {
	width: 970px;
	margin: 0 auto;
	font-size:10px;
	min-height:100%;
	height: 100%;
}

div.left {
	width: 205px;
	float:left;
}

div.left div.text {
	background: transparent url('../images/leftbox_bgr.gif') repeat-y top left;
	padding: 2px 15px;
	top:-2px;
	position:relative;
	display:inline-block;
	color:#630460;
	font-size:10px;
	width: 175px;
}

div.left div.text h1 {
	font-size: 13px;
	font-weight: 900;
	margin-bottom: 8px;
}

div.left img.bottom {
	position:relative;
	top:-3px;
}


div.right {
	width: 180px;
	float:right;
}

div.right div.text {
	background: transparent url('../images/rightbox_bgr.gif') repeat-y top right;
	padding: 2px 15px;
	top:-2px;
	position:relative;
	display:inline-block;
	width: 150px;
}

div.right img.bottom {
	position:relative;
	top:-3px;
}

div.center {
	width: 577px;
	float:left;
	margin-left:5px;
}



div.center div.text {
	background: transparent url('../images/centerbox_bgr.gif') repeat-y top right;
	padding: 2px 15px;
	top:-3px;
	position:relative;
	display:inline-block;
	width: 547px;
}

div.center div.text img {

margin: 5px;

}

div.center div.text ul li,
div.center div.text ol li {
	margin: 5px 0px 0px 30px;
}
div.center div.text ul,
div.center div.text ol {
	margin-bottom: 10px;
}

div.center img.bottom {
	position:relative;
	top:-3px;
}

div.center div.text h1.text {
	font-size: 13px;
	font-weight: 900;
	margin-bottom: 8px;
	color:#630460;
	float:left;
	padding-bottom: 10px;
	width: 530px;
	text-align: center;
}

div.center div.text h1 {
	font-size: 13px;
	font-weight: 900;
	margin-bottom: 8px;
	color:#630460;
	padding-bottom: 10px;
}

div.center div.text h2 {
	font-size: 12px;
	font-weight: 900;
	margin-bottom: 8px;
	color:#000;
	margin: 5px 0;
	padding-bottom: 10px;
}


div.center div.text h3 {
	padding-bottom: 5px;
}



div.center div.text h1 a:link,
div.center div.text h1 a:active,
div.center div.text h1 a:visited,
div.center div.text h1 a {
	font-size: 13px;
	font-weight: 900;
	margin-bottom: 8px;
	color:#630460;
	padding: 5px 0;
}


/* ESEMÉNYEK */

table.calbox {
	border:1px solid #630460;
	font-family:Arial;
	font-size:10px;
	margin-bottom:0.25em;
	margin-top:0.5em;
	text-align:center;
	text-decoration:none;
	width:140px;
}

table.calbox th {
	color:#000;
	font-weight:900;
	width: 20px;
	height: 18px;

}

table.calbox td {
	width: 20px;
	height: 18px;
}

td.today {
	color: #000;
	border:1px solid #000;
}

td.event {
	background-color:#630460;
}

td.event a:link,
td.event a:active,
td.event a:visited,
td.event a {
	color: #fff;
	font-size:10px;
}

table.calbox_head {
	border:1px solid #630460;
	height:18px;
	margin-top:0.25em;
	width:140px;
	font-size:10px;
}

/* ESEMÉNYEK END */



/* USER BEGIN*/

div.user {
	min-height: 120px;
	_height: 120px;
	margin-bottom:10px;
	width: 547px;
}


div.user div.image {
	float: left;
	width: 124px;
}

div.user div.image img{
	border:1px solid #6c0b69;
	margin: 3px;
}

div.user div.data {
	float: right;
	width: 350px;
	color: #000;
	margin-left: 30px;
}

div.user table td a,
div.user table td a:link,
div.user table td a:visited,
div.user table td a:active {
	font-size: 12px;
	font-weight: 900;
}

table td.head {
	font-weight: 900;
	width: 100px;
	color: #621f60;
	text-align:right;
	padding-right: 15px;
}

div#gallery {
	margin: 0 auto;
	margin-bottom:10px;
	margin-top:10px;
	text-align: center;
	width: 500px;
}

div.gallery_pic {
	float:left;
	width: 126px;
	height: 180px;
	padding: 6px;
	margin: 6px;
	border: 1px solid #621f60;
}

div.gallery_pic div {
	margin:3px;
	height: 14px;
}

img.user {
	border: 1px solid #630460;
	margin: 2px;
	padding: 2px;
}
/* USER END*/

/* PAGER BEGIN*/

div.pager {
	margin: 0 auto;
	text-align:center;
	margin: 30px 0px 10px 0px;
}

div.pager a:active,
div.pager a:link,
div.pager a:visited,
div.pager a {
	margin: 2px;
	padding: 2px 4px 2px 4px;
	border: 1px solid #6c0b69;
	margin-bottom: 5px;
	line-height: 30px;
}

div.pager a:hover {
	background-color: #6c0b69;
	border: 1px solid #fff;
	color: #fff;
}


div.pager span {
	margin: 2px;
	padding: 3px 5px 3px 5px;
	background-color: #6c0b69;
	border: 1px solid #fff;
	color: #fff;
	font-size: 10px;
}

/* PAGER END*/

a.box:active,
a.box:link,
a.box:visited,
a.box {
	margin: 2px;
	padding: 2px 4px 2px 4px;
	background-color: #6c0b69;
	border: 1px solid #fff;
	color: #fff;
}

a.box:hover {
	background-color: transparent;
	border: 1px solid #6c0b69;
	color: #000;
	border: 1px solid #6c0b69;
}

div.footer {
	width: 100%;
	text-align:center;
	height: 30px;
	border-top: 1px solid #000;
	background-color: #fff;
	line-height: 24px;
	position:fixed;
	bottom:0;
}

/* FÓRUM */

div#forum_topic h2 a:link,
div#forum_topic h2 a:visited,
div#forum_topic h2 a:active,
div#forum_topic h2 a{
	font-size: 14px;
}

div#forum_topic h2 {
	margin-bottom:3px;
	margin-top:0px;
	padding-bottom:0px;
		
}

div#emoticons img {
	margin:0px;
	padding:0px;
	border:0px;
}

div#emoticons {
	float: right;
	width: 150px;
	
}

div.comment {
	width: 520px;
	border: 1px solid #630460;
}

table#comment td.userdata{
	width: 130px;
	border: 1px solid #630460;
	border-bottom:none;
}

table#comment td.commenthead{
	border: 1px solid #630460;
	border-bottom:none;
	border-left:none;
}

table#comment td.commentdata{
	border-right: 1px solid #630460;
	border-top: 1px solid #630460;
}

table#comment td.commentbottom{
	border-right: 1px solid #630460;
	border-bottom: 1px solid #630460;
	border-top: 1px solid #630460;
}

table#comment td.userbottom{
	border-right: 1px solid #630460;
	border-left: 1px solid #630460;
	border-bottom: 1px solid #630460;
	border-top: 1px solid #630460;
}

table#comment td{
	padding: 3px;
}







/* FÓRUM END */
