@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;
	}

#container {
	background: #fff;
	width: 738px;
	margin: 14px auto 0 auto;
	padding: 15px 18px 0 18px;
	text-align: left;
	}

#languages {
  float: right;
  text-transform: uppercase;
  margin: 16px 16px 0 0;
  padding-top: 4px;
}

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

#header {
	background: url(img/header_bg.jpg) no-repeat;
	clear: both;
	width: 710px;
	height: 264px;
	padding: 13px 14px 13px 13px;
	}

#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 {
	font-size: 120%;
	margin: 0px 14px 13px 13px;
	}

#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 {
  width: 300px; 
  float: left; 
}

DIV.objednat {
  font-size: 160%;
  margin: 20px 0;
}

DIV.objednat A {
  text-decoration: underline;
}

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%;
	background: url(img/bullet.gif) no-repeat;
	background-position: 0 5px;
	padding-left: 20px;
	}

DIV.horizontal {
  border: 1px solid #DFDFDF;
  border-bottom: 3px solid #4F4F4F;
  width: 528px;
  height: 55px;
  }	

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;
	}

