@charset "utf-8";
@import 'reset.css';
@import 'slider.css';
@import 'form/js/niceform/niceforms-default.css';

BODY {
	background: #fff;
  text-align: center;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 3em;
	}

#container {
	background: #fff;
	text-align: left;
	}

#languages {
  display: none;
}

#languages A:link, #languages A:visited {
  color: #3D3D3D;
}

#header {
	display: none;
	}

#menu {
	background: url(img/menu_bg.jpg) repeat-x #3d3d3d;
	font-size: 100%;
	width: 710px;
	height: 49px;
	}

#menu TD {
	background: url(img/menu_divider.jpg) no-repeat;
	background-position: right;
	padding: 0 16px 0 4px;
	text-align: center;
	vertical-align: middle;
	}

#menu TD A:link, #menu TD A:visited {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 9px;
	display: block;
	height: 40px;
	line-height: 40px;
	}

#menu TD A:hover {
	position: relative;
	top: 2px;
	}

#content {
  clear: both;
	font-size: 120%;
	padding: 2em;
	}

#footer {
	margin: 33px 0 0px 0px;
	background: url(img/footer.jpg) no-repeat;
  width: 710px;
  height: 65px;
	clear: both;
}
#footer DIV{
  color: #6F6F6F;
  padding-top: 20px;
  text-align: center;
  }
#footer DIV A:link, #footer DIV A:visited {
  color: #6F6F6F;
  font-weight: bold;
  }
#footer DIV A:hover {
  color: #2B2B2B;
  border-bottom: 1px solid red;
  }
.cB {
	clear: both;
	font-size: 1%;
	}
	
#contactForm {
  display: none; 
}

P {
	line-height: 180%;
	text-align: justify;
	margin: 3px 0 5px 0;
}

A:link {
	color: #BF3223;
	text-decoration: none;
	}

A:visited {
	color: #85190F;
	text-decoration: none;
	}

A:hover {
	color: #0082C9;
	text-decoration: none;
	}
	
H1 {
  color: #3D3D3D;
	font-size: 160%;
	letter-spacing: -0.06em; 
  font-weight: normal;
	margin: 20px 0 17px 0;
	}

H2 {
  color: #3D3D3D;
	font-weight: bold;
	font-size: 120%;
	margin: 20px 0 10px 0;
}

UL {
	margin-left: 12px;
	}

LI {
	line-height: 200%;
	list-style-type: circle;
	margin-left: 1em;
	}

DIV.horizontal {
  display: none;
  }	

UL.horizontal LI {
  float: left;
  margin: 15px 11px 0px 13px;
  }
UL.horizontal LI A {
  font-size: 120%;
  line-height: 180%;
  }

UL.sluzbyList {
  margin-left: 4px;
  margin-bottom: 0px;
  }

UL.sluzbyList LI {
	font-size: 95%;
	line-height: 130%;
	padding: 0px 0px 16px 35px;
	}

UL.sluzbyList LI STRONG {
	color: #000;
  font-size: 110%;
	}
	
UL.sluzbyList LI A:hover {
	color: #0082C9;
	}

IMG {
	display: block;
	}
	
STRONG {
	font-weight: bold;
	}

