html {
	overflow-x:auto;
	overflow-y:scroll;
}

html, body {
	margin: 0;
	padding: 0;
	height:100%;
}

body{
	margin:0;
	padding:0;
	font-family:Tahoma, Arial;
	font-size:12px;
	background:#CCCCCC url(../images/assets/web_bgr.jpg) top center no-repeat;
}

hr {
	margin:5px 0;
	padding:0;
	border:1px dashed #CCCCCC;
}

hr.solid {
	margin:5px 0;
	padding:0;
	border:1px solid #CCCCCC;
}

h1, h2, h3, h4, h5 {
	margin:0;
	padding: 3px 0;
	font-weight:bold;
}

h1 {
	font-size:16px;
}

h2 {
	font-size:15px;
}

h3 {
	font-size:14px;
}

h4 {
	font-size:13px;
}

h5 {
	font-size:12px;
}


#page a:link {
	color: #000000;
	text-decoration: none;
}
#page a:visited {
	text-decoration: none;
	color: #000000;
}
#page a:hover {
	text-decoration: underline;
	color: #000000;
}
#page a:active {
	text-decoration: none;
	color: #000000;
}
.clear{clear:left}
/***********************************************/
/* Layout                                      */
/***********************************************/
#maincontainer{
	width: 967px;
	margin: 0 auto;
	background:transparent url(../images/assets/contentbgr.gif) top center repeat-y;
	min-height:100%;
	position:relative;
}
* html #maincontainer{height:0;height:100%}

#topsection{
	height: 179px;
	background:url(../images/assets/topsection.jpg) top left no-repeat;
}

#contentwrapper{
	float: left;
	width: 100%;
}

#contentcolumn{
	margin-right: 276px;
}

#contentcolumn .innertube{
	margin:10px 0 0 46px;
	width:645px
}

#rightcolumn{
	float: left;
	width: 276px;
	margin-left: -276px;
	padding-top:50px;
	padding-bottom:15px;
	background:url(../images/assets/rightcolumn.jpg) top left no-repeat;
}

#rightcolumn .innertube {
	margin-right:33px;
}

#footer{
	float:left;
	width: 100%;
	height:31px;
	background:#000;
	font-size:11px;
	color: #FFF;
	padding: 4px 0;
	position:relative;
	bottom:0;
}

#footer .innertube {
	width:967px;
	margin:0 auto;
}

#copyright {
	float:left;
	font-weight:bold;
	padding:10px 0 0 30px;
	width:450px;
}

#footerMenu {
	float:left;
	padding:0 10px 0 0;
	width:450px;
	text-align:right	
}

#footer a{
	color: white;
	text-decoration:none
}

#footer a:hover{
	text-decoration:underline;
}

#utvonal {
	display:block;
	padding: 3px 0;
	padding-left: 5px;
	color: #858A8D;
	font-size:11px;
	font-weight:bold;
	border:1px solid #EDE9EE;
	margin-bottom:10px;
}

#utvonal a{
	color: #858A8D;
	text-decoration:none
}

#utvonal a:hover{
	text-decoration:underline
}

.content {
	margin:10px;
}

/***********************************************/
/* Search  -  KERESÉS                          */
/***********************************************/
#search {
	float:left;
	padding:3px 0 0 286px;
	position:relative;
	height:21px;
	overflow:hidden
}

#search form {
	margin:0;
	padding:0
}

#keres {
	width:200px;
	border:1px solid #7F9DB9;
	margin-right:5px;
}

#searchTitle{
	color:#1F4E95;
	font-weight:bold;
	text-align:right
}

#searchBox{
	width:135px;
}
.resault {
	margin:10px 0;
	font-size:14px
}
.search_head a{
	color:#000000;
	font-weight:bold;
	font-size:14px;
	text-decoration:none
}

/***********************************************/
/* MENU                                        */
/***********************************************/
#mainMenu{
	padding: 0;
	float:left;
	margin-top:15px;
	padding-left:25px;
	height:24px;
	position:relative;
	overflow:hidden;
	width: 700px;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}

#mainMenu ul{
	margin:0;
	margin-left: 10px;
	padding: 0;
	list-style: none;
}

#mainMenu li{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform:uppercase;
}

#mainMenu a{
	float: left;
	display: block;
	font: bold 11px Arial;
	color: white;
	text-decoration: none;
	margin: 0;
	padding: 5px 10px;
	background-color: black;
	border-right:1px solid #fff;
}

#mainMenu a:hover,#mainMenu #current a{
	background-color: #E84000;
	color: #FFFFFF;
}


/***********************************************/
/* Forms                                       */
/***********************************************/
form {
	margin:0;
	padding:0;
}

.formButton {
	cursor:pointer;
	font-size:11px;
}

#login {
	float:left;
	margin:0;
	padding: 15px 0 0 770px;
	height:100px;
}

#login label{
	color:#FFFFFF;
	font-weight:bold;
}
.loginInput {
	width:140px
}
#login a {
	margin:0;
	margin-left:10px;
	font-weight:bold;
	color:#FEC513;
}

#logedin {
		float:left;
	margin:0;
	padding: 15px 0 0 770px;
	height:100px;
	color: #FFFFFF;
}

#logdinAs {
	color:#FEC513;
	margin:10px 0;
	font-weight:bold;
	font-size:13px;
}

#logedin a {
	padding:3px 0;
	color:#FFFFFF;
	text-decoration:none;
}

#logedin a:hover {
	text-decoration:underline;
}

#elfelejtettHeader {
	height:32px;
	width:460px;
	background:url(../images/shared/elfelejtett_jelszo.jpg) top left no-repeat;
	margin-top:10px
}

#elfelejtettContent {
	width:460px;
	background:#EDEFF0;
}

#elfelejtettContent label {
	font-weight:bold;
}

#belepesiHeader {
	height:29px;
	width:460px;
	background: url(../images/shared/belepesiAdatok.jpg) top left no-repeat;
	margin-top:15px;
}

#belepesiContent {
	width:460px;
	background:#EDEFF0;
}

#belepesiContent label {
	font-weight:bold;
}

#szemelyesHeader {
	height:30px;
	width:460px;
	background: url(../images/shared/szemelyesAdatok.jpg) top left no-repeat;
	margin-top:15px;
}

#szemelyesContent {
	width:460px;
	background:#BABABC;
}

#szemelyesContent label {
	font-weight:bold;
}

.regTable{
	margin:10px 0;
}

#regisztracioHeader {
	height:32px;
	width:460px;
	background:  url(../images/shared/regisztracio.jpg) top left no-repeat;
	margin-top:15px;
}

#regisztracioContent {
	width:460px;
	padding:30px 0;
	font-weight:bold;
	text-align:center;
	background:#EDEFF0;
}

#polok{
	margin-top:10px;
	height:224px;
	background:url(../images/shared/polok.jpg) top center no-repeat;
}

#rendelesiHeader {
	height:29px;
	width:460px;
	background: url(../images/shared/rendelesiAdatok.jpg) top left no-repeat;
	margin-top:15px;
}

#rendelesiContent {
	width:460px;
	background:#EDEFF0;
}

#rendelesiContent label {
	font-weight:bold;
}

#szallitasiHeader {
	height:31px;
	width:460px;
	background: url(../images/shared/szallitasiAdatok.jpg) top left no-repeat;
	margin-top:15px;
}

#szallitasiContent {
	width:460px;
	background:#BDBDBF;
}

#szallitasiContent label {
	font-weight:bold;
}

#termekHeader {
	height:32px;
	width:460px;
	background:url(../images/shared/megrendeltTermek.jpg) top left no-repeat;
	margin-top:15px;
}

#termekContent {
	width:460px;
	background:#BDBDBF;
}

#termekContent label {
	font-weight:bold;
}


#elofizetes{
	padding-top:10px;
}

#elofizetesAdatokHeader {
	height:29px;
	width:460px;
	background: url(../images/shared/elofizetesAdatok.jpg) top left no-repeat;
	margin-top:15px;
}

#elofizetesAdatokContent {
	width:460px;
	background:#E8E0D4;
}

#elofizetesAdatokContent label {
	font-weight:bold;
}

#elofizetesHeader {
	height:29px;
	width:460px;
	background: url(../images/shared/elofizetes.jpg) top left no-repeat;
	margin-top:15px;
}

#elofizetesContent {
	width:460px;
	background:#B18D59;
}

#elofizetesContent label {
	font-weight:bold;
}

/***********************************************/
/* BOX                                         */
/***********************************************/
.box {
	width:240px;
	margin:10px 0;
}
.box ul{
	list-style:none;
	margin:0;
	padding:0 0 0 20px;
	width:210px
}
.box ul li{
	padding:5px;
	border-bottom:1px dashed #CCCCCC
}
.box ul li:hover {
	background:#eee
}
.frissDetails {
	color:#999;
	font-weight:normal
}
.frissMSG {
	color:#000;
	font-weight:normal
}
.box a {
	color:#125091;
	text-decoration:none;
	font-weight:bold;
	display:block;
}
.box a:hover {
	text-decoration:none
}
.dailyNews {
	padding-top:65px;
	background:url(../images/assets/dailyNews.jpg) top left no-repeat
}
.newComments {
	padding-top:65px;
	background:url(../images/assets/newComments.jpg) top left no-repeat
}

/***********************************************/
/* Blog                                        */
/***********************************************/

.blog {
	padding:5px 0;
	display:block;
	clear:both;
}

.blogTitle {
	color:#004C9A;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

.blogTitle a{
	color:#000;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

.blogTitle a:hover{
	text-decoration:underline
}

.blogDetails {
	font-size:11px;
}

.paging {
	text-align:center;
	margin:10px;
	font-size:25px;
	font-weight:bold;
}

.paging a{
	color: #000;
	font-size:14px;
	text-decoration:none;
	font-weight:normal
}

.paging a:hover{
	text-decoration:underline;
}
.blogComment {
	clear:left;
	padding:10px 0
}
.blogComment a{
	color:#004C9A;
	font-weight:bold;
	text-decoration:none
}	
	
.blogComment a:hover{
	text-decoration:underline;
}

.bejegyzesek{
	color:#004C9A;
	font-weight:bold;
	font-size:14px;
}

.commentbox{
	background-color: #ececec;
	width:100%;
	padding: 10px;
	margin-top:20px;
}

.commentfooter{
	background: url(../images/shared/arrow.gif) 20px 0 no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
	padding-left: 58px;
	padding-top: 1px;
	margin-bottom: 2em;
	font-size: 11px;
	color: #4A4A4A;
	line-height:18px;
}

.commentUser {
	color:#004C9A;
	font-weight:bold;
}

#commentForm {
	width:440px;
	margin:10px 0;
}

#commentFormHeader {
	height:29px;

	background: url(../images/shared/commentForm.jpg) top left no-repeat;
}

#commentFormContaner{
	width:100%;
	background:#ECEEED;
}

#commentFormAttantion {
	color:#FF0000;
	padding:10px;
	font-weight:bold
}

#commentFormArea {
	padding:10px;
}


#commentFormArea label {
	font-weight: bold;
	font-size:11px;
}


.myInput {
	width: 250px;
	border:1px solid #7F9DB9;
}

/***********************************************/
/* Bloggyűjtő                                  */
/***********************************************/

.blogGyujto {
	float:left;
	width:315px
}

.blogGyujtoKoz {
	margin-left:4px;
	padding-left:5px;
	border-left:1px solid #CCCCCC;}

.blogMainPage {
	font-size:11px;
	font-weight:bold;
	color:#969696
}

#readMore {
	margin:10px 0;
}

#readMore .title {
	color:#000;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

#readMore li {
	margin-left:-23px;
	line-height:18px;
}

#readMore li a {
	color:#000;
	text-decoration:none
}

#readMore li a:hover {
	text-decoration:underline
}

#readMore .archive a {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

#readMore .archive a:hover {
	text-decoration:underline;
}

#chkEmail {
	color:#FF0000;
	font-size:11px;
	font-weight:bold;
}

#chkNick {
	color:#FF0000;
	font-size:11px;
	font-weight:bold;
}