body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.4em;
	background-color: #000000;
}
#container {
	width: 982px;
	margin: 0 auto;
	padding: 0 0 0 0;
}
#content {
	background-image: url(../images/back_02.jpg);
	background-position: left top;
	background-repeat: repeat-y;
	width: 985px;
	padding:  1px;
	margin: -1px 0 0 0;
}
#conTex {
	width: 570px;
	margin: 0px 80px 20px 0px;
	padding: 0px 3px 0px 75px;
	float: left;
}
#contact {
	width: 208px;
	margin: 0 70px 0 auto;
	padding: 1px 1px 1px 50px;
	text-align: center;
}
.contactHeading {
	background-image: url(../images/kontakt_back.gif);
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: black;
	margin: 0 auto 10px -3px;
	padding: 6px 20px 4px 15px;
}
h1 {
	background-image: url(../images/H1back.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: black;
	margin: 0 auto 10px -3px;
	padding: 6px 20px 4px 15px;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	color: black;
	margin: 15px 10px 10px 0;
}
.headinTwo {
	background-image: url(../images/H1back.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: black;
	margin: 20px auto 10px -3px;
	padding: 6px 20px 4px 15px;
}
a {
	text-decoration: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #585858;
	text-decoration: underline;
}
a:hover {
	color: #000000;
}
#head {
	background: url(../images/back_01.jpg) center top;
	background-repeat: no-repeat;
	height: 316px;
	width: 980px;
	margin: 0;
	padding-top: 1px;
}
/** html #menu {
	margin-left: 57px;
	position: absolute;
	width: 145px;
}
*/
/********************** menu ************************************/
#menu {
	width: 555px;
/* width of menu. Uncomment to change to a specific width */
	padding: 0px 0px 0px 0px;
	margin: 235px 0px 0px 355px;
}
#navigation {
	width: 555px;
	padding: 0px 0px 0px 33px;
	background-image: url(../images/back-menu.jpg);
	background-repeat: no-repeat;
	text-align: center;
	float: left;
/*Set to "left" or "right" to position menu accordingly*/
	/*border-bottom: 1px solid #999e87;
uncomment this line to add bottom border*/
}
#navigation ul {
	font-size: 18px;
	color: white;
	text-decoration: none;
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation li {
	display: inline;
	text-align: center;
	padding: 0;
	margin-right: 4px;
	float: left;
}
#navigation a {
	font-family: Arial, Verdana;
	color: white;
	font-size: 18px;
	float: left;
	margin: 0;
	padding-left: 10px;
	text-decoration: none;
}
#navigation a:hover {
	color: rgb(255,225,107);
	float: left;
	margin: 0;
	padding-left: 10px;
	text-decoration: none;
}
#navigation a span {
	display: block;
	padding: 12px 16px 8px 5px;
}
#navigation li.active {
	display: inline;
	/*background: url(../images/menu-ac-center.gif) repeat-x center top;
*/
	text-align: center;
	padding: 0;
	margin-right: 4px;
	float: left;
}
#navigation a.active {
	color: rgb(255,204,0);
	/*background: url(../images/menu-ac-left.gif) no-repeat left bottom;
*/
	float: left;
	margin: 0;
	padding-left: 10px;
	text-decoration: none;
}
#navigation a span.active {
	/*background: url(../images/menu-ac-right.gif) no-repeat right bottom;
*/
	display: block;
	padding: 12px 16px 8px 5px;
}
#navigation a span {
	float: none;
}
#navigation a span.active {
	float: none;
}
/************************** ADMIN MENU *********************************/
#adminMenu{
   position: absolute;
   margin: -70px auto auto 50px;
   padding: 0px;
}
.logMenu li {
  display : inline;
  margin-right : 5px;
  margin-left : 5px;
}
.logMenu {
  border-top : 3px solid #868686;
  border-bottom : 3px solid #868686;
  background-color : #000000;
  color : #e7e7e7;
  margin-right : 0;
  margin-left : 0;
  padding : 10px;
}
.logMenu a {
  color : #e7e7e7;
}
.logMenu a:hover {
  color : #ffffff;
}
.icon-32-new {
  background-image:url(../images/icon-32-new.png);
}
.icon-32-trash {
  background-image:url(../images/icon-32-trash.png);
}
.toolbar span {
  display:block;
  float:none;
  height:32px;
  margin:0 auto;
  width:32px;
}
.toolbar {
   margin: 0px 20px 20px auto;
   width:38px;
   float: left;
   text-align: center;
}
.toolbar a {
  border:1px solid #FBFBFB;
  cursor:pointer;
  display:block;
  float:left;
  padding:1px 5px;
  white-space:nowrap;
}
.butNo{
 background: none;
 border: none; 
 width:38px;
 cursor: pointer;
}
/************************** other *********************************/
.clearfix {
	clear: both;
}
/*************************** mesages *******************************/
.errorMes {
	color: white;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	padding: 10px 10px 10px 70px;
	margin: 10px 0 30px;
	border-top: 2px solid #3b3132;
	border-bottom: 2px solid #3b3132;
	background-color: #7ab3ff;
	background-image: url(../images/icons/error-big.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}
.infoMes {
	color: white;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	padding: 10px 10px 10px 70px;
	margin: 10px 0 30px;
	border-top: 2px solid #3b3132;
	border-bottom: 2px solid #3b3132;
	background-color: #df63ff;
	background-image: url(../images/icons/info-big.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}
/***************************** footer *****************************/
#footer {
	background-image: url(../images/back_04.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 980px;
	height: 106px;
	padding: 30px 1px 0 0;
	margin: 0 0 0 0px;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
}
#footer a {
	color: #8b8b8b;
	font-size: 10px;
	text-decoration: underline;
}
#footer a:hover {
	color: black;
}
#links {
	font-size: 11px;
	width: 400px;
	margin-top: 20px;
	margin-left: 70px;
	text-align: left;
}
.cihlCerv{
 color:rgb(205,53,2);
}
.floL{
 float:left;
}
.borCol{
border-collapse:collapse;
}
.stylBun{
  border-bottom:1px solid grey;
}
.mar-bot-3{
  margin-bottom:3px;
}
label {
  display: block;
  float: left;
  width: 110px;
  padding: 2px 15px 0 0;
  margin: 0;
  text-align: right;
}
