/* Themenplattformen 3 Boxen */

.zwischenseite
{ float: left;
  display: inline;
  width: 400px;
  height: 180px;
  overflow: hidden;
  margin: 0px;
  background: #efefef; }

.zwischenseite img
{ float: left;
  width: 180px;
  height: 180px; }

h3.boxuschrift
{ font-size: 12px;
  width: 204px;
  line-height: 20px;
  background: #7a7a7a;
  color: white;
  margin: 0px;
  padding: 0px 8px;
  float: right; }

h3.boxuschrift a
{ color: white; }

h3.boxuschrift_s
{ font-size: 10px;
  width: 204px;
  line-height: 20px;
  background: #7a7a7a;
  color: white;
  margin: 0px;
  padding: 0px 8px;
  float: right; }
  
h3.boxuschrift_s a
{ color: white; }  

.text
{ width: 204px;
  padding: 6px 8px;
  height: 130px;
  overflow: hidden;
  float: right; }
  
.text_kurz
{ width: 204px;
  padding: 5px 8px;
  height: 114px;
  overflow: hidden;
  float: right; }
  
.mehrlink
{ margin: 0px 8px 0px 8px;
  padding: 0px 15px 0px 0px;
  text-align: right;
  font-weight: bold;
  float: right;
  background: url('http://www.goethe.de/css3/projekte/22_themenplattformen/mehrlink.gif') right 3px no-repeat; }
  

