/*
 *  CSS - vlastni zakladni tabulka stylu
 *  Copyrighted by LTweb s.r.o. - www.LTweb.cz
 */

html, body {
	height: 100%;
}
html {
  background: url(/img/body-bg.jpg) no-repeat center center fixed #000; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body {
  margin: 0;
  padding: 0;
  text-align: center;
	font-family: "Arial CE", Arial, "Lucida Grande CE", Lucida, "Helvetica CE", Helvetica, sans-serif;
  font-size: small;
  color: #404040;
}

input, textarea, select, table {
	font-family: "Arial CE", Arial, "Lucida Grande CE", Lucida, "Helvetica CE", Helvetica, sans-serif;
  font-size: 1em;
}

form {
  padding: 0;
  margin: 0;
}
fieldset {
	display: block;
	margin: 15px 0;
	border: 2px solid #9d1f5f;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-khtml-border-radius-topleft: 8px;
	-khtml-border-radius-topright: 8px;
	-khtml-border-radius-bottomleft: 8px;
	-khtml-border-radius-bottomright: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}


table, div, form {
  margin-left: auto;
  margin-right: auto;
}

a:link, a:visited {
  color: #9d1f5f;
  text-decoration: underline;
}
a:hover, a:active {
  text-decoration: underline;
  color: #ce287e;	
}
a img {
	border: none;
}

p {
}

h1 {
  margin: 0;
  padding: 15px 0 10px 0;
  color: #a0a0a0;
	font-size: 1.1em;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
	border-bottom: 2px solid #c8c8c8;
}
h2 {
  margin: 0 0 15px 0;
  padding: 15px 0 10px 0;
  color: #a0a0a0;
	font-size: 1.1em;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
	border-bottom: 2px solid #c8c8c8;
}
h3 {
  margin: 0;
  padding: 10px 0;
  color: #a0a0a0;
	font-size: 1.1em;
	text-align: left;
}
h4 {
  margin: 0;
  padding: 5px 0;
  color: #a0a0a0;
	font-size: 1em;
	text-align: left;
}
h5 {
  margin: 0;
  padding: 5px 0;
	color: #a0a0a0;
	font-size: 0.9em;
	font-weight: bold;
}
h6 {
  margin: 0;
  padding: 5px 0;
	color: #a0a0a0;
	font-size: 0.8em;
	font-weight: bold;
}