/* CSS Document */
body {
	background-position: center top;
	text-align:center;
	margin: 0;
	padding: 0;
	background-image: url(../images/gpk_bg.jpg);
	background-repeat: repeat-x;
	font-size: 11px;
	color: black;
	font-family: 'Verdana', sans-serif;
}
div#container {
	width:1000px;
	margin:auto;
	text-align:center;
	position: relative;
	background-position: center top;
	}
div#top {
    background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 50px;
}
div#uvod {
	height:440px;
	background-image: url(../images/uvod_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
div#kontakt {
	height:440px;
	background-image: url(../images/kontakt_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
div#text_area {
	padding: 30px 58px 0px 480px;
	text-align:left;
}
div#prolonger {
	height:auto;
	background-image: url(../images/prolonger.jpg);
	background-position: center top;
	background-repeat: repeat-y;
}
div#footer {
	height:24px;
	background-image: url(../images/footer.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 10px 0 0 850px;
}
a {
	text-decoration: none;
	color:#EF6A01;
}
a:hover {
	text-decoration: underline;
}
div#menu {
	height:32px;
	padding: 20px 50px 0 450px;
	text-align:right;
}
div#menu a {
	color: white;
	font-size: 8pt;
	background-image: url(../images/button.jpg);
	background-position: center;
	background-repeat: repeat-x;
	text-decoration: none;
	padding: 15px 20px 17px 20px;
}
div#menu a:hover {
	text-decoration: underline;
	background-image: url(../images/button_over.jpg);
}
h1 {
	font-weight: bold;
	font-size: 11px;
	color:#000000;
}
h3 {
	font-weight: bold;
	font-size: 10px;
	color:#FFFFFF;
}
