/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
 /*
  USAGE: All you have to do is include this one line in your CSS file, with the
  tag names to which you want the script applied:
*/
 img, div { behavior: url(iepngfix.htc) }
/*
  Alternatively, you can specify that this will apply to all tags like so:
   * { behavior: url(iepngfix.htc) }
 */

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(img/img01b.jpg) repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea, select {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
}

.input2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
	width: 100%;
}

.input3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
	border: 1px solid #000000;
	width: 400px;
}

.submitgomb{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
	border: 1px solid #000000;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #4F789F;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.6em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.6em;
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	color: #4F789F;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */

#header {
/*	float: left;*/
	height: 200px;
/*	width: 100%;*/ 
  left: 230px;
	margin: 0px 0 20px;
	padding: 0 0 0 0;
	text-align: center;
	background: url(img/img03.jpg) center top no-repeat;
}

/* Menu */

#menu {
	margin-left: 30px;
	padding: 5px;
  height: 25px;
}

#menu ul {
	margin: 0;
	padding: 0px 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
  color: #666666;
	display: block;
	float: left;
/*	width: 150px;*/
	height: 25px;
	padding: 0 10px 0 10px;
	spacing: 0 10px 0 10px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.5em;
}

#menu .active a {
	background: #FFBC5F;
	color: white;
}

/* Logo */

#logo {
	clear: both;
	width: 100%; 
	height: 200px;
}

#logo h1, #logo h2 {
	text-transform: lowercase;
	font-style: italic;
}

#logo h1 {
	padding: 30px 0 0 0;
	font-size: 4em;
}

#logo h2 {
	padding: 0 0 0 150px;
	font-size: 2em;
}

#logo a {
	text-decoration: none;
	color: #479EF3;
}

/* Page */

#page {
	width: auto; 
	margin: 0px 10px 20px 20px;
	padding: 0 0;
}

/* Content */

#content {
  margin-left: 280px;
  margin-right: 180px;
	width: auto;
}

.post {
}

.post .date {
	float: left;
	width: 70px;
	margin: 0 15px 0 0;
	padding: 2px 0;
	background: #C9E5FC;
	border: 1px solid #C9E5FC;
	text-align: center;
	font-size: 11px;
	color: #3F4C6B;
}

.post .date b {
	display: block;
	padding: 5px 0;
	background: #F4FAFE;
	font-size: 22px;
	font-weight: normal;
}

.post .title {
	margin: 0;
	text-align: left;
}

.post .meta {
	margin: 0 0 0 0;
	color: #B2B7C4;
}

.post .entry {
	padding: 20px 0;
	line-height: 200%;
	text-align: left;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 250px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
	padding: 15px 20px 30px 20px;
	background: url(img/img04.jpg) no-repeat;
}

#sidebar li ul {
	line-height: 170%;
}

#sidebar li li {
	margin: 0 0 5px;
	padding: 0px;
	background: none;
	padding-left: 15px;
	background: url(img/img05.gif) no-repeat left center;
	text-align: left;
         vertical-align: top;
	line-height: 120%;
}

#sidebar h2 {
	margin-bottom: 20px;
	text-transform: lowercase;
	color: #4F789F;
	text-align: left;
}

#s {
	width: 160px;
}

/* Rigth Sidebar */

#rsidebar {
	float: right;
	width: 150px;
	margin: 0 0 20px 30px;
}

#rsidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#rsidebar li {
	margin-bottom: 20px;
	padding: 15px 20px 30px 20px;
	background: url(img/img06.jpg) no-repeat;
}

#rsidebar li ul {
	line-height: 120%;
	text-align: right;
}

#rsidebar li li {
	margin: 0;
	padding: 0;
	background: none;
	padding-left: 15px;
	background: url(img/img05.gif) no-repeat left center;
	text-align: left;
}

#rsidebar h2 {
	margin-bottom: 20px;
	text-transform: lowercase;
	color: #4F789F;
	text-align: left;
}

#rs {
	width: 160px;
}

/* Footer */

#footer {
	clear: both;
	padding: 20px 0;
	background: #EAF1F7;
	border-top: 5px solid #A2C9EA;
	text-align: center;
}

#footer p {
	margin: 0;
	color: #76AEDB;
}

#footer a {
	color: #76AEDB;
}


td.votebarout 	{ background: #CCCCCC; border:0px; }
td.votebarin 	{ background: #FFFF66; border:0px; }
td.votetext 	{ font-size:8pt; }
td.votequest 	{ font-size:10pt; font-weight:bold; text-align:center;}
td.votefooter	{ font-size:8pt; text-align:center; }
div.votespace	{ font-size:8pt; text-align:center; }
td.reg			{ font-size:8pt;}

.voter        { border: thin solid #A2C9E8; width: 500px; padding: 10px 10px 20px 10px; text-align: left; background: #eaf4fd;}
.hozzaszolas { border: groove thin #A2C9E8; width: 500px;}
.bejegyzes {text-align: justify; font-style: italic; font-size: 14px}
.kat_link   { 
  background-color: #FFA221;
  color: white;
  text-decoration: none;
  padding: 2px 5px 2px 5px;
  margin: 8px 0 8px 0;
  font-weight: bold; 
  width: 50px;
}

.tabla {left: 290px;top: 300px;}
.leg_tabla {
  padding: 0px 20px 10px 10px;
  height: 100%;
  line-height: 140%;
  vertical-align: top;
}

.sajat_fieldset {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: medium double;
  color: #AACCEF;
  background-color: #F5F9FC;
  vertical-align: top;
}

.sajat_fieldset legend{
  padding: 0.2em 0.5em;
  border:1px solid;
  font-size:150%;
  text-align:right;
  letter-spacing: -1px;
  color: #4F789F;
  background-color: #CDDFEB;
}

.sajat_fieldset ul{
  padding: 0 15px 0 15px;
  list-style: none;
}

.sajat_fieldset li{
	background: none;
	padding: 0 15px;
	background: url(img/img05.gif) no-repeat left center;
	text-align: left;
}

.szin_mezo{
  color : #595959;
}

#sexyBG { 
  display: none; 
  position: absolute; 
  background: #000; 
  opacity: 0.4; 
  -moz-opacity: 0.4; 
  -khtml-opacity: 0.4; 
  filter: alpha(opacity=40); 
  width: 100%; 
  height: 100%; 
}

#scroller {
  top: 47px;
  left: 30px;
  position: fixed;
  background-color: white;
  padding-top: 15px;
  border: 1px black solid;
  opacity: 0.85; 
  -moz-opacity: 0.85; 
  -khtml-opacity: 0.85; 
  filter: alpha(opacity=85); 
}
/*NETWORK.HU*/

    .nw_main {
			margin: 0;
			padding: 0;
			background-color: #FFF;
			font-family: Tahoma;
			font-size: 11px;
			color: #3E6489;
		}

		.nw_klubjai_wrap {
			width: 468px;
			height: 60px;
			
			background: #ececf6 url(http://network.hu/images/partner/doboz_masokvelemenye/boxhead.jpg) no-repeat center;
		}

		.nw_klubjai_box {
			padding: 3px;
			overflow: hidden;
			
		}

		.nw_klubjai_box1 {
			padding: 3px;
			margin-left:10px;
			_margin-left: 6px;
			float: left;
			overflow: hidden;
			font-weight: normal;
			background-repeat: no-repeat;
			background-position: 0px 0px;
			font-size: 11px;
		}
		
		
		.nw_klubjai_box1 A {
			color: #FF8400;
			text-decoration: underline;
		}

		
		
		.nw_klubjai_box1 UL LI {
			margin-left: 0px;
			padding-top: 3px;
			list-style-type: none;
		}

		.nw_klubjai_box1 UL LI {
			line-height: 12px;
		}

		.nw_klubjai_box1 UL LI A {
			padding: 0 0px 0 0px;
			background-image: transparent;
			background-repeat: no-repeat;
			background-position: right 0px;
			color: #3E6489;
			font-weight: normal;
			text-decoration: none;
		}
		
		
		
		.nw_klubjai_box2 {
			padding: 4px;
			float: left;
			overflow: hidden;
			font-weight: bold;
			margin-left: 35px;
			_margin-left: 38px;
			background-repeat: no-repeat;
			background-position: 0px 0px;
			font-size: 12px;
		}
		
		
		.nw_klubjai_box2 A {
			color: #FF8400;
			text-decoration: underline;
		}

		
		
		.nw_klubjai_box2 UL LI {
			margin-left: 0px;
			padding-top: 3px;
			list-style-type: none;
		}

		.nw_klubjai_box2 UL LI {
			line-height: 12px;
		}

		.nw_klubjai_box2 UL LI A {
			padding: 0 7px 0 0px;
			background-image: url(/images/partner/doboz_kaleidoskop/nyil.jpg);
			font-size: 11px;
			background-repeat: no-repeat;
			background-position: right 5px;
			color: #3E6489;
			font-weight: normal;
			text-decoration: none;
		}
		.nw_klubjai_box2 span {
			line-height: 14px;
			font-size: 12px;
			font-weight: bold;
		
		}

   span.checkbox {
   width: 19px;
   height: 25px;
   padding: 0 5px 0 0;
   background: url(img/checkbox.png) no-repeat;
   display: block;
   clear: left;
   float: left;
   }


