h1.konflikt {
    font-family: 'Source Sans Pro', sans-serif;
    margin-top:40px;
    margin-left:10px;
    padding:15px;
    font-weight:600;
    font-style:normal;
    font-size:180%;
    color: #333333;
    background-color: #ffffff; /*#858585;*/
}
#popupk {
    overflow: auto;
    display: none;
    z-index: 4;
    position: fixed;
    width:450px;
    top: 8%;
    left: 50%;
    margin-left: -250px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #ccc;
    border-radius: 2px 2px 2px 2px;
    font-weight:400;
    font-size:110%;
    color: #111111;
}
#popbgk { /*hintergrund*/
    display:none;
    z-index:3;
    position: fixed;
    height:100%;
    width:100%;
    top:0px;
    left:0px;
    background:#000000;
}
#popbgzf { /*hintergrund*/
    display:none;
    z-index:3;
    position: fixed;
    height:100%;
    width:100%;
    top:0px;
    left:0px;
    background:#000000;
}
a.loesungsbutton {
    padding: 6px 20px 6px 20px;
    color: #ffffff;
    background-color: #00a0a0;
    text-decoration:none;
}
a.loesungsbuttonakt {
    padding: 6px 20px 6px 20px;
    color: #ffffff;
    background-color: #00a0a0;
    text-decoration:none;
    border:0px;
    border-bottom:6px solid #999999;
}

.container_konflikt { /*hintergrund*/
  width:750px; 
  margin-left:10px;
  padding:15px;
}
p.konfliktueb {
  margin-left:10px;
  padding:0 0 0 20px;
  font-weight:600;
  font-style:normal;
  font-size:120%;
  background-color:#ffffff; 
    color: #111111;
}
p.konflikttext {
  margin-left:30px;
  margin-right:30px;
  padding:5px 5px 5px 5px;
  font-weight:400;
  font-style:normal;
  font-size:80%;
  background-color:#efefef; 
    color: #111111;
}
p.loesungstext {
  margin-left:30px;
  margin-right:30px;
  padding:5px 5px 25px 5px;
  font-weight:400;
  font-style:normal;
  font-size:80%;
  background-color:#efefef; 
  color: #111111;
}