* {
	padding:0px;
	margin:0px;
}

body {
	padding:0px;
	margin:0px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}


a {color: #009900}

h1 {
  height: 1px;
  left: 0;
  overflow: hidden;
  position: absolute;
  left: -999em;
  width: 1px;
}

h2 {
	text-transform:uppercase;
    font-size: 18px;
    line-height: 20px;
	font-family: arial, helvetica, sans-serif;
	color: #000;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	border: 0px;
	margin: 0px 0px 0px 0px;	
	width:100%;
	clear:both;
}

h3 {
	font-size:1em;
	font-weight: bold;
	padding:0;
	clear:both;
}

img {
	border:none;
	}
	
p, li, #content {
	font-size: 1em;
	line-height:1.4em;
}

#container {


}

/* head */
#head {
	float:right;
}


/* -----------------Inhalt--------------------- */
#content {
width:95%;
}

div#content { 

}

p, pre, ul{
	padding: 0 0 1.4em 0;
	margin:0;
}

ul {


}

#content li {
	padding-left:0px;
	margin-left:15px;
	list-style:circle;
}


/* --------------main men------------- */
#mainmen {
	display:none;
}


/* --------------left navigavtion------------- */
#left {
	display:none;
}



/* -----------footer--------------------------- */
#footer {
	position:absolute;
	top:0px;
	font-size: 11px;
/*	background-color:#ccc;*/
	margin: 0px;
	padding: 0px;
	text-align: right;
	padding-right:10px;
}

#footer span{
	float:left;;
}

#footer a{
	font-size: 11px;
	color: #000;
	text-decoration:none;
}

#footer a.top {
	display:none;
}

a.bild {
	padding:0;
}

a.bild img {
	padding:5px;
	border: 1px solid #ccc;
}

.pleft {
	float: left;
	margin: 4px 5px 0 0;
	vertical-align: text-bottom;
	border: none;
}
.pright {
	float: right;
	margin: 4px 0 0 5px;
	vertical-align: text-bottom;
	border: none;
}

.pnormal {
	clear: both;
	border: none;
	
}


