/* --------- /stylesheets/reset.css --------- */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ul, ol {
	list-style: none;
}

body {
	background-color: white;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	display: block;
	font-family: Arial;
	font-size: 13px;
	line-height: 1;
}

#container {
	clear: both;
	margin: 0 auto;
	width: 900px;
	/*background: #f6f7d5;*/
	background: #ffffff;
	min-height: 500px;
	margin-top: 20px;
	padding: 40px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-right: 2px solid #DEDEDE;
	border-bottom: 2px solid #DEDEDE;
}

#header {
	height: 250px;
}

#header_links {
	width: 100%;
	float: left;
	padding: 0;
	margin-top: -30px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;

}

/*#header_links ul {
	padding: 0px;
	margin: 0;
}

#header_links ul li {
	display: block;
	float: left;
	font-size: 16pt;
	font-weight: normal;
	padding-right: 10px;
	background-color: #335166;
	line-height: 40px;
	margin-top:-10px;
}
#header_links ul li a {
	color: #ffffff;
	text-decoration: none;
}

#header_links a:hover {
	color: #fdf63b;
	text-decoration: none;
}*/

#header_links ul, li {
	border: 0;
	margin: 0;
	padding: 0;
	liststyle: none;
}
#header_links ul {
	border-bottom:solid 1px #DEDEDE;
	height:30px;
	font-size: 12pt;
}
#header_links li {
	float: left;
	margin-right: 20px;
}

#header_links li:hover{
	background-color: #2F7835;
	color: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.tab a {
	margin-left: 8px;
	margin-right: 8px;
}
.tab a:link, .tab a:visited {
	color: #2F7835;
	display:block;
	font-weight:bold;
	height:30px;
	line-height:30px;
	text-decoration:none;
}
.tab a span {
	display:block;
	height:30px;
	margin-right:20px;
	padding-left:20px;
}
.tab a:hover {
	display:block;
	background-color: #2F7835;
	color: #ffffff;
}
.tab a:hover span {
	display:block;
}

#logo img {
	padding: 20px;
	float: left;
	border: none;
}
#header_text {
	padding-top: 50px;
	float: right;
	color: #056799;
	text-align: right;
}

#header_text h1 {
	font-size: 30pt;
}

#header_text h2 {
	font-size: 18pt;
	font-weight: normal;
}

#header_pict img {
	padding-top: 10px;
	float: right;
	width: 538px;
}

#main {
	clear: both;
	min-height: 400px;
}

#top {
	border-top: 2px solid #056799;
	border-bottom: 2px solid #056799;
	height: 50px;
}
/*DROPDOWN BEGIN*/
#middlebar {
	font-size:14px;
	color: #056799;
	background: none;
	font-weight: bold;
	padding: 10px;
	height: 30px;
	width: 300px;
	float: left;
}
#middlebar .menu li {
	background:url(../images/lm.png) left top no-repeat;
	height: 30px;
	float: left;
	margin-right: 10px;
}
#middlebar .menu li a {
	color: #056799;
	text-decoration: none;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	display: block;
	float: left;
	padding: 0 26px 0 10px;
	background: url(../images/rm.png) right top no-repeat;
}
#middlebar .menu li a:hover{
	color: #0A78A9;
}

/*SUBMENU*/
#middlebar ul .submenu {
	border: solid 1px #c9dea1;
	border-top: none;
	background: #FFFFFF;
	position: relative;
	top: 4px;
	width: 300px;
	padding: 6px 0;
	clear: both;
	z-index: 2;
	display: none;
}

#middlebar ul .submenu li{
	background: none;
	display: block;
	float: none;
	margin: 0 6px;
	border: 0;
	height: auto;
	line-height: normal;
	border-top: solid 1px #DEDEDE;
}
#middlebar .submenu li a{
	background: none;
	display: block;
	float: none;
	padding: 6px 6px;
	margin: 0;
	border: 0;
	height: auto;
	color: #056799;
	line-height: normal;
}
#middlebar .submenu li a:hover{
	background: #e3edef;
}
/*DROPDOWN END*/

#search {
	padding-top: 12px;
	float: right;
}

#search input {
	color: #000;
	background-color: #E7EFF7;
	font-weight: bold;
	height: 24px;
}

#rss {
	float: right;
}
#rss img {
	padding-top:8px;
}
#rss a {
	text-decoration: none;
	font-weight: bold;
	color: #0a78a9;
}
#rss a {
	margin-bottom: 20px;
}

#sidebar {
	float: left;
	width: 200px;
	color: #056799;
	font-size: 12px;
	line-height: 2.5em;
	padding-left: 0px;
	padding-right: 20px;
}

#sidebar ul li {
	border-bottom-color: #2F7835;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

#sidebar ul li:hover {
	background-color:   rgb(255, 255, 207);
}

#sidebar ul li a {
	text-decoration: none;
	font-size: 18px;
	color: #056799;
}

#sidebar ul li a:hover {
	background-color:   rgb(255, 255, 207);
}
#milyenmesszevan {
	width: 190px;
	margin: 0;
	float: left;
	background-color: #fbf7f3;
	line-height: 1.2em;
}
#milyenmesszevan a {
	text-decoration:none;
	color: #000;
	font-weight: bolder;
}

#milyenmesszevan hr {
	margin: 10 0 0 0;
	padding: 0;
}

#profil {
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #DEDEDE;
}
#profil img {
	float: left;
	margin-right: 10px;
}

#profil a {
	font-weight: bold;
	color: #056799;
	text-decoration: none;
}

#profil a:hover {
	text-decoration: underline;
}

fieldset.profil {
	background-color: #E7EFF7;
	border: 1px solid #B7D7F7;
	width: 300px;
}

#profil_bal, #profil_jobb {
	float: left;
	width: 300px;
}

#profil_jobb {
	margin-left: 30px;
}

fieldset.profil li {
	margin: 10px 10px 10px 10px;
	list-style: none;
	display: block;
	clear: left;
}
fieldset.profil label {
	display: block;
}

fieldset.profil div input {
	margin-left: 20px;
}

#content {
	line-height: 1.5em;
	float: left;
	padding-left: 10px;
	color: #3d3d3d;
	width: 670px;
	padding-top: 5px;
	padding-bottom: 20px;
}

#content h1 {
	font-size: 18pt;
	line-height: 27pt;
}

#content h2 {
	color: #000;
	font-size: 16pt;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: 1.5em;
	clear: both;
}

#content h2 a:hover {
	text-decoration: underline;
}

#content h3 {
	color: #000;
	line-height: 1.5em;
	clear: both;
}
	
#content h3 a {
	color: #056799;
	font-size: 14pt;
	text-decoration: none;
}

#content h3 a:hover {
	text-decoration: underline;
}

#content p {
	font-size: 12px;
	text-align: justify;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	line-height: 1.5em;
}

#content p strong {
	color: #000;
}

#content p.news_date {
	color: #969ea5;
	font-size: 10px;
	line-height: 1.5em;
	padding-top: 5px;
}

#content hr {
	background-color: #2F5F83;
	color: #d1e1ee;
	height: 1px;
}

#content a:link, #content a:visited {
	color: #056799;
	text-decoration:none;
	font-weight: bold;
}

#content a:hover {
	text-decoration: underline;
}

#content span.result {
	background-color: rgb(255, 255, 207);
}

#content ul li {
	list-style-type: circle;
	text-align: justify;
	list-style-position: inside;
	padding-left: 10px;
	line-height: 1.5em;
}

#content table.tanarok {
  margin-left: auto;
  margin-right: auto;
}

#content table.tanarok td {
  vertical-align: middle;
  padding: 5px 5px 5px 5px;
}

#content td.teachers {
	border: 1px solid #056799;
}

#content table tbody tr.even td {
    background-color: #7FADC7;
    vertical-align: middle;
}

#content table.results {
	border: 1px solid #7FADC7;
}
#content table.results td {
	border: 1px solid #7FADC7;
	padding: 5px
}
#content table.results tr.odd {
	background-color: #7FADC7;
}

#register_form {
	width: 250px;
	/*margin: 0 auto 0 auto;*/
	line-height: 2em;
	float: left;
}

#register_form fieldset {
	font-weight: bold;
	border: 1px solid #DEDEDE;
	background-color: #E7EFF7;
	padding: 20px;
}

#register_form input.input-text{
	border: 1px solid #3b6e22;
	display: block;	
}

#register_form label {
	display: table-row;
	margin-bottom:10px;
	color:#000;
	text-align: right;
	padding-right: 20px;
}

#register_form #register {
	margin-top: 20px;
}

#register_form p.register_error {
	width: 100%;
	background-color: #DEDEDE;
	color: #55555;
	text-align: center;
}

#register_why {
  float: left;
  padding-left: 30px;
  width: 350px;
}

#login {
	margin: 10px;
	padding: 5px;
	border: 1px solid #3b6e22;
}
#login input.input_text {
	border: 1px solid #3b6e22;
	color: #666666;
}
#login a {
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	font-style: italic;
	font-size: smaller;
}

.submit {
	padding:0px 5px 0px 5px;
	border:1px solid #3b6e22;
	line-height:22px;
	color:#ffffff;
	background-color: #056799;
	font-size:12px;
	font-weight: bold;
	margin: 10 auto 10 auto;
	display:inline-block;
	text-decoration:none;
}
.submit:hover {
	color: rgb(255, 255, 207);
}

#login label {
	display:block;
	line-height: 1.5em;
	color:#555555;
}

#login legend {
	font-weight: bold;
}

#message textarea{
	width: 90%;
	height:50px;
	margin: 0 auto 0 auto;
}

#mess {
	width: 100%;
	margin: 10 auto 0 auto;
}

#mess div.mess_row {
	padding: 5px;
	border-bottom: 1px solid #DEDEDE;
}

#mess img {
	float: left;
	margin-right: 10px;
}

div.pagination {
	padding: 3px;
	margin: 3px;
	text-align: center;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	zoom: 100%;
	text-decoration: none; /* no underline */
	color: #000099;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #2f5065;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #000099;
	
	* zoom: 100%; 
	
	font-weight: bold;
	background-color: #056799;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	
	* zoom: 100%;
	
	color: #DDD;
}

* span.elipsis {zoom:100%}
	
#selector {
	float: right;
}

#selector select {
	background-color: #2F5F83;
	color: #ffffff;
	width: 150px;
	height: 1.5em;
	font-weight: bold;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;

}

#footer {
	border-top: 2px solid #2F5F83;
	color: #909090;
	clear: both;
	padding-top: 10px;
	height: 10px;
}

#footer a {
	color: #056799;
}

.kek {
  color: rgb(0, 51, 102);
}
