@CHARSET "UTF-8";

/* default styles */	
/* Farben:
COLOR="#E60005" (pam rot) 
COLOR="#333366" (pam blau)

*/
/* ### basic stuff ### */
@import url(forms.css);
@import url(anchors.css);
@import url(RTE_default.css);
@import url(tt_news.css);
@import url(sr_feuser_register.css);

br.clearer { clear: both; }

body {
	margin: 0;
	background-color: #fff;
	background-image: url(../media/background-main2.png);
	background-position: 0 0;
	font-family: Geneva, Arial, Helvetica, san-serif;
	line-height: 1.1em;
    /* for all browsers except for IE5 */
	font-size: medium;
	}
* html body {
  font-size: small; /* for IE5/Win */
  f\ont-size: small; /* for othe IE5 versions */
}

/* die Banner skalieren synchron zu der Hauptfläche */
#banner {
	position: absolute;
	top: 0;
	left: 165px;
	width: 85%;
	min-width: 850px;
	height: 710px;
	margin: 0.5em 0 0 0;
	padding: 0;
	}

#banner iframe#a8ddeae9 {
	float: right;
	position: absolute;
	right: 170px;
	}
	
#banner iframe#ac9c3afb {
	position: absolute;
	right: 0;
	margin: 100px 0 0 0;
	padding: 0;
	}

.contentbanner {
	clear: both;
	margin-bottom: 10px;
	text-align: center;
	}

#contentarea {
	position: absolute;
	top: 110px;
	width: 85%;
	min-height: 500px;
	min-width: 850px;
	background: #fff url(../media/background-content2.gif) 0 0 repeat-x;
	border-right: solid 2px #666;
	border-bottom: solid 2px #666;	
	text-align: left;	
}

div#header {
	height: 120px;
	}
	
div#header img#logo {
	position: absolute;
	z-index: 10;
	margin: 0;
	padding: 0;
	top: 10px;
	left: 2%;
	}

/* top navigation */
div#h-navigation {
	position: absolute;
	top: 0;
	right: 0;
	width: 720px;
	height: 65px;
	margin: 0;
	padding: 0;
	border: 0;
	/* background: url(../media/background-header-nav.gif) bottom left no-repeat; */
	}
	
ul#h-navigation-list {
	list-style: none;
	margin: 0;
	padding: 0 0 2.2em 1em;
	font-size: 80%;
	float: right;
	background: url(../media/ecke_blau-links-unten.gif) bottom left #DFDFE9 no-repeat;
	-moz-opacity:  0.95;
	opacity: .95;
	filter: alpha(opacity=95);
	z-index: 1;
	}
	
ul#h-navigation-list li {
	float: left;
	margin: 0;
	padding: 0;	
	text-align: center;
	}
	
ul#h-navigation-list li a {
	display: block;
	float: left;
	width: 4.5em;
	margin: 0;
	/*padding: 0.5em 0.7em 1em 1em;*/
		padding: 0.3em 0.5em 0.9em 0.9em;
	background: url(../media/tab.png) 0% 100%;
	color: #333;
	text-decoration: none;
	}
	
* html ul#h-navigation-list li a {
	width: 5.5em;
	}
	
/* IE 6 hack */
* html ul#h-navigation-list li a {
	/* no png alpha support */
	background: url(../media/tab.gif) 0% 100%;
	}	
	
ul#h-navigation-list li a:hover {
	color: #fff;
	text-decoration: underline; 
	}
	
ul#h-navigation-list li em {
	display: block;
	float: left;
	margin: 0;	
	padding: 0.3em 0 0.9em 0em;
	width: 7px;
	background: url(../media/tab.png) no-repeat -294px 100%;
	color: #999;
	}
	
/* IE 6 hack */
* html ul#h-navigation-list li em {
	/* no png alpha support */
	background: url(../media/tab.gif) no-repeat -294px 100%;
	}
	
ul#h-navigation-list li em span, ul#h-navigation-list li a span {
	visibility: hidden;
	width: 0px;
	margin: 0;
	padding: 0;
	}
	
ul#h-navigation-list li.active a {
	background: url(../media/tab-active.png) 0% 100%;
	color: #fff;
	}
	
/* IE 6 hack */
* html ul#h-navigation-list li.active a {
	/* no png alpha support */
	background: url(../media/tab-active.gif) 0% 100%;
	}
	
ul#h-navigation-list li.active em {
	background: url(../media/tab-active.png) no-repeat -294px 100%;
	}
	
/* IE 6 hack */
* html ul#h-navigation-list li.active em {
	/* no png alpha support */
	background: url(../media/tab-active.gif) no-repeat -294px 100%;
	}
	
ul#h-navigation-list li, ul#h-navigation-list-2 li, ul#breadcrumb li {
	float: left;
	margin: 0;
	padding: 0;	
	}
	
ul#h-navigation-list-2 {
	position: absolute;
	top: 3em;
	right: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 80%;
	float: right;
	z-index: 1;
	}

ul#h-navigation-list-2 li {
	float: left;
	margin: 0;
	padding: 0 1em 0 0;	
	}
	
ul#h-navigation-list-2 li a {
	text-decoration: none;	
	}
	
ul#h-navigation-list-2 li.active a {
	font-weight: bold;	
	}
	
ul#h-navigation-list-2 li a:hover {
	text-decoration: underline;	
	}
	
/* ### */

ul.h-navigation-list-sub {
	position: absolute;
	top: 2.2em;
	width: auto;
	list-style: none;
	margin: 0;
	padding: 0.5em 0 0em 0;	
	background: url(../media/background-submenu.jpg) bottom left #DFDFE9 no-repeat;
	display: none;
	}

/* IE7 hack */	
*+html ul.h-navigation-list-sub {
	margin: 0 0 0 -6.5em !important;
	}
	
/* IE6 hack */	
* html ul.h-navigation-list-sub {
	margin: 0 0 0 -6em !important;
	width: auto;
	}
	
ul.h-navigation-list-sub li {
	clear: both;
	float: none;
	text-align: left !important;
	border: none !important;
	}
	
ul.h-navigation-list-sub li a {
	text-decoration: none;
	background-image: none !important;
	background-color: none !important;
	display: block;	
	width: auto !important;
	padding: 0 0.6em 0.5em 0.5em !important;
	color: #666 !important;
	}
	
ul.h-navigation-list-sub li a:hover {
	text-decoration: underline !important;
	color: #333 !important;
	}
	
ul.h-navigation-list-sub li.last {
	display: block;
	}
	
ul.h-navigation-list-sub li.last em {
	display: block !important;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 5px;
	background: url(../media/background-submenu.jpg) bottom right no-repeat !important;
	}

/* bradcrumb */
	
ul#breadcrumb {
	position: absolute;
	left: 20px;
	top: 97px;
	height: 23px;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 70%;
	}
	
ul#breadcrumb li a {
	display: block;
	float: left;
	margin: 0;
	padding: 0.2em;
	background: url(../media/breadcrumb-back.gif) repeat-x;
	color: #333;
	text-decoration: none; 
	}
	
ul#breadcrumb li a:hover {
	text-decoration: underline; 
	}
	
ul#breadcrumb li em span, ul#breadcrumb li a span {
	visibility: hidden;
	width: 0px;
	margin: 0;
	padding: 0;
	}
	
ul#breadcrumb li em {
	display: block;
	float: left;
	margin: 0;	
	padding: 0.2em 0 0.2em 0;
	width: 15px;
	background: url(../media/breadcrumb-arrow.gif) no-repeat;
	}
	
ul#breadcrumb li.last em {
	background: url(../media/breadcrumb-arrow-last.gif) no-repeat;
	}
	
ul#breadcrumb li.first em {
	background: url(../media/breadcrumb-left.gif) no-repeat;
	width: 6px;
	}
	
/* RSS feed */
#newsfeed {
	position: absolute;
	right: 1em;
	top: 97px;
	height: 23px;
	margin: 0;
	padding: 0 0 0 24px;
	font-size: 70%;
	background: #fff url(../media/rss.gif) left 50% no-repeat;
	z-index: 0;
	}
	
/* dynamic submenu */
ul.submenu {
	position: absolute;
	top: 2.7em;
	right: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	text-align: left;
	}
	
ul.submenu li {
	float: left;
	margin: 0em;
	padding: 0;	
	}
	
ul.submenu li a {
	text-decoration: none;
	background-image: none !important;
	background-color: none !important;
	display: block;	
	padding: 0.3em 0.5em 0.3em 0.3em !important;
	}
	
ul.submenu li.active a {
	font-weight: bold;	
	color: #333 !important;	
	}
	
ul.submenu li a:hover {
	text-decoration: underline;	
	color: #000 !important;	
	}

/* tree columns */

#navigation {
	display: none;
	}
	
#content_main {
	width: 68%;	
	float: left;
	min-height: 400px;
	/* border-bottom: 2px solid #ccc; */
	padding: 2%;
	background: #fff;
	}

/* IE 7 Hack */
*+html div#content_main {
	padding: 10px;
	width: 69.5%;	
	}
	
/* IE 6 Hack */
* html div#content_main {
	padding: 10px;
	width: 72%;
	}
	

	
/* FE Elements */

.twocolumn {
	margin: 0;
	padding: 0;
	}
	
.twocolumn .left {
	float: left;
	width: 50%;
	padding: 0 2% 0 0;
	}
	
.twocolumn .right {
	float: right;
	width: 48%;
	padding: 0;
	}
	
.csc-frame-indent6633 .twocolumn .left {
	float: left;
	width: 66%;
	padding: 0 1% 0 0;
	}
	
.csc-frame-indent6633 .twocolumn .right {
	float: right;
	width: 31%;
	padding: 0;
	}
	
/*  */
	
.threecolumn {
	margin: 0;
	padding: 0;
	}
	
.threecolumn .left {
	float: left;
	width: 33%;
	padding: 0 1% 0 0;
	}
	
.threecolumn .center {
	float: left;
	width: 33%;
	padding: 0 1% 0 0;
	}
	
.threecolumn .right {
	float: right;
	width: 31%;
	padding: 0;
	}

	
/* footer */	

ul#content_footer-list {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: -1em;
	font-size: 80%;
	width: 100%;
	float: left;
	}
	
* html ul#content_footer-list {
	margin-left: 0 !important;
	}

ul#content_footer-list li a{
	display: block; 
	padding: 1em 0 0 1em;
	text-decoration: none;
	}
	
ul#content_footer-list li a:hover {
	text-decoration: underline;
	font-weight: normal;
	}
	
ul#content_footer-list li {
	display: block;
	float: left;
	padding: 0%;
	margin: 0%;
	}
	
ul#content_footer-list li#print {
	float: left;
	width: 33%; 	
	}
	
ul#content_footer-list li#print a { 
	float: left;
	padding: 1em 1em 0.2em 2.5em;
	background: url(../media/drucken_16.gif) 8% 80% no-repeat;
	}
	
ul#content_footer-list li#back {
	float: left; 
	width: 33%;	
	}
	
ul#content_footer-list li#back a { 
	float: left;
	padding: 1em 1em 0.2em 2em;
	background: url(../media/pfeil_16-links.gif) 0% 80% no-repeat;
	}
	
ul#content_footer-list li#top { 
	float: left;
	width: 33%;
	}
	
ul#content_footer-list li#top a { 
	float: right;
	padding: 1em 2em 0.2em 1em;
	background: url(../media/pfeil_16-oben.gif) 100% 80% no-repeat;
	}
	
* html ul#content_footer-list li { 
	width: 33% !important;
	padding: 0 !important;
	margin-left: 0 !important;
	float: left !important;
	}
	
div#footer {
	clear: both;
	font-size: 80%;
	text-align: left; 
	padding-left: 2%;
	}
	
div#footer p {
	margin: 0;	
	padding: 0.2em;
	}

/* right column */

#content_right {
	width: 28%;
	float: right;
	min-height: 400px;	
	}

#content_right #suche, #content_right #newsletter {
	background: url(../media/background-right-content.jpg);
	padding:  5px 10px;
	}
	
#content_right #newsletter:hover, #content_right #suche:hover, #mypam {
	background: url(../media/background-right-content-over.jpg);
	}

#suche form, #newsletter form {
	margin: 0;
	padding: 0;	
	}
	
#suche form input, #newsletter form input {
	margin: 0.4em 0.3em 0.4em 0;
	border: 2px solid #ccc;
	width: 70%;
	background: #efefef;
	color: #333;
	padding: 0.1em;
	padding-left: 0.5em;
	}

#suche form input#suche-submit, #newsletter form  input#newsletter-submit{
	margin: 0.4em 0 0.4em 0;
	padding: 0;
	width: 2.2em;
	background: url(../media/submit-back-over.gif) no-repeat 50% 50%;
	color: #fff;
	border:0;
	}

/* IE 6/7 */	
html*#suche form input#suche-submit, html*#newsletter form  input#newsletter-submit{
	margin: 0.4em 0 0.4em 0;
	padding: 0;
	}
	
#suche form input#suche-submit:hover , #newsletter form  input#newsletter-submit:hover {
	background: url(../media/submit-back.gif) no-repeat 50% 50%;
	}
	
#content_right .accordion, #content_right .gradient-background {
	background: #fff url(../media/background-right-content.jpg) no-repeat;
	padding: 0.4em 10px 0.2em 10px;
	}
	
#content_right .accordion h2 { 
	background: url(../media/expand2.1.gif) no-repeat 98% 60%; 
	padding: 0 0 0.2em 0 !important;
	margin: 0 !important;
	}

#content_right .accordion h2.exp { 
	background: url(../media/expand2.2.gif) no-repeat 98% 60%; 
	}
	
/* mypam */

#mypam {
	margin: 0;
	/* background: #ccc url(../media/background-mypam.jpg) center !important; */		
	background: url(../media/background-right-content.jpg);
	padding:  5px 0 5px 10px !important;
	}
	
#mypam p {
	margin: 0 1em 0 1em;
	color: #333 !important;
	font-weight: bold;
	text-align: left;
	}
	
#mypam .oben, #mypam .unten {
	background: #9E9E9E;
	width: 100%;
	height: 10px;
	margin: 0;
	padding: 0;
	text-align: right;
	}
	
#mypam .oben {
	background: url(../media/runde-ecken-dunkelgrau_links.gif) no-repeat 0% 0%;
	}
	
#mypam .oben em {
	display: block;
	float: right;
	height: 10px;
	width: 10px;
	background: url(../media/runde-ecken-dunkelgrau_links.gif) no-repeat -790px 0;
	}
	
#mypam .unten em {
	display: block;
	float: right;
	height: 10px;
	width: 10px;
	background: url(../media/runde-ecken-hellgrau_links.gif) no-repeat -790px 0;
	}
	
#mypam .unten em {
	background: url(../media/runde-ecken-hellgrau_links.gif) no-repeat -790px -90px;
	}
	
#mypam .unten {
	background: url(../media/runde-ecken-hellgrau_links.gif) no-repeat 0% -90px;
	}

#mypam h2 {
	text-transform: none;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0.3em 0;
	}
	
#mypam p a {
	font-weight: normal;
	padding-top: 0.5em;
	}
	
#mypam form {
	margin: 0;
	padding: 0;
	}


#mypam form input{
	margin: 0.4em 0.3em 0.4em 0;
	border: 2px solid #ccc;
	width: 30%;
	background: #efefef;
	color: #333;
	padding: 0.1em 0.1em 0.1em 0.5em;
	}

#mypam form input#mypam-submit {
	margin: 0.4em 0 0.4em 0;
	padding: 0;
	width: 2.2em;
	background: url(../media/submit-back-over.gif) no-repeat 50% 50%;
	color: #fff;
	border:0;	
	}
	
/* IE 6/7 */	
html*#mypam form input#mypam-submit {
	margin: 0.4em 0 0.4em 0;
	padding: 0 !important;
	}
	
#mypam form input#mypam-submit:hover {
	background: url(../media/submit-back.gif) no-repeat 50% 50%;	
	}

#mypam p a#pw-vergessen {
	font-size: 80%;
	}
	
#mypam div.tx-newloginbox-pi1 {
	background-image: none;
	margin: 0 !important;
	}
	
#mypam div.tx-newloginbox-pi1 p, #mypam div.tx-newloginbox-pi1 h2, #mypam div.tx-newloginbox-pi1 h3 {
	margin: 0 !important;
	color: #333 !important;
	font-size: 80%;
	font-weight: normal;
	}
	
#mypam div.tx-newloginbox-pi1 h3 {
	font-weight: bold;
	}
	
/* basic contet styles */

/* kasten */
.kasten {
	background: #DFDFE9;
	text-align: left;
	}
	
.kasten .oben, .kasten .unten {
	background: #DFDFE9;
	width: 100%;
	height: 10px;
	margin: 0;
	padding: 0;
	text-align: right;
	}
	
.kasten .oben {
	background: url(../media/runde-ecken-hellblau3.gif) no-repeat 0% 0%;
	}
	
.kasten .oben em, .kasten .unten em {
	display: block;
	float: right;
	height: 10px;
	width: 10px;
	background: url(../media/runde-ecken-hellblau3.gif) no-repeat -790px 0;
	}
	
.kasten .unten em {
	background: url(../media/runde-ecken-hellblau3.gif) no-repeat -790px -90px;
	}

/* IE 6 hack */	
* html .kasten .unten em {
	background: url(../media/runde-ecken-hellblau3.gif) no-repeat -790px -84px;
	}
	
.kasten .unten {
	background: url(../media/runde-ecken-hellblau3.gif) no-repeat 0% -90px;
	margin-bottom: 0.7em !important;
	
	}

/* IE 6 hack */	
* html .kasten .unten {
	background: url(../media/runde-ecken-hellblau3.gif) no-repeat 0% -84px;
	}
	
/* forms  */

form input {
	font-size: 80%;
	}
	
/* ### content specials ### */
p.csc-linkToTop {
	text-align: right;
	}

	
/* bestenliste */
#bestenliste th.header { 
    background-image: url(../media/pfeil_16-oben.gif);     
    cursor: pointer;
    font-size: 80%; 
    font-weight: bold; 
    background-repeat: no-repeat; 
    background-position: center left; 
    padding-left: 20px; 
    border-right: 1px solid #dad9c7; 
    margin-left: -1px; 
}

#bestenliste th.headerSortUp { 
    background-image: url(../media/pfeil_16-oben.gif); 
    background-color: #ccc; 
}

#bestenliste th.headerSortDown { 
    background-image: url(../media/pfeil_16-unten.gif); 
    background-color: #ccc; 
}

/* Bilder */
.csc-textpic-caption {
	font-size: 80%;
	color: #666;
	line-height: 1em;
	}
	
/* Abobanner */

#schnupperabo, #praemienabo, #kopfhoerer {
	background: url(../../user_upload/banner/35gespart.jpg) 87%;
	margin: 0;
	padding: 0.2em 0 0.2em 0;
	width: 100%;
	height: 4.8em;
	border-bottom: 1px solid #ccc;
	}
	
#praemienabo {
	background: url(../../user_upload/banner/50gespart.jpg) 87%;
	}
	
#kopfhoerer {
	background: url(../../user_upload/banner/kopfhoerer-badge2.jpg) 87%;
	}
	
/* home */

#keyvisual {
	width: 100%;
	height: auto;
	margin: 0;
	padding 0;
	background: url(../../user_upload/cover/titel-aktuell.jpg) top left no-repeat;
	}
	
#keyvisual2 {
	width: 100%;
	height: 270px;
	margin: 0;
	padding 0;
	background: url(../../user_upload/cover/titel-12_2007.jpg) top right no-repeat;
	}
	
#keyvisual p#aboutus {
	padding: 235px 1em 0 1em;
	}
	
.twocolumn .left .csc-frame-frame1 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 40px 0.5em 0 0.5em;
	background: url(../../user_upload/cover/breaking-news.jpg) top left no-repeat;
	}
	
.twocolumn .right .csc-frame-frame1 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 40px 0 0 0;
	background: url(../../user_upload/cover/breaking-news-r2.jpg) top right no-repeat;
	}
	
/* glossar */
div.csc-frame-frame1 ul.csc-menu-3 {
	list-style: none !important;
	margin: 0;
	padding: 0 0 2.2em 0 !important;
	float: left;
	}
	
div.csc-frame-frame1 ul.csc-menu-3 li {
	float: left;	
	text-align: center;
	padding: 0 1em 0 0;
	}
	
/

