body {
	margin: 20px;
  font-family: 'Times New Roman CE', 'Times New CE', 'Times CE', 'Times New Roman', times, serif;
  font-size: 13px;
	color: #444;
	background: #6D5434;
	text-align: center;	
	height: 100%;	
}

/* odkazy */
a { background: inherit; color: #993333; text-decoration: none; }
a:hover { background: inherit; color: #006699; text-decoration: underline; }

/* písma - hlavičky */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #333;
}

h1 { font-size: 18px; }
h2 { font-size: 16px; text-transform: uppercase;}
h3 { font-size: 16px; }

p, h1, h2, h3 {
	margin: 10px 15px;
}

/* vrstvy webu */
#wrap {
	width: 770px;
	margin: 0 auto;
	background: #FFF url('../_images/wrap-bg.jpg') repeat-y;
}

/* hlavička */
#header {
	position: relative;
	height: 176px;
	text-align: left;		
	margin: 0; padding: 0;	
	background: #FFF;
}

#header .headerphoto {
	position: absolute;
	right: 15px ; top: 15px;
	width: 207px;
	height: 155px;
  border: 1px solid #4E3525;
  background: #FFF url('../_images/obr1.gif') no-repeat;	
}

.imgMuza1 {
  margin-left: 25px;
  margin-top: 30px;
}

.imgMuza2 {
  margin-left: 350px;
  margin-top: 30px;
}

#header #logo-box {
	position: absolute;
	left: 15px ; top: 15px;
	width: 525px;
	height: 157px;	
	background: #4E3525;
}

#logo-box h1#logo {
	position: absolute;	
	font-family: Belwe Bd AT;
	font-size: 44px;
	letter-spacing: -2px; 
	color: #FFF;
	margin: 0; padding: 0;
	
	/* pozice hlavního nadpisu */
	top: 25px; left: 160px;
}

#logo-box h1#logo a {
	text-decoration: none;
	color: #FFF;
}

#logo-box #slogan {
	position: absolute;	
  font-family: Belwe Bd AT;
  font-size: 18px;
	text-transform: none;
	color: #FFFFCC;	
  padding: 0;
	
	/* pozice sloganu */
	top: 88px; left: 100px;
}

/* menu hlavičky */
#menu {	
	clear: both;
	margin: 0; 
	padding: 0 0 10px 0;		
	width: 770px;		
	background: #FFF url('../_images/wrap-bg.jpg') repeat-y;
	float: left;
}

#menu ul {
	font: bolder 14px 'Trebuchet MS', sans-serif;
	width: 740px;
	color: #FFF;
	background-color: #4E3525;		 	
	margin: 0 15px;
	padding: 0;
	display: inline;
	border-bottom: 6px solid #FFF;
	float: left;	
}

#menu li {
	float: left;
	list-style: none;
}

#menu li a {
	display: block;
	padding: 5px 15px;	
	color: #FFF;	
	text-decoration: none;	
}

#menu li a:hover {
	background: #C8935D;
	color: #FFF;
}

#menu li a#current  {
	background: #993333;
	color: #FFF;
}

/* obsah */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
	background: #FFF url('../_images/content.jpg') repeat-y;
}

#content {
	width: 740px;	
	clear: both;
	text-align: justify;
	padding: 0;
	margin: 0 auto;			
}

/* sidebar */
#sidebar {
	float: right;
	width: 30%;
	margin: 0 0 10px 0; padding: 0;	
}

#sidebar h1 {
	padding: 10px 0px 5px 10px;
	margin: 0;	
	color: #660000;	
}

.news {
  text-align: left;
}

/* main */
#main {
	float: left;
	width: 68%;	
	margin: 0 0 10px 0; padding: 0;	
}

#main h1 {
	padding: 10px 0 5px 5px;
	margin: 0 0 0 10px;
	border-bottom: 1px dashed #D5D5D5; 	
}

.post {
	margin: 0; padding: 0;	
}

/* footer */
#footer {
	clear: both;
	margin: 0; padding: 12px 0 0 0;
	font: normal .72em/1.5em 'Trebuchet MS', Tahoma, Arial, sans-serif;
	height: 45px;
	background: url('../_images/footer-bg.jpg') no-repeat left bottom;
	color: #666666;
	text-align: center;
}

#footer p {
	margin: 0; padding: 0;
}

#uvodCopy {
  font-size: 10px;
  color: #E0E0E0;
}

.newsDate {
  font-size: 12px;
  font-weight: bold;
}

.kontaktyZvyrazneni {
  color: #ff0000;
}

.kontaktyZvyrazneni2 {
  color: #0000ff;
}

.kontaktZvyrazneni3 {
  font-weight: bold;
  text-decoration: underline;
  font-size: 14px; 
}

.kapitalky {
  font-weight: bold;
  font-size: 20px;
}

#sluzby ul {
  color: #ff0000;
  list-style-image: url('../_images/arrow.jpg');
  font-weight: bold;
}

.sluzbyBarva {
  color: #0000ff;
}

.sluzbyOdkaz {
  color: #ff0000;
  font-weight: bold;
  text-decoration: none;
}

.sluzbyOdkaz:hover{
  color: #0000ff;
  font-weight: bold;
  text-decoration: none;
}

.zvyrazniRed {
  color: #ff0000;
  font-weight: bold;
}

.zvyrazniBlue {
  color: #0000ff;
  font-weight: bold;
}

input {
  font-size: 12px;
  background-color: #F6F0EB;
}

textarea {
  font-size: 12px;
  background-color: #F6F0EB;
  border: 1px solid #000000;
  width: 270px;
  height: 50px;
}

.input1 {
  border: 1px solid #000000;
  width: 270px;
}

.input2 {
  border: 1px solid #000000;
  width: 135px;
}

.checkBox {
  background-color: #ffffff;
}

.inputButton {
  background-color: #FFA500;
}

.starRegistration {
  color: #ff0000;
}

select {
  border: 1px solid #000000;
  background-color: #F6F0EB;
  width: 274px;
  margin-left: 3px;
}

table {
  margin-left: 20px;
}