/* @override http://wanderforschung.de/templates/WF/style.css */

/* @group HTML */

body {
	background-color: #d3e2e9;
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	font-size: 9pt;
	margin: 0px;
}

td {
	font-size: 1em;
	vertical-align: top;
}

a {
	color: #5985a0;
	text-decoration: none;
	font-weight: 700;
}

a:hover {
	color: #202020;
	text-decoration: none;
}

h1 {
	color: #5985a0;
	text-decoration: none;
	font-weight: 500;
	font-size: 1.4em;
	margin-bottom: 15px;
	margin-top: 1px;
}

h2 {
	color: #888888;
	text-decoration: none;
	font-weight: 700;
	font-size: 1.2em;
	margin-bottom: 1px;
}

h3 {
	color: #5a493f;
	text-decoration: none;
	font-weight: 700;
	font-size: 1em;
	margin-bottom: 1px;
}

b, strong {
	text-decoration: none;
	font-weight: 700;
}

div {
	margin: 0px;
	padding: 0px;
}

input, select, textarea {
	font-size: 1em;
	background-color: #FFFFFF;
}

/* @end */

/* @group Klassen */

.pic {
	margin: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
	clear: both;
}

.pic_set {
	margin: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.klein {
	font-size: 0.9em;
}

/* @end */

/* @group Layout */

#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 900px;
	height: 196px;
}

#header_bg {
	background-color: #9ec8d8;
	width: 100%;
	padding: 0px;
}

#footer {
	background-image: url(../DE/images/bottom.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 900px;
	padding: 0px;
}

#footer_bg {
	background-image: url(../DE/images/bottom_bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 100% padding: 0px;
}

#print_module {
	float: right;
	margin: 0px;
}

#container {
	width: 100%;
	float: left;
	padding: 0px;
	background-image: url('images/content.jpg');
	background-repeat: repeat-y;
	background-position: center;
}

#container2 {
	width: 900px;
	padding-top: 10px;
}

#content {
	width: 555px;
	float: right;
	margin-right: 50px;
	margin-top: 9px;
	font-size: 1.1em;
	line-height: 1.6em;
}

*html #content {
	margin-right: 30px;
}

#content li {
	padding: 0px;
}

/* @end */

/* @group Menü */

#navi {
	width: 213px;
	margin-left: 42px;
	margin-top: 10px;
	float: left;
	font-weight: 700;
}

*html #navi {
	margin-left: 20px;
}

*+html #navi {
	margin-left: 43px;
	width: 240px;
}

#navi ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	float: left;
}

#navi a {
	display: block;
	padding: 3px;
	padding-left: 15px;
}

.mainmenu {
	padding: 0px;
	padding-top: 5px;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	float: left;
	clear: left;
	height: 29px;
	width: 240px;
}

.mainmenu a {
	font-size: 1.2em;
	color: #5985a0;
	font-weight: 500;
}

.mainmenu a:hover {
	color: #555555;
}

.mainmenuactive {
	padding: 0px;
	padding-top: 5px;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	float: left;
	clear: left;
	height: 29px;
	width: 240px;
}

.mainmenuactive a {
	font-size: 1.2em;
	color: #5985a0;
	font-weight: 700;
}

.mainmenuactive a:hover {
	color: #555555;
}

.submenu {
	padding: 0px;
	padding-left: 10px;
	margin: 0px;
	background: transparent;
	height: auto;
	float: left;
	clear: left;
	height: 20px;
	width: 240px;
}

.submenu a {
	font-size: 1em;
	color: #333333;
	font-weight: 500;
}

.submenu a:hover {
	color: #555555;
}

*html .submenu li {
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: -20px;
}

.submenuactive {
	padding: 0px;
	padding-left: 10px;
	margin: 0px;
	background: transparent;
	height: auto;
	float: left;
	clear: left;
	height: 20px;
	width: 240px;
}

.submenuactive a {
	color: #5985a0;
	font-weight: 700;
}

.submenuactive a:hover {
	color: #555555;
}

/* @end */

/* MODULE */

.languages {
	padding-top: 15px;
	color: #5985a0;
	font-weight: 500;
}

.languages a {
	color: #5985a0;
	font-size: 0.8em;
	margin: 3px;
	font-weight: 500;
}

.news {
	background-color: #d8e2e4;
	width: 535px;
	padding: 10px;
	margin:15px 0;
	float: left;
	border: 1px solid #bdccd1;
}

*html .news {
	width: 555px;
}

.news h2 {
	margin: 0px;
	color: #555;
	margin-bottom: 7px;
}

.downloads {
	width: 100%;
	background-color: #bdccd1;
	padding: 10px;
	margin-bottom: 20px;
	float: left;
	border: 1px solid #5985a0;
}