body {
	font-family: verdana, arial, helvetica, sans-serif;
}

p.left-menu {
	text-transform: lowercase;
	font-size: 12pt;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 40px;
}

img.logo {
	margin-top: 20px;
	display: block;
	border: 0;
}

p.logo {
	font-size: 22pt;
	color: #ffffff;
	margin-top: 20px;
	letter-spacing: 4px;
	border-bottom: 1px solid;
}

p.ingress {
	margin-top: 20px;
}

p.front-teaser {
	font-size: 10pt;
	margin-top: 8px;
	margin-left: 1px;
	margin-right: 1px;
}

h1 {
	font-size: 16pt;
	text-align: center;
}

p.picture-text {
	margin-top: 10px;
	margin-bottom: 30px;
}

table.left-pane {
	width: 100%;
	margin-left: 7px;
	margin-right: 7px;
}

td.left-pane {
	foreground-color: white;
	background-color: rgb(134, 172, 182);
	vertical-align: top
}

td.main-contents {
	font-size: 10pt;
	background-color: #f7ffed;
	vertical-align: top;
	text-align: left;
}

td.main-contents div {
	margin: 25px;
	margin-top: 35px;
}	

td.main-contents img {
	border: solid 1px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

p.left-menu a:link {
	color: #ffffff;
	text-decoration: none;
	border-bottom: none;
}

p.left-menu a:visited {
	color: #ffffff;
	text-decoration: none;
	border-bottom: none;
}

p.left-menu a:hover {
	color: #4D5466;
	text-decoration: none;
	border-bottom: none;
}

a:link {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #4D5466;
}

a:visited {
	color: #4D5466;
	text-decoration: none;
	border-bottom: 1px dotted #4D5466;
}

a:hover {
	color: #4D5466;
	text-decoration: none;
	border-bottom: 1px dotted #4D5466;
}


