/*
01 - Ganze Page
02 - Header
03 - Content
04 - Content Home
10 - Werbespalte rechts
*/



/* /////////////////////////////// 01: Ganze Page //////////////////////////////////// */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font: normal 11px/18px "Calibri", Arial, Helvetica, sans-serif;
}

p,ul,ol,li {
	font: normal 12px/18px "Calibri", Arial, Helvetica, sans-serif;
	color: #333;
}

h1 {
	font: normal 20px/36px "Calibri", Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

h2 {
	font: normal 14px/18px "Calibri", Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

h2.abstand {
	margin-top: 20px;
}

h3 {
	font: bold 12px/14px "Calibri", Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}

h3 a.rubrik {
	text-decoration: none;
}

h3 a.rubrik:hover {
	text-decoration: underline;
}

#container {
	width: 962px;
	min-height: 900px;
	height: auto;
	position: relative;
	margin: 0 auto 0;
}

a, a:visited { 
 	color: #000000; 
}

#spalte_links ul li {
	margin-left: 30px;
}

/* /////////////////////////////// 02: Header //////////////////////////////////// */

#header {
	width: 100%;
	background: url(http://www.deutsche-dailys.de/images/bar-bg.jpg) repeat-x;
	height: 311px;
}

ul#soapmenu {
	list-style-type: none;
	position: absolute;
	right: 0;
}

ul#soapmenu li {
	float: left;
}

ul#soapmenu li a#audl, ul#soapmenu li a#verbotene_liebe, ul#soapmenu li a#marienhof, ul#soapmenu li a#sturm_der_liebe {
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding-top: 28px;
	font: normal 19px "Calibri", Arial, Helvetica, sans-serif;
	display: block;
	width: 167px;
	height: 76px;
}

ul#soapmenu li a#audl {
	background: url(http://www.deutsche-dailys.de/images/button-anna-und-die-liebe.gif) no-repeat;
}

ul#soapmenu li a#sturm_der_liebe {
	background: url(http://www.deutsche-dailys.de/images/button-sturm-der-liebe.gif) no-repeat;
}

ul#soapmenu li a#marienhof {
	background: url(http://www.deutsche-dailys.de/images/button-marienhof.gif) no-repeat;
}

ul#soapmenu li a#verbotene_liebe {
	background: url(http://www.deutsche-dailys.de/images/button-verbotene-liebe.gif) no-repeat;
}

ul#soapmenu li a#audl.active {
	background: url(http://www.deutsche-dailys.de/images/button-anna-und-die-liebe-hover.gif) no-repeat;
}

ul#soapmenu li a#sturm_der_liebe.active {
	background: url(http://www.deutsche-dailys.de/images/button-sturm-der-liebe-hover.gif) no-repeat;
}

ul#soapmenu li a#marienhof.active {
	background: url(http://www.deutsche-dailys.de/images/button-marienhof-hover.gif) no-repeat;
}

ul#soapmenu li a#verbotene_liebe.active {
	background: url(http://www.deutsche-dailys.de/images/button-verbotene-liebe-hover.gif) no-repeat;
}

ul#soapmenu li#bar-re {
	width: 25px;
	height: 76px;
	background: url(http://www.deutsche-dailys.de/images/bar-re.jpg) no-repeat;
}

#header #logo {
	width: 107px;
	height: 76px;
	float: left;
	background: url(http://www.deutsche-dailys.de/images/logo.jpg) no-repeat;
}

#header #logo a {
	display: block;
	text-decoration: none;
	width: 107px;
	height: 76px;
}

#header #bar-bg2 {
	width: 145px;
	height: 76px;
	float: left;
}

#header #logo a {
	display: block;
}

#header #bar-li {
	width: 26px;
	height: 76px;
	float: left;
	background: url(http://www.deutsche-dailys.de/images/bar-li.jpg) no-repeat;
}

#header #headerbild {
	width: 962px;
	height: 203px;
	float: left;
}

#header #unterhead {
	height: 32px;
	float: left;
	margin: 0 15px 0;
	width: 932px;
	background-color: #e5e2e2;
}

#header #menu {
	position: absolute;
	left: 20px;
}

#header #menu li {
	float: left;
	list-style-type: none;
}

#header #menu li a {
	text-decoration: none;
	color: #3d3d3d;
	text-align: center;
	font: normal 19px "Calibri", Arial, Helvetica, sans-serif;
	display: block;
	height: 32px;
}

#header #menu li a.short {
	width: 65px;
}

#header #menu li a.long {
	width: 94px;
}

#header #menu li#header-bottom {
	width: 445px;
	height: 32px;
}

/* /////////////////////////////// 03: Dritte Navigation //////////////////////////////////// */

#menu3 {
	width: 932px;
	height: 34px;
}

#menu3 #navi {
	height: 34px;
	width: 24px;
}

#menu3 li {
	float: right;
	list-style-type: none;
	height: 34px;
	padding-top: 7px;
}

#menu3 li a {
	padding-right: 20px;
	color: #333;
	text-decoration: none;
	font-size: 14px;
}

#menu3 li.active {
	font-weight: bold;	
}


/* /////////////////////////////// 04: Content //////////////////////////////////// */

#content {
	width: 932px;
	min-height: 700px;
	height: auto;
	background-color: #FFF;	 
	margin-left: 11px;
	overflow: auto;
	padding-bottom: 15px;
}

#content #inhalte {
	width: 872px;	
	margin: 20px 30px 0 30px;
}

#content #menu3_inhalte {
	width: 872px;	
	margin: 40px 30px 0 30px;
}

#content #menu3_inhalte_2cols {
	width: 872px;	
	margin: 40px 60px 0 30px;
}

.info {
	width: 580px;
	border: 1px solid #CCC;
	padding: 10px 20px 10px;
	line-height: 120%;
	min-height: 83px;
}

.info2 {
	height: 43px;	
	width: 580px;
	border: 1px solid #CCC;
	padding: 10px 20px 10px;
	line-height: 120%;
}

.info a {
	text-decoration: none;	
}

.info img {
	margin-top: 10px;	
}

/* /////////////////////////////// 05: Content Home //////////////////////////////////// */

#home_rechts {
	width: 260px;
	float: right;
}

#home_links {
	width: 590px;
	float: left;
}

div.box_home_gr {
	margin-top: 10px;
	min-height: 105px;
	width: 550px;
	padding-bottom: 25px;
}

div.box_home_kl {
	margin-top: 10px;
	min-height: 100px;
	padding-bottom: 20px;
	height: auto;
	width: 260px;
}

div.box_home1, div.box_home2 {
	min-height: 100px;
}

#inhalte div.box_content {
	margin: 0 20px 0;
	padding-top: 15px;
	padding-bottom: 20px;
	width: 510px;
}

#inhalte div.box_content ul {
	padding-left: 20px;	
}

#inhalte div.box_content ul li {
	list-style-image: url(http://www.deutsche-dailys.de/images/pfeil.gif);
}

#inhalte div.box_content ul li.portal {
	margin-bottom:10px;
	margin-top: 10px;
}

#inhalte div.box_content ul li.portal h1 {
	margin-bottom: 5px;
	font: bold 14px/18px "Calibri", Arial, Helvetica, sans-serif !important;
	color: #333 !important;
}

#inhalte div.box_content_re {
	margin: 0 20px 0;
	padding-top: 15px;
	padding-bottom: 20px;
	width: 220px;
}

#inhalte div.box_content_re ul {
	padding-left: 17px;	
}

#inhalte #home_links h1, #inhalte #home_rechts h1 {
	font: italic 24px/34px "Calibri", Arial, Helvetica, sans-serif;
	color: #b7b7b7;
}

.box_content p, .box_content li {
	font: normal 14px/18px "Calibri", Arial, Helvetica, sans-serif;
	color: #3d3d3d;
}

.box_content_re p, .box_content_re li {
	font: normal 12px/16px "Calibri", Arial, Helvetica, sans-serif;
	color: #3d3d3d;
}

.box_content_re select, .box_content select {
	width: 217px;
	border: 1px solid #999;
	margin-bottom: 10px;
	font: 12px "Calibri", Arial, Helvetica, sans-serif;
}

input.ranking {
	background: url(http://www.deutsche-dailys.de/images/abstimmen.gif) no-repeat;
	display: block;
	width: 150px;
	height: 43px;
	cursor: pointer;
	border: 0px;
	margin-left: 78px;
}

div.rede {
	width: 490px;
	min-height: 37px;
	height: auto;
	background: url(http://www.deutsche-dailys.de/images/rede_01.gif) no-repeat;
}

div.rede div.mid {
	width: 461px;
	margin-left: 28px;
	position: relative;
	top: 2px;
	height: auto;
	background-color: #e9e8e8;
	z-index: 1;
}

div.rede div.bottom {
	width: 490px;
	background: url(http://www.deutsche-dailys.de/images/rede_03.gif) no-repeat left bottom;
	height: 17px;
	position: relative;
	bottom: 0px;
	float: left;
	z-index: 0;
}

div.rede div.mid div.mid2 {
	width: 440px;
	margin: 0 10px 0;
}

/* /////////////////////////////// 05: Seiten mit Menu3 //////////////////////////////////// */

#spalte_rechts {
	width: 230px;
	float: right;
	/* background: url(http://www.deutsche-dailys.de/images/rand.jpg) repeat-y; */
	min-height: 700px;
	color: #666;
}

#spalte_rechts .block p, #spalte_rechts .block li {
	font: normal 11px/14px "Calibri", Arial, Helvetica, sans-serif;
	color: #666;
}

#spalte_rechts ul {
	margin-left: 30px;	
}

#spalte_rechts a {
	color: #999;
}

#spalte_rechts a.amazon {
	color: #666;
}

#spalte_links {
	width: 620px;
	float: left;
	background-color: #FFF;
}

#spalte_rechts div.block {
	width: 210px;
	float: right;
	margin-top: 20px;
	margin-right: 0;
	background: url(http://www.deutsche-dailys.de/images/hr.jpg) no-repeat bottom center;
	padding-bottom: 30px;
}

#spalte_rechts div.block_media {
	width: 210px;
	float: right;
	margin-top: 20px;
	margin-right: 0;
	padding-bottom: 30px;
}

#spalte_rechts div.block img {
	margin-right: 7px;
}

#spalte_rechts div.block h1 {
	font: italic 18px/26px "Calibri", Arial, Helvetica, sans-serif;
	color: #b7b7b7;
	margin-bottom: 10px;
}

#spalte_rechts div.block h1.icon {
	margin-top: 10px;
}

#menu3_inhalte_2cols #spalte_links {
	width: 630px;
	float: left;
	background-color: #FFF;
}

#menu3_inhalte_2cols #spalte_rechts {
	width: 200px;
	float: right;
	/* background: url(http://www.deutsche-dailys.de/images/rand.jpg) repeat-y; */
	min-height: 700px;
}

#menu3_inhalte_2cols #spalte_rechts div.block {
	width: 200px;
	float: right;
	margin-top: 20px;
	margin-right: 0;
	background: url(http://www.deutsche-dailys.de/images/hr.jpg) no-repeat bottom center;
	padding-bottom: 30px;
}

/* /////////////////////////////// 05: Content News //////////////////////////////////// */

div.box_news {
	margin-top: 30px;
	min-height: 150px;
	height: auto;
	width: 616px;
	margin-bottom: 10px;
}

div.box_news_content, div.box_vorschau_content {
	margin: 0 20px 0;
	padding-top: 15px;
	width: 576px;
	padding-bottom: 32px;
}

div.box_news_content p, div.box_news_content li {
	font: normal 14px "Calibri", Arial, Helvetica, sans-serif;	
}

#inhalte div.box_news_content ul.links {
	margin-left: -11px;
}

#inhalte div.box_news_content ul.links li {
	list-style-image: url(http://www.deutsche-dailys.de/images/pfeil.gif);
}

#spalte_links div.box_news h1 {
	font: normal 16px/30px "Calibri", Arial, Helvetica, sans-serif;
	color: #b7b7b7;
}

#spalte_links div.news_footer {
	width: 576px;
	color: #b7b7b7;
	font: italic 12px/22px "Calibri", Arial, Helvetica, sans-serif;
}

#spalte_links div.news_quelle {
	float: left;
}

#spalte_links div.news_autor {
	float: right;
}

img.fb {
	vertical-align: bottom;
	margin-bottom: 5px;
}

/* /////////////////////////////// 08: Aktuelle Rollen //////////////////////////////////// */

#flowpanes div.rolle { 
	min-height: 170px;
	width: 128px;
	float: left;
	height: auto;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 15px;
	background: url(http://www.deutsche-dailys.de/images/bg-rollen.jpg) repeat-x;
	font: normal 12px/16px "Calibri",Arial, Helvetica, sans-serif;
	text-align: center;
}

#flowpanes div.rolle a {
	text-decoration: none;	
}

#flowpanes div.rolle img {
	margin-bottom: 5px;	
}

/* /////////////////////////////// 08: Ehemalige Rollen //////////////////////////////////// */

#flowpanes div#ehem {
	width: 850px;
	margin-left: 11px;
	margin-right: 30px;
	padding-top: 40px;
}

#flowpanes div#rollen {
	float: left;
	width: 305px;
	margin-left: 100px;
}

#flowpanes div#darsteller {
	float: right;
	width: 400px;
}

#flowpanes select {
	width: 300px;
	border: 1px solid #999;
	font: 12px "Calibri", Arial, Helvetica, sans-serif;
}

input.auswahl {
	background: url(http://www.deutsche-dailys.de/images/auswaehlen.gif) no-repeat;
	display: block;
	width: 150px;
	height: 43px;
	cursor: pointer;
	border: 0px;
	margin-left: 162px;
	margin-top: 10px;
}


/* /////////////////////////////// 08: Vorschau //////////////////////////////////// */

div.box_vorschau_content p {
	font: normal 12px/16px "Calibri", Arial, Helvetica, sans-serif;	
}

div.box_vorschau_content .headline {
	font: bold 14px/26px "Calibri", Arial, Helvetica, sans-serif;
}

/* /////////////////////////////// 08: Rollenprofile //////////////////////////////////// */

div.rolle_schleife {	
	width: 18px;	
	background: url(http://www.deutsche-dailys.de/images/rolle-head.jpg) no-repeat;
	height: 41px;
	float: left;
}

div.box_rolle {
	width: 606px;
	border-left: 1px solid #EEE;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	min-height: 100px;
	float: left;
}

div.box_rolle_head {
	background: url(http://www.deutsche-dailys.de/images/rolle-head2.jpg) no-repeat;
	width: 200px;
	background-color: #999;
	float: right;
	margin-top:10px;
	height: 30px;
}

div.box_rolle h2 {
	font: bold 14px "Calibri", Arial, Helvetica, sans-serif;	
	color: #fff;
}

div.box_rolle h2.darsteller {
	margin-left: 65px;
	margin-top: 6px;
}

div.box_rolle h2.rolle {
	margin-left: 77px;
	margin-top: 6px;
}

div.rolle_content {
	width: 586px;
	margin: 40px 20px 0;
	font: normal 12px/20px "Calibri", Arial, Helvetica, sans-serif;	
	border-right: 1px solid #EEE;
}

div.rolle_content img {
	border: 1px solid #CCC;	
}

div.rolle_content li {
	font: normal 12px/20px "Calibri", Arial, Helvetica, sans-serif;	
}

div.box_rolle #bionormal, div.box_rolle #biokompl {
	width: 560px;
}

/* /////////////////////////////// 09: Footer //////////////////////////////////// */

#footer {
	width: 932px;
	background: url(http://www.deutsche-dailys.de/images/footer-bg.jpg) repeat-x;
	margin-left: 11px;
	height: 20px;
}

#footer-li {
	position: absolute;
	left: 10px;
	width: 8px;
	height: 20px;
	background: url(http://www.deutsche-dailys.de/images/footer-li.jpg) no-repeat;
}

#footer-re {
	float: right;
	width: 9px;
	height: 20px;
	background: url(http://www.deutsche-dailys.de/images/footer-re.jpg) no-repeat;
}

#footer-links {
	position: absolute;
	left: 415px;
}

#footer-links li {
	float: left;
	list-style-type: none;
}

#footer-links li a {
	text-decoration: none;
	color: #fff;
	font: normal 12px "Calibri", Arial, Helvetica, sans-serif;
	margin-right: 20px;
}

/* /////////////////////////////// 10: Werbespalte rechts //////////////////////////////////// */

#rechts {
	position: absolute; 
	left: 100%;
	top: 0;
	width: 170px;
	height: 912px;
}

#rechts_oben {
	width: 100%;
	background-color:#060;
	height: 272px;
	background: url(http://www.deutsche-dailys.de/images/header-left.jpg) no-repeat;
}

#rechts_suche {
	width: 100%;
	height: 40px;
}

#rechts_suche #textfeld {
	float: left;
	width: 131px;
	height: 33px;
	background: url(http://www.deutsche-dailys.de/images/search_01.jpg) no-repeat;
}

#rechts_suche #go {
	float: left;
	width: 27px;
	height: 33px;
}

#rechts_suche input.go {
	background: url(http://www.deutsche-dailys.de/images/search_02.jpg) no-repeat;
	display: block;
	height: 33px;
	width: 27px;
	cursor: pointer;
}

#rechts_suche input.textfeld {
	margin-top: 9px;
	width: 120px;
	margin-left: 7px;
	font: normal 12px "Calibri", Arial, Helvetica, sans-serif;
}

#rechts_unten {
	width: 160px;
	background-color:#e0dedf;
	height: 600px;
}

/* /////////////////////////////// 11: Tabs scrollable //////////////////////////////////// */

	/* everything is constructed with a single background image */

/* root element for tabs */
#flowtabs {
	width:872px;
	height:34px !important;
	margin:0 !important; 
	padding:0;	
	
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
}

/* single tab */
#flowtabs li { 
	float:left; 
	margin:0; 
	padding:0; 
	text-indent:0; 
	list-style-type:none;
}

/* a- tag inside single tab */
#flowtabs li a {
	display:block;	
	padding:0px;
	line-height: 40px;
	margin:0px;
	height: 34px;  
	font-size: 13px;
	color:#000;
	text-align:center;
	text-decoration:none;
}

#flowtabs li a#t1 {
	background: url(http://www.deutsche-dailys.de/images/tab2.gif) no-repeat;	
	width: 144px; 
}

#flowtabs li a#t2 {
	background: url(http://www.deutsche-dailys.de/images/tab1.gif) no-repeat;	
	width: 143px; 
}

/* adjust the background image position on each tab */
#flowtabs #t1 			{ background-position: 0 0; }
#flowtabs #t2 			{ background-position: 0 0; }

/* currently selected tabs */
#flowtabs a.current		{ cursor:default; font-weight: bold; }
#flowtabs #t1.current { background-position: 0 0; }
#flowtabs #t2.current { background-position: 0 0; }


/* panes */
#flowpanes {
	width:872px;
	border: 1px solid #dddbdb;
	border-top: 7px solid #d9d8d8;
	height:780px;
	margin-bottom: 10px;
}

/* single pane */
#flowpanes div {
	display:none;	
	color:#333;	
}

#flowpanes samp {
	color:#ccc;		
}

#flowpanes .narrow {
	padding-right:160px;		
}

	#flowpanes {
		position:relative;
		overflow:hidden;
		clear:both;
	}
 
	/* override single pane */
	#flowpanes div {
		float:left;
		display:block;
		width:900px;
		margin-left: 3px;
	}
 
	/* our additional wrapper element for the items */
	#flowpanes .items {
		width:20000em;
		position:absolute;
		clear:both;
		margin:0;
		padding:0;
	}

 
	#flowpanes .less, #flowpanes .less a {
		color:#999 !important;
	}
	
/* /////////////////////////////// 12: Accordion //////////////////////////////////// */

.accordion {
	margin-top: 20px;
	padding-left: 9px;
	width: 840px !important;
}

.accordion h2 {
	margin:0;
	padding:1px 15px;
	font-size:14px;
	font-weight:normal;
	border:1px solid #fff;
	cursor:pointer;		
	border-bottom: 1px solid #CCC;
	color: #999;
}

.accordion h2.current {
	cursor:default;
	background-color:#efefef;
}

.accordion .pane {
	display:none;
	height:auto;
	padding:12px;
	width: 820px !important;
}

.accordion .pane p {
	font-size: 12px;
	color: #333;
}

.accordion .pane img {
	float: right;
}

/* /////////////////////////////// 12: Galerie-Standard //////////////////////////////////// */

.hoverbox
{
	cursor: default;
	list-style: none;
	padding-left: 60px;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 161px;
	height: 121px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 320px;
	height: 240px;
}

/* /////////////////////////////// 12: Galerie-Extra //////////////////////////////////// */


/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {
	position:relative;
	overflow:hidden;
	width: 770px;
	height:120px;
	border:1px solid #ccc;
	float:left;	
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .gallery_items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.gallery_items div {
	float:left;
	width:812px;
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:20px 5px 20px 15px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	width:100px;
	height:75px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(http://www.deutsche-dailys.de/images/gallery-arrows.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* up and down */
a.up, a.down		{ 
	background:url(http://www.deutsche-dailys.de/images/gallery-arrows.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 

#image_wrap {
	width:766px;
	padding:15px 0;
	text-align:center;
	background-color:#efefef;
	margin: 20px 0 10px 41px;
	border:2px solid #fff;
	outline:1px solid #ddd;
	-moz-ouline-radius:4px;
	float: left;
}

div.inaktiv {
	display: none;	
}

div.aktiv {
	display: block;	
}

/* /////////////////////////////// 14: Tabs //////////////////////////////////// */

ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	height:34px;
	border-bottom:7px solid #dddbdb;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

ul.tabs a { 
	background: url(http://www.deutsche-dailys.de/images/tab3.gif) no-repeat 0 0;
	font-size:12px;
	display:block;
	height: 34px;  
	line-height:30px;
	width: 143px;
	text-decoration:none;
	color:#333;
	position:relative;
	text-align: center;
}

ul.tabs a.kl { 
	background: url(http://www.deutsche-dailys.de/images/tab_kl.gif) no-repeat 0 0;
	width: 115px;
}

ul.tabs a.first_kl { 
	background: url(http://www.deutsche-dailys.de/images/tab2_kl.gif) no-repeat 0 0;
	width: 115px;
}

ul.tabs a.last_kl { 
	background: url(http://www.deutsche-dailys.de/images/tab1_kl.gif) no-repeat 0 0;
	width: 115px;
}

ul.tabs a:active {
	outline:none;		
}

ul.tabs li a#t1 {
	background: url(http://www.deutsche-dailys.de/images/tab2.gif) no-repeat;	
	width: 144px; 
}

ul.tabs li a#t2 {
	background: url(http://www.deutsche-dailys.de/images/tab1.gif) no-repeat;	
	width: 143px; 
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {	
	cursor:default !important; 
	color:#000 !important;
	font-weight: bold;
}

/* initially all panes are hidden */ 
.panes .pane {
	display:none;		
}

.panes div {
	/*display:none;*/		
	border-top: 0;
	font-size:14px;
	background-color:#fff;
	margin-bottom: 10px;
}

.panes div.tab {
	border:1px solid #dddbdb;
	padding-left: 6px;
}

.panes div.tab-normal {
	border:1px solid #dddbdb;
	padding:15px 25px;
}

.panes div ul {
	margin-left: 20px;	
}
 
/* /////////////////////////////// 14: Kontakt //////////////////////////////////// */

#spalte_links input[type=text], #spalte_links textarea {
	border: 1px solid #CCC;	
}

#spalte_links td {
	font: normal 12px/16px "Calibri",Arial, Helvetica, sans-serif;
	padding-top: 10px;
}

input.abschicken {
	background: url(http://www.deutsche-dailys.de/images/abschicken.gif) no-repeat;
	display: block;
	width: 150px;
	height: 43px;
	cursor: pointer;
	border: 0px;
}

input.zuruecksetzen {
	background: url(http://www.deutsche-dailys.de/images/zuruecksetzen.gif) no-repeat;
	display: block;
	width: 150px;
	height: 43px;
	cursor: pointer;
	border: 0;
	margin-left: 30px;
}

ul#kontakt li {
	list-style-type: none;
	float: left;
}

ul#kontakt {
	margin-left: 170px;	
}