/*****************************************************************
						Tag Formatierung
*****************************************************************/


html,
    body {
      margin:0;
	    padding:0;
      
    }

body {
	text-align:left;
	font-size:12pt;
	font-family: 'Times New Roman', Georgia, serif;
	background:transparent;
	color:#000000;
}
h1, h2, h3, h4, h5
{
font-family: Verdana, Arial, Helvetica, sans-serif;
padding:0;
margin:0;
color:#000000;
}

h1 {
	font-size:16pt;
	margin-bottom:16pt;
}

h2 {
font-size:15pt;
	margin-bottom:15pt;
	}
	
h3 {
	
	font-size:14pt;
		margin-bottom:14pt;
	}

h4{
	
font-size:13pt;
	margin-bottom:13pt;

}

a, a:visited {
	color:#000000;
	outline:none;
	text-decoration:underline;
	}

a:hover {
	text-decoration:none;
}

p {
font-size:12pt;
font-family: 'Times New Roman', Georgia, serif;
margin-bottom:12pt;
line-height:16pt;
}
ol li, ul li
{
padding:0;

}

ul, ol
{
margin-left:0;
padding-left:0;
}

td
{
font:12px/16px 'Times New Roman', Georgia, serif;
color:#000000;
}

/*****************************************************************
						Klassen Formatierung
*****************************************************************/

.clear {
	clear:both;
	height:1px;
	font-size:1px;
	line-height:1px;
}
.suchtext
{
position:relative;
}

/*****************************************************************
						Div Formatierung
*****************************************************************/
#container {
	position:relative;
	margin:0 auto;
	min-height:580px; height:auto !important; height:580px;
	text-align:left;
	width:100%;
	background:transparent;
	}

#wrapper{
background:transparent;
}

#header {
display:none;
	}

#navi{
display:none;
		}

 #adress{
display:none;
	}
	
		
#wrapper{
	width:100%;
	
}

#content {
	float:left;
	width:100%;
	margin:0;
	padding:0;
}

#inhalt {
  padding:0;
  margin:0;
  }
	
#col_right{
display:none;
		}


#footer {
  position:absolute;
	bottom:0px !important; bottom:-1px;
	background-color:transparent;
	width:100%;
	height:10px;
}

/*****************************************************************
*****************************************************************/
