/* Print-CSS für www.suelberg.de */

html, body, div, p, h1, h2, h3, ul, ol, 
span, a, table, td, form, img, li {
  border: 0px;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

html, body {
  background: white;
  color: black;
	font-size:14px;
	line-height:20px;
	height: auto;		
}


a:link {color:#FFFFFF; text-decoration: none;}
a:visited {color:#FFFFFF; text-decoration: none; }
a:hover {color: #FEFABF; text-decoration: none; }

h1 {
  display: block;
	padding: 0px;
	margin: 0px 0px 7px 135px;
	line-height: 35px;
	color: black; 
	font-weight:bold;
	font-size:24px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px;
	border-left: 0px;
	border-color: black;
	border-style: solid;
}

.clear { 
  clear: both; 
  line-height: 0px; 
  font-size: 0px; 
  height: 0px; 
} 
	
#menu{
  display:none;
}

#tPicsContainer{
  display:none;
}

#content {	
  position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	width:600px; 
	height:auto; 
	padding: 0px;
  margin: 0px;
}
			
#textspalte {	
  float: right;
	width: 597px;
	padding: 0px;
  margin: 0px;
} 			 

.textblock{
  margin: 0px 0px 50px 0px;
}

.text{
  padding: 0px;
	margin: 0px 0px 0px 135px;
}	
			
.bild	{
  float: left;
	margin: 5px 10px 0px 0px;
}	
	
#footer{
  display:none;
}
			
