/*** RESET CSS **************************************************************/
html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	border: 0;
	font-family: Verdana, sans-serif;
	font-style: normal;
	font-size: 100%;
	font-weight: normal;
	/*font-family: Verdana;*/
	line-height: 1;
	margin: 0;
	padding: 0;
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: small;
	font-family: Verdana, sans-serif;
}

table tr,
table th,
table td
{
	vertical-align: top;
}

table th {
	font-weight: bolder;
}

ol,ul {
	list-style-image: url(../images/li.gif);
	margin: 5px 0 10px 15px;
}
li {
  line-height: 20px;
}

q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}
/*** /RESET CSS *************************************************************/

/*** CLEARFIX ***************************************************************/
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*** /CLEARFIX **************************************************************/
/***chyba roztazenych tlacitek v IE pod WinXP**********************************/
input.submit {
    padding: 0 .25em;
    width: 0;  /* pouze pro IE */
    overflow: visible;   /* BUG S VYKRESLOVANIM V IE7 */
}

input.submit[class] { /* IE ignoruje [class] */
    width: auto;
}

html, body {
  background-color: white;
	color: black;
	height: 100%;
}

body {
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-x;
	/*font-size: 18px;*/
	font-size: 0.8em;
}

h1, .rychle_kontakty {
	/*font-weight: bold;*/
	font-size: 18px;
	margin-bottom: 10px;
}

p {
	line-height: 130%;
	margin-bottom: 15px;
}

a {
	color: red;
}

a:hover {
	text-decoration: none;
}

strong {
	font-weight: bold;
}
.bold {
	font-weight: bold;
}

div#body {
	margin: 0 auto;
	position: relative;
	width: 800px;
	/*height: 100%;*/
	min-height: 100%;
	/*min-height: 700px;*/
}

div#content_wrap {
	padding-top: 370px;
	min-height: 100%;
	margin: 0 auto;
}

/* ie 6 */
html #content_wrap {
  height: 100%;
}

/*div#content_wrap p{
	text-align: justify;
}*/

div#content {
	float:right;
	width: 550px;
}

div#rychle_kontakty {
	margin-right: 590px;
}

div#header {
	background-image: #FFF url('../images/flash.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
	height: 360px;
	padding-top: 10px;
	position: absolute;
	width: 800px;
	top: 0;
	left: 0;
}

h1#logo {
	margin: 0;
}

h1#logo a {
	background-image: url('../images/logo.gif');
	background-repeat: no-repeat;
	display: block;
	height: 100px;
	position: absolute;
	width: 200px;
}

ul#menu {
	float: right;
	margin: 0px;
	margin-top: 45px;
	list-style: none;
	margin-bottom:10px;
}

ul#menu li {
  margin: 0;
  line-height: 20px;
	border-left: 1px solid #ccc;
	float: left;
	padding: 0 5px;
	text-transform:uppercase;
}

ul#menu li.active a {
  color: red;  
}

ul#menu li a {
	color: black;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
}

ul#menu li a:hover {
	color: red;
}

ul#menu li.first {
	border: 0 none;
}
p#info {
  margin-top: 40px;
  font-size: 105%;
}

/*div#footer {
  
	background-image: url('../images/footer.jpg');
	background-position: bottom;
	background-repeat: repeat-x;
	color: white;
	line-height: 25px;
	margin: 0 auto;
	margin-top: -80px;
	/*padding: 155px 430px 5px;*/
	/*padding: 155px 0px 8px 0px;
	text-align: center;
}*/

div#footer {
  height: 180px;
	background-image: url('../images/footer.jpg');
	background-position: bottom;
	background-repeat: repeat-x;
	color: white;
  margin: -183px auto 0 auto;
	text-align: center;
}
#clear_footer {
  height: 180px;
}


div#footer_wrap
{
    width: 800px;
    margin: auto;
    padding-top: 160px;
}

.red {
	color: red;
}

.awebsys {
  color: #FFF;
  text-decoration: none;
}

div.tel,
div.fax,
div.mobil,
div.email {
	background-image: url('../images/tel.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
	color: red;
	font-size: 8pt;
	font-weight: bold;
	line-height: 32px;
	padding-left: 35px;
}

div.fax {
	background-image: url('../images/fax.jpg');
}

div.mobil {
	background-image: url('../images/mobil.jpg');
	line-height: 30px;
	margin-bottom: 10px;
}

div.email {
	background-image: url('../images/mail.jpg');
	background-position: middle left;
	margin-bottom: 10px;
}

div.email a {
	line-height: 28px;
	font-weight: bold;
	font-size: 8pt;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

