/* Diese Angaben werden für die Seite home.php verwendet */
#update {
width: auto;
max-height: 350px;
background: #DED4EC;
margin-bottom: 2em;
-moz-border-radius:5px;
border-radius:5px;
border:1px #2E4372 solid;
opacity: 0.8;
}
#aktuell {
width: auto;
height: auto;
background: #FFE2AA;
padding: 10px;
-moz-border-radius:5px;
border-radius:5px;
border:1px #AA8439 solid;
}
/*#login {
width: auto;
height: auto;
padding: 10px;
-moz-border-radius:5px;
border-radius:5px;
border:1px #3F47B4 solid;
margin-bottom: 2em;
}     */
.abstand_update {
padding: 10px 0 10px 10px;
}
.abstand_login {
padding: 10px 0 10px 10px;
}
.scrollbereich {
overflow-y: auto;
overflow-x: hidden;
width: auto;
padding-right:10px;
max-height: 330px;
font-size: 95%;
}
* html .scrollbereich {
height:280px;     /* für IE6   */
}
* html hr {
margin:0;     /* für IE6    */
}
#link{
padding-left:5px;
float:right;
}
/*#shadow{
background:#BABABA;
-moz-border-radius:5px;
border-radius:5px;
margin: -3px 3px 2em 0;
}
#last{
display:block;
position: relative;
top: 3px;
left: -3px;
background:#F4F4F4;
color:#440;
border:2px #3F47B4 solid;
padding: 10px 10px 10px 10px;
-moz-border-radius:5px;
border-radius:5px;
}   */
#pfeil{
position:relative;
top:-1em;
float:right;
}
#link a:hover{
background-color:transparent;
}

.datumzeit {
color: #2E4372;
margin-bottom:-15px;
}