@charset "utf-8";

/* 1024px ################################################*/

@media all and (max-width: 1024px) 
{

/* Fehlerausgabe ###################################### */
.error_tipps{
padding-left: 122px;
padding-top: 60px;
font-weight: bold;
font-size: 1.25em;
color: #b00000;	
}

/* Tabellenrahmen Texte ################################################################################## */
.tipps_rand_0{
margin: 0px 0 10px -10px;
padding: 0 0 15px 0px;
width: auto;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
border: 0px solid #aecbdc;
}
/* Datum Eintrag #################################################### */
.datum_tipps_0{
margin: 0px 0px 0px 20px;
font-weight: normal;
text-align: left;
font-size: 11px;
color: #4d4d4d;	
}
/* Bezeichnung #################################################### */
.tipps_ue_0{
margin: 30px 0 0px 20px;
font-weight: 700;
font-size: 14px;
color: #0000ff;	
}
/* Beschreibung/Text #################################################### */
.tipps_text_0{
width: 90%; 
height: auto; 
padding: 10px 30px 0 10px;
resize: none;
overflow: auto;
line-height: 19px;
border: 2px inset #aecbdc;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

/* Seitensplit ########################################################## */
.tipps_sen_0{
font-size: 12px;
margin: 20px 0 0 50%;
}

}

