html, body {
  background: #fff;
  margin:5px;
  padding:0px;
	font-family: Verdana;
	color: #1f1a17;
	font-size: 11px;
	font-weight: bold;


} 

#content {
	background-color: #fff;
	margin-left: 0px;
} 

#content2 {
	background-color: #fff;
	margin-left: 1px;
}


.inhalt { 
	font-family: Verdana; 
	font-size: 11px; 
	font-weight: normal; 
	line-height: 15px;
	text-align: justify;

}


.blogbody { 
	font-family: Verdana; 
	font-size: 11px; 
	font-weight: normal; 
	text-align: justify;
	margin:1px;
	

}


.blogbody2 {
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	text-align: right;
	margin:-6px;	

} 

.blogbild { 
	margin-left:2px;
	

}


a:link, a:visited, a:hover {
  color: #000;
  font-size: 11px;
 
	
}

a.green {
	color:#000;
	text-decoration:none;
}
a.green:hover{
	color:#00ff33;
      border-bottom: 1px dashed #00ff33;
	
}

a.cyan  {
	color:#000;
	text-decoration:none;
}
a.cyan:hover{
	color:#00ffff;
	      border-bottom: 1px dashed #00ffff;
}

a.pink  {
	color:#000;
	text-decoration:none;
}
a.pink:hover{
	color:#ff0099;
	      border-bottom: 1px dashed #ff0099;
}

a.orange {
	color:#000;
	text-decoration:none;
}
a.orange:hover{
	color:#ff6600;
	      border-bottom: 1px dashed #ff6600;

}
a.green4 {
	color:#000;
	text-decoration:none;
}
a.green4:hover{
	color:#00aded;
	border-bottom: 1px dashed #00aded;
	
	}

a.red {
	color:#000;
	text-decoration:none;
}
a.red:hover{
	color:#ff0000;
	border-bottom: 1px dashed #ff0000;

	}

a.gelb {
	color:#000;
	text-decoration:none;
}
a.gelb:hover{
	color:#fcd403;
	border-bottom: 1px dashed #fcd403;
}

a.green3 {
	color:#000;
	text-decoration:none;
}
a.green3:hover{
	color:#4eb84a;
	border-bottom: 1px dashed #4eb84a;
}

a.green2 {
	color:#000;
	text-decoration:none;
}
a.green2:hover{
	color:#fcd403;
	border-bottom: 1px dashed #fcd403;
}
table td{
  vertical-align: top;
}

