/*
Colorcodes (Hex):

dark blue:		#4a667a
light blue:		#657d8e
dark yellow:	#dfa01d
light yellow:	#f1d499	


Font-Family:

Verdana, sans-serif
*/


/* ---------------------------------- Globals ----------------------------------- */
* {
	margin: 0;
	padding: 0;
	font-family: "Verdana", sans-serif;
}

body {
	margin: 0;
	background-color: #b9c0c6;
	font-size: 12px;
}

a {
	font-size: 12px;
	color: #4a667a;
	text-decoration: none;
}
a:hover, a:active { color: #dfa01d; }

/* Text-Sytles */
h1, h2.contentheading {
	font-size: 16px;
	font-weight: bold;
	color: #4a667a;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #4a667a;
	line-height: 20px;
}

h3, h3.contentheading {
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
}

/* Text content for menutext & articles */
p, .overview_text {
	color: #333333;
	line-height: 1.35em; /* ### OVERALL line height ### */
	font-size: 12px;
}

p.code {
	margin-top: 5px;
	padding: 10px 20px 10px 20px;
	background-color: #fcf4e1;
	color: #000000;
}

/* Text-Format */

.gelbe_ueberschrift, gelbe_ueberschrift a {
	font-size: 16px;
	font-weight: bold;
	color: #dfa01d;
	margin: 1.5em 0 1em 0 !important;
}

.ueberschrift_1, ueberschrift_1 a {
	font-size: 16px;
	font-weight: bold;
	color: #4a667a;
	margin: 1.5em 0 1em 0 !important;
}


.ueberschrift_2, ueberschrift_2 a {
	size: 12px;
	font-weight: bold;
	color: #4a667a;
	margin: 0 0 1em 0 !important;
}

.standard_text {
	color: #333333;
	font-size: 12px;
	margin: 0 !important;
	padding: 0 !important;
}

.standard_text_gelb {
	color: #dfa01d;
	font-size: 12px;
        font-weight: bold;
	margin: 0 !important;
	padding: 0 !important;
}

.zitat { padding: 1em 2.3em 1em 2.3em; }

.fussnote {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-size: .9em !important;
}

/* ------------------------------- Extra-Globals -------------------------------- */
#background {
	background-image: url(background.png);
	background-repeat: repeat-x;
}

#wraper {
	width: 979px !important;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #ffffff;
}

.center { text-align: center; }

/* Padding for each container */
.inside { padding: .63em; }

.clearer { clear: both; }

.hider { display: none; }

.url { display: none; }


/* ------------------------------- Header -------------------------------- */
#header {
	text-align: right;
	padding: 5px 0 4px 0;
}

#header a {
	font-size: 11px;
	color: #dfa01d;
}

#header a:hover { text-decoration: underline; }


/* ------------------------------- Top bar -------------------------------- */
#top {
	background-color: #4a667a;
	border-bottom: 4px solid #4a667a;
}

/* Menu */
#wrap {
	margin: 0;
	padding: 0;
	float: left;
}

.transMenu td {
	border-top: 1px solid #ffffff;
}

/* Header Image */
#header_image {
	border-bottom: 1px solid #000000;
}


/* ------------------------------------ Submenu ------------------------------------ */
#left .inside {
	padding: 0;
}

#left {
	float:left;
	width: 22%;
	overflow:hidden;
	margin: 8px 1.4em 0 .65em;
}

/* Left Navigation */
#left ul {
	list-style-type: none;
	margin: 1em -10px 2em -10px;
}

#left ul li {
	margin-bottom: 1px;
	background-color: #f1d499;
}

#left ul li a {
	display: block;
	padding: .5em 0 .5em 0;
	text-decoration: none;
}

#left ul li a:link, #left ul li a:visited {
	padding-left: 1.6em;
	color: #000000;
	font-weight: normal;
}

#left ul li a:focus, #left ul li a:hover, #left ul li a:active {
	color: #ffffff;
	background-color: #dfa01d;
}

#left ul li.parent.active a, #left ul li.parent.active a:visited {
	background-color: #dfa01d;
	color: #ffffff;
}


#left ul li.active a {
	color: #ffffff;
	background-color: #dfa01d;
}

/* ------------------------------- Subsubmenu -------------------------------- */
#left ul li.parent.active ul li a, #left ul li.parent.active ul li a:visited {
	background-color: #ffffff;
	color: #000000;
	border-right: 1.5em solid #ffffff;
}

#left ul li.parent.active ul li a:hover {
	background-color: #dfa01d;
	border-color: #ffffff;
	color: #ffffff;
}

#left ul li ul, #left ul li ul li, #left ul li.parent.active ul li {
	background-color: #ffffff;
	border: 0;
	margin: 0;
	padding-left: .2em;
}

#left ul li ul {
	padding: .4em 0 .4em 0;
}

#left ul li.parent.active ul li#current, #left ul li.parent.active ul li#current a {
	color: #dfa01d;
	font-weight: bold;
	border-right: 1.5em solid #ffffff;
	background-color: #ffffff;
}


/* ------------------------------- Home Content -------------------------------- */
#content_left .moduletable, #content_right .moduletable, #right .moduletable {
	margin-bottom: 15px;
}

/* Module header */
.moduletable h3, .moduletable_aktionen h3, h3.componentheading, .componentheading {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding: 3px 10px 3px 10px;
	margin-bottom: 10px;
	background-color: #657d8e;
	border-bottom: 6px solid #4a667a;
}

/* Content left */
#content_left {
	width: 549px;
	float: left;
}

/* Content right */
#content_right {
	width: 248px;
	float: left;
}

#shop img {
	border: 1px solid #4a667a;
	margin-right: 9px;
}

/* Breadcrumbs */
#breadcrumbs {
	float: left;
}

.pathway, .pathway a {
	font-size: 10px;
	color: #bcbcbc;
}

.pathway a:hover {
	text-decoration: underline;
}


/* ------------------------------- Sidebar (right) -------------------------------- */
#right {
	width: 180px;
	float: right;
}

/* Newsletter */
#right .moduletable_newsletter {
	margin-bottom: 15px;
	background-color: #f1d499;
}


.moduletable_newsletter h3 {
	color: #4a667a;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding: 3px 10px 3px 10px;
	margin-bottom: 10px;
}

.moduletable_newsletter #form {
	padding: 0 5px 7px 7px;
}

.moduletable_newsletter .input {
	border: 1px solid #000000;
	background-color: #ffffff;
}

.moduletable_newsletter #form .button {
	color: #ffffff;
	background-color: #dfa01d;
	margin-top: 5px;
	padding: 2px 4px 2px 4px;
	border: 0;
}

.moduletable_newsletter #form .button:hover { background-color: #657d8e; }

/* Banner */
#right .bannergroup img {
	border: 1px solid #4a667a;
	margin-bottom: 12px;
}


/* ------------------------------- Footer -------------------------------- */
#footer {
	font-size: 11px;
	color:#FFFFFF;
	text-align: center;
	background-color: #4a667a;
}

#footer a {
	color:#FFFFFF;
	font-size: 11px;
}
#footer a:hover { text-decoration: underline; }


/* ------------------------------- Search -------------------------------- */
/* Search */
.moduletable_suche {
	background-color: #657d8e;
	padding: 9px 10px 8px 13px;
	float: right;
}

#search {
	font-size: 12px;
	font-weight: bold;
}

.button_suche {
	padding: 0 2px 0 2px;
	background-color: #ffffff;
	border: 0;
}

.button_suche:hover { background-color: #f1d499; }

/* Results */
.results {
	margin-bottom: 3em;
	font-size: .9em;
}

.results h3.componentheading {
	padding-bottom: 4px;
}

.results h2 {
	margin: 1em 0 0 0 !important;
	padding-top: .5em;
}

.result {
	margin-bottom: 1em;
	padding: 0 1em .5em 1em;
	background-color: #F0F0F0;
}

.display {
	font-size: 1.1em !important;
	margin-top: 2em;
	color: #585858;
}

.highlight {
	font-weight: bold;
	color: #dfa01d;
}

.result_date {
	margin-top: .2em;
}


/* ------------------------------- Editor Menu -------------------------------- */
#right .moduletable_menu {
	border: 1px solid #999999;
	margin-bottom: 1em;
}

#right .moduletable_menu h3 {
	text-align: left;
	font-weight: bold;
	color: #ffffff;
	background-color: #999999;
	border: 0.2em solid #999999;
	margin-top: 0em;
	padding-left: .3em;
}

#right .moduletable_menu ul {
	list-style-type: none;
	line-height: 1.5em;
	padding: 1em 0 1em 1em;
}

#right .moduletable_menu ul li a {
	color: #000000;
}

#right .moduletable_menu ul li a:hover {
	text-decoration: underline;
}

/* Login Page */
#login #form {
	border: none;
}

.login_form {
	color: #585858;
	font-size: .9em;
}

.input_left {
	float: left;
	text-align: right;
	width: 10em;
	margin-bottom: .2em;
	margin-right: 1em;
}

.input_right {
	float: left;
	text-align:left;
}


/* ------------------------------- Article Editor -------------------------------- */
fieldset {
	margin-bottom: 3em;
	border: 0;
	background-color: #F4F4F4;
}

fieldset legend {
	font-weight: bold;
	color: #000000;
	font-size: 14px;
	padding: 1em 0 1em 0;
}

fieldset div {
	margin-bottom: 5px;
}


/* ------------------------------- Tooltips -------------------------------- */
.tool-title {
	text-align: left;
	font-weight: bold;
	color: #ffffff;
	background-color: #999999;
	border: 0.2em solid #999999;
	margin: 0 -1em .5em -1em;
	padding-left: .3em;
}

.tool-tip {
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #999999;
	padding: 0 1em 1em 1em;
}

#content .contentpaneopen_edit img { border: 0; }
