BODY, HTML {
	background-color: #00478d;
	height: 100%;
	padding: 0px;
	margin: 0px;
	font: 12px Verdana, Helvetica, sans-serif;	
}
DIV {
	padding: 0px;
	margin: 0px;
}
TD {
	vertical-align: top;
}
a {
        color: #00478d;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
	float: left;
}
.logodiv {
	width: 800px;
	height: 160px;
	background-color: #00478d;
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
}
.menudiv {
	width: 795px;
	height: 100px;
	text-align: center;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	background: url(../img/menu/menubg.jpg);
}
.contentdiv {
	width: 800px;
	min-height: 280px;
	background-color: #FFFFFF;
	overflow: auto;
}
H1 {
        font: 15px Verdana, Helvetica, sans-serif;
        font-weight: bold;
}
H3 {
	font: 15px Verdana, Helvetica, sans-serif;
	font-weight: bold;
}
img {
        border: 0px solid black;
}
.footerdiv {
	width: 800px;
	height: 50px;
	line-height: 38px;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(../img/footerbg.jpg);
	background-position: left;
	background-repeat: no-repeat;
	color: #00478d;
}
.contenttable {

}
.lefttd {
	width: 500px;
	padding: 10px;
}
.righttd {
	width: 300px;
	height: 300px;
	padding: 10px;
	background: url(../img/rightbg.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.righttd img {
	border: 1px solid #00478d;
	height: 300px;
	width: 300px;
}
.kontakttable {
	width: 100%;
}
.kontakttable img {
	width: 100px;
	height: 140px;
	border: 1px solid #00478d;
}
.kontakttable tr {
	
}
.kontakttable td {
	text-align: left;
	vertical-align: bottom;
}
.kontakttable #info {
	width: 350px;
}
