body {
    margin: 0px;
    background-color: #000033;
    text-align: center;
}
body, td, textarea, input {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;
}
#main {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
div.clear {
	clear: both;
}

div.head {
	width: 750px;
	height: 140px;

}
div.head-right {
	clear: both;
	float: right;
	height: 140px;
	width: 150px;

}
div.head-right h1 {
	margin: 0px;
}
div.head-right img {
	border-style: none;
	height: 140px;
	width: 150px;
}
div.head-right a {
	display: block;
}
div.head-bottom {
	height: 17px;
	padding-left: 5px;
	background-color: #65322F;
	color: #FFFFFF;
	font-size: 7.5pt;
	padding-top: 3px;
}
div.head-bottom a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
div.content {
	background-color: #FFFFFF;
	width: 750px;
}
div.content div.text {
	clear: left;
	float: left;
	width: 549px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
	padding: 20px;
}
div.content div.text h2 {
	color: #653133;
	font-size: 18px;
	text-align: left;
	padding-left: 6px;
	font-family: "Book Antiqua", "Times New Roman", serif;
	font-weight: bold;
	font-style: normal;
	background-image: url(h3.jpg);
	background-repeat: repeat-y;
	padding-top: 1px;
	padding-bottom: 1px;
}
div.content div.text div.left {
	clear: left;
	float: left;
	width: 279px;
}
div.content div.text div.right {
	clear: right;
	float: right;
	width: 279px;
}
div.content div.text a img {
	border: 1px solid #666666;
}
div.content div.text div.newsbox {
	border: 1px solid #64312E;
	padding: 0px;
	margin: 0px;
	margin-bottom: 1em;
}
div.content div.text div.newsbox h4 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #64312E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #FFFFFF;
	height: 15px;
	padding-left: 4px;
	background-color: #C27D7A;
	margin: 0px;
	text-align: left;
}
div.content div.text div.newsbox h4 a {
  color: white;
  font-size: 7pt;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
}
div.content div.text div.newsbox p {
	margin: 10px;
}
div.content div.text div.newsbox p.morelink {
  text-align: right;
  margin-right: 20px;
  font-size: 7.5pt;
  font-weight: bold;
}
div.content div.text div.newsbox p.morelink a {
  color: #000099;
}
div.content div.text div.newsbox p.morelink a:hover {
  color: #990033;
}
div.content div.text div.newsbox h5 {
  margin:0px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 10pt;
}
/*==================================================MENU*/
div.content div.menu {
	clear: right;
	float: left;
	width: 160px;
	margin: 0px;
	padding:0px;
	margin-bottom: 1px;
}
div.content div.menu ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
div.content div.menu ul li {
	border: 1px solid #9E9110;
	width: 148px;
	margin-top: 1px;

}
div.content div.menu ul li a {
	text-decoration: none;
	display: block;
	width: 118px;
	height: 17px;
	background-image: url(listmenu.gif);
	background-color: #D5C015;
	background-repeat: no-repeat;
	background-position: 22px center;
	padding-left: 30px;
	padding-top: 3px;
	font-size: 7.5pt;
	font-weight: bold;
	color: #673337;
}
div.content div.menu ul li a:hover {
	text-decoration: underline;
}
div.content div.menu ul li.active {
	border: 1px solid #653231;
}
div.content div.menu ul li.active a {
	text-decoration: blink;
	display: block;
	width: 118px;
	height: 17px;
	background-image: url(listmenu.gif);
	background-color: #954A48;
	background-repeat: no-repeat;
	background-position: 22px center;
	padding-left: 30px;
	padding-top: 3px;
	font-size: 7.5pt;
	font-weight: bold;
	color: #FDFD00;
}
div.content div.menu ul li.active ul {
	list-style-type: square;
	width: 98px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
div.content div.menu ul li.active ul li {
	border-style: none;
	background-color: #FFFFFF;
	margin: 5px 0px;
	padding: 0px;
	width: 98px;
}
div.content div.menu ul li h1,
div.content div.menu ul li.active ul li h2 {
	margin: 0px;
	padding: 0px;
}
div.content div.menu ul li.active ul li h2 a {
	font-weight: normal;
	color: #000099;
	text-decoration: none;
	background-color: #FFFFFF;
	height: auto;
	width: 97px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 106px;
}
div.content div.menu ul li.active ul li h2 a:hover {
  font-weight: bold;
}
/*=================================================ADMIN MENU*/
div.menu h6 {
  font-size: 8pt;
  padding: 0px;
  padding-left: 30px;
  margin: 0px;
  margin-top: 20px;
  margin-bottom: 5px;
  color: rgb(153,0,51);
}
div.menu ul.admin {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div.content div.menu ul.admin li {
	border: none;
	margin: 0px;
	padding: 0px;
	background-color: white;
	font-weight: bold;
}
div.content div.menu ul.admin li a {
	background-color: rgb(254,170,141);
	border: 1px solid rgb(153,0,0);
}
div.content div.menu ul.admin li ul {
		list-style-type: square;
		margin: 0px;
		margin-top:2px;
    margin-left: 50px;
		padding: 0px;
}
div.content div.menu ul.admin li ul li {
  width: auto;
  height: 17px;
  padding: 0px;
  margin: 0px;
}
div.content div.menu ul.admin li ul li a {
  width: auto;
  height: auto;
  margin: 0px;
  padding: 0px;
  border: 0px;
  background-color: white;
}
/*=================================================ENTRIES*/
div.content div.text div.entries {
	color: #000033;
}
div.content div.text div.entries div.r {
	background-color: #ffffff;
	/*height: 18px;*/
	padding-top: 2px;
}

div.content div.text div.entries div.rdark {
	background-color: #CCCCCC;
	height: 18px;
	padding-top: 2px;
}
div.content div.text div.entries div.headr {
	background-color: #9393FF;
	height: 18px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6F6FFF;
	border-bottom-color: #6F6FFF;
}

div.content div.text div.entries .id {
	float: left;
	clear: left;
	width: 24px;
	/*height: 14px;*/
	padding-left: 5px;
}
div.content div.text div.entries .meno {
	float: left;
	clear: none;
	width: 125px;
    /*height: 14px;*/
	margin-top: 1px;
}
div.content div.text div.entries .country {
	float: left;
	clear: none;
	width: 54px;
    /*height: 14px;*/
	margin-top: 1px;
}
div.content div.text div.entries .glider {
	float: left;
	clear: none;
	width: 75px;
	/*height: 14px;*/
	margin-top: 1px;
}
div.content div.text div.entries .datum {
	float: left;
	clear: none;
	text-align: center;
	width: 16px;
	background-color: #91FFBD;
	height: 12px;
	border: 1px solid green;
	margin-top: 1px;
	margin-left: 1px;
}
div.content div.text div.entries div.headr .datum {
	float: left;
	clear: none;
	text-align: center;
	width: 160px;
	background-color: #91FFBD;
	height: 12px;
	border: 1px solid green;
	margin-top: 1px;
	margin-left: 1px;
}
div.content div.text div.entries div.headr .datum {
	float: left;
	background-color: #9393FF;
	clear: none;
	float: left;
	background-color: #9393FF;
	clear: none;
	text-align: center;
	width: 200px;
	margin-top: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 30px;
}
div.content div.text div.entries .datum-empty {
	float: left;
	clear: none;
	width: 16px;
	height: 12px;
	border: 1px solid green;
	margin-top: 1px;
	margin-left: 1px;
	text-align: center;
}
/*====================================================FORUM*/
.fmeno {
  float:left;
  clear: left;
  width:300px;
	padding-left: 4px;
	color: #663234;
}
.fmenodatum {
	background-color: #F4EB95;
	padding: 2px;
}

.fdatum {
  float:right;
  clear:right;
	text-align: right;
	padding-right: 4px;
	color: #6A3734;
	width: 220px;

}

.fdiv {
	border: 1px solid #000033;
	text-align: left;
	margin-bottom: 5px;
}
.fnext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
}

.fmsg {
	color: #000033;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}
/*====================================================FORMULAR*/
input, textarea {
	border: 1px solid #9E9110;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
}
input.odosli {
	background-color: #EFE163;
	width: 90px;
	height: 20px;
	border: 1px solid #673337;
	font-weight: bold;
	color: #673337;
}

input.odosli:hover {
	background-color: #DAC716;
}

.formobal {
	vertical-align: middle;
	padding: 10px;
	background-color: #F2E7A2;
	border: 1px dashed #653133;
	text-align: left;
}
.errmsg {
	background-color: #FFD5D5;
	border: 1px dashed #990000;
	padding: 5px;
}
.errmsg h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.errmsg p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin: 0px;
	padding: 0px;
}




/*div.bottom {
	border: 1px solid #FF0000;
}*/
