@charset "utf-8";
/* CSS Document */

*
{
	margin: 0px;
	padding: 0px;
}

body {
	margin-top: 10px;
	font-family: Verdana, Geneva, sans-serif;
}

p {
	font-style: normal;
	text-indent: 20px;
	margin-bottom: 5px;
}

h1 {
	font-size: larger;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #2f318f;
}

#karton {
	height: 541px;
	width: 728px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header {
	position: absolute;
	height: 541px;
	width: 244px;
	background-image: url(layout_0301.jpg);
	left: 0px;
}
#content {
	position: absolute;
	height: 541px;
	width: 484px;
	right: 0px;
}

#menu {
	position: absolute;
	width: 484px;
	height: 53px;
	background-image: url(layout_0402.gif)
}

#menu ul {
	list-style: none;
}

#menu li {
	display: inline; 
}

#menu a {
	padding-top: 5px;
	float: left;
	width: 111px;
	height: 20px;
	color: #a8b9dc;
    display: block;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	background-image: url(layout_0702.gif);
}

#menu a.selected {
	width: 111px;
	color: #2f318f;
	background-image: url(layout_0501.gif);
}

#menu a:hover {
	width: 111px;
	color: #2f318f;
	background-image: url(layout_0501.gif);
}

#text {
	top: 53px;
	position: absolute;
	width: 444px;
	height: 336px;
	background-image: url(layout_0603.gif);
	padding-left: 20px;
	padding-right: 20px;
}

#text ul{
	list-style-position: inside;
	list-style-type: square;
}

#text li{
	margin-bottom: 5px;
}

#footer {
	top: 389px;
	position: absolute;
	width: 484px;
	height: 152px;
	background-image: url(layout_0704.gif);
}

#kontakt {
	text-align: center;
	font-weight: bold;
}

#stopka {
	text-align: center;
	font-size: x-small;
	color: gray;
}

#stopka a {
	color: gray;
}
