/* CSS RESET
     
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



@charset "UTF-8";
/* CSS Document */

body {background-color:#eee; background-image:url(bilder/hintergrund.gif); font-family: Arial, Helvetica, sans-serif; line-height:130%; color:#333333}
a {color:#549ad3; text-decoration:none; /* border-bottom: 1px dotted #549ad3;*/}
a:hover {color:#72baf5;}
#wrapper {width:960px; margin:0 auto;}
.header {height:80px; margin-top:10px;}
#logo { background-image:url(bilder/logo.png); display:block; height:50px; text-indent:-9999px; width:585px;}
#eyecatcher {width:960px; border: 1px solid #FBFBFB;}
#navi {width:860px; margin:0 auto; margin-top:-10px; margin-right:70px; font-family:Arial, Helvetica, sans-serif; }
#nav {margin:0; padding:0; }
#nav li {display:inline; padding:0; margin:0; margin-right:10px;    }
#nav a:link,
#nav a:visited {
    color:#fff; background:#549ad3; padding:10px 25px 10px 25px; text-decoration:none; border-top: 1px solid #72BAF5;
    }
#nav a:hover {background:#72baf5;}
#nav-lebensart {background:#72baf5;}

#subnav ul {display:inline; padding:0; margin:0;}
.inhalt {margin-top:30px;}
.text {width:510px; float:left; text-shadow: 1px 1px 0 #FFFFFF;}
.text ul li {list-style: disc outside; margin-left:20px; margin-top:8px; margin-bottom:5px;}
.lebensartimnorden-logo {margin-top:50px; background-image:url(magazine/lebensartlogo.png); display:block; height:65px; text-indent:-9999px; width:420px;}
.afterdark-logo {margin-top:50px; background-image:url(magazine/afterdarklogo.png); display:block; height:129px; text-indent:-9999px; width:380px;}
.partout-logo {margin-top:50px; background-image:url(magazine/partoutlogo.png); display:block; height:76px; text-indent:-9999px; width:420px;}
.tipps-logo {margin-top:50px; background-image:url(magazine/tippslogo.png); display:block; height:82px; text-indent:-9999px; width:480px;}
.treffpunkt-logo {margin-top:50px; background-image:url(magazine/treffpunktlogo.png); display:block; height:127px; text-indent:-9999px; width:350px;}
.verlagskontor-logo {margin-top:50px; background-image:url(magazine/verlagskontorlogo.png); display:block; height:200px; text-indent:-9999px; width:128px; }
.schleijournal-logo {margin-top:50px; background-image:url(magazine/schleijournallogo.png); display:block; height:66px; text-indent:-9999px; width:450px; }
.titel {float:left; width:330px; margin-top:50px;}

.hr {padding-bottom: 35px;
    padding-top: 35px;}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


#navibereich {

position:relative; right: -670px; top: -50px;
width:305px;

}

#navibereich a {text-decoration:none;}

#navibereich span {text-shadow: 1px 1px 0 #FFFFFF; color:#c0c0c0;}

  #navibereich li {
    display: inline; /* li nebeneinander anzeigen */
    list-style-type: none; /* ohne Aufzählungspunkte */
	padding-right:5px;
  }
