@media screen, projection {



/*
**
** THEMA: Presse
**
*/
/* themenspezifische Formate */

.pressehead{
font: bold 11px/1.3em Tahoma, Arial, Helvetica, sans-serif;
color: #5d5d5d;
margin: 5px 0 -5px 0;
}

.infokasten { 
margin: 30px 0 0 0;
background: #eee;
overflow: auto;
}

.infokInhalt { 
margin: -6px 10px 10px 10px;
}

.bildercontainer {
position: relative;
width: 0;
height: 0;
left: -150px;
top: 10px;
}
.bilder {
position: absolute;
width: auto;
height: auto;
left: 20px;
top: 10px;
padding: 5px;
}

.bildertxt {
position: relative;
left: 0;
top: 0;
margin: 0 0 25px 0;
}

.bildtabelle {
position: relative;
left: 100px;
top: 0;
margin: 0 0 25px 0;
}

td {
font: 11px/1.4em Tahoma, Arial, Helvetica, sans-serif;
letter-spacing: 0.02em;
color: #014590;
vertical-align: top;
padding: 5px 5px;
}





}