
/* 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;
	line-height: 13px;

	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: #191919 url('../images/bgr.jpg') repeat-x 0px 5px;
	color:#bebebe;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	height:100%;
}

p {
	padding: 5px 0px;
}

a:link,
a:visited,
a:active {
	color:#fff;
	text-decoration: none;
}

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

div.main {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

div.top {
	height: 71px;
}

div.top div.login {
	float: right;
	color: #f47d00;
	font-size: 11px;
}

div.login table {
	margin-top: 2px;
}

input.field, input.error {
	border:1px solid #313131;
	background-color: #4d4c4c;
	width: 300px;
	font-size: 10px;
	color:#fff;
	padding: 1px;
}

input.input_content {
	margin: 2px;
}

select.field {
	border:1px solid #313131;
	background-color: #4d4c4c;
	width: 300px;
	font-size: 10px;
	color:#fff;
	padding: 1px;
}

textarea.field {
	border:1px solid #313131;
	background-color: #4d4c4c;
	width: 300px;
	font-size: 10px;
	color:#fff;
	padding: 1px;
	height: 100px;	
}

input.error {
	border:1px solid red;
}

#error {
	color: red;
	margin: 10px 0px;
	font-size: 10px;
}

div.login input.field {
	width: 146px;
	float:right;
}

div.login td.dark {
	color:#54575c;
	font-size: 9px;
}

div.login td.dark a {
	color:#693e10;
	font-size: 9px;
}

div.login input.submit {
	color:#ff7e00;
	background: transparent url('../images/btn.png') no-repeat top left;
	border: none;
	display: block;
	float:right;
	width: 75px;
	height: 20px;
	line-height: 18px;
	font-size: 10px;
	cursor:pointer;
}

div.menu {
	height: 31px;
	margin-bottom: 8px;
}

div.menu ul {
	list-style:none;
	margin: 0 auto;
}

div.footer div.menu ul {
	width: 426px;
}

div.menu ul li {
	/*background: transparent url('../images/menu_sep.jpg') no-repeat top left;*/
	border-left: 1px solid black;
	float:left;
}

div.menu ul li a {
	display: block;
	height: 31px;
	border-left: 1px solid #656565;
	width: 80px;
	line-height: 30px;
	text-align: center;
	font-size: 11px;
	text-transform: lowercase;
}

div.menu ul li a.home {
	width: 30px;
}

div.menu ul li a.home div {
	height: 31px;
	background: transparent url('../images/home.png') no-repeat center center;
}

div.menu ul li a.facebook {
	height: 31px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	color: #5e5e5e;
	width: 55px;
	text-align:left;
	padding-left: 35px;
}

div.menu ul li a:hover {
	color: #fff;
	background: black url('../images/menu_over.jpg') repeat-x top left;	
}

div.menu ul li a.home:hover div {
	background: transparent url('../images/home_over.png') no-repeat center center;
}

div.left {
	width: 210px;
	font-size: 10px;
	float:left; 
	padding: 5px;
}

div.left h1, div.right h1 {
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 10px;
}

div.right {
	width: 210px;
	
	float:right;
	padding: 5px; 
}

div.content {
	width: 525px;
	float:left;
	padding: 5px;
	border-right:1px solid #3e3e3e;
	border-left:1px solid #3e3e3e;
}

div.banner_main {
	width: 510px;
	border: 1px solid #3e3e3e;
	margin: 0 auto;
	margin-top: 5px;
	
}

div.footer {
	background: transparent url('../images/footer_bgr.jpg') repeat-x top left;
	height: 100px;
	margin-top: 5px;
	text-align:center;
}

div.comment {
	margin-top: 10px;
	border-bottom: 1px solid #2e2e2e;
	padding: 2px;
}

div.comment div.user {
	float:left;
	width: 100px;
}

div.comment div.user img {
	margin-bottom: 5px;
}

div.comment div.orange {
	color: #ff7e00;
	margin-bottom: 5px;
}

div.comment div.text {
	float:right;
	width: 415px;
	color: #fff;
	margin-bottom: 5px;
}

div.content h1 {
	color: #ff7e00;
	text-transform: lowercase;
	margin-bottom: 5px;
}

div.comment_new {
	padding: 5px;
}

div.comment_new textarea.comment {
	background-color: #4D4C4C;
	border: 1px solid #313131;
	color: #FFFFFF;
	float: left;
	font-size: 12px;
	padding: 3px;
 	width: 300px;
	height: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
}

img.fb {
	margin: 0;
	border: none;
}

input.submit {
	display: block;
	height: 23px;
	width: 87px;
	display: block;
	background: transparent url('../images/submit_bgr.png') no-repeat top left;
	color: #f58205;
	line-height: 20px;
	text-align: center;
	border: none;
	cursor:pointer;
	font-size: 10px;
	text-transform: lowercase;
}

input.submit:hover {
	background: transparent url('../images/submit_bgr_over.png') no-repeat top left;
}

textarea {
	resize: none;
}

div.event {
	margin-top: 10px;
	border-bottom: 1px solid #2e2e2e;
	padding: 2px;	
}

div.event h2 a {
	font-weight: normal;
	margin-bottom: 20px;
	display: block;
}

div.event div.text {
	float:right;
	width: 380px;
}

div.event div.text img {
	margin: 0px 10px 10px 0px;
	display: block;
/*	border: 1px solid #363636;*/
}

img.border {
	border: 1px solid #363636;
}

div.gallery {
	float:left;
	width: 160px;
	height: 160px;
	margin-left: 10px;
	margin-top: 10px;
	position:relative;
}

div.gallery a.download {
	display: block;
	width: 16px;
	height: 16px;
	position: relative;
	bottom: 5px;
	right: 5px;
	z-index: 400;
	background: transparent url('../images/download.png') no-repeat top left;
	position:absolute;
}

div.gallery img.border {
	display: block;
	margin:0 auto;
}

div.event h1 {
	margin-bottom: 10px;
}

div.event h1 a {
	color: #FF7E00;
}

a.more {
	display: block;
	height: 23px;
	width: 87px;
	display: block;
	background: transparent url('../images/submit_bgr.png') no-repeat top left;
	color: #f58205;
	line-height: 20px;
	text-align: center;
	border: none;
	cursor:pointer;
	font-size: 10px;
	text-transform: lowercase;
	float:right;
	margin-bottom: 2px;
}

a.more:hover {
	background: transparent url('../images/submit_bgr_over.png') no-repeat top left;
}

div.box550 {
	font-size: 10px;
}

div.leftbox2 {
	border-bottom: 1px solid #2e2e2e;
	padding: 5px 5px 5px 10px;
	cursor:pointer;
}

div.leftbox2:hover {
	background-color: #090909;
}

div.leftbox {
	margin-bottom: 5px;
	font-size: 10px;
}

div.leftbox a {
	font-size: 10px;
	color: #fe7d00;
}

div.leftbox a.img {
	float:right;
}

div.leftbox span {
	color: #fff;
	font-size: 10px;
}

div.more {
	padding: 2px 10px;
	background-color: #000;
	border-bottom: 1px solid #2e2e2e;
}

div.more a.more {
	float:left;
}


a.dot {
	position: relative;
	left: -8px;
}

.dot {
	background: transparent url('../images/dot.gif') no-repeat center left;
	padding-left: 8px;
	color: #FE7D00;
	font-size: 10px;	
}

div.login a.icon div {
	background: transparent url('../images/icons.gif') 0 0 no-repeat;
	height: 28px;
	width: 28px;
	margin: 0 auto; 
	margin-bottom: 1px;
}

div.login a.icon {
	float:right;
	font-size: 9px;
	width: 55px;
	text-align: center;
	line-height: 10px;
	margin-top: 2px;
}

div.login {
	margin-top: 2px;
}

div.login a.logout div {
	background-position: -32px 0px;
}

div.login a.data div {
	background-position: -127px 0px;
}

div.login a.mail div {
	background-position: -64px 0px;
}

div.login a.password div {
	background-position: -96px 0px;
}

div.users_pic {
	border: 1px solid #FF8C00;
	float: left;
	height: 130px;
	margin: 5px;
	padding-top: 5px;
	text-align: center;
	width: 120px;
}

div.users_pic img {
	border: 1px solid #6C6C6C;
	display: block;
	margin: 0 auto 3px;
	padding: 2px;
}

a.button:link, a.button:visited, a.button:active {
    background-color: black;
    color: #FF8C00;
    padding: 2px 4px;
    text-decoration: none;
    text-transform: uppercase;
}
a.button:hover {
    background-color: #FF8C00;
    color: #FFFFFF;
    text-decoration: none;
}

.box {
  color: #FFFFFF;
  font-size: 11px;
}

div.userimage img {
	border: 1px solid #FF8C00;
	display: block;
	margin: 0 auto;
}

div.userimage {
	float: left;
	width: 170px;
}

a.FB {
	margin-top: 5px;
	display: block;
	width: 28px;
	height: 27px;
	margin-bottom: 5px;
}

div.content ul {
	margin-left: 30px;
}

table.agenda td {
	padding: 3px;
}

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

div.agenda_link a {
	width: 87px;
	height: 23px;
	display: block;
}

div.agenda_link a.prev {
	background: transparent url('../images/prev_arrow.png') no-repeat top left;
	float:left;
}

div.agenda_link a.prev:hover {
	background: transparent url('../images/prev_arrow_o.png') no-repeat top left;
}

div.agenda_link a.next {
	background: transparent url('../images/next_arrow.png') no-repeat top left;
	float:right;
}

div.agenda_link a.next:hover {
	background: transparent url('../images/next_arrow_o.png') no-repeat top left;
}

div.shop_item {
	width: 240px;
	float:left;
	background-color: black;
	margin: 3px 2px;
	padding: 5px;
	height: 130px;
}

div.shop_item a.image{
	float:left;
	width: 130px;
}

div.shop_item a.item {
	color: #ff7e00;
	font-weight: normal;
	font-size:11px;
}

div.shop_item div.text {
	float:right;
	width: 110px;
	height: 80px;

}

div.shop_item div.text div.price {
	font-size:11px;
}

#cart {
	float:right;
	margin-right: 50px;
	margin-top: 20px;
	color: #F47D00;
	padding-left: 35px;
	height: 30px;
	line-height: 30px;
	background: transparent url('../images/cart.png') no-repeat left center;
}
