/* Neue CSS für Datenbankausgaben ################################################ */

/*.xxx_xxx_0 - Null zur Vermeidung CSS-Konflikt */

/* Fehlerausgabe ###################################### */
.error_tipps{
padding-left: 122px;
padding-top: 60px;
font-weight: 600;
font-size: 1.25em;
color: #b00000;	
}
/************************ Keine neuen Einträge *************************/
.is_slogan { 
width: 100%;
font-size: 1.3em;
font-weight: 600;
color: #bb1e10;
text-align: center;
line-height: 24px;
margin: 40px 0 40px 0;
padding: 10px 0px 10px 0px;
background: #f0f0f0;
border: 1px inset #4f5250;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
text-transform:uppercase;
}
/* Titel/Überschrift #################################################### */
.tipps_ue_0{
margin: 40px 0 0px 10px;
font-weight: 600;
font-size: 1.0rem;
}
/* Datum Text #################################################### */
.datum_tipps_0{
margin: -5px 0px 0px 10px;
font-weight: normal;
text-align: left;
font-size: 0.9rem;
color: #4d4d4d;	
}
/* Datum Text #################################################### */
.splitt{
margin: 20px 0 0 -70px;
text-align: center;
font-size: 0.7rem;
}
/* Textfeld ################################################################################## */
.tipps_rand_0{
margin: 0px 0 0 -10px;
}
/* Beschreibung/Text #################################################### */
.tipps_text_0{
width: 90%; 
#height: auto; 
margin: 20px 0 0 10px;
padding: 10px 10px 40px 10px;
white-space: pre-wrap;
#overflow:auto;
#resize:both;
resize: none;
overflow-y: scroll;
height:250px;
line-height: 22px;
border: 1px inset #2d2d2d;
}


