* {
	vertical-align: baseline;
	font-family: Tahoma, Verdana, Arial;
	margin: 0;
	padding: 0;
	color: #333333;
}

body {
	background-color:#fbf2a3;
	font-size: 80%;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

table td {
	padding: 5px;
}

p {
	margin: 0 0 1.25em;
}

a img {
	border: none;
}

a, a:active, a:visited, a:hover {
	color: #35589C;
}

h1, h2, h3, h4, h5, h6 {
	color: #ad1010;
	font-weight: normal;
	line-height: 1.5em;
}

h1 a, h1 a:active, h1 a:visited, h1 a:hover, 
h2 a, h2 a:active, h2 a:visited, h2 a:hover, 
h3 a, h3 a:active, h3 a:visited, h3 a:hover, 
h4 a, h4 a:active, h4 a:visited, h4 a:hover, 
h5 a, h5 a:active, h5 a:visited, h5 a:hover, 
h6 a, h6 a:active, h6 a:visited, h6 a:hover {
	color: inherit;
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: underline;
}


#wrapper {
	width: 766px;
	margin: 0 auto;
}

#header {
	width: 766px;
	height: 321px;
	background-image: url(/site_media/images/banner.png);
	position: relative;
}

#header #logo {
	position: absolute;
	top: 140px;
}

#header #home {
	position: absolute;
	height: 50px;
	width: 50px;
	left: 295px;
	top: 45px;
}

#header #kontakt {
	position: absolute;
	height: 50px;
	width: 50px;
	left: 353px;
	top: 45px;
}

#header #forum {
	position: absolute;
	height: 50px;
	width: 50px;
	left: 410px;
	top: 45px;
}

#sidebar {
	float: left;
	width: 125px;
	padding: 10px;
	background-color: #dae5e9;
	font-size: 95%;
}

#sidebar ul {
	list-style: none;
	margin: 0 auto;
}

#sidebar ul li {
	background-image: url(/site_media/images/button.png);
	background-position: center;
	background-repeat: no-repeat;
	
	width: 122px;
	height: 24px;
	line-height: 24px;
	
	text-align: center;
	padding: 1px;
}

#sidebar ul li a {
	text-decoration: none;
	color: white;
	font-weight: normal;
}

#sidebar ul li a:hover {
	text-decoration: underline;
	font-weight: bold;
}

#sidebar ul li a.selected {
	font-weight: bold;
}

#content {
	float: left;
	width: 601px;
	background-color: white;
	padding: 10px;
}

#footer {
	background-color:#E6EED6;
	clear: both;
	text-align: center;
}

#footer ul {
	list-style: none;
}

#footer ul li {
	display: inline;
	padding: 5px;
}
