/*
body {
	background-color: #A0BCCF;
	padding: 2px 0px 0px 2px;
	font-family: Arial, Helvetica, sans-serif;
}
*/
body {
	background-color: #ffffff;
	padding: 2px 0px 0px 2px;
	font-family: Arial, Helvetica, sans-serif;
}
.link_oben   { text-decoration: none; color: #6699FF; font-weight: bold; font-family:arial,verdana }
.content     { font-family: arial,verdana; font-size: 14px; color: #666666 }
.navigation  { font-family: arial,verdana; font-size: 12px; color: #666666; font-weight: bold }
.copyright   { font-size: 12px; font-family: arial,verdana; color: #999999; font-weight: bold }
.ueberschrift { font-family: arial, verdana; font-size: 14px; color: #990000 }
h1, h2, h3, h4, h5, h6 {
	text-align: center;
	margin-top: 0px;
}
img {
	border: none;
}
img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.center {
	text-align: center;
}
a:link {
	color: #336699;
}
a:visited {
	color: #336699;
}
a:hover {
	color: #FF3300;
}

/* layout cells */

table.layout {
	table-layout: fixed;
}
td#buttons, td#content {
	padding: 0px;
}
td#buttons img {
	vertical-align: bottom;
	width: 154px;
	height: 27px;
}
td#maintop {
	background-image: url(../images/main_top.gif);
	background-repeat: no-repeat;
}
td#mainmiddle {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background-color: #E1E2BC;
	padding: 0px 5px 0px 5px;
}
td#mainbottom {
	background-image: url(../images/main_bottom.gif);
	background-repeat: no-repeat;
}

/* link block */

div#linkBlock {
	width: 160px;
	height: 285px;
	margin: 0px;
	background-image: url(../images/links_bg.gif);
	font-weight: bold;
	font-size: 12px;
}
div#linkBlock h3 {
	font-variant: small-caps;
	font-size: 16px;
	padding-top: 10px;
}
div#linkBlock li {
	margin-top: 15px;
}
div#linkBlock a:link {
	text-decoration: none;
	color: #000;
}
div#linkBlock a:visited {
	text-decoration: none;
	color: #000;
}
div#linkBlock a:hover {
	color: #FF3300;
}

/* ads */

div#adBlock {
	width: 160px;
	text-align: right;
}
div#adBlock img {
	margin-right: 0px;
	margin-top: 15px;
}