/* ----------------------------------------------------------------
	screen.css
	version 2009/02/02
	changed 2009/10/28
-----------------------------------------------------------------*/

/* --------------------------------------------------------------*/
/* general - tags */
/* --------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

html {
	overflow: scroll; 
}

body {
	font-size: 100.01%;
	font-family: verdana, arial;
	background: #fdf8ea url(../images/body_bg.gif) repeat-x top left;
	text-align: center;
}

input, select {
	color: #666;
}

textarea {
	font-family: verdana, arial;
	font-size: 1em;
	color: #666;
}

a {
	text-decoration: none;
}

fieldset, img {
	border: none;
}

ul {
	list-style-type: none;
}


/* --------------------------------------------------------------*/
/* general - ids*/
/* --------------------------------------------------------------*/

#container {
	width: 957px;
	margin: 0 auto;
	text-align: left;
}

#shadow_top {
	padding-right: 7px;
	background: transparent url(../images/shadow_top_bg.gif) no-repeat top right;
}

#shadow_main {
	padding-right: 7px;
	background: transparent url(../images/shadow_main_bg.gif) repeat-y top right;
}

#shadow_bottom {
	height: 7px;
	clear: both;
	margin-bottom: 10px;
	background: transparent url(../images/shadow_bottom_bg.gif) no-repeat top left;
}

/* --------------------------------------------------------------*/
/* general - classes */
/* --------------------------------------------------------------*/

.cleaner {
	clear: both;
	margin: 0;
	padding: 0;
}

* html .cleaner {
	height: 0px;
	font-size: 1px;
}

*:first-child+html .cleaner {
	height: 0px;
}

.error {
	color: #c00;
}

/* Kennzeichnung versteckter Datensaetze */
table.typo3-editPanel-previewBorder {
	border: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	background-color: #fff;
}

table.typo3-editPanel-previewBorder td {
	padding: 5px;
}

table.typo3-editPanel td.typo3-editPanel-controls {
	border: none;
	background-color: #fff;
}

table.typo3-editPanel td.typo3-editPanel-controls img {
	margin: 0 2px;
}


/* --------------------------------------------------------------*/
/* header */
/* --------------------------------------------------------------*/

#header_slogan {
	margin-top: 29px;
	padding-left: 460px;
}

#header_search {
	background: #fff url(../images/header_search_bg.gif) no-repeat top left;
	min-height: 56px;
	padding-top: 3px;
}

* html #header_search {
	height: 56px;
}

#header_search form {
	padding-left: 780px;
}

#header_search #search_wrap {
	position: relative;
	width: 140px;
}

#header_search #search_wrap span.search_left {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 22px;
	height: 28px;
	background: transparent url(../images/inputround_left.gif) no-repeat scroll left top;
}

#header_search #search_wrap input#searchtext {
	position: absolute;
	right: 10px;
	top: 0;
	margin: 0;
	padding: 5px 0 2px 5px;
	font-weight: bold;
	width: 105px;
	height: 21px;
	border: 0 none;
	color: #a6262c;
	background: transparent url(../images/inputround_main.gif) repeat-x scroll center top;
}

* html #header_search #search_wrap input#searchtext {
	right: 32px;
}

html:first-child>b\ody #header_search #search_wrap input#searchtext {
    padding-top: 0pt;
}

#header_search #search_wrap span.search_right {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 13px;
	height: 28px;
	background: transparent url(../images/inputround_right.gif) no-repeat scroll left top;
}

* html #header_search #search_wrap span.search_right {
	right: 23px;
}

#header_search #search_wrap input#searchbutton {
	margin-left: 142px;
}


/* --------------------------------------------------------------*/
/* middle */
/* --------------------------------------------------------------*/

#middle {
	background-color: #fff;
}


/* --------------------------------------------------------------*/
/* navigation_main */
/* --------------------------------------------------------------*/

#navigation_main_wrap {
	float: left;
    margin-left: -200px;
    width: 200px;
}

* html #navigation_main_wrap {
    margin-left: -100px;
    /*width: 15.97em; /*Für IE6 ggf. diese Breite leicht anpassen, damit sich Content nicht unter die Navi schiebt */
}

#navigation_main {
	padding-top: 30px;
	background: #ffa92a url(../images/navigation_main_bg.gif) no-repeat top left;
}

#navigation_main ul ul li{
	background-color: #ffca7d;
}

#navigation_main ul ul ul li{
	background-color: #ffefd9;
}

#navigation_main a {
	display: block;
	margin: 0pt 5px;
	padding: 4px 10px;
	font-size: 0.8em;
	font-weight: bold;
	color: #a6262c;
	border-bottom: 1px solid #fff;
}

#navigation_main a.active, #navigation_main a:hover {
	color: #fff;
}

#navigation_main a.active_sub {
	border-bottom: none;
}

#navigation_main ul ul a {
	padding-left: 20px;
	border-bottom: none;
    background: transparent url(../images/navigation_main_a2_active_bg.gif) left top no-repeat;
    color: #913e42;
}

#navigation_main ul ul a.active {
	background: transparent url(../images/navigation_main_a2_bg.gif) left top no-repeat;
}

#navigation_main ul ul a:hover, #navigation_main ul ul a.active:hover {
	background: transparent;
}

#navigation_main ul ul ul a {
	padding-left: 30px;
	background: transparent url(../images/navigation_main_a3_active_bg.gif) no-repeat left top;
	color: #913e42;
}

#navigation_main ul ul ul a.active {
	background: transparent url(../images/navigation_main_a3_bg.gif) no-repeat left top;
    color: #ffa92a;
}

#navigation_main ul ul ul a:hover, #navigation_main ul ul ul a.active:hover {
	background: transparent;
    color: #ffa92a;
}

#navigation_main .highlight {
	padding-left: 35px;
	background: url(../images/navigation_main_tr_event.gif) top left no-repeat;
}


/* --------------------------------------------------------------*/
/* newsletter */
/* --------------------------------------------------------------*/

#newsletter {
	padding: 20px 15px 10px 15px;
	color: #666;
}

#newsletter h1 {
	font-size: .9em;
}

#newsletter form {
	margin-top: 3px;
}

#newsletter a {
	margin: 0;
	padding: 5px 0;
	font-weight: normal;
	border: none;
}

#navigation_main #newsletter form fieldset div#newsletter_subscribe {
	position: relative;
	width: 145px;
}

#navigation_main #newsletter form fieldset span.newsletter_left {
	background: transparent url(../images/inputround_left_nl.gif) no-repeat scroll left top;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 28px;
	width: 12px;
}

#navigation_main #newsletter form fieldset input#email {
	position: absolute;
	right: 13px;
	top: 0;
	margin: 0;
	padding: 5px 0 2px 5px;
	font-weight: bold;
	width: 115px;
	height: 21px;
	border: 0 none;
	color: #a6262c;
	background: transparent url(../images/inputround_main.gif) repeat-x scroll center top;
}

* html #navigation_main #newsletter form fieldset input#email {
	right: 38px;
}

html:first-child>b\ody #navigation_main #newsletter form fieldset input#email {
    padding-top: 0pt;
}

#navigation_main #newsletter form fieldset span.newsletter_right {
	background: transparent url(../images/inputround_right.gif) no-repeat scroll left top;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 13px;
	height: 28px;
}

* html #navigation_main #newsletter form fieldset span.newsletter_right {
	right: 25px;
}

#navigation_main #newsletter form fieldset input#newsletter_submit {
	margin-left: 147px;
}

#navigation_main #newsletter form fieldset p.error {
	color: #c00;
	font-size: .7em;
	margin-bottom: 5px;
}

#content p.margin_top {
	margin-top: 10px;
}


/* --------------------------------------------------------------*/
/* content general */
/* --------------------------------------------------------------*/

#content_wrap {
    float: left;
}

#content {
	padding: 0 30px 10px 30px; 
	font-size: .75em;
	min-height: 300px;
}

* html #content {
	height: 300px;
}

/* --------------------------------------------------------------*/
/* rootline */
/* --------------------------------------------------------------*/

#content #rootline {
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-size: .85em;
	border-bottom: 1px solid #fedea9;
}

#content #rootline a {
	text-decoration: none;
	font-weight: normal;
	color: #666;
}

#content #rootline a:hover {
	color: #000;
}


/* --------------------------------------------------------------*/
/* content detail */
/* --------------------------------------------------------------*/

#content h1 {
	font-size: 1.4em;
}

#content h2 {
	font-size: 1.2em;
}

#content h3, #content h4, #content h5, #content h6 {
	font-size: 1.1em;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	margin-bottom: .6em;
	color: #ffa92a;
}

#content p {
	margin-bottom: .8em;
    line-height: 16px;
}

#content a {
	color: #a6262c;
	font-weight: bold;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

#content ul {
	margin: 0pt 1.7em 1em;
	list-style-image: url(../images/bg_list.gif);
}

#content ul li, #content ol li {
	margin: 0 0 5px 0;
}

#content ol {
	margin: 0pt 2.3em 1em;
}

#content ul ul, #content ol ol {
	margin-bottom: 0;
}

#content img.float_left {
	float: left;
}

#content .csc-textpic-caption {
	margin: 5px 0 0 0;
	padding: 0 0 0 18px;
	font-size: .8em;
	text-align: left;
	background: url(../images/icon_caption.gif) top left no-repeat;
}


/* --------------------------------------------------------------*/
/* teaser */
/* --------------------------------------------------------------*/

#teaser_wrap {
    float: left;
	margin: 1.1em -190px 0 0;
    width: 175px;
}

#teaser_wrap .teaser {
	margin: 0 10px 10px 0;
	padding: 5px 5px;
	font-size: .8em;
	color: #666;
	border: 1px solid #ffa92a;
	background: #fff2df;
}

#teaser_wrap .teaser h1 {
	font-size: 1em;
}

#teaser_wrap .teaser h1 {
	margin-bottom: .4em;
}

#teaser_wrap .teaser p {
	margin-bottom: 0;
}

#teaser_wrap .teaser a {
	color: #a6262c;
	font-weight: bold;
	text-decoration: underline;
}

#teaser_wrap .teaser a:hover {
	text-decoration: none;
}

#teaser_wrap ul, #teaser_wrap ol {
	margin: 0 0 0 1.5em;
  position: relative;
}

#teaser_wrap ul {
	list-style-image: url(../images/bg_list_teaser.gif);
}

#teaser_wrap ul li, #teaser_wrap ol li {
	margin: 0 0 .3em 0;
}


/* --------------------------------------------------------------*/
/* tools */
/* --------------------------------------------------------------*/

#tools {
	padding: 4px 0;
	font-size: .7em;
	border-top: 1px solid #fedea9;
}

#tools img {
	margin:	0 5px 0 0;
}

#tools  a {
	color: #666;
	text-decoration: none;
}

#tools a:hover {
	color: #000;
}

#tools #toplink {
	float: left;
	width: 33%;
}

#tools #tiplink {
	float: left;
	width: 33%;
	text-align: center;
}

#tools #printlink {
	text-align: right;
}


/* --------------------------------------------------------------*/
/* footer */
/* --------------------------------------------------------------*/

#footer_wrap {
	width: 100%;
	min-height: 54px;
	background: transparent url(../images/footer_bg.gif) repeat-x left top;
}

* html #footer_wrap {
	height: 54px;
}

#footer {
	margin: 0 auto;
	padding: 10px 0 0 0;
	width: 950px;
	font-size: .7em;
	text-align: left;
	color: #fff;
}

#footer p {
	float: left;
	width: 70%;
}

#footer a {
	color: #fff;
}

#footer ul {
	float: left;
	width: 30%;
	text-align: right;
}

#footer ul li {
	display: inline;
	padding: 0 10px 0 0;
}

#footer ul li a {
	text-decoration: underline;
}

#footer ul li a:hover, #footer ul li a.active, #footer p a:hover, #footer p a.active {
	text-decoration: none;
	color: #fff;
}
