/* 
============================================================
== Optimierte Druckausgabe
== (Menüs ausblenden, Schriftfarbe Druckerfreundlich..)
============================================================
*/

* { 
	margin: 0px;
	padding: 0px;
}

html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	background: #FFFFFF;
}

#main { text-align: left; }
#logo { padding-top: 8px; }

.logo { 
  width: 100%; 
  height: auto;
}

#content {
  background-color: #FFFFFF;
  float: left;
}

#contenttext { 
  margin-left: 5px; 
  padding-right: 15px;
}

#printfooter { 
  display: block;
  width: 98%; 
  font-size: 10px;
  bottom: 50px;
  margin-left: 5px;
  position: absolute;
}

#printfootertext {
  float: left; 
  padding-right: 15px;
  color: #6F706B;
}

a img { border: 0px; }

/* 
-------------------------------------- 
-- Navigation und Footer ausblenden --
-------------------------------------- 
*/

#footer { display: none; }
#navigationmain { display: none; }

#submenu { 
  margin-top: 15px; 
  margin-left: 5px; 
  padding-bottom: 5px; 
}

#submenu a { 
  text-decoration: underline; 
  font-style: italic;
  color: #000000;
}

/*
============================================================
== Links sichtbar machen
== Hier wird die URL im Druck angezeigt (außer IE)
============================================================
*/

#submenu a:link:after, #submenu a:link:visited:after {
  content: " (Link: " attr(href) ") ";
  font-size: 80%;
  color: #DBDBDB;
}

#submenu a[href^="/"]:link:after {
  content: " (Linkadresse: http://www.dachdeckernagel.de " attr(href) " ) ";
}


/* 
-------------------------------------- 
-- Titel NICHT rot darstellen       --
-------------------------------------- 
*/

h1 { color: #5F5F5F; }
h2 { color: #5F5F5F; }
h3 { color: #5F5F5F; }
h4 { color: #5F5F5F; }
h5 { color: #5F5F5F; }
h6 { color: #5F5F5F; }