/* COMMON STYLE--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}


td, div {
	font-size: 10pt;
	font-family:Arial, Helvetica, sans-serif;
}

#core{
margin-left:auto;
margin-right:auto;
}

#topline {
background:url(../images/bg_green.jpg) repeat;
width:1000px;
height:10px;
margin-bottom:10px;
margin-top:5px;
}

#hat{
width:1000px;
height:500px;
margin:0;
padding:0;
}

#organizators{
width:500px;
height:30px;
float:left;
}

#lang{
height:30px;
margin-right:40px;
margin-bottom:5px;
}

#menu {
	margin-top:3px;
	vertical-align:top;
	height:32px;
	width:780px;
}

#request{
padding:10px 10px 0px 10px;
}

#contacts{
padding-top:10px;
padding-left:5px;
}

#mainlevel {

}

#leftpane {
width:220px;
}

#center {
	font-family: Arial, Verdana, Tahoma;
	font-size: 10pt;
	padding-left:35px;
	padding-right:10px;
	width:540px;
	padding-top:0px;
	/*text-align:justify;*/
	color:#000000;
	/*background-color:#F2F2F2;
	float:left;
	overflow:auto;
	border:outset;
*/
}




#rightpane {
width:200px;
border-left:double;
border-left:#84C225;
text-align:center;
}

/*MENU*/

#active_menu {
	color: #000000;
}
a.mainlevel:link, a.mainlevel:visited {
	display: block;
	/*color: #009933;*/
	font-weight: bold;
	text-indent:30px;
	width: 100%;
	text-decoration: none;
	font-family:  Arial,Verdana, Helvetica, sans-serif;
	border-bottom:2px solid #ffffff;
	font-size:12px;	
	text-transform:uppercase;
	color:#FFFFFF;
	padding-top:5px;
	padding-bottom:5px;
	background:url(../images/menu_orn.jpg) no-repeat left;
	background-color:#84C225;
}
a.mainlevel: {
	color: #ffffff;
	text-indent:15px;border-bottom:1px solid #009933;
}
a.mainmenu:link, a.mainmenu:visited {
	color: #ffffff; 
	font-family:  Arial,Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
}

a.mainlevel:hover {
	color: #333333;
	text-indent:30px;
	background-color:#84C225;
	text-decoration:underline;
}


/* Normal link */
a {
	color: #54382B;
}

a:hover, a:active, a:focus {
	color: #000000;
	text-decoration: underline;
}

/* Heading */
h1 {
	font-size: 180%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 125%;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 30px;
	background: url(../images/bullet.gif) no-repeat 18px 8px;
	color:#FF0066;	
}

ol li {
	color:#FF0033;
}

th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}


hr {
	
}


img {
	border: none;
}
/* FORM
--------------------------------------------------------- */
.button {
	padding: 0px 5px;
	margin:5px;
	border: 1px solid #333333;
	background: url(../images/grad1.gif) repeat-x top #333333;
	color: #CCCCCC;
	font-size: 12px;
	text-transform: uppercase;
}

.button:hover, .button:focus {
	border: 1px solid #999999;
	background: #333333;
	color: #FFFFFF;
}

* html .button {
	padding: 2px 0 !important; /*IE 6*/
}

*+html .button {
	padding: 2px 0 !important; /*IE 7*/
}

.inputbox {
	border: 3px solid #CCCCCC;
	background: #FFFFFF;
	margin-left:5px;
}

.inputbox:hover, .inputbox:focus {
	background: #999999;
	color:#000000;
}


.componentheading {
	font-size: 0px;
	color:#54382B;
}

.contentheading {
	text-align: left;
	/*width:500px;*/
	font-size: 15px;
	font-weight: bold;
	padding-left: 10px;
	padding-right:10px;
	color:#54382B;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	border-bottom: 1px solid #0A4B30;
}


a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	text-decoration: none !important;
}

.article_separator {
}

a.readon {
	float: left;
	margin-top: 5px;
	padding: 5px 5px 5px 15px;
	display: block;
	background: url(../images/arrow.png) no-repeat 2px 50%;
	color:#54382B;
	font-weight: bold;
	text-decoration: none;
}

a.readon:hover, a.readon:active, a.readon:focus {
	border: 0px solid #ECECEC;
	background: url(../images/arrow.png) no-repeat 8px 50%;
	text-decoration:underline;
}


.sectiontableheader {
	padding: 8px 5px;
	background: #444444;
	color: #FFFFFF;
}

.sectiontableheader a {
	color: #FFFFFF;
}

.createby {
	padding: 3px 5px 3px 20px;
	background: url(../images/icon-user.gif) no-repeat 0 2px;
	color:#0A4B30;
}

.createdate {
padding-left:10px;
font-size:12px;
color:0A4B30;
}

.shortnews_createdate {
	padding: 3px 10px 3px 10px;
	vertical-align:middle;
	border-right: 1px solid #264F3C;
	font-weight:bold;
	font-size:13px;
	color:#0A4B30;
}

.shortnews {
padding-left:75px;
}


.clr {
	clear: both;
}



/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}
