
/* ALLGEMEINES */
/* border: 1px solid #ff0000;
   CI blau:       #334398;
   CI hellblau:   #4DBAFF; */


body                             { padding: 0px; 
                                   margin: 0px; 
                                   font-family: Verdana, Helvetica, sans-serif;
                                   font-size: 11px;
                                   color: #333333;
                                   width: 100%;
                                   height: 100%;
                                   overflow: auto;
                                   overflow-x: hidden;
                                   overflow-y: auto;
                                   background-image: url('content/bkg-content.gif');
                                   background-repeat: repeat-y; }                                 

td,input                         { font-family: Verdana, Helvetica, sans-serif;
                                   font-size: 11px;
                                   color: #333333; }
                                 
p                                { margin: 0px;
                                   padding: 10px; }

ul                               { margin: 0px;
                                   padding-left: 20px;
                                   padding-top: 20px;
                                   padding-right: 20px;
                                   padding-bottom: 20px; }
                                   
a                                { color: #0047B6;
                                   text-decoration: none; }
                                    
a:hover                          { color: #000000; }

br                               { line-height: 20px; }

/* Layer */
                                 
#himmel                          { position: absolute;
                                   top: 0px;
                                   left: 0px;
                                   width: 100%;
                                   height: 110px;
                                   background-color: #FFFFFF;
                                   background-image: url('content/himmel.jpg');
                                   background-repeat: no-repeat; }

#logo                            { position: absolute;
                                   bottom: 0px;
                                   left: 25px;
                                   width: 120px;
                                   height: 97px; 
                                   background-color: #FFFFFF;
                                   vertical-align: middle;
                                   text-align: center; }

#headline                        { position: absolute;
                                   top: 45%;
                                   left: 170px;
                                   height: 97px;
                                   vertical-align: middle;
                                   font-size: 1.6em;
                                   color: #333333; }

#raute                           { position: absolute;
                                   top: 0px;
                                   left: 718px;
                                   z-index: 1; }


#logoNeu                         { position: absolute;
                                   top: 0px;
                                   left: 469px;
                                   width: 360px;
                                   height: 135px;
                                   z-index: 1; }



#menuerahmen                     { position: absolute;
                                   top: 110px;
                                   left: 0px;
                                   height: 100%;
                                   width: 145px;
                                   background-color: #FFFFFF;
                                   padding: 0px; }
                                   
.menue                           { position: relative;
                                   padding-bottom: 5px;
                                   padding-left: 30px; }

a.hauptmenuepunktnorm            { color: #000000;
                                   text-decoration: none; }

a.hauptmenuepunktnorm:hover      { color: #4DBAFF; }

a.hauptmenuepunkthigh            { color: #4DBAFF;
                                   text-decoration: none; }

a.hauptmenuepunkthigh:hover      { color: #4DBAFF; }

.menuetrenner                    { position: relative;
                                   width: 115px;
                                   height: 1px;
                                   padding-top: 10px;
                                   background-image: url('content/menue-trenner.gif');
                                   background-repeat: repeat-x; }

/* Startseite */

#schatten                        { position: absolute;
                                   top: 150px;
                                   left: 145px;
                                   width: 730px;
                                   height: 100%;
                                   background-color: #000000; }

#inhalt                          { position: absolute;
                                   top: 140px;
                                   left: 145px;
                                   width: 710px;
                                   height: 100%;
                                   background-color: #C6C5E2; }


/* Defaultseite */

#submenue                        { position: absolute;
                                   top: 110px;
                                   left: 145px;
                                   width: 625px;
                                   vertical-align: middle;
                                   padding-left: 25px;
                                   padding-top: 5px;
                                   padding-bottom: 5px;
                                   background-color: #334398;
                                   background-image: url('content/bkg_submenu.gif');
                                   background-repeat: no-repeat;
                                   z-index: 2; }
                                   
a.submenuepunktnorm              { color: #FFFFFF;
                                   text-decoration: none; }

a.submenuepunktnorm:hover        { color: #4DBAFF; }

a.submenuepunkthigh              { color: #4DBAFF;
                                   text-decoration: none; }

a.submenuepunkthigh:hover        { color: #4DBAFF; }

#defaultbkg                      { position: absolute;
                                   display: block;
                                   top: 150px;
                                   left: 145px;
                                   width: 625px;
                                   height: 100%; }

.bildunterschrift                { text-align: right;
                                   font-size: 9px;
                                   color: #FFFFFF;
                                   font-style:italic; }
                                 

/* Seite mit einem Bild rechts */

#bildrechts                      { position: absolute;
                                   top: 150px;
                                   left: 645px; }      
