﻿body, html {
	font: 12px Arial, Tahoma, Verdana;
	color: #b5cce3;
	background: #e6e9eb;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #ffb400;
}

#container {
	width: 930px;
	margin: 0 auto;
	margin-top: 100px;
}

#menu {
	width: 157px;
	float: left;
	font-weight: bold;
	margin-top: 60px;
}

#menu a {
	color: #777777;
	display: block;
}

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

#menu a:hover {
	color: #000;
}

#menu ul li {
	height: 25px;
	line-height: 25px;
	padding-left: 35px;
}

#menu ul li.selected {
	height: 36px;
	line-height: 36px;
	background: url("../Images/selected_menu.jpg");
}

#menu ul li.selected a {
	color: #000;
}

#maincolumn {
	width: 770px;
	float: left;
	font-size: 0px;
	height: auto;
}

#maintop {
	width: 770px;
	height: 25px;
	background: url("../Images/maintop.jpg");
}

#mainbottom {
	width: 770px;
	height: 25px;
	background: url("../Images/mainbottom.jpg");
}

img.logo {
	margin-left: 13px;
}

#maintext {
	width: 660px;
	background: url("../Images/mainbg.jpg");
	padding: 30px 55px;
	font-size: 12px;
	line-height: 18px;
	height: auto;
	min-height: 300px;
}

#maintext h2 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #fff;
}

#maintext h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #ffb400;
}

#footer {
	font-size: 11px;
	color: #757575;
}

#footer img {
	float: left;
	margin-right: 10px;
}

#footer a {
	color: #757575;
}

#footer a:hover {
	color: #ffb400;
}

#kontakt {
	float: left;
	width: 250px;
}

#copyright {
	float: right;
	width: 250px;
	text-align: right;
	margin-right: 10px;
}

#maintext ul {
	list-style-type: disc;
	margin-left: 30px;
}

.clear {
	clear: both;
}