/*Style für index.html von PersonalWerkstatt Angelika Nordt*/

BODY {background-color:#DCDCDC;}

DIV.hintergrund {position:relative;
                 width:750px; height:390px;
                 background-color:#FFFFFF;}
                 
DIV.schatten {position:absolute; left:300px; top:390px;}

DIV.streifenBraun {position:absolute; left:630px; top:0px;
                   width:120px; height:390px;
                   background-color:#8A2236;}
           
DIV.streifenGrau {position:absolute; left:610px; top:0px;
                  width:20px; height:390px;
                  background-color:#EBEBEB;}
              
DIV.logo {position:absolute; left:665px; top:30px;}

DIV.menue {position:absolute; left:640px; top:210px;
           width:90px; height:100px;
           background-color:#8A2236;
           font-style:arial, sans-serif; font-size:10pt; text-align:right;}
           
DIV.header {position:absolute; left:0px; top:360px;
            width:610px; height:20px;
            background-color:#FFFFFF;
            font-style:arial, sans-serif; font-size:9pt;}

DIV.inhalt {position:absolute; left:0px; top:0px;
            width:610px; height:390px;
            background-color:#FFFFFF;
            font-family:arial, sans-serif; font-size:12pt;}
            
A:link {font-family:arial, sans-serif; font-size:9pt; color:#000000;
        text-decoration:none;}
A:active {font-family:arial, sans-serif; font-size:9pt; color:#000000;
          text-decoration:none;}
A:visited {font-family:arial, sans-serif; font-size:9pt; color:#000000;
           text-decoration:none;}

