/* -- Allgemeines -- */ 
body {
background: #9CCE9C; 
color: white; 
min-width: 910px;
font-size: 17px;
font-family: sans-serif;
filter:alpha(opacity=100);
opacity:1.0;
/*background-image: url(../img/background_schnee.jpg)*/;}

.kleinerText {
font-size: 0.9em;}


/* -- Textcontainer -- */
#textcontainerLogin {
width: 350px;
height: 180px;
text-align: center;
background: rgb(90,145,115);
margin: 100px auto;
padding: 50px 10px 0px 10px;
border: 4px solid white;
-moz-border-radius: 12px;
position: relative;}

#textcontainerLogout {
width: 700px;
height: 220px;
background: rgb(90,145,115);
margin: 100px auto;
padding: 20px;
border: 4px solid white;
-moz-border-radius: 12px;
position: relative;}

#hinweisLink {
text-align: left;
font-size: 0.9em;
position: absolute;
bottom: 8px;}

#hinweisLink a {
color: #FFFFFF;}

#hinweisLink a:hover {
color: #FFF7AD;}

form {
display: inline;}

#countdown {
width: 16px;
background: rgb(90,145,115);
color: white;
border: 0px;}

