/* css by pesz.hu  */

select, textarea, input, td, body, .defstyle, p, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	color: #579;
}
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, li, dl, address {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #f6f4f0;
	text-align: center; /*ie hack */
}
ul, ol {
	list-style: none;
}
p, ol, ul, div, h1, h2, tr {
	font-family: verdana;
	font-size: 12px;
	line-height: 16px;
}
p {
	margin-bottom: 10px;
}
h1 {
	font-size: 18px;
	margin-bottom: 20px;
}
h2 {
	font-size: 14px;
	margin-bottom: 10px;
	padding-top: 10px;
}
#wrap {
	width: 820px;
	margin: 0 auto;
	position: relative;
	left: -90px;
}
#sidebar h2 {
	font-size: 0.9em;
	margin: 0;
	padding: 6px;
	background-color: #bcf;
	color: #fff;
}

#sidebar ul li h2 {
	margin-left: 15px;
}

#sidebar p, #sidebar li {font-size: 11px;line-height:14px;padding: 4px 10px;margin:0;}

h3 {
	font-size: 12px;
	}

a, a:visited , h2 a:hover, h3 a:hover {
	color: #FF9000;
	text-decoration: none;
	}

a:hover {
	color: #F09000;
	text-decoration: underline;
	border-bottom: none; /* 1px solid #8B7105; */
	}

a img,:link img,:visited img {
	border: none;
}
fieldset {
	border: none;
}
div.clear, span.clear {
	clear: both;
	font-size: 0px;
}
.bold {
	font-weight: bold;
}
td {
	vertical-align: middle;
}
hr {
	border: 0;
	color: #ddf;
	background-color: #ddf;
	height: 1px;
	width: 90%;
	text-align: center;
}

#top {
	width: 814px;
	margin-left: 100px;
}
#nave {
	position: absolute;
	width: 600px;
	left: 100px;
	top: 20px;
	height: 25px;
	z-index: 3;
}
#meno {
	position: absolute;
	width: 30px;
	left: 800px;
	top: 8px;
	height: 37px;
	background: #f6f4f0 url(../images/meno.jpg) no-repeat;
	z-index: 2;
}
#meno a {
	display: block;
	font-size: 0.85em;
	font-weight: bold;
	margin-left: 50px;
	margin-top: 14px;
	padding: 4px;
}

#meno a, #meno a:visited {
	color: #808080;
}

#container {
	position: absolute;
	z-index: 1;
	width: 820px;
	background: #ffffff url(../images/corner.gif) no-repeat bottom right;
	border: 1px solid #dddddd;
	-moz-border-radius: 0 0 0 12px;
	left: 90px;
	top: 44px;
	padding-top: 10px;
	margin-bottom: 20px;
}

#header {
	width: 800px;
	background-color: #fff;
	margin: 0 10px 20px 10px;
	height: 200px;
	background: url(../images/bergen_siralyok2.jpg) no-repeat;
	background-position: 0px 0px;
}

#maincontent {
	width: 800px;
	background-color: transparent;
	margin-left: 10px;
}
#sidebar {
	width: 200px;
	float: left;
	margin-bottom: 20px;
	padding: 0 0 10px 0;
}

#sidebar .box {
	padding: 0 0 10px 0;
	background-color: #f3f3ff;
	border-bottom: 4px solid #bcf;
	margin-bottom: 20px;
}
#sidebar .box h2 {
	margin-bottom: 10px;
	text-align: center;
}
#sidebar .box p {
	padding-left: 14px;
	padding-right: 14px;
	text-align: justify;
}
#floatbox {
	position:absolute;
	width:200px;
	left:0px;
	top:0px;
}

#path {
	width: 540px;
	margin-left: 230px;
	vertical-align:top;
	text-align:left;
	margin-bottom: 10px;
	font-size: 0.9em;
	color: #8ac;
}
#path a, #path a:visited {
	color: #8ac;
}

#content {
	width: 540px;
	margin-left: 230px;
	vertical-align:top;
	text-align:justify;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#footer {
	clear: left;
	width: 100%;
	color: #777;

	font-size: 11px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#nav {
	float: left;
	width: 600px;
}
/* 1. Level */
#nav, #nav UL {
	padding:0;
	margin: 0;
	list-style:none;
}
#nav LI {
	display:block;
	float:left;
	height: 25px;
	background: #f6f4f0;
	margin-right: 10px;
}

#nav LI A {
	display:block;
	float:left;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	background: url(../images/bg-center.gif);
	color:#8493AA;
	text-transform:lowercase;
	font-family: verdana;
	font-size:11px;
	font-weight: bold;
}
#nav LI span.left, #nav LI span.right {
		display: block;
		float: left;
		width: 17px;
		height: 25px;
}
#nav LI span.left { background: url(../images/bg-left.gif) }
#nav LI span.right { background: url(../images/bg-right.gif) }

#nav LI A:hover, #nav LI.sfhover {
	color: #54637A;
}
#nav LI.act A {
	background: url(../images/bg-center-act.gif);
	color: #54637A;
}
#nav LI.act span.left { background: url(../images/bg-left-act.gif) }
#nav LI.act span.right { background: url(../images/bg-right-act.gif) }

#nav A { text-decoration:none;}

.contenttable {
	border-spacing: 0;
}

.contenttable td {
	vertical-align: top;
}

.magas td {
	padding-bottom: 10px;
}

.contenttable ul {
	padding-left: 20px;
}

.contenttable p, .contenttable li {
	margin: 0;
	font-size: 12px;
/*	line-height: 20px;*/
}

#login {
	float: right;
	clear: both;
	
	text-align: right;
	font-size: 10px;
	padding: 0 2px;
	line-height: 20px;
	vertical-align: middle;
	color: #444;
	background: #fff;
	opacity: .4;
	filter: alpha(opacity=40);
}
#login a, #login a:visited {
	color: #444;
	text-decoration: none;
	font-weight: bold;
	/*text-transform: lowercase;*/
}
#login a:hover {
	text-decoration: underline;
}
#login input{
	font-size: 10px;
}
.tx-newloginbox-pi1 {
	/*width: 270px;
	margin-left: 250px;
	text-align: center;*/
}
.tx-newloginbox-pi1 h3 {
	margin-bottom: 30px;
}
.tx-newloginbox-pi1 th {
	font-size: 11px;
	text-align: right;
	vertical-align: top;
	padding-right: 10px;
}
.tx-newloginbox-pi1 td, .tx-srfeuserregister-pi1 td {
	font-size: 11px;
	vertical-align: top;
}
.tx-newloginbox-pi1 td input, .tx-srfeuserregister-pi1 td input{
	font-size: 11px;
	vertical-align: top;
}
.tx-newloginbox-pi1 td input[type="submit"], .tx-srfeuserregister-pi1 td input[type="button"] {
	font-size: 10px;
	padding: 2px 8px;
	margin-top: 10px;
}
.tx-newloginbox-pi1 p {
	font-size: 11px;
}
.tx-newloginbox-pi1 a, .tx-srfeuserregister-pi1 a {
	text-decoration: none;
	font-weight: normal;
}
.tx-newloginbox-pi1 a:hover, .tx-srfeuserregister-pi1 a:hover {
	text-decoration: underline;
}
.center {
	text-align: center;
	vertical-align: top;
}
.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}
	
.narrowcolumn .postmetadata {
	clear: both;	
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #fafafa;
	border-bottom: 1px solid #f2f2f2;
	border-left: 1px solid #fafafa;
	border-right: 1px solid #f2f2f2;
	}

small {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
.small {
	font-size: 0.9em;
	}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/*#sidebar .csc-menu {
	margin-left: 20px;
}*/

#sidebar ul.csc-menu li {
background-image: none;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li .left_col{
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 10px;
	background-color: #f6f4f0;
	border: 1px solid #ddd;
	-moz-border-radius: 8px;
	vertical-align: middle;
	}
#sidebar ul li ul li {
	border: none;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}
/* End Form Elements */

#sidebar form {
	margin: 0;
	}
blockquote {
	margin: 15px 0 0 8px;
	padding-left: 20px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	text-align: center;
	margin-top: -10px;
	}
.latestLeft {
	margin-left: 10px;
}

.postmetacom {
	padding-left: 20px;
	background: url(../images/comments.gif) no-repeat;
}

.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.align-left {
	text-align: left;
}

.floatright {
	float: right;
}

.entrytext {
	margin-top: 20px;
}

.entry {
	margin-top: 10px;
}

.bodytext {
	margin: 0 0 10px 0;
}

/*.csc-textpic-image {
	border: 1px solid #abc;
	padding: 4px;
	background: #eef;
}*/

ul.csc-menu {
	padding-left: 10px;
}
ul.csc-menu li {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	background-color: transparent;
	background-image: url(../images/arrow_blue.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center left;
	padding-left: 10px;
}

ol li {
	margin-left: 40px;
	line-height: 1.4em;
}

table.typo3-adminPanel {margin-top: 600px;}

.news-search-form {
	padding: 20px 0 20px 0;
	text-align: center;
	border-bottom: 1px dotted #99f;
}
.news-list-container {
}
#content .news-list-item {
	margin-bottom: 30px;

	
}
.box .news-list-item {
	margin-bottom: 10px;
}
.box .news-list-item h3 {
	font-weight: bold;
	font-size: 11px;
margin-bottom: 2px;
text-align: left;
padding-left: 14px;
padding-right: 14px;
}
.news-list-item h3 {
	font-weight: bold;
text-align: left;
font-size: 13px;
margin-bottom: 10px;
}
.news-list-date {
	float: right;
	font-size: 10px;
	text-align: right;
}
.box .news-list-item p {
	clear: both;
	font-size: 11px;
}

.news-list-morelink {
	font-size: 10px;
}
.news-list-content img {float: right; margin-left: 15px;}
p.news-single-imgcaption {text-align: center; font-size: 0.9em;}
ul.list li {margin: 10px 0 10px 20px;}
.news-list-content ul { margin: 15px 0 15px 40px; list-style: square; }