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

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

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

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


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

#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;
	height: 1400px;
}
