* {
	color: #005392;
	font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
}
p {
	text-align: justify;
}

li {
	text-align: justify;
}

h1 {
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	margin-top: 25;
	margin-bottom: 10px;
}

h2 {
	font-weight: bold;
	text-align: left;
	padding-top: 10px;
	margin-top: 0;
	margin-bottom: 0;
}

h3 {
	font-weight: bold;
	text-align: justify;
	padding-top: 10px;	padding-bottom: 0;
	margin: 0;
}

td {
	vertical-align: top;
}

.menuLink {
	float: left;
	padding-top: 5px;
	padding-bottom: 10px;
	width: 127px;
	border-right: 8px solid #b7ddff;
	text-align: center;
	font-size: 13px;	font-weight: bold;
/*	color: whitesmoke; */
	color: #5e5e5e;
	padding-left: 10px;
	padding-right: 15px;
	line-height: 20px;
}


.menuLink:hover {/*	text-shadow: 2px 2px 2px #000; */
	text-decoration: underline;
}


a {
	text-decoration: none;
}

body {
	background-color: #C1C1C1;
}

#wrapper {
	width: 800px;
	background-color: white;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	border-bottom: 8px solid #004d95;
	-webkit-box-shadow: 5px 0px 5px rgba(0, 0, 0, 0.3), 0px 5px 5px rgba(0, 0, 0, 0.3), -5px 0px 5px rgba(0, 0, 0, 0.3), 0px -5px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 5px 0px 5px rgba(0, 0, 0, 0.3), 0px 5px 5px rgba(0, 0, 0, 0.3), -5px 0px 5px rgba(0, 0, 0, 0.3), 0px -5px 5px rgba(0, 0, 0, 0.3);
}

#header {
	height: 150px;
	max-height: 150px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: #1800b2 url(gfx/sky.png) repeat-x;
}

#logo {
	float: left;
	margin-left: 50px;
	height: 150px;
	width: 190px;
	background-image: url(gfx/logo.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;	
}

#title {
	float: right;
	width: 470px;
	margin-right: 30px;
	margin-top: 30px;
	color: whitesmoke;
	font-weight: bolder;
	text-align: center;
	font-size: 40px;
}

#menu {
	display: block;
	height: 30px;
	background-color: #ffc400;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#menuCell {
	background: url(gfx/streifenlinks.png) repeat-y;
}

#main {
	display: block;
	margin: 10px 0 0;
	padding: 0;
}

#main_content {
	display: block;
	width: 350px;
	margin: 30px auto;
}

#main_top {
	display: block;
	height: 40px;
	background-image: url(gfx/main_top.png);
}

#main_bottom {
	display: block;
	height: 40px;
	background-image: url(gfx/main_bottom.png);
	background-position: 1px 0;
}

.telefon {
	display: block;
	margin-bottom: 5px;
	padding-left: 30px;
	background-image: url(./gfx/telButton.png);
	background-position: 0 50%;
	background-repeat: no-repeat;
}

.email {
	display: block;
	padding-left: 30px;
	background-image: url(./gfx/emailButton.png);
	background-position: 0 50%;
	background-repeat: no-repeat;
}

.lightblue {
	background-color: #b7ddff;
}

#footer {
	text-align: center;
	font-size: 9px;
	padding-top: 5px;
	border-bottom: 4px solid #ffc400;
}

#footer a {
	font-size: 9px;	
}

#footer a:hover {
	font-weight: bold;
}

div#partners {
	width: 420px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

a.partner {
	float: left;
	width: 140px;
	margin: 0;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}a.space {
	float: left;
	width: 140px;
	margin: 0;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

a.partner:hover {
	background-color: #eaeaea;
}

img.partner {
	width: 100px;	border: none;
}

#pcvisitBanner {
	margin-left: auto;
	margin-right: auto;
	display: block;
	border: 0;
	width: 180px;
}