.breite130 {
  width: 130px;
  float: right;  
}

/* Styledefinitionen für Bilder mit Tastaturfokus */

#inhalt a img {
  display:block; 
}

#inhalt a.rahmen, #inhalt a.rahmen img {
  float: right;
  overflow:hidden;
}
   
   inhalt a.rahmen_li, #inhalt a.rahmen_li img {
  float: right;
  overflow:hidden;
  
}
 #inhalt a.rahmen_li:focus img, #inhalt a.rahmen_li:hover img{
 /*margin: -1px -1px -1px -1px;*/
 }
 #inhalt a.rahmen:focus, #inhalt a.rahmen:hover, #inhalt a.rahmen_li:focus, #inhalt a.rahmen_li:hover{
  border:1px solid #172e5d;
 }

 
#inhalt a.rahmen:focus img, #inhalt a.rahmen:hover img {
  margin: -1px;
}
.breite130_li {
  width: 136px;
  float: left; 
 
}
 
#coso{
height: 90px;
width: 550px; 

  ;/* vertical-align:bottom; background-color:#EEEEEE; float: right;*/  
}

#coso > p{
font-size : 80%;
font-weight : bold;
padding: 30px 0 0 150px;
/*  vertical-align:bottom; */ 
}

/*-------------------------------------------------------------------------------------------------*/
/* Styledefinitionen des linken gruenen Seitennavigationsbereichs
/*-------------------------------------------------------------------------------------------------*/

#navi-links {
	width: 149px;           /*eingefuegte Bilder in Bereich bestimmen die Breite*/
}

#navi-links img {
  width: 149px;
}  


/*-------------------------------------------------------------------------------------------------*/
/* Styledefinitionen des Inhaltsbereichs
/*-------------------------------------------------------------------------------------------------*/

/*
#inhalt {
 	padding: 20px 30px 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #666666;
}

.startseite {
 	padding: 20px 30px 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #666666;
}

*/

#inhalt {
  margin-left: 149px;							/*Außenabstand gleich der Breite des 'navi-links'-Bereichs*/
	padding: 45px 80px 25px 60px;
	height: 100%;
	/*height: 26.85em;*/
	float: auto;
	font-size: 0.72em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
}


#inhalt .teaser {
  font-weight: bold;
}
/*
#inhalt .bildbegleittext {
  width: 330px;
  float: left;
  margin-right: 10px;
}
*/
/*
#inhalt a.rahmen, #inhalt a.rahmen img {
  width: 130px;
}
*/
h1 {
  border: 0;
	margin: 0 0 12px 0;
	padding: 0;
	color: #666666;
	font-size: 1em;
}

.startseite .hinweis {
  font-weight: normal;
}


