@charset "iso-8859-1";
/* Druckausgabe */

body {
font-family: Georgia, Verdana, Helvetica, Arial, sans-serif;
font-size: 11pt;
line-height: 1.3;
background-color: #fff;
color: #000;
}

#header {
background-image: url(../images/logo_bw.gif);
background-repeat: no-repeat;
}

#header h1 {
font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
font-size: 160%;
font-weight: 300;
}

#top,
#mainmenue,
#breadcrumb,
#footer {
display: none;
}

#printonly,
.logo-print {
display: block;
}

hr {
display: block;
height: 1px;
border: 0 none;
border-top: 1px solid #ccc;
margin: 0 0 10px 0;
padding: 0;
}


/* HEADINGS */
#content h1, #content h2, #content h3, #content h4 {
font-family: Verdana, Helvetica, Arial, sans-serif;
letter-spacing: 1pt;
background-color: #fff;
color: #666;
}
#content h1 {
font-size: 160%;
}
#content h2 {
font-size: 140%;
}
#content h3 {
font-size: 120%;
}
#content h4 {
font-size: 100%;
}


a {
text-decoration: none;
border: 0 none;
background-color: #fff;
color: #000;
}

img {
border: 0 none;
}

#dreispalter #teaserspalte{
	display:none;

}