body{
	font-family: Georgia;
	font-size: 11pt;
	background-color: white; /*LightGoldenRodYellow;*/
}

p{
	/*text-align: left;*/
	text-indent: 0px;
	padding: 0px 30px 0px 30px;
	line-height: 1.5;
}

h1{
	font-family: Calibri, sans-serif;
	font-size: 20pt;
	margin-left: 30px;
	padding-top: 0px;
	font-weight: normal;
}

a{
	text-decoration: none;
	color: green;
}

/*a:hover{
	color: green;
}*/

ul {
	list-style-type: square;
	line-height: 2;
}

ul ul {
	font-size: 10pt;
	line-height: 2;
}

.logo{
	font-size: 36pt;
	font-family: Tahoma, Trebuchet;
	color: green;
	opacity: 1.0;
}

.formular{
	width: 10O%;
	margin-left: 20px;
}
	
	.formular td{
		vertical-align: top;
	}

#body{
	position: relative;
	top: 0px;
	width: 750px;
	text-align: left;
	margin: 0 auto;
}

#header{
	position: relative;
	float: top;
	height: 120px;
	width: auto;
	background-color: #ACCDCC;
	background: url("obrazky/header_pic.jpg");
	opacity: 1.0;
}

	#logo{
		position: absolute;
		bottom: 10px;
		left: 10px;
		background-color: white;
		padding: 10px;
		font-family: calibri, cambria, georgia;
		font-size: 15pt;
	}

		#logo a {
			color: black;
		}

		/*#logo a:hover{
			color: green;
			text-decoration: underline;
		}*/

	#menu{
		position: absolute;
		bottom: 10px;
		right: 10px;
		background-color: white;
		padding: 5px 15px 5px 15px;
		font-family: sans-serif, Tahoma, Calibri;
		font-size: 13pt;
	}
	
		#menu a{
		color: black;
		}
		
		#menu a:hover{
			color: green;
		}
		
		#menu .page{
			color: green;
		}
	
#body-text{
	background-color: white;
	width: 750px;
	margin: 0px;
}
	
	#body-text a{
		/*font-weight: bold;*/
		color: green;
	}
	
	#body-text a:hover{
		color: green;
		text-decoration: underline;
	}
	
#footer{
	position: relative;
	margin-top: 20px;
	margin-bottom: 0px;
}

	#footer a{
		color: black;
	}

	#footer a:hover{
		text-decoration: underline;
	}

	#footer p{
		line-height: 1.25;
	}
	
	#footer hr{
		width: 50%;
	}