html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, 
hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  

article, aside, figure, footer, header, 
hgroup, nav, section { display:block; }

nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }
/* END RESET CSS */


/*
fonts.css from the YUI Library: developer.yahoo.com/yui/
*/
body { *font-size:small; *font:x-small; font:11px sans-serif; line-height:1.5; }
table { font-size:inherit; font:100%; }
select, input, textarea { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }
 

/* 
 * minimal base styles 
 */
body, select, input, textarea { color:#3c3c3c; }
h1,h2,h3,h4,h5,h6 { font-weight: bold; text-rendering: optimizeLegibility; }
html { -webkit-font-smoothing: antialiased; }

a:hover, a:active { outline: none; }
a, a:active, a:visited  {color:#a01647;text-decoration:none;}
a:hover {background:#a01647; color:#fff;}

ul { }
ol { margin-left:30px; list-style-type: decimal; }
small { font-size:85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align:top; } 
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

pre { 
  padding: 15px; 
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}

input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
::-moz-selection{ background: #a0bb46; color:#fff; text-shadow: none; }
::selection { background:#a0bb46; color:#fff; text-shadow: none; } 
a:link { -webkit-tap-highlight-color: #a0bb46; } 

html { overflow-y: scroll; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }



/* 
 * Non-semantic helper classes 
 */
.ir { display:block; text-indent:-999em; overflow:hidden; background-repeat: no-repeat; }
.hidden { display:none; visibility:hidden; } 
.visuallyhidden { position:absolute !important;    
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; } /* Hides from IE-mac \*/
.clearfix { display: block; }



 /* Primary Styles
    Author: Daniel Hirth
 */

body {
	background:#606060 url(../images/bg-body.gif) top left repeat-x;
	font-family:Verdana, Sans-Serif;
}

h1 {
	font-family:'trebuchet MS', Sans-Serif; font-weight:bold; font-size:20px;
	color:#5f1434;
	margin:15px 0px 20px;
}

a img {display:block;}

#container {
	background:#fff;
	margin:10px 10px 0px; padding:10px 10px 0px;
	width:811px;
	position:relative;
}

header { 
	background:#5f1434 url(../images/bg-header.gif) top left no-repeat;
	height:106px;
	position:relative;
	font-size:10px;
}

header>form {
	position:absolute;
	right:10px;
	bottom:10px;
}

.searchbtn, .btn {
	background:#9f1549;
	border:none;
	padding:0px;
	margin:0px;
	text-transform:uppercase;
	color:#fff;
	padding:5px 10px 4px;
}

.searchbtn:hover, .btn:hover {
	background:#a0bb46;
}

.searchfield, #searchquery {
	background:#fff;
	border:none;
	padding:7px 10px 4px;
	margin:0px -4px 0px 0px;
	color:#9b9b9b;
}

#mainnav {
	background: #92b80d url(../images/bg-headings.gif) top left repeat-x;
	height:32px;
	margin-bottom:20px;
}

#logo {
	display:block;
	position:absolute; top:0px; left:0px;
}

#logo:hover {
	border:none;
}

header nav {
	position:absolute; top:10px; right:0px;
}

.navitem>a{
	display:block;
	color:#fff;
	font-weight:bold; text-transform:uppercase;
	border-bottom:2px solid transparent;
}
.navitem>a:hover {
	border-bottom:2px solid #fff;
	background:none;
}
.navitem {
	float:left;
	margin-right:10px;
}

#mainnav .navitem>a{
	padding:8px 8px 7px;
}

#mainnav .navitem.tiefe1_aktiv>a, #mainnav .navitem>a:hover{
	color:#92b80e;
	background:#fff;
}

.weiterlesen:after {
}

article, .advertorial {
	margin-right:10px;
	margin-bottom:10px;
	position:relative;
	float:left;
}

.teaser, .advertorial {
	width:400px;
	padding-bottom:10px;
	background: url(../images/line-teaser.gif) bottom left repeat-x;
	height:260px;
	overflow:hidden;
}

#main {
	width: 821px;
}

span.ressort {
	display:block;
	background: #92b80d url(../images/bg-headings.gif) top left repeat-x;
	padding:8px 10px 7px;
	color:#fff;
	font-weight:bold; text-transform:uppercase;
}

a.ressort {
	color:#fff;
}

.teaserimg {
	margin-bottom:5px;
}

.teaser>p, .teaser>h2 {
	padding:0px 2px;
}
.teaser>h2 {
margin-top:5px;
}

.teaser>p {
	overflow:hidden;
	max-height:82px;
}

.topthema {
width:811px;
height:274px;
}

.teasertext {
	background:#000;
	bottom:15px;
	color:#FFF;
	left:0;
	width:100%;
	height:120px;
	position:absolute;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
.topthema>h2 {
	bottom:70px;
	font-family:'Trebuchet MS',Sans-Serif;
	font-size:20px;
	left:400px;
	position:absolute;
	right:30px;
	line-height:1.25;
	max-height:50px;
	overflow:hidden;
}
.topthema>h2>a {
	color:#fff;
}

.topthema>p {
	position:absolute;
	color:#fff;
	bottom:30px;
	left:400px;
	right:30px;
	max-height:35px;
	overflow:hidden;
}

.topthema>.ressort {
	background:none repeat scroll 0 0 transparent;
	bottom:25px;
	font-family:Georgia,Serif;
	font-size:30px;
	left:30px;
	padding:0;
	position:absolute;
}

.suchergebnis {
	float:none;
	padding-bottom:10px;
	background: url(../images/line-teaser.gif) bottom left repeat-x;
	border-top:1px solid #dfdfdf;
	padding-top:5px;
	overflow:auto;
}

.suchergebnis p {
	padding-right:10px;
}

.suchergebnis img {
	float:left;
	margin:5px 10px 5px 5px;
}

.searchform {
	border:1px solid #5f1433;
	background:#5f1433;
	padding:15px;
	color:#fff;
	text-align:center;
}

.searchform label {
	font-weight:bold;
	margin-left:55px;
	margin-right:10px;
}

.searchform ul {
	list-style-type:none;
	overflow:auto;
}

.searchform li {
	float:left;
}

.archivcount {
	font-weight:bold;
	font-size:20px;
	color:#b1bf84;
	font-family:Georgia, serif;
	font-style:italic;
}

.gefundeneartikel {
margin:10px 0px;
}

.searchhelp {
	margin-top:15px;
}

.searchhelp ul {
margin-left:17px;
}

.searchhelp li {
	margin-top:5px;
}

.pager {
	overflow:auto;
	text-align:center;
}

.pager ul {
	display:inline;
}

.pager li {
	display:inline;
}

a.pager-currpage {
	color:#444;
}
a.pager-currpage:hover {
	color:#fff;
}

.to-prev {
margin-right:3px;
}

.to-next {
margin-left:3px;
}

.ad-small {
	float:left;
	margin-right:7px;
	width:197px;
	margin-bottom:10px;
}

aside {
float:left;
}

aside>.ad-small {
float:none;
}

#cad-02 {
	margin-right:10px;
}

.detail {
	width:594px;
	float:left;
	background: url(../images/line-teaser.gif) bottom left repeat-x;
	padding-bottom:15px;
	margin-bottom:0px;
	padding-right:10px;
}

div.detail {
	background:none;
	padding-bottom:0px;
}

.detail p {
	margin-bottom:10px;
}

p.unterzeile {
	font-weight:bold;
}

footer {
	height:142px;
	background:#5f1434 url(../images/bg-footer.gif) top left no-repeat;
	color:#fff;
	position:relative;
	font-size:10px;
}

footer nav {
	position:absolute;left:10px;bottom:10px;
}

footer>p {
	position:absolute;
	top:55px;
	left:10px;
	right:300px;
	font-size:11px;
}

footer>p>a, footer>p>a:visited {
	color:#fff;
	background:none;
}

footer>p>a:hover {
	color:#fff;
	background:none;
	border-bottom:2px solid #fff;
}

#stampad {
	margin-left:10px;
	float:left;
}

#stampadtemp {
	width:220px;
	height:90px;
}

#superbannertemp {
	width:728px;
	height:90px;
	margin:0px;
	padding:0px;
	overflow:hidden;
}

#superbanner {
	height:90px;
	margin:0px;
	padding:0px;
	overflow:hidden;
}

#superbanner {
margin-left:10px;
}

#skyscrapertemp {
	width:160px;
	height:600px;
}

#skyscraper {
	position:absolute;
	left:841px;
	top:0px;
}

#adl_sb_table {
position:absolute;
left:0;
top:0;
width:851px;
}

/* BROWSER FIXES */

.ie7 .ressort {
	padding:6px 10px;
}



#socialbuttons {
list-style-type:none;
text-align:center;
overflow:auto;
padding-left:75px;
}

#socialbuttons li {
margin:0px 2px;
float:left;
}

#socialbuttons li a {
display:block;
border:1px solid #D9DADB;
padding:1px;
}

#socialbuttons li a:hover {
border:1px solid #A01647;
background: none !important;
}

#socialbuttons li a:hover>img {
}


/* 
 * print styles
 * inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/ 
 */
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none; }

  a, a:visited { color: #444 !important; text-decoration: underline; }

  a:after { content: " (" attr(href) ")"; } 

  abbr:after { content: " (" attr(title) ")"; }
  
  .ir a:after { content: ""; }  /* Don't show links for images */
  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  
  img { page-break-inside: avoid; }

  @page { margin: 0.5cm; }

  p, h2, h3 { orphans: 3; widows: 3; }

  h2, h3{ page-break-after: avoid; }
}



/*
 * Media queries for responsive design
 */

@media all and (orientation:portrait) { 
  /* Style adjustments for portrait mode goes here */
  
}

@media all and (orientation:landscape) { 
  /* Style adjustments for landscape mode goes here */
  
}

/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)  
   Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
  
  
  /* Prevent iOS, WinMobile from adjusting font size */
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } 
}


