/* *************************** */
/* SCREEN */

html,body{margin:0;padding:0; font-size:12px; font-family:arial, sans-serif; }
p{margin:0 10px 10px}
a{display:inline;color: #fff;padding:1px}

img {
background:none;
border:none;
}

DIV.outer
      {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 800px;
      height: 160px;
      margin-left: -400px; /* half of width */
      margin-top: -300px;  /* half of height */
      border-style:dotted;
      border-width:1px;
      border-color: #858585;
      background-color: #000000;

      }
DIV.content_outer
{
    position:relative;
    background-color: #000000;
    border-style:dotted;
    border-width:1px;
    border-color: #858585;
    
}


    DIV.inner
      {
      position:absolute;
      left: 50%;
      top :50%;
      width: 100px;
      height: 100px;
      margin-left: -50px;  /* half of width */
      margin-top: -50px;   /* half of height */
      background-color: #99CCFF;
      }

.scrollcontent {

display:block;
overflow:auto;
position:relative;

}

div.adminInfo{text-align:right; margin-right:25px;}
div.adminInfo a{display:inline; padding:1px; padding-left:5px;}
div#filebrowser { position:absolute; top:70px; right:0px; width:300px; display:inline-block; padding:1px; background-color:#999; font-size:10px; }
div#filebrowser2 { position:absolute; top:70px; right:0px; width:300px; display:inline-block; padding:1px; background-color:#999; font-size:10px; }


.table { display:table; border-collapse:separate; font-size:12px; font-family:arial, sans-serif; }
.tr { display:table-row; }
.td { display:table-cell; border:0px solid red; padding:20px; padding-bottom:10px; vertical-align:top; font-size:12px; font-family:arial, sans-serif; }


.lastNews { width:180px; color:#fff; font-size:12px; font-family:arial, sans-serif; }
.lastNews a { color:#fff; text-decoration:none; }
.lastNews a:hover { text-decoration:underline; }
span.newsDatum { font-size:9px; }


.newsText { color:#fff; font-size:12px; font-family:arial, sans-serif; }

.textFeld { width:100px; height:15px; font-size:11px; color:#fff; font-family:arial, sans-serif; background-color:transparent; border: 1px dotted #858585; }
.submitButton { width:100px; height:20px; font-size:11px; font-family:arial, sans-serif; background-color:white; border: 1px dotted white; }
.selectBox { height:15px; font-size:11px; color:#fff; font-family:arial, sans-serif; background-color:#000; border: 1px dotted #858585; }

.borderLine { color:#fff; font-family:arial, sans-serif; background-color:transparent; border: 1px dotted #858585; }

.smallText { font-size:10px; font-family:arial, sans-serif; }
span.small { font-size:9px; }


.buttonLink
{
height:10px;
border:1px;
border-style:double;
margin:20px;
margin-left:0px;
margin-right:0px;
}

.buttonLink a
{
color:white;
font-size:11px;
text-decoration:none;
}
.buttonLink a:hover
{
color:darkgreen;
font-size:11px;
text-decoration:none;
}
