.post_text a:link    {	color: white; text-decoration: none; background: lightgreen;}
.post_text a:visited {	color: white; text-decoration: none;}
.post_text a:focus   {	color: white; text-decoration: none;}
.post_text a:hover   {	color: white; text-decoration: none; background: lightblue;}
.post_text a:active  { color: white; text-decoration: none;}

.delete {
	font-family: Monaco;
	font-size:	 12px;
	color:			 white;
	background:  red;
}

.delete a:link    {	color: white; text-decoration: none;}
.delete a:visited {	color: white; text-decoration: none;}
.delete a:focus   {	color: white; text-decoration: none;}
.delete a:hover   {	color: white; text-decoration: none; background: black;}
.delete a:active  { color: white; text-decoration: none;}

.edit {
	font-family: Monaco;
	font-size:	 12px;
	color:			 white;
	background:  lightgreen;
}

.edit a:link    {	color: white; text-decoration: none;}
.edit a:visited {	color: white; text-decoration: none;}
.edit a:focus   {	color: white; text-decoration: none;}
.edit a:hover   {	color: white; text-decoration: none; background: black;}
.edit a:active  { color: white; text-decoration: none;}

.posteintragen {
	position: fixed;
	top:			50px;
	left:     50px;
}

.eintraege {
	position: absolute;
	top:			50px;
	left:     300px;
}

.edit_kommentare {
	position: absolute;
	top:			50px;
	left:     800px;
}

.kommentarschreiben {
	font-family: Monaco;
  font-size:   12px;
  color:       white;
	background:	 lightgreen;
}

.kommentarschreiben a:link    {	color: white; text-decoration: none;}
.kommentarschreiben a:visited {	color: white; text-decoration: none;}
.kommentarschreiben a:focus   {	color: white; text-decoration: none;}
.kommentarschreiben a:hover   {	color: white; text-decoration: none; background: lightblue;}
.kommentarschreiben a:active  { color: white; text-decoration: none;}

.kommentar_schreiben {
	position: fixed;
	left:			50px;
	top:      270px;
	width:    250px;
}

.kommentar_schreiben_name {
	width:       205px;
	height:      20px;
	font-family: Manaco;
	font-size:   12px;
	color:			 grey;
}

.kommentar_schreiben_kommentar {
	width:       205px;
	height:			 150;
	font-family: Manaco;
	font-size:   12px;
	color:			 grey;
}


.kommentare {
	position: relative;
	left:			 350px;
	width:     400px;
	max-width: 400px;
}

.kommentare_name {
	font-family: Manaco;
	font-size:	 15px;
	background:	 orange;
}

.kommentare_kommentar {
  font-family: Monaco;
	font-size:	 12px;
	text-align:  center;	
}

.kommentare_kommentar img {
	vertical-align: bottom;
}


.logo {
  position: fixed;
  top:      50px;
  left:     50px;
}

.logo a:link    {	color: lightgrey;}
.logo a:visited {	color: lightgrey;}
.logo a:focus   {	color: lightgrey;}
.logo a:hover   {	color: orange; }
.logo a:active  { color: lightgrey; }

.post1 {
  position:     relative;
  top:          50px;
  left:         350px;
  max-width:    500px;
  width    :    500px;
}

.post1 img {
	max-width:  500px;
}

.post1 img a:link    {text-decoration: none;}
.post1 img a:active  {text-decoration: none;}
.post1 img a:hover   {text-decoration: none;}
.post1 img a:focus   {text-decoration: none;}
.post1 img a:visited {text-decoration: none;}


iframe {
	max-width: 500px;
}

.post_titel {
  font-family: Monaco;
  font-size:   20px;
  background:  yellow;
}

.post_titel a:link    {color:black; text-decoration: none;}
.post_titel a:active  {color:black; text-decoration: none;}
.post_titel a:hover   {color:white; text-decoration: none; background: red;}
.post_titel a:focus   {color:black; text-decoration: none;}
.post_titel a:visited {color:black; text-decoration: none;}

.post_text {
  font-family: Monaco;
  font-size:   15px;
  background:  white;
  max-width:   500px;
}

.post_datum {
  font-family: Monaco;
  font-size:   12px;
  color:       grey;
}

.kommentaranzeige {
  font-family: Monaco;
  font-size:   12px;
  color:       grey;
}
.kommentaranzeige a:link    { text-decoration: none; color: grey; }
.kommentaranzeige a:active  { text-decoration: none; color: grey; }
.kommentaranzeige a:hover   { text-decoration: none; color: grey; }
.kommentaranzeige a:focus   { text-decoration: none; color: grey; }
.kommentaranzeige a:visited { text-decoration: none; color: grey; }


.fehler {
  font-family: Monaco;
  font-size:   12px;
  color:       red;
}

.titel {
	width:       200px;
	height:      25px;
}

.inhalt {
	width:       200px;
	height:			 200px;
}

.rechte {
	position:    static;
	left:        500px;
	bottom:      10px;
  font-family: Monaco;
  font-size:   12px;
  color:       lightgrey;
}