/* ------------------------------------------------------------------------------------------------

   squarespace printer friendly stylesheet

------------------------------------------------------------------------------------------------ */

/* Layout */

#main {
	clear: both;
	padding-top: 0.5em;
	font: 12pt Tahoma;
}

#hauptfeld {
	padding-top: 0.5em;
	padding-left: 1.5em;
	width: 640px;
	left:10px; 
	font: 10pt Tahoma;
}
#hauptfeldbreit {
	padding: 1.5em;
	background: #E3EAF2;
	position: absolute; 
	left:570px; 
	top: 128px;
	width: 150px;
	text-align: center;
}
#briefkopf, #kontaktzeile, #header, #subnav, #logo, #footer{
 	display: none;
}

body, div, table, td, th, h2, h3, h4, h5, img { /* redundant rules for bad browsers  */  
    font-family: verdana,sans-serif;
	font-size:    x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	color: #666666; 
	font: 12px/12pt Tahoma;/*texteinzug*/
}  
body { background: white; font-size: 12pt; }
img {
	margin-right:10px;
  	margin-bottom:10px;
}
th {
	padding: 5px;/*tabelleneinzug*/
}
td			{ 	
	border:1px solid gray; 
	color:black; 
}
th			{ 	
	text-align:center; 
	border:1px solid gray; 
	color:black; 
}
/*links*/
a { color: #666666; 
	text-decoration:none;
	font-size: 100%;
}
a:hover { color: red;
text-decoration:underline;
 }
a:active { color: red; }
}

p { line-height: 140%; }

h1,h2,h3,h4 {
	font-family: tahoma;
	font-weight: bold;
	color: black;
}

h1 a { text-decoration: none;  }

h1 {
	font-size: 110%;
	padding-bottom: 2px;
	border-bottom: 1px solid #CCC;
	margin: 0;
}
h2 {
	font-size: 110%;
	padding-bottom: 2px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin: 0;
}
h3 {
	font-size: 80%;
	border-top: 1px solid #CCC;
	margin: 0;
}
h4 {
	font-size: 120%;
	margin: 0;
}
h5 {
	font-family: tahoma;
	font-weight: bold;
	color: #39648A;
}

a.img:link, a.img:visited, a.img:hover, a.img:active {
	background-color: transparent;
}

