/* Codierung Maretz.eu */

.shoutbox_oben /* definiert Hintergrund des Eingabefeldes  */
{
-webkit-border-radius: 10px; /* Border Radius */
-moz-border-radius: 10px;
border-radius: 10px;
background-image: -ms-linear-gradient(top, #242424 0%, #000000 100%); /* Background Farbverlauf */
background-image: -moz-linear-gradient(top, #242424 0%, #000000 100%);
background-image: -o-linear-gradient(top, #242424 0%, #000000 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #242424), color-stop(1, #000000));
background-image: -webkit-linear-gradient(top, #242424 0%, #000000 100%);
background-image: linear-gradient(to bottom, #242424 0%, #000000 100%);
border: solid #B7B7B7 1px; /* Border um das Feld */
}
.shoutboxuser /* Username Feld */
{
height:26px; 
color:#FFF; /* Farbe Username */
text-shadow: -1px -1px 3px #000;
font-family:Verdana, Arial; font-size: 12px;
line-height:13px; 
padding:4px;
font-weight:bold;
text-align:center;
-webkit-border-top-left-radius: 10px; /* Border Radius */
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
background-image: -ms-linear-gradient(top, #0094FF 0%, #001F35 100%); /* Background Farbverlauf */
background-image: -moz-linear-gradient(top, #0094FF 0%, #001F35 100%);
background-image: -o-linear-gradient(top, #0094FF 0%, #001F35 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0094FF), color-stop(1, #001F35));
background-image: -webkit-linear-gradient(top, #0094FF 0%, #001F35 100%);
background-image: linear-gradient(to bottom, #0094FF 0%, #001F35 100%);
}
.shoutboxfeld  /* Textfeld */
{

background-image: -ms-linear-gradient(top, #242424 0%, #000000 100%); /* Background Farbverlauf */
background-image: -moz-linear-gradient(top, #242424 0%, #000000 100%);
background-image: -o-linear-gradient(top, #242424 0%, #000000 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #242424), color-stop(1, #000000));
background-image: -webkit-linear-gradient(top, #242424 0%, #000000 100%);
background-image: linear-gradient(to bottom, #242424 0%, #000000 100%);
color:#ffffff; /* Farbe Text */
padding:0px 5px 5px 5px; 
vertical-align:top;
text-align:left;
}
.shoutboxend /* Ende Textfeld (unter textfeld) */
{
height:10px; /* Höhe Fußende */
-webkit-border-bottom-right-radius: 4px; /* Border Radius */
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
background-image: -ms-linear-gradient(top, #001F35 0%, #0094FF 100%); /* Background Farbverlauf */
background-image: -moz-linear-gradient(top, #001F35 0%, #0094FF 100%);
background-image: -o-linear-gradient(top, #001F35 0%, #0094FF 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #001F35), color-stop(1, #0094FF));
background-image: -webkit-linear-gradient(top, #001F35 0%, #0094FF 100%);
background-image: linear-gradient(to bottom, #001F35 0%, #0094FF 100%);
}
.losse /* Abstand zwischen den Einträgen */
{height:5px;}
.time_sh_box /* Uhrzeit des Eintrag´s */
{
font-size: 9px;
font-weight: bold;
color: #0082D8;
font-family: Helvetica, Verdana, Arial, sans-serif;
text-shadow: -1px -1px 3px #000;
}
.archivbut_sh_box /* Archiv Button */
{
 display:inline-block;
 float: center;
 font-size: 9px;
font-family: Helvetica, Verdana, Arial, sans-serif;
 Color: #9E9E9E;
 width: 50px; 
 height: 20px;
 line-height: 20px;
text-decoration:none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background:#fff;
border: 1px solid #9E9E9E;
text-align:center;
}
.archivbut_sh_box:hover /* Archiv Button Hover */
{
Color: #000000;
}
.avatar_box
{
max-width:50px;
border:none;
float: left;
margin-right:5px;
margin-top:4px;
}