body {
    color: #000000;
    background:#ddddff;
    margin: 0;
    padding: 0;
    text-align: left;
    }
#fr_head{
    position: absolute;
    top: 10px;
    left: 10px;
    height: 30px;
    width: 790px;
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    padding-left:5px;
    padding-right:5px;
    }

#datum{
    position: absolute;
    bottom: 0px;
    right: 70px;
    width:180px;
    text-align: right;
    font-size: smaller;
    }
#logo{
    position: absolute;
    left: 10px;
    font-size: large;
    font-weight: bold;
    font-family: verdana;
    color: yellow;
    z-index: 2;
    }
#logo_schatten{
    position: absolute;
    left: 12px;
    top: 2px;
    font-size: large;
    font-weight: bold;
    font-family: verdana;
    color: gray;
    z-index: 1;
    }

#login, #login:link{
    display: inline;
    position: absolute;
    bottom: 2px;
    right: 10px;
    width: 50px;
    text-decoration: none;
    color: #000000;
    text-align: center;
    font-size: smaller;
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    }

#login:hover, #login:active, #login:focus{
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    }

@media print
{
body {
    background:#ffffff;
    }
#fr_head{
    display: none;
    }
}

@media handheld
{
#fr_head{
    position: static;
    height: 38px;
    width: 100%;
    overflow:visible;
    border: 0px;
    border-bottom: 1px solid gray;
    }
#logo{
    position: absolute;
    top: 0px;
    left: 2px;
    }
#logo_schatten{
    display: none;
    }
#datum{
    position: absolute;
    top: 18px;
    left: 2px;
    right: 0px;
    text-align: left;
    }

#login, #login:link{
    position: absolute;
    top: 0px;
    right: 2px;
    width: 50px;
    height: 15px;
    text-decoration: none;
    color: #000000;
    text-align: center;
    font-size: smaller;
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    }

}

/* -------------------------------------------------------------------------------------------*/
/* menüs, bisher 3 ebenen */

#fr_menu{
    position: absolute;
    top: 45px;
    left: 10px;
    width: 150px;
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    overflow:hidden;
    }
@media print
{
#fr_menu{
    display: none;
    }
}

@media handheld
{
#fr_menu{
    position: static;
    top: 3px;
    width: 150px;
    left: 2px;
    overflow:hidden;
    border: 0px;
    }
}

.mm{
    font-weight: bold;
    color: #000000;
    width: 90%;
    margin: 4px;
    }

.sm1m{
    position: relative;
    left: 5%;
    display: block;
    text-decoration: none;
    text-indent: 5px;
    color: #000000;
    width: 90%;
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    overflow:hidden;
    }

.sm1, .sm1:link{
    position: relative;
    left: 5%;
    display: block;
    text-decoration: none;
    text-indent: 5px;
    color: #000000;
    width: 90%;
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    overflow:hidden;
    }

.sm1:hover, .sm1:active, .sm1:focus{
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    }

.sm2, .sm2:link{
    position: relative;
    left: 5%;
    display: block;
    text-decoration: none;
    text-indent: 10px;
    font-size: smaller;
    color: #000000;
    width: 90%;
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    overflow:hidden;
    }

.sm2:hover, .sm2:active, .sm2:focus{
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    }

/* -------------------------------------------------------------------------------------------*/
/* content*/

#fr_content{
    position: absolute;
    top: 45px;
    left: 165px;
    width: 635px;
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    overflow: auto;
    padding-left:5px;
    padding-right:5px;
    padding-bottom:15px;
    }
@media print, handheld
{
#fr_content{
    position: static;
    left: 0px;
    width: auto;
    border: 0px;
    overflow: visible;
    }
}

h1{
    font-size: larger;
    }
    
.zz{
    cursor:crosshair;
    font-weight: bold;
    } 

.fr_button_rechts{
    display: inline;
    position: absolute;
    top: 5px;
    right: 10px;
    width: 80px;
    text-align: right;
    }

.fr_button_waagerecht{
    display: inline;
    }

.btnblock, .btnblock:link{
    display: block;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: none;
    text-align: center;
    font-size: smaller;
    color: #000000;
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    }

.btnblock:hover, .btnblock:active, .btnblock:focus{
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    }
    
.btninline, .btninline:link{
    display: inline;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: none;
    text-align: center;
    font-size: smaller;
    color: #000000;
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    }

.btninline:hover, .btninline:active, .btninline:focus{
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    }

.btnblockl, .btnblockl:link{
    display: block;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: none;
    text-align: left;
    color: #000000;
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    }

.btnblockl:hover, .btnblockl:active, .btnblockl:focus{
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    }
    
/* -------------------------------------------------------------------------------------------*/
/* tabellen*/

table {
    table-layout: auto;
    border-collapse:separate;
    empty-cells:show;
    }

.tableerror { 
    BORDER-RIGHT: #9F0004 1px solid;
    BORDER-TOP: #9F0004 1px solid;
    BORDER-LEFT: #9F0004 1px solid;
    BORDER-BOTTOM: #9F0004 1px solid;
    background-color: #E2E1E1;
    }

th{
    border-bottom: 1px solid black;
    vertical-align: top;
    padding-left: 5px;
    padding-right: 5px;
    }
td{
    vertical-align: top;
    padding-left: 5px;
    padding-right: 5px;
    }

.zeile1{
    background-color: #eeeeff;
    }
.zeile1r{
    background-color: #eeeeff;
    border-top: 1px solid black;
    }
.zeile2{
    }
.zeile2r{
    border-top: 1px solid black;
    }
.zeileGER{
    background-color: #888888;
    }

/* -------------------------------------------------------------------------------------------*/
/* formulare*/

.btn{
    display: inline;
    color: #000000;
    background-color:#ddddff;
    padding-left: 3px;
    padding-right: 3px;
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    overflow: visible;
    }
.btn:hover{
    display: inline;
    color: #000000;
    background-color:#ddddff;
    padding-left: 3px;
    padding-right: 3px;
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    overflow: visible;
    }
    
.spaltenkopf{
    display: inline;
    color: #000000;
    background-color:#ddddff;
    padding-left: 3px;
    padding-right: 3px;
    border-top: 0px solid white;
    border-left: 0px solid white;
    border-right: 0px solid gray;
    border-bottom: 0px solid gray;
    overflow: visible;
    font-weight:bold;
    }
.txt{
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    background-color:#eeeeff;
    }

.txterror { 
    border-top: 1px solid red;
    border-left: 1px solid red;
    border-right: 1px solid #ff8888;
    border-bottom: 1px solid #ff8888;
    background-color:#FFFFCC;
    }

.txtread{
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    background-color:#ddddff;
    }

.msg{
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    background-color:#eeeeff;
    font-weight: bold;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    }

.msgred {
    border-top: 1px solid red;
    border-left: 1px solid red;
    border-right: 1px solid #ff8888;
    border-bottom: 1px solid #ff8888;
    background-color:#FFFFCC;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    }

/* nicht mehr verwenden - nur noch txt / txterror*/
.cmb{
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    background-color:#eeeeff;
    }

/* -------------------------------------------------------------------------------------------*/
/* startseite*/

@media screen{
#fr_news{
    background-color:#ddddff;
    position: absolute;
    top: 200px;
    left: 480px;
    width: 320px;
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    overflow-x: hidden;
    overflow-y: visible;
    padding-left: 5px;
    padding-right: 5px;
    z-index: 5;
    }
#fr_bild1{
    position: absolute;
    top: 45px;
    left: 165px;
    width: 350px;
    height: 350px;
    background-image:url('../images/titel1.jpg');
    background-repeat: no-repeat;
    background-position: 2px 2px;
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    overflow: hidden;
    z-index: 1
    }

#fr_bild2{
    position: absolute;
    top: 55px;
    left: 530px;
    width: 270px;
    height: 130px;
    background-image: url('../images/titel2.jpg');
    background-repeat: no-repeat;
    background-position: 2px 2px;
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    overflow: hidden;
    z-index: 1
    }
}

@media print{
    #fr_news{
    background-color:#ffffff;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow-x: visible;
    overflow-y: visible;
    z-index: 2;
    }

#fr_bild1{
    display: none;
    }

#fr_bild2{
    display: none;
    }
}

@media handheld{
#fr_news{
    overflow-x: hidden;
    overflow-y: visible;
    }

#fr_bild1{
    display: none;
    }

#fr_bild2{
    display: none;
    }
}
/* -------------------------------------------------------------------------------------------*/
/* Kalender*/


.TESTcpYearNavigation,
.TESTcpMonthNavigation
    {
    background-color:#6677DD;
    text-align:center;
    vertical-align:center;
    text-decoration:none;
    color:#FFFFFF;
    font-weight:bold;
    }
.TESTcpDayColumnHeader,
.TESTcpYearNavigation,
.TESTcpMonthNavigation,
.TESTcpCurrentMonthDate,
.TESTcpCurrentMonthDateDisabled,
.TESTcpOtherMonthDate,
.TESTcpOtherMonthDateDisabled,
.TESTcpCurrentDate,
.TESTcpCurrentDateDisabled,
.TESTcpTodayText,
.TESTcpTodayTextDisabled,
.TESTcpText
    {
    font-family:arial;
    font-size:8pt;
    }
TD.TESTcpDayColumnHeader
    {
    text-align:right;
    border:solid thin #6677DD;
    border-width:0 0 1 0;
    }
.TESTcpCurrentMonthDate,
.TESTcpOtherMonthDate,
.TESTcpCurrentDate
    {
    text-align:right;
    text-decoration:none;
    }
.TESTcpCurrentMonthDateDisabled,
.TESTcpOtherMonthDateDisabled,
.TESTcpCurrentDateDisabled
    {
    color:#D0D0D0;
    text-align:right;
    text-decoration:line-through;
    }
.TESTcpCurrentMonthDate
    {
    color:#6677DD;
    font-weight:bold;
    }
.TESTcpCurrentDate
    {
    color: #FFFFFF;
    font-weight:bold;
    }
.TESTcpOtherMonthDate
    {
    color:#808080;
    }
TD.TESTcpCurrentDate
    {
    color:#FFFFFF;
    background-color: #6677DD;
    border-width:1;
    border:solid thin #000000;
    }
TD.TESTcpCurrentDateDisabled
    {
    border-width:1;
    border:solid thin #FFAAAA;
    }
TD.TESTcpTodayText,
TD.TESTcpTodayTextDisabled
    {
    border:solid thin #6677DD;
    border-width:1 0 0 0;
    }
A.TESTcpTodayText,
SPAN.TESTcpTodayTextDisabled
    {
    height:20px;
    }
A.TESTcpTodayText
    {
    color:#6677DD;
    font-weight:bold;
    }
SPAN.TESTcpTodayTextDisabled
    {
    color:#D0D0D0;
    }
.TESTcpBorder
    {
    border:solid thin #6677DD;
    }

