/*Stylesheet für die Positionierung der Elemente beim druck*/


html, body, div, p, ul, ol, a, 
span, table, tr, td, form, li {
   font-family: Arial, Verdana, Helvetica;
   line-height: 1.5;
   font-size: 16px;
   color:#000000;
}

html, body { 
	margin: 0px; 
	font-size: 16px;
	text-align: center;	
}

/*Container Elemente*/
#bg_header, #bg_nav, #bg_subNav, #header, #navcontainer, #subnav, td.content_right, td.footer{
	display: none;
}

#container {
	position:relative;
    margin: 0 auto;
	text-align:left;
	top:0px;
	z-index:3;
}	

#content {
	position:absolute;
	top:  0px;
	left: 0px;
	height: 350px;
}

#content table{ 
	vertical-align:top;
	border-collapse:collapse;
	border-spacing:0px; 
	overflow:hidden;
}

td.content_left{
	vertical-align:top;
	padding:0px;
	margin: 0px; 
	width:600px;
	overflow:hidden;
}

/*Text Elemente*/
td.content_left p, td.content_left li{
	line-height: 1.5;
	font-family: Arial,Verdana;
	font-size: 16px;
	text-align:left;
	color:#000000;
}

td.content_left table{
	border: 1px solid #000000;
}

td.tabelle{ 
	font-family: Arial,Verdana;
	font-size: 16px;
	background: #ffffff; 
	border: 1px solid #000000;
}
td.name{
	font-family: Arial,Verdana;
	font-size: 16px;
	background: #ffffff; 
	border: 1px solid #000000;
	width:400px;
} 
td.content_left a:link, a:visited, a.focus, a.active{
	color : #000000;
	text-decoration: underline;
	
}
td.content_left table.test{
	border: 1px solid #000000; 
	height:20px;
	width:550px;
}
td.formular{ 
	font-family: Arial,Verdana;
	font-size: 16px;
	background: #ffffff; 
	color:#000000;
}
table.kontaktform{
	width:200px;
	background: #ffffff; 
}
input,textarea {
	font-family: Arial,Verdana;
	font-size: 16px;
	background: #ffffff; 
	color:#000000;
	border: 1px solid #000000;
	width:250px;
}

.button{
	width:70px;
	padding:1px;
	font-family: Arial,Verdana;
	font-size: 16px;	
	background:#000000;
	border: 1px solid #000000;
	cursor: pointer;
	color:#ffffff;
}
h1,h2,em,a{
	color: #000000;
}
h1 {
	margin:0px;
	margin-bottom: 20px;
	padding:0px;
	font-family: Arial,Verdana;
	font-size: 20px;
	font-weight: bold;		
}

h2 {
	font-family: Arial,Verdana;
	font-size: 18px;
	font-weight: bold;		
}

em {
	font-weight: bold;
	font-style: normal;
}
