/***************************************************
 $Id: screen.css,v 1.10 2005/11/10 16:40:13 su Exp $
 ***************************************************
 * $RCSfile: screen.css,v $
 *
 * version.......: $Revision: 1.10 $
 * file created..: 2005-11-02 21:31:45
 * author........: $Author: su $
 * last modified.: $Date: 2005/11/10 16:40:13 $
 ***************************************************
 * Web...........: http://www.decaf.de             *
 * E-Mail........: su@decaf.de                     *
 ***************************************************
 * copyright by DECAF°, Stefan Ullrich             *
 ***************************************************/
body {
   background-color: #ffffff;
   background:       url(/static/images/background.jpg) no-repeat; 
   bbackground-attachment: fixed;
   background-position: 0 98px;
   color:            #000000;
   margin:           0; 
   padding:          0; 
   width:            100%;
   height:           100%;
   font-family:      "Lucida Grande",Verdana,Helvetica,Arial,sans-serif;
   font-size:        0.8em; 
   letter-spacing:   0; 
   font-style:       normal;
   text-align:       left;
}

img {
   border:           none;
}

h1 {
   clear: both;
   font-family:      "Lucida Grande",Verdana,Helvetica,Arial,sans-serif;
   font-size:        1.5em; 
   color:            #da251c; 
   font-weight:      bold; 
   border-bottom:    1px solid #da251c;
   margin:           0px 0px 10px 0px;
   padding:          0px 0px 0px 0px;
}

h2 {
   font-family:      "Lucida Grande",Verdana,Helvetica,Arial,sans-serif;
   font-size:        1.5em; 
   color:            #da251c; 
   font-weight:      bold; 
   margin:           0px 0px 10px 0px;
   padding:          0px 0px 0px 0px;
}

h3 {
   font-family:      "Lucida Grande",Verdana,Helvetica,Arial,sans-serif;
   font-size:        1.1em; 
   color:            #000000; 
   font-weight:      bold; 
   margin:           0px 0px 10px 0px;
   padding:          0px 0px 0px 0px;
}

p {
   font-family:      "Lucida Grande",Verdana,Helvetica,Arial,sans-serif;
   padding-top:      0px;
   padding-bottom:   10px;
   padding-left:     0px;
   padding-right:    0px;
   margin:           0px;
   line-height:      1.3em;
}

div.info {
   font-size:        0.8em; 
   position: absolute; 
   right:            20px;
   padding:          1em;
   margin-top:       5px;
   margin-left:      10px;
   width:            180px;   
   border-left:      dashed 1px #da251c;
   border-right:     solid 1px #da251c;
   background-color: #ddddff;
}

ul.submenu {
   list-style-type:  none;
   margin:           0px;
   padding:          0px;
   width:            100%;
}

ul.menu {
   list-style-type:  none;
   margin:           0px;
   padding:          0px;
}

ul {
   margin:           0px;
   padding:          0px 0px 10px 20px;
   list-style-type:  disc;
}

ol {
   margin:           0px;
   padding:          0px 0px 10px 20px;
}

li.menu {
   float:            left; 
   display:          block;
   border:           0px;
   background-color: #ffffff;
}

li.submenu {
   ffloat:            left; 
   display:          block;
   vertical-align:   middle;
}


td {
   text-align:       left;
   vertical-align:   top;
}

div#header {
   background-color: #fff;
   padding:          25px 20px;
}

div.menu {
   height:           28px; 
   position:         absolute;
   top:              41px;
   left:             270px;
}

div#submenu {
   color:            #ffffff;
   position:         absolute;
   top:              100px;
   left:             0px;
   padding:          20px 0px;
   width:            180px;
   z-index:          9;
}

div#main {
   padding:          0px 0px 0px 182px;
   background-position: 182px 2.4em;
   z-index:          1;
}

div.main_content {
   padding:          20px;
   min-height:       300px;
   width:            960px;
}

div.content {
   margin-right:     5px;
   margin-top:       5px;
   width:            755px;
}

div.copyright {
   padding:          15px;
   text-align:       center;
   font-size:        0.8em; 
   color:            #999999;
}

.mh {
   min-height:       300px;
}

* .mh {
   height:           300px;
}

a.borderT {
   /* border-top:       solid 1px #eeeeff; */
}

a.borderS {
   /* border-bottom:    dashed 1px #eeeeff; */
}

a.borderB {
   /* border-bottom:    solid 1px #eeeeff; */
}

a.submenuActive {
   color:            #bebebe !important;
}


/***************************************************
 * Links
 ***************************************************/
a {
   font-weight:      normal; 
   text-decoration:  none; 
   color:            #da251c;
}

a:hover {
   font-weight:      normal; 
   text-decoration:  underline; 
   color:            #000000;
}

a.copyrightLink {
   font-weight:      normal; 
   text-decoration:  none; 
   color:            #999999;
}

a.copyrightLink:hover {
   text-decoration:  underline; 
}

a.subNavigationLink {
   font-weight:      bold; 
   text-decoration:  none; 
   color:            #000;
   display:          block;
   padding:          5px 15px;
   width:            150px;
   font-size:        0.9em; 
}

a.subNavigationLink:hover {
   color:            #da251c !important;
   font-weight:      bold; 
}

a.navigationLink {
   font-weight:      bold; 
   text-decoration:  none; 
   color:            #000000;
   display:          block;
   width:            100px;
   border-right:     1px solid #ffffff;
   border-left:      1px solid #ffffff;
   height:           28px;
   background-repeat:no-repeat;
}


a.contentPosLink { 
   color:            #999999; 
   font-family:      "Lucida Grande",Verdana,Helvetica,Arial,sans-serif;
   font-size:        11px;
   text-decoration:  none; 
   font-weight:      normal; 
}


a.contentPosLink:hover { 
   color:            #4E69B4; 
   font-family:      "Lucida Grande",Verdana,Helvetica,Arial,sans-serif;
   font-size:        11px;
   text-decoration:  underline; 
   font-weight:      normal; 
}


a.contentTableHeadLink { 
   color:            #ffffff; 
   font-family:      "Lucida Grande",Verdana,Helvetica,Arial,sans-serif;
   font-size:        11px;
   font-weight:      bold;
   text-decoration:  none; 
}
                                                                
a.contentTableHeadLink:hover { 
   color:            #ffffff; 
   font-family:      "Lucida Grande",Verdana,Helvetica,Arial,sans-serif;
   font-size:        11px;
   font-weight:      bold;
   text-decoration:  underline; 
}

