/*
01 - Ganze Page
02 - Header
03 - Dritte Navigation
04 - Content
05 - Home
06 - Seiten mit Menu3
07 - News
08 - Aktuelle Rollen
09 - Ehemalige Rollen
10 - Vorschau
11 - Rollenprofile
12 - Footer
13 - Werbespalte rechts
14 - Tabs scrollable
15 - Accordion
16 - Galerie Standard
17 - Galerie Extra
18 - Tabs
19 - Kontakt
20 - Newsletter
21 - Gallerific
22 - Facebook Wall
23 - Aufklappmenu
*/



/* /////////////////////////////// 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;
	text-decoration: none;
}

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;
}

/* Lila Ecke rechts oben */
div#feedback {
	height: 125px;
	width: 125px;
	background: url(images/feedback.png) no-repeat;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
}

a#fdb {
	display: block;
	height: 125px;
	width: 125px;
	position: fixed;
	right: 0;
	top: 0;
	text-decoration: none;
}

/* Facebook-Feed */
a.fb-link {
	text-decoration: none;
	font: normal 14px/18px Calibri, Arial, Helvetica, sans-serif;
}

a.fb-link:hover {
	text-decoration: underline;
	color: #843A79;
}


/* /////////////////////////////// 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;
	top: 0;
}

ul#soapmenu li {
	float: left;
}

ul#soapmenu li a#audl, ul#soapmenu li a#verbotene_liebe, ul#soapmenu li a#sturm_der_liebe, ul#soapmenu li a#rote_rosen, ul#soapmenu li a#hand_aufs_herz {
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding-top: 35px;
	font: bold 14px "Calibri", Arial, Helvetica, sans-serif;
	display: block;
	width: 107px;
	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#verbotene_liebe {
	background: url(http://www.deutsche-dailys.de/images/button-verbotene-liebe.gif) no-repeat;
}

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

ul#soapmenu li a#hand_aufs_herz {
	background: url(http://www.deutsche-dailys.de/images/button-hand-aufs-herz.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 a#rote_rosen.active {
	background: url(http://www.deutsche-dailys.de/images/button-rote-rosen-hover.gif) no-repeat;
}

ul#soapmenu li a#hand_aufs_herz.active {
	background: url(http://www.deutsche-dailys.de/images/button-hand-aufs-herz-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;
	overflow: hodden;
}

#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:20px;
	margin-top: 20px;
}

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

#inhalte div.block_media h1 {
	font: italic 20px/30px "Calibri", Arial, Helvetica, sans-serif;
	color: #b7b7b7;
	text-align: right;
}

#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;
}

/* /////////////////////////////// 06: 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 p.stand {
	font: normal 11px/40px "Calibri", Arial, Helvetica, sans-serif;
	color: #666;
	padding-left: 17px;
}

#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_rechts a.special {
	margin-left: 17px;
}

#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: 160px;
	float: right;
	margin-top: 15px;
	margin-right: 0;
	padding-bottom: 10px;
}

#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, #spalte_rechts div.block h1.icon-special {
	margin-top: 10px;
}

#spalte_rechts div.block h1.icon-special {
	margin-bottom: 15px;
}

#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;
}

/* /////////////////////////////// 07: 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;
	margin-top: 5px;
}

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

#spalte_links div.news_autor {
	float: right;
}

#inhalte div.news_autor ul li.forumslink {
	list-style-type: none;
	background: url(http://www.deutsche-dailys.de/images/forum.gif) no-repeat;
	margin-left: 10px;
	padding-left: 17px;
}

#inhalte div.news_autor ul li {
	float: right;
	list-style-type: none;
	margin-left: 2px;
}

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

#spalte_links div.box_news h1 a:hover {
	text-decoration: underline;
}

#spalte_links div.news_tags {
	margin-top: 5px;
	width: 576px;
	color: #b7b7b7;
	font: italic 12px/18px "Calibri", Arial, Helvetica, sans-serif;
}

#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;
}

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

img.newspic {
	margin-right: 20px;	
	border: 1px solid #999;
	margin-bottom: 5px;
}

div.comment {
	width: 100%;
	margin-top: 10px;
}

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

div.comment p.zeit {
	color: #b7b7b7;
	font: italic;
}

#inhalte ul.kommentare li.forumslink {
	list-style-type: none;
	background: url(http://www.deutsche-dailys.de/images/forum.gif) no-repeat;
	padding-left: 17px;
	margin-left: 0pc;
	margin-top: 8px;
}

/* /////////////////////////////// 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;	
}

/* /////////////////////////////// 09: 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;
}


/* /////////////////////////////// 10: 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;
}

/* /////////////////////////////// 11: 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;
}

div.hilfe {
	width: 100%;
	float: left;
	margin-top: 20px;
}

div.mithilfe {
	width: 373px;
	background: url(http://www.deutsche-dailys.de/images/mithilfe.jpg) no-repeat;
	height: 56px;
	margin: 0 auto;
}

div.mithilfe div.hilfe2 {
	font: italic 16px/20px "Calibri", Arial, Helvetica, sans-serif;	
	margin-left: 40px;
	color: #333;
}

div.mithilfe div.hilfe1 {
	margin-left: 40px;
	font: italic 22px/26px "Calibri", Arial, Helvetica, sans-serif;	
	color: #333;
}

div.mithilfe a.help {
	display: block;
	width: 373px;
	beight: 56px;
	text-decoration: none;
}

/* /////////////////////////////// 12: 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 {
	float: left;
	margin-left: 107px;
}

#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;
}

#footer-text {
	font: normal 12px "Calibri", Arial, Helvetica, sans-serif;	
	color: #fff;
	margin-left: 25px;
	margin-top: 2px;
	float: left;
}

/* /////////////////////////////// 13: 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;
}

/* /////////////////////////////// 14: 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;
	}
	
/* /////////////////////////////// 15: 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;
	min-height: 117px;	
}

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

.accordion .pane img {
	border: 1px solid #999;
	margin-left: 20px;
	margin-bottom: 10px;
}

/* /////////////////////////////// 16: 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;
}

/* /////////////////////////////// 17: 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;	
}

/* /////////////////////////////// 18: 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.mini { 
	background: url(http://www.deutsche-dailys.de/images/tab_mini.gif) no-repeat 0 0;
	width: 60px;
}

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

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

ul.tabs a.last_mini span, ul.tabs a.first_mini span, ul.tabs a.mini span { 
	margin-left: -10px;
}

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;	
}
 
/* /////////////////////////////// 19: Kontakt //////////////////////////////////// */

#spalte_links input[type=text], #spalte_links textarea, #formular input[type=text], #formular 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;	
}

/* /////////////////////////////// 20: Newsletter //////////////////////////////////// */

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

ul#nl li {
	list-style-type: none;
	float: right;
}

/* /////////////////////////////// 21: Gallerific ///////////////////////////////////// */

div.caption-container {
	color: #111;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.download {
	margin-top: 8px;
}
div.photo-index {
	color: #777;
}
div.navigation a.prev {
	background-image: url('gallerific/prevPageArrow.gif');
}
div.navigation a.next {
	background-image: url('gallerific/nextPageArrow.gif');
}
div.slideshow img {
	border-color: #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
div.pagination a:hover {
	background-color: #eee;
}
div.pagination span.current {
	background-color: #000;
	border-color: #000;
	color: #fff;
}


div.content-gallerific {
	display: none;
	clear: both;
	width: 100%;
}

div.content-gallerific a, div.navigation a {
	text-decoration: none;
}
div.content-gallerific a:hover, div.content-gallerific a:active {
	text-decoration: underline;
}

div.navigation a.pageLink {
	height: 77px;
	line-height: 77px;
}

div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}

div.loader,
div.slideshow a.advance-link {
	width: 510px; /* This should be set to be at least the width of the largest image in the slideshow with padding */
}

div.loader,
div.slideshow a.advance-link,
div.caption-container {
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow with padding */	
}

div.slideshow-container {
	position: relative;
	clear: both;
	float: left;
	height: 800px;
	width: 550px;
	margin: 0 auto;
}

div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('gallerific/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 30px;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	line-height: 502px; /* This should be set to be at least the height of the largest image in the slideshow with padding */
	text-align: center;
}

div.slideshow a.advance-link:hover,
div.slideshow a.advance-link:active,
div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow a.advance-link:focus {
	outline: none;
}

div.slideshow img {
	border-style: solid;
	border-width: 1px;
}
div.caption-container {
	float: right;
	position:relative;
	margin-top: 30px;
}
span.image-caption {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

div.caption-container, span.image-caption {
	width: 250px;
}

div.caption {
	padding: 0 12px;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.photo-index {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 12px;
}
div.navigation-container {
	float: left;
	position: relative;
	left: 50%;
}
div.navigation {
	float: left;
	position: relative;
	left: -50%;
}
div.navigation a.pageLink {
	display: block;
	position: relative;
	float: left;
	margin: 2px;
	width: 16px;
	background-position:center center;
	background-repeat:no-repeat;
}
div.navigation a.pageLink:focus {
	outline: none;
}

ul.thumbs {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 2px;
	list-style: none;
}
a.thumb {
	padding: 1px;
	display: block;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
	position: relative;
	left: -50%;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	position: relative;
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}
div.gallery-gutter {
	clear: both;
	padding-bottom: 20px;
}

/* ////////////////////////////// 22: Facebook Wall ///////////////////////////////// */
	.fb-wall{
		font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
		font-size:13px;
		width:510px;
		line-height:1.2em;
		color:#333333;
		margin: 20px 20px 0 0;
		background-color:#FFF;
		overflow:hidden;}
		
	.fb-wall a{
		text-decoration:underline;
		color:#3D3D3D;}
		
	.fb-wall a:hover{
		text-decoration:underline;}
	
	.fb-wall.loading{
		height:300px;
		background:url(images/loader-small.gif) no-repeat center center;}
	
	.fb-wall-box{
		margin-bottom:10px;
		border-top:1px solid #eee;
		padding-top:10px;}
		
	.fb-wall-box-first{
		border:0;
		padding-top:0;}
		
	.fb-wall-avatar{
		float:left;
		border:0;}
		
	.fb-wall-data{
		/* margin-left:60px; */}
		
	.fb-wall-media{
		display:block;
		font-size:11px;
		margin-bottom:5px;}
		
	.fb-wall-border-left{
		border-left:2px solid #CCCCCC;
		padding:0 0 3px 8px;}
		
	.fb-wall-media-container{
		display:table;}
		
	.fb-wall-media-link{
		border:1px solid #ccc;
		display:inline-block;
		color:#3B5998;
		cursor:pointer;
		float:left;
		margin-right:5px;}
		
	.fb-wall-media-link:hover{
		border:1px solid #3B5998;}
		
	.fb-wall-picture{
		margin-right:10px;
		border:0;
		display:block;
		margin:3px;}
		
	.fb-wall-name{
		display:block;
		font-weight:bold;
		color:#3B5998;}
		
	.fb-wall-caption{
		display:block;
		color:#3B5998;}
		
	.fb-wall-description{
		display:block;
		color:#777;
		line-height:1.2em;}
		
	.fb-wall-icon{
		float:left;
		margin-right:5px;}
		
	.fb-wall-date{
		font-size:11px;
		color:#777;
		clear:left;
		display:block;
		margin-bottom:5px;}
		
	.fb-wall-message{
		display:block;
		margin-bottom:5px;}
		
	.fb-wall-message-from {
		font-weight:bold; }
		
	.fb-wall-link{
		color:#000;
		font-size:11px;
		text-decoration:none;}

/* Likes*/
	
	.fb-wall-likes{
		border-bottom:1px solid #E5EAF1;
		margin-bottom:2px;
		display:block;
		font-size:11px;
		background:url(images/like.gif) no-repeat 0 0 #FFF;
		padding-top:5px;}
		
	.fb-wall-likes div{
		margin:0;
		background:url(images/like.gif) no-repeat 0 -5px #EDEFF4;
		padding:5px 5px 4px 24px;}
		
	.fb-wall-likes div span{
		color:#3D3D3D;}

/* Comments */

	.fb-wall-comments{
		margin-top:2px;
		font-size:11px;}
	
	.fb-wall-comment{
		background-color:#EDEFF4;
		border-bottom:1px solid #E5EAF1;
		margin-top:2px;
		padding:5px 5px 4px;
		display:block;
		overflow:hidden;}
		
	.fb-wall-comment-message{
		display:table;}
		
	.fb-wall-comment-from-name{
		font-weight:bold;
		color:#3B5998;}
		
	.fb-wall-comment-from-date{
		color:#777;
		clear:left;
		display:block;}
		
	.fb-wall-comment-avatar{
		width:32px;
		height:32px;
		float:left;
		margin-right:5px;
		overflow:hidden;}
		
	.fb-wall-comment-avatar img{
		width:32px;
		height:32px;}
		
	.fb-wall:after, .fb-wall-media:after, .fb-wall-clean{
		content:'.';
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
		font-size:0;
		line-height:0;}	

/* ////////////////////////////// 23: Aufklappmenu ///////////////////////////////// */

#soapmenu li.aufklapp {
	float: left;
	width: 120px;
}

#soapmenu li.aufklapp a {
	background: url(http://www.deutsche-dailys.de/images/button-mehr.gif) repeat-x;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding-top: 35px;
	font: bold 14px "Calibri", Arial, Helvetica, sans-serif;
	display: block;
	width: 120px;
	height: 76px;
}

#soapmenu li.aufklapp ul {
	width: 120px;
	margin: 0;
 	padding: 0.5em 0;
 	list-style: none;
 	background: #3d3d3d;
 	position: absolute;
	top: -1000px;
}

#soapmenu li.aufklapp ul li {
	width: 120px;
 	margin: 0 auto 0.3em auto;
	text-decoration: none;
}

#soapmenu li.aufklapp ul li img {
	margin-left: 5px;	
}

#soapmenu li.aufklapp ul li a {
 	display: block;
 	color: #fff;
 	text-decoration: none;
	font: bold 14px "Calibri", Arial, Helvetica, sans-serif;
	background: #3d3d3d;
	text-align: left;
	height: 100%;
	width: 110px;
	padding: 0 0 0 10px;
}

#soapmenu li.aufklapp:hover ul {	
	top: 67px;
}

/* //////////////////////// Inhalt Overlay, muss unten stehen! ///////////////////////// */

.apple_overlay {
	display:none;
	background-image:url(images/white.png);
	width:640px;		
	padding:35px;	
	font-size:11px;
}

.apple_overlay .close {
	background-image:url(images/apple-close.png);
	position:absolute; 
	right:5px; 
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/* use a semi-transparent image for the overlay */
#overlay {
	background-image:url(images/white.png);
	color:#fff;
	height:450px;
}
	
/* container for external content. uses vertical scrollbar, if needed */
div.contentWrap {
	width: 650px;
	padding: 10px 20px 10px; 
	height:510px;
	overflow-y: auto;
}




