/*
[2007-04-16]
Created by Matej
Contains all style definitions for the page layout
*/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../images/bg.gif) repeat top left;
}
div {
	margin: 0;
	padding: 0;
	border: 0;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}
a {
	text-decoration: underline;
	color: #83ba14;
}
a:hover {
	text-decoration: none;
}
b, strong {
	font-weight: bold;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	padding: 2px 0 2px 0;
	margin: 0;
}
h2 {
	font-size: 14px;
	font-weight: normal;
	padding: 2px 0 2px 0;
	margin: 0;
}
/*------------ page positioning start ------------*/
div#pageWraper {
	background: url(../images/wbg.gif) repeat-x top left;
	margin: 0;
	padding: 0;
}
div#pageWraper div#pageHolder {
	width: 760px;
	margin: auto;
	padding: 0 9px 0 9px;
	background: url(../images/pbg.gif) repeat-x top left;
}
div#pageWraper div#pageHolder div#page {
	width: 760px;
	background: #ffffff url(../images/bodybg.gif) repeat-y top left;
	text-align: left;
	padding-bottom: 10px;
}
div#pageWraper div#footer {
	width: 760px;
	padding: 0 9px 0 9px;
	margin: auto;
	text-align: right;
	height: 28px;
	font-size: 10px;
	line-height: 16px;
	color: #666666;
}
div#pageWraper div#pageHolder div#page div#banner {
	width: 760px;
	height: 126px;
	background: url(../images/banner.jpg) no-repeat top left;
}
div#pageWraper div#pageHolder div#page div#bcrumbs {
	width: 588px;
	height: 27px;
	line-height: 27px;
	font-size: 10px;
	color: #83ba14;
	padding-left: 172px;
	background: url(../images/bcrumbsbg.gif) repeat-y top left;
}
div#pageWraper div#pageHolder div#page div#content {
	width: 742px;
	padding: 0 9px 0 9px;
}
/*----- left stuff start ------*/
div#pageWraper div#pageHolder div#page div#content div#left {
	float: left;
	width: 142px;
	padding: 0 8px 0 8px;
}
div#pageWraper div#pageHolder div#page div#content div#left div#menu {
	background: url(../images/menubg.gif) repeat-y top left;
}
div#pageWraper div#pageHolder div#page div#content div#left div#menu a {
	display: block;
	background: url(../images/menuitm_off.gif) no-repeat top right;
	margin: 0 0 5px 15px;
	height: 18px;
	line-height: 18px;
	color: #ffffff;
	text-decoration: none;
	padding-left: 13px;
}
div#pageWraper div#pageHolder div#page div#content div#left div#menu a:hover {
	background: url(../images/menuitm_on.gif) no-repeat top right;
}
div#pageWraper div#pageHolder div#page div#content div#left div#sponzor {
	margin-top: 5px;
}
div#pageWraper div#pageHolder div#page div#content div#left div#sponzor img {
	max-width: 141px;
}
div#pageWraper div#pageHolder div#page div#content div#left div#info {
	font-size: 10px;
}
/*----- left stuff end ------*/
/*----- right stuff start ------*/
div#pageWraper div#pageHolder div#page div#content div#right {
	float: left;
	width: 584px;
}
div#pageWraper div#pageHolder div#page div#content div#right div#right_l {
	float: left;
	width: 433px;
}
div#pageWraper div#pageHolder div#page div#content div#right div#right_r {
	float: left;
	width: 151px;
}
div.contentdiv {
	padding: 10px;
	margin: 0 2px 0 2px;
	/*border: solid 1px #7a7a7a;*/
}
div.contentdiv div.textcontent {
	padding-bottom: 5px;
	border-bottom: dashed 1px #7a7a7a;
}
div.contentdiv div.textcontent div.datum {
	font-size: 10px;
	color: #666666;
}
div.contentdiv div.textcontent div.text img {
	margin: 5px;
	float: left;
}
div.contentdiv div.textcontent div.text div.txtleft {
	float: left;
	width: 120px;
}
div.contentdiv div.textcontent div.text div.txtright {
	float: right;
	width: 200px;
}
div.homepic {
	padding: 1px;
	border: solid 1px #7a7a7a;
	margin-bottom: 5px;
	text-align: center;
}
a.more {
	display: block;
	text-align: right;
}
/*----- right stuff end ------*/
/*------------ page positioning end ------------*/
/*----------- calendar begin -----------*/
#calendar {
	width: 147px;
	overflow: hidden;
	border: solid 1px #7a7a7a;
	padding: 1px;
	font-size: 11px;
	line-height: 21px;
}
#calendar a {
	color: #0000FF;
}
#calendar #yearleft {
	text-align: right;
	float: left;
	font-size: 12px;
	background: #ACACAC;
	height: 16px;
	line-height: 16px;
	width: 20%;
}
#calendar #year {
	text-align: center;
	float: left;
	font-size: 12px;
	background: #ACACAC;
	font-weight: bold;
	color: #FFFFFF;
	height: 16px;
	line-height: 16px;
	width: 60%;
}
#calendar #yearright {
	text-align: left;
	float: left;
	font-size: 12px;
	background: #ACACAC;
	height: 16px;
	line-height: 16px;
	width: 20%;
}
#calendar #monthleft {
	text-align: right;
	float: left;
	font-size: 12px;
	background: #ACACAC;
	height: 16px;
	line-height: 16px;
	width: 20%;
}
#calendar #month {
	text-align: center;
	float: left;
	font-size: 12px;
	background: #ACACAC;
	font-weight: bold;
	color: #FFFFFF;
	height: 16px;
	line-height: 16px;
	width: 60%;
}
#calendar #monthright {
	text-align: left;
	float: left;
	font-size: 12px;
	background: #ACACAC;
	height: 16px;
	line-height: 16px;
	width: 20%;
}
#calendar #today {
	text-align: center;
	font-size: 12px;
	background: #C1C1C1;
	height: 16px;
	line-height: 16px;
}
#calendar #ccontent {
	width: 147px;
	float: left;
	background: #DDDDDD;
}
#calendar #ccontent span {
	display: block;
	float: left;
	width: 21px;
	height: 21px;
	text-align: center;
	line-height: 21px;
	border-collapse: collapse;
}
#calendar #ccontent span.dateselected {
	background: #999999;
}
#calendar #ccontent span.sunday {
	color: #FF0000;
}
#calendar #ccontent span.saturday {
	color: #336600;
}
#calendar #ccontent span.days {
	background: #CCCCCC;
}
/*----------- calendar end -----------*/
div.error {
	border: solid 1px #FF3333;
	background: #FED8DB;
	color: #FF3333;
	margin: 0;
	font-weight: bold;
	padding: 10px;
}
div.sucess {
	border: solid 1px #0033FF;
	background: #CBE7FE;
	margin: 0;
	font-weight: bold;
	padding: 10px;
}
.reset {
	clear: both; 
	height: 1px;
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 1px;
}
.reset {
	height: 0;
	margin-top: -1px;
	font-size: 1px;
}