/*zweispaltiger Text */
.zweispalter{
clear: both;

}

.spalte1{
float: left;
width: 50%;
margin-bottom: 2em;
}
.spalte2{
float: left;
width: 50%;
margin-bottom: 2em;
}

/*Kasten mit abgerundeten Ecken*/
.kastenrund
{
background-color:#efefef;
border:1px solid #aaaaaa;
left:10px;top:10px;
width:200px;
padding-left:10px; 
-moz-border-radius:10px;
-khtml-border-radius:30px;
}

/*Ansprechpartner-Seite*/

.ap_bild{
padding-top:8px; 
padding-left:5px;
width:200px; 
height:150px; 
}

.ap_links_grau{ 
background-color:#E0E0E0;
float:left; 
width:200; 
height:166px;
}

.ap_rechts_grau{
background-color:#E0E0E0;
float:left; 
width:445px; 
height:151px; 
padding-top:15px; 
padding-left:10px; 
padding-right: 10px;
}

.ap_links_weiss{ 
float:left; 
width:200; 
height:166px;
}

.ap_rechts_weiss{
float:left; 
width:445px; 
height:151px; 
padding-top:15px; 
padding-left:10px; 
padding-right: 10px;
}

div.zitat_text {
  width: 530px;
  height: 190px;  
  padding: 30px 0px 30px 0px;  
}

div.zitat_bild {
  height: 190px;
  padding: 30px 0px 30px 0px;
}

blockquote.zitat {
  padding-top: 1px;
  margin: 5px;
  line-height:180%;
  background-image: url(http://www.fachschaft.org/wp-content/uploads/2012/06/quote_klein_serif_start.png);
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: 50px;
}

blockquote.zitat cite {
  display: block;
  font-size: 90%;
  font-style: normal;
  letter-spacing: 1px;
  text-align: right;
  background: url(http://www.fachschaft.org/wp-content/uploads/2012/06/quote_klein_serif_end.png) no-repeat right bottom;
  padding: 5px 50px 0px 0px;
}

blockquote.zitat em {
  font-size: x-large;
  font-family: "Times New Roman", serif;
  color: #3D900A;
  font-variant: small-caps;
  font-style: normal;
}
