@charset "utf-8";
/* CSS Document */

body
{
	margin: 0 auto;
	margin-top: 5px;
	position: relative;
	width: 780px;
	overflow-x: hidden;
	overflow-y: auto;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal
}

a
{
	text-decoration: none;
	color: #195977
}

a:hover
{
	text-decoration: underline
}


/* DEFINICE GRAFIKY */

#prouzek1
{
	width: 780px;
	height: 7px;
	background-color: #fcc634;
	position: absolute;
	top: 0px;
	left: 0px
}

#prouzek2
{
	width: 780px;
	height: 7px;
	background-color: #fcc634;
	position: absolute;
	top: 149px;
	left: 0px
}

#prouzek3-form
{
	width: 780px;
	height: 21px;
	background-color: #fcc634;
	position: absolute;
	top: 616px;
	left: 0px
}

#logo
{
	background-image: url(../pictures/logof.png);
	background-repeat: no-repeat;
	width: 780px;
	height: 142px;
	position: absolute;
	top: 7px;
	left: 0px
}


#master-form
{
	background-image: url(../pictures/master.png);
	background-repeat: repeat-x;
	width: 780px;
	height: 459px;
	position: absolute;
	top: 156px;
	left: 0px
}

#oznaceni
{
	position: absolute;
	top: 70px;
	left: 565px;
	width: 200px;
	height: 60px;
	font: Arial;
	font-size: 12px;
	color: #ffffff
}

/* DEFINICE TEXTOVÝCH STYLŮ */

.firma
{
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	color: #195977;
	position: absolute;
	top: 35px;
	right: 25px
}

.nadpis
{
	font-family: Arial;
	font-size: 18px;
	color: #fcc634;
	font-weight: bold;
	position: absolute;
	top: 20px;
	left: 25px
}

.kontakt-form
{
	font-family: Arial;
	font-size: 12px;
	color: #195977;
	font-weight: normal;
	width: 780px;
	height: 21px;
	position: absolute;
	top: 3px;
	left: 580px
}


/* FORM */
fieldset
{
	margin-top: 60px;
	margin-left: 45px;
	width: 485px;
	height: 350px;
	border-color:#ffffff;
	border-style: double;
	border-width: 1px 1px 1px 1px;
	padding: 0px 0px 15px 10px;
}

legend
{
	margin-left: 20px;
	color: #ffffff;
	width: 150px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #ffffff;
	padding: 5px 10px 5px 10px
}

label
{
	color: #ffffff;
	float: left;
	width: 140px;
	margin-top: 10px;
	margin-left: 15px;
}

input
{
	border: 1px solid #ffffff;
	font-family: Arial;
	font-size: 11px;
	width: 150px;
	height: 15px;
	color: #5194b3;
	margin-top: 4px;
	margin-bottom: 2px;
}

textarea
{
	border: 1px solid #ffffff;
	color: #5194b3;
	font: Arial;
	font-size: 11px;
	width: 300px;
	height: 100px;
	margin-top: 4px;
	margin-bottom: 2px;
}


#submitbutton
{
	background: #ffffff;
	color: #5194b3;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	width: 130px;
	height: 25px;
	border: 1px solid #fcc634;
	position: absolute;
	bottom: 65px;
	left: 390px
}

#uvod
{
	position: absolute;
	top: 250px;
	left: 565px;
	width: 200px;
	height: 60px;
	font: Arial;
	font-size: 12px;
	color: #ffffff
}

#uvod a
{
	text-decoration: none;
	color: #ffffff
}

#uvod a:hover
{	
	text-decoration: underline;
	color: #ffffff
}

#administrator
{
	position: absolute;
	top: 160px;
	left: 565px;
	width: 200px;
	height: 60px;
	font: Arial;
	font-size: 12px;
	color: #ffffff
}

#administrator a
{
	text-decoration: none;
	color: #ffffff
}

#administrator a:hover
{	
	text-decoration: underline;
	color: #ffffff
}

#hvezdicka
{
	color: red
}

