/* Allgemein */
body {
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	background-color: #a2bad4;
}
h1, h2 {
	text-align: center;
}
ul {
	list-style-type: square;
	margin-top: 0px;
}
hr {
	margin: 30px auto;
	width: 75%;
}

th {
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  border: 1px solid #000;
  border-bottom: 2px solid #000;
  background-color: #0B5EA2;  
  color: #fff;
  padding: 2px 5px;
}
td {
  vertical-align: top;
  border: 1px solid #000;
  background-color: #c3d9f0;
  padding: 2px 5px 2px 5px;
}


/* Links */
a:link, a:visited {
	color: #00f;
}
a:hover {
	color: #f00;
}

/* Container */
div#cn_all {
	padding-right: 15px;
	margin-bottom: 30px;
	border-left: 10px solid #0b5ea2;
	text-align: left;
}

/* Bereiche */
div#sc_top {
	height: 250px;
}
div#sc_left {
	width: 150px;
	float: left;
	color: #fff;
	border-bottom: 1px solid #0B5EA2;
}
div#sc_right {
	margin: 10px 100px 50px 220px;
	padding: 2px 5px;
}

div#cn_ctr_footer {
	text-align: center;
}
div#sc_ctr_footer {
	margin-top: 50px;
	height: 16px;
	padding: 4px;
	clear: both;
	text-align: center;
	font-size: .9em;
}
img#ftr_ln {
	margin: auto;
	margin-top: 10px;
	display: block;
}

div#ova_footer {
	clear: both;
	margin-bottom: 15px;
}

img#headimage {
	margin-left: 0px;
	margin-right: auto;
	float: left;
	border: none;
}
img#logo {
	margin-right: 5px;
	margin-left: auto;
	float: right;
	border: none;
}

/* Navigation */
div.cn_nav {
	display: block;
	margin-top: 30px;
}
div.nav_head {
	display: block;
	height: 15px;
}
a.nav_link:link, a.nav_link:visited {
	display: block;
	width: 127px;
	height: 15px;
	padding: 4px 2px 6px 20px;
	background-image: url(../img/button.gif);
	color: #000;
	text-decoration: none;
	border-right: 1px solid #0B5EA2;
}
a.nav_link:hover {
	color: #fff;
	background-image: url(../img/button_mo.gif);
}

/* Vorgefertigte Formatierungen */
.ctr { text-align: center; }
div.cn_image {
	margin-left: 10px;
	font-size: .85em;
}
div.cn_image_fleft {
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: .85em;
	float: left;
}
div.cn_image_fright {
	margin-left: 5px;
	margin-bottom: 5px;
	font-size: .85em;
	float: right;
}
img.link { border: none; }
