/* CSS-Formatierungen fuer www.schalk-and-friends.de
* Erstellt: Donnerstag 29.01.2009 @ 17 Uhr
* Author: Daniela Buchner, schalk&friends - agentur fuer neue medien gmbh
* Einsatz: Browser, die sich weitestgehend an Vorgaben des W3C orientieren

/* Allgemeine Formatierungen - gueltig für den Druck
-------------------------------------------------------------------------------- */


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000;
	background: none;
	width: 100%;
	line-height: 120%
}

h1, h2, h3, h4 {
	margin-top: 20px;
	padding-top: 0;
}

*html h1, h2, h3, h4 {
	font-size: 1.2em;
}

h3 {
	margin-bottom: 1em;
	font-size: 1.2em;
}

td, th {
	vertical-align: top;
}

a {
	text-decoration: none;
	/*margin: 0 6px 0 10px;*/
}

#navmeta, #navsub,
#header, #footer, #footerProfil,
.jumpToContent, #siteToolbar,
#addContent ul,
#keyvisual {
	display: none;
}

img {
	border: none;
}

hr {
	height: 1px;
 	border: 0;
 	background-color: #fff;
 	color: #fff; /* fuer IE */
	border-top: 1px dotted #336799;
	margin: 15px 0px 1px 0px;
}
/*Navigation*/


.contentWrapper .access{
	display: none;
}

.contentWrapper .navi{
	display: none;
}

.contentWrapper .breadcrumb{
	display: none;
}

.contentWrapper .headergrafik{
	display: none;
}

.footer{
	display: none;
}



.header{
	display: none;
}
/*Marginalspalte*/

.marginal  {
	display: none;
}





