@charset "UTF-8";
/* =============================================================================
CSS Document - EDITOR
Media: Screen
Author: webberyy GmbH, Nicole Holler
================================================================================ */

/* Allgemeine Definitionen */

body {
	font: 13px Arial, Helvetica, sans-serif;
	color: #444;
	line-height: 20px;
}

img {
	border: none;
}

#main p, #content ul {
	margin-bottom: 15px;	
}


h1, h2 {
	color: #22409A;
  font-size: 24px;
  line-height: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}

h3 {
	color: #22409A;
    font-size: 14px;
    line-height: 14px;
	margin-bottom: 15px;
}

/* Hyperlinks */

a:link, a:visited {
	color: #22409A;	
	text-decoration: none;
}

a:hover, a:focus, a:active {
	color: #dd5500;
}

/* Copyright einmitten */

.center {
	width: 980px;
	text-align: center;
	margin: 20px 0;
}

/* NAVI CSS */

/* Toplinks */

.moduletable_toplinks {
	float: right;
	font-size: 10px;
	/* border-left: 1px solid #ccc; */ /* haada */
}

.moduletable_toplinks li {
	list-style-type: none;
	text-transform: uppercase;
	float: left;
}

.moduletable_toplinks li a {
	border-left: 1px solid #ccc;
    padding-left: 9px;
    padding-right: 9px;
	text-decoration: none;
	line-height: 30px;
	height: 30px;
	display: block;
	font-weight: bold;
}

.moduletable_toplinks li:first-child a {
	/* border-left: none; */ /* haada */
}

.moduletable_toplinks li a:link,
.moduletable_toplinks li a:visited {
	color: #666;
}

.moduletable_toplinks li a:hover,
.moduletable_toplinks li a:focus, 
.moduletable_toplinks li.active a {
	background: #fff;
}

/* Breadcrumbs */

.breadcrumbs {
	margin-bottom: 20px;
}

.breadcrumbs span {
	font-weight: bold;
}

.breadcrumbs .pathway {
	margin-right: 5px;
}

#content .breadcrumbs img {
	margin-right: 7px;
}



/* LAYOUT CSS */

/*	--------------------------------------------------------------------------------

	Kalibrierung, Allgemeines

	--------------------------------------------------------------------------------*/

* {
	padding: 0;
	margin: 0;
}

body {
	background: url(../graphics/body_bg.jpg) center top no-repeat;
}

.clearing {
	clear: both;
}

/*	--------------------------------------------------------------------------------

	Layoutbereiche

	--------------------------------------------------------------------------------*/

#wrapper {
	width: 980px;
	margin: 0px auto;
}

/* Header */

#header_top {
	background: url(../graphics/header_bg.jpg) repeat-x;
	/* padding: 0px 7px; */ /* haada */
}

#header_middle {
	/* border-bottom: 1px dotted #999999; */
}

#header_bottom .moduletable {
	padding-bottom: 15px; /* haada */
}

#header_top_left, 
#header_middle_left, 
#header_bottom_left {
	float: left;
}

#header_top_right,
#header_middle_right,
#header_bottom_right {
	float: right;
}

/* Logo */

.moduletable_logo {
	margin-top: 37px; /* haada */
	margin-bottom: 7px;
}

/* Main */

#main {
	padding-bottom: 15px; /* haada */
}

/* Content */

#content {
	float: left;
	width: 938px; 					/* width: 762px */
	border: 1px solid #ddd;
	background: #fff;
	padding: 20px;
	min-height: 500px;
}

/*#content_top {
	
}*/

/*#content_middle {
	
}*/

/*#content_bottom {
	
}*/

#content_bottom .moduletable {
	margin-top: 40px;
}

/* Right */

#right {
	width: 199px; /* haada */
	float: right;
}

#right .moduletable {
	/* padding: 10px; */ /* haada */
}

/* Footer */

#footer_top {
	background: #fff;
	padding: 20px;
	border: 1px solid #ddd;
	font-size: 11px;
}

#footer_top_left {
    float: left;
}

#footer_top_left, 
#footer_middle_left, 
#footer_bottom_left {
	float: left;
}

#footer_top_right,
#footer_middle_right,
#footer_bottom_right {
	float: right;
}

#footer_top_left { width: 100%; }