/*   Stylesheet for RTC   (c) 2004 Gecko   */

BODY {
    margin: 0px 20px 30px 0px;
    border: 0 0 0 0;
    background: url(rtcback.gif) #FFF repeat-y;
    font-family : Verdana,Arial,Helvetica,sans-serif;
    font-size : 90%;
    color: #000;
}

TD   { font-family : Verdana,Arial,Helvetica,sans-serif; }
HR   { border-bottom: 1px dashed #888;
      border-top: 1px dashed #888;
      margin-bottom : 12px;
     }

H1   { display: none; }
H2   { color: #4A5A84; }

#titel      { height: 159px; width: 100%; }
#container  { width: 100%; align: left; }
#menu-bar   { position: absolute; left: 160px; top: 160px; }
#menubottom { position: absolute; left: 20px; top: 325px; }

#content    { height: 100%; margin-left: 215px; color: #555; text-align: left; }

#content A:link  {
        font-weight : bold;
        color : #4A5A84;
        background : transparent;
        text-decoration : none;
        }

#content A:visited  {
        font-weight : bold;
        color : #6B7BA5;
        background : transparent;
        text-decoration : none;
        }

#content A:hover  {
        font-weight : bold;
        color : #4A5A84;
        background : transparent;
        text-decoration : underline;
        }

#content A:active  {
        font-weight : bold;
        color : #6B7BA5;
        background : transparent;
        text-decoration : underline;
        }

#rightcolumn {
    float : right;
    text-align : center;
    border: 1px solid #808080;
    background-color: #e0e0e0;
    padding: 10px 10px 10px 10px;
    margin-left: 15px;
    width : 80px;
}

#foto {
	padding: 4 px 4px 4px 4px;
    border: 1px solid #808080;
    margin 5px 5px 5px 5px;
}

.color  { color: #4A5A84; }
.small  { font-size: 75%; }
.xl     { font-size: 125%; }
.warning { border: 1px solid #000; padding: 5px; color: #f00; background-color: #ffffe3; margin-bottom: 20px; }

.intakebox  { width: 600px; padding: 10px; border: #4A5A84 2px solid; background: #FFF; } 
.intakebox TD { font-size: 90%; border-top: 1px solid #c6cede; margin-top: 4px; padding-top: 5px; padding-bottom: 5px;}

.warning { border: 2px solid #4A5A84 ; padding: 5px; color: #f00; background-color: #fff; margin-bottom: 20px; }

