body {
	margin: 0;
	padding: 0;
	background-image: url(../images/back.png);
	font-size: 11px;
	color: white;
	font-family: Verdana;
	text-align: center;
}

body div
{
	text-align: left;
}

h1 {
	padding-top: 32px;
	margin-left: 75px;
    font-family: Trebuchet MS;
    font-weight: normal;
	font-size: 31px;
}

h2 {
	font-family: Trebuchet MS;
    font-weight: normal;
	font-size: 20px;
	margin-top: 0;
	padding-top: 0;
}

a {
	color: white;
}

a:hover
{
	text-decoration: underline;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
    list-style-type: none;
    line-height: 0;
}

#top {
	position: absolute;
	/*left: 573px;*/
	right: 43px;
	top: 47px;
}

#top li {
	line-height: 14px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid white;
}

#top li#top_kontakt {
	border: 0;
}

#menu {
	position: absolute;
	left: 44px;
	top: 100px;
	width: 680px;
}

#menu a {
	display: block;
	float: left;
	margin-right: 5px;
	width: 99px;
	height: 42px;
	line-height: 42px;
	text-decoration: none;
	text-align: center;

}

#menu a:hover {
	text-decoration: none;
	color: black;
	height: 52px;
	line-height: 52px;
	background-color: white;
}

div#container {
	width: 773px;
	position: relative;
	min-height: 800px;
	_height: 800px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	background-image: url(../images/container_back.jpg);
	background-repeat: no-repeat;
	background-color: #171717;
	overflow: fit;
}

div#content {
	margin-top: 150px;
	margin-left: 43px;
	margin-right: 48px;
	text-align: justify;
	line-height: 1.3;
}

div#content a.img {
	float: left;
	margin: 5px;
	padding: 5px;
	background-image: url(../images/img_back.gif);
	height: 100px;
	width: 140px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

div#content a img {
	border: 0px;
}

div#footer {
	width: 682px;
	_width: 773px;
	margin-left: auto;
	margin-right: auto;
	
	margin-top: 0;
	padding-top: 8px;
	height: 40px;
	_height: 45px;
	line-height: 16px;
	background-color: #4e4e4e;
	padding-left: 43px;
	padding-right: 48px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.ar {
	text-align: right;
}

.clear {
	clear: both;
}

.selected {
	color: #aaa;
	font-weight: bold;
}