@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #003399;
	font-size:11px;
}

#page {
	width:975px;
	min-height:600px;
	position:absolute;
	left:50%;
	margin-left:-489px;
	top:10px;
}
/*-------- LINK --------*/
#link {
	width:auto;
	height:auto;
	float:right;
	padding:0 5px 5px 0;
	text-transform:uppercase;
}

#link a {
	color:#003399;
	text-decoration:none;
	font-size:9px;
}

#link a:hover {
	text-decoration:underline;
}

/*-------- LOGO --------*/
#logo {
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	float:left;
	width:975px;
	height:160px;
}

/*-------- OBSAH --------*/
#obsah {
	width:975px;
	min-height:400px;
	float:left;
	border-top:1px solid #e8eaec;
	margin:10px 0 0 0;
	background-image:url(images/bg_obsah.gif);
	background-repeat:repeat-y;	
}




/*-------- PATICKA --------*/
#paticka {
	width:975px;
	height:21px;
	background-image:url(images/bottom.png);
	background-repeat:no-repeat;
	float:left;
	padding:100px 0 20px 20px;
	margin:0 0 20px 0;
}

#paticka a {
	color:#003399;
}

#paticka a:hover {
	color:#990000;
}

/*-------- UPRAVA TEXTU --------*/

h2, h3, p {
	margin:0px;
	padding:0px;
}

h1 {
	color:rgb(250,250,250);
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	font-weight:normal;
	padding:50px 0 0 150px;
}

.right {
	color:#003399;
	font-size:17px;
	font-weight:bolder;
	padding:5px 0 10px 0;
}

.table {
	background-color:white;
	width:570px;
	padding:0 0 5px 0;
}

.formular {
	background-color:white;
	width:440px;
	padding:0px 0px 5px 5px;
}

.formular2 {
	background-color:white;
	width:500px;
	padding:0px 0px 5px 5px;
}

p a {
	color:#003399;
	text-decoration:none;
}

p a:hover {
	color:#990000;
	text-decoration:underline;
}

.popis {
	background-color:#eaf5ff;
	padding:10px;
	text-align:justify;
}

h3 {
	color:#3399CC;
	padding:20px 0 20px 0;
}

.input {
	border:1px solid #003399;
}