

html {
    height: 100%;
    margin-bottom:0px;
    padding-bottom:0px;
  }


body {
    font-family : Verdana, Helvetica, Geneva, Arial, sans-serif;
    font-size : 13px;
    height : 100%;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
    background-color: #FAFAFA;
}
h1{
	font-size: 20px;
	text-align: center;
}

h2{
	font-size: 18px;
}

h3{
	font-size: 14px;
}
a{
	text-decoration:none;
	font-weight: bold;
	color:black;
}
a:hover{
	color:#007dce;
}
a img{
	border:none;	
}
#wrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	min-height: 100%;
	margin-top:0px;
}
#header{
	height:200px;
	padding-top:4px;
	background-position: bottom center;
	background-repeat: no-repeat;
}
#main{
	margin-top:15px;
	width:765px;
	
	float:left;
}

#main_leftbar{
	float:left;
	background-color: #ededed;
	width:120px;
	height:200px;
	padding:5px;
	border-width:1px;
	border-style:solid;
	border-bottom-style: double;
	border-bottom-width:5px;
	border-color: #cccccc;
}
#main_content{
	background-color:transparent;
	margin-left:140px;
}
#main_left_column{
	float:left;
	width:408px;

}
#main_right_column{
	margin-left:418px;
	width:330px;
}
#main_news_box{
	background-color: #fcfcfc;
	background-image: url("../images/window_bal_sz_nagy.jpg");
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-left:5px;
	padding-right:5px;
	border-width:1px;
	border-style:solid;
	border-bottom-style: double;
	border-bottom-width:5px;
	border-color: #dddddd;
	min-height:413px;
}
.main_blue_box{
	background-image: url("../images/window_jobb_kek.jpg");
	background-repeat: no-repeat;
	background-position: center;
	padding-left:5px;
	padding-right:5px;
	border-width:1px;
	border-style:solid;
	border-bottom-style: double;
	border-bottom-width:5px;
	border-color: #dddddd;
	margin-bottom: 10px;
	height:133px;
	
}
.main_right_box{
	background-color: #fcfcfc;
	background-image: url("../images/window_jobb_sz_kicsi.jpg");
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-left:5px;
	padding-right:5px;
	border-width:1px;
	border-style:solid;
	border-bottom-style: double;
	border-bottom-width:5px;
	border-color: #dddddd;
	min-height:200px;
	margin-bottom: 10px;
}
#navigation{
	margin-top:2px;
	height:38px;
	font-family: Lucida Sans;
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url('../images/menu_alap.png');
}
#navigation a { color: white; }
#sidebar_right {
	margin-top:15px;
	/*padding-bottom: 180px;*/
	width: 120px;
	float: right;
	
}
/* Események */
.event0, .event1, .topic0, .topic1{
	color:white;
	text-align: center;
	vertical-align: middle;
	height:36px;
	width:585px;
	margin-left:auto;
	margin-right:auto;
	background-position: top center;
	background-repeat: no-repeat;
	line-height: 34px;
}
.event0, .topic0{
	background-image: url('../images/rendezveny_kek.png');	
}
.event1, .topic1{
	background-image: url('../images/rendezveny_zold.png');	
}
.event_property{
	border-bottom-color: black;
	border-bottom-width: 1px;
	border-bottom-style: dotted;	
}
.event_property_last{
	text-align: center;
}
.topic0, .topic1{
	margin-bottom:10px;
}
.event0, .event1{
	cursor:pointer;
}
.event_details{
	width:570px;
	margin-left:auto;
	margin-right:auto;
	background-color: #ededed;
	padding:5px;
	border-width:1px;
	border-style:solid;
	border-color: #cccccc;
	border-top: none;
	
}
.event_details h3{
	text-align: center;
}
.event{
	padding: 5px;
	text-align: center;
	border-bottom-color: black;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	color:white;
}
.event a{
	color:white;
}
.event a:hover{
	text-decoration: underline;
}
/* Galéria */

.album_list ul{
	list-style: none;
	
}
.page_select_table, .album_pictures {
	margin-left:auto;
	margin-right:auto;
}

.album_pictures {
	text-align: center;
}

.links_list li{
	margin-bottom:10px;
}

.float_close {
	height: 15px;
	clear: both;
}
.space_10{
	height:10px;
}
#footer{
	margin-top:10px;
	text-align:center;
}

#login
{
	position: relative;
	margin-bottom: 5px;	
	background: #000;
	color: #fff;
	font-weight: bold;
	padding: 4px;
}

#login_form
{
	position: absolute;
	right: 125px;
	top: 0px;
	background: #000;
	padding: 10px;
	line-height: 2em;
	text-align: right;
	display: none;
}
#loggedin_user { }
#loggedin_x { position: absolute; backround: #000; right: 0px; top: 0px; padding: 4px; }

#logged_in a { color: #fff; }
#logged_in a:hover { color: #007dce; }

#login_show { cursor: pointer; }
#loginname_label_local { display:none; }

.clear { clear: both; }
