* {
margin: 0; padding: 0; border: none;
}

body {
  font-family: Times New Roman, serif;
  font-size: 13pt;
  text-align: left;
  color: #000;	
  background: #fff;
}

#wrapper {
	width: 95%;
}


#header {
display: none;
}

#logo  {display: none;}

.menu { display: none;}


#main_start {

}

#main_oben {display: none;}
#main_unten {display: none;}

#main {

}

#main a {color: #000; text-decoration: none;}
#main a:after, #main a:link:after  { 
color: #000000;
background-color:transparent; 
content: " * Link " attr(href) "* "; }

a:visited:after {
color:#000000; 
background-color:transparent;
content: " * Link " attr(href) "* "; }


h1 {
	margin:0px 20px 10px 20px;
	color:#000;
	font-size:14pt;
	font-weight:normal;
	line-height:1.3;
}

#text_start h1 {
	margin:0px 20px 10px 20px;
	color:#000;
	font-size:14pt;
	font-weight:normal;
	line-height:1.3;
}

h2 {
margin:0px 20px 10px 20px;
	color:#000;
	font-size:13pt;
	font-weight:normal;
	line-height:1.3;
}

#text {float: left;}

#text_start {}

p {
	margin: 0px 20px 10px 20px;
	font-size: 12pt;
	line-height: 1.5;	
}


#text_start p {
	margin: 0px 20px 10px 20px;
	font-size: 12pt;
	line-height: 1.5;	
}


strong {color: #000;}

#main ul  {
	margin: 0px 20px 10px 25px;	
	list-style: square inside;
}

#main ul ul {margin: 0px 20px 10px 35px;}


#main ul li {
	margin: 5px 0;
	line-height: 1.5em;	
}

.img {margin: 10px 60px;}

.clboth {  
 clear: both;
 display: block;
 line-height: 0;
 font-size: 0;
}

.floatRight {margin: 6px 10px 0px 6px; float: right;display: inline;width: 300px;height: 200px;}
