/*
 *	Styelsheet fuer Ausdrucke der Webseite
 *	letztes Aenderungsdatum: 28. Februar 2010
 *	erstellt von: Eric Jahn
 *	Email: eric.jahn@fotostumpf.de
*/
@page { size:portrait ; margin:2.0cm ; }
/*	alles ausblenden, was nicht noetig ist	*/
#header #headerImages, #navigation, #footer, #links {
display: none;
}

#header h1 {
background: none;
text-indent: 0em;
}

#content #innerContent #galerie ul {
list-style-type: none;
}

fieldset {
border: none;
}

/*	allgemeine Formatierungen	*/
body {  
font-family: "Times New Roman", serif;
text-align: justify;
color: #000;  
background: none;  
font-size: 12pt;  
width: 100%;  
float: none;  
margin: 0;
padding: 0;
line-height: 1.4;
}

h1, h2, h3, h4, h5, h6 {
page-break-after: avoid;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
font-size: 16pt;
text-align: center;
}

h2 {
font-size: 15pt;
text-align: center;
}

h3 {
font-size: 13pt;
}

a {
}

legend {
font-weight: bold;
}

label {
width: 9em;
display: block;
float: left;
}

input,
textarea {
border: none;
}

input {
width: 20em;
}

textarea {
width: 30em;
height: 20em;
}

button {
display: none;
}
/*	Links formatieren	*/
a:link[href^="http://"]:after, a[href^="http://"]:visited:after {  
content: " (Link auf " attr(href) ") ";  
font-size: 90%;
background: transparent;
color: #666;
}
  
a[href^="http://"] {  
color:#666;
}

a:link, a:visited {
font-weight: 700;
}