*{
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-style: normal;
	color: #535353;
	font-weight: 300;
}
body{
	font-size: 1.1em;
	line-height: 1.65em;
	background-color: #FFFFF2;
}
#strana {
	width: 950px;
	margin: 0px auto;
	padding: 20px 20px 0px;
}
h1 {
	font-size: 1.5em;
	color: #ff4e00;
	font-weight: bold;
}
a {
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: thin;
}

a:hover {
	border-bottom-color: #ff4e00;
	border-bottom-style: solid;
}

.formular fieldset {
	padding: 15px 15px 0;
}
.formular .text {
	position: relative;
	width: 200px;
	float: left;
}
.formular .vstup {
	margin-bottom: 8px;
}
.formular .textarea {
width: 462px;
}
.odeslat {
	background-color: #F0F0F0;
	padding: 5px;
}
.odeslat:hover {
	padding: 5px;
	background-color: #D6D6D6;
}
#hlavaObsah {
	width: 950px;
	margin: 0 auto;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(../mysl.jpg);
	background-repeat: no-repeat;
	background-color: #060E64;
}      

#hlava {
	-moz-box-shadow: 0px 0px 2px 0px #4c4c4c;
	-webkit-box-shadow: 0px 0px 2px 0px #4c4c4c;
	box-shadow: 0px 0px 2px 0px #4c4c4c;
}
#hlava a {
	border-bottom-style: none;
}
