@import url(forms.css);

*{
	padding: 0;
	margin: 0;
}
img,fieldset{
	border: none;
}
.clear{
	clear: both;
	display: block;
	font-size: 0px !important;
	height: 0px !important;
	border: none !important;
	overflow:hidden !important;
}
a:link,a:visited,a:active{
	text-decoration: none;
	outline:none;
	color: red;
}
a:hover{
	
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:100%;
	background: url(../images/body.jpg) repeat-y top center;
}
.container{
	width: 1000px;
	position:relative;
	margin: 0 auto;
}
/* GLOBAL CONTENT */

.leftcol{
	float: left;
	width: 220px;
}
.leftcol a{
	display: block;
	margin-bottom: 1px;
}
.centercol{
	float: left;
	width: 580px;
	padding: 0 10px;
}
.rightcol{
	float: right;
	width: 180px;
}
.rightcol .rightbg{
	width: 180px;
	background: url(../images/rightbg.jpg) repeat-y top left black;
	text-align: center;
	padding-top: 10px;
}
.rightcol .rightbg a{
	display: inline-block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #444;
}

h1{
	font-family: "Century Gothic";
	font-size: 18px;
	text-align: center;
	margin: 5px 0;
}

/* FÕOLDAL */
table.programok{
	background-color: black;
	color: white;
	width: 580px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 11px;
	margin-bottom: 10px;
}
table.programok a{
	border-bottom: 1px dotted;
	color: white;
}
table.programok th{
	text-align: left;
	padding: 3px;
}
table.programok th.datum{
	width: 60px;
}
table.programok th.helyszin{
	width: 260px;
}
table.programok td{
	padding: 3px;
}
table.programok .szurke{
	background-color: #4d4d4d;
}

.centercol .item{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #999;
}
.centercol .item h2{
	color: red;
	font-size: 16px;
}
span.datum{
	display: block;
	margin-bottom: 5px;
}
.lapozo{
	text-align: center;
	margin: 15px 0px;
}
.lapozo a{
	display: inline-block;
	padding: 3px 4px;
}
.lapozo a:hover,.lapozo a.active{
	background-color: red;
	color: white;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.lapozo a.active{
	cursor: default;
}

/* GLOBAL CONTENT */
.footer{
	background-color: #3f3f3f;
	color: silver;
	font-size: 11px;
	padding: 20px;
}
.footer a:link,.footer a:visited{
	color: white;
}
.left{
	float:left;
}
.right{
	float:right;
}
.leftimg{
	display: block;
	float: left;
	margin-right: 15px;
}
.rightimg{
	display: block;
	float: right;
	margin-left: 15px;
}
.last{
	margin-right:0px !important;
}
.bordered{
	border: 5px solid white;
	-moz-box-shadow: 3px 3px 3px #999;
	-webkit-box-shadow: 10px 10px 5px #888;
	margin-bottom: 5px;
}
