/* CSS Document - Site - Empfang (Startsite)  -  Ilse T. Hable*/

/*  -----------------   Site -  Empfang  -------------------  */

#main   /* main-Container-Höhe umfasst Bild, Bild-Text, Sign, Sign-Text */
{
    width:                      990px;
    height:                     920px;
    margin-left:                0px;
    margin-top:                 0px;
    background-color:           #303030;
    padding:                    0px 0px 0px 0px;
    clear:                      both;
}

#hable_bild     /* Hable Foto Container */
{
    width:                      300px;
    margin-left:                0px;
    margin-right:               auto;
    margin-top:                 0px;
    margin-bottom:              0px;
    background-color:           #303030;
    padding-left:               40px;
    padding-right:              40px;
    padding-top:                40px;
    padding-bottom:             10px;        
    border-collapse:            collapse;
    border:                     none;
    float:                      left;
}

#hable_bild_text    /* Text rechts des Fotos Container */
{
    width:                      590px;
    height:                     530px;
    padding-top:                40px;
    text-align:                 left;
    font-size:                  16px;
    padding-right:              20px;
    margin-bottom:              0px;
    background-color:           #303030;
    overflow:                   auto;
    float:                      right;
    color:                      #ffffcc;
    
}

#hable_bild_text p 
{   
    padding-bottom:             10px;
    color:                      #ffffcc;
}

#hable_sign     /* Hable Unterschrift Container */
{
    width:                      300px;
    height:                     90px;
    margin-left:                0px;
    margin-top:                 0px;
    margin-bottom:              0px;
    background-color:           #303030;
    padding-left:               40px;
    padding-right:              40px;
    padding-top:                0px;
    padding-bottom:             20px;
    font-size:                  14px;
    float:                      left;
    overflow:                   auto;
    color:                      #ffffcc;
}

#hable_sign a
{
    color:			   			#00ffff;
	text-decoration:			none;
	font-size:                  14px;
}

#hable_sign a:hover
{
    font-weight:				bold;
	font-size:                  14px;
	text-decoration:			underline;
}
#hable_sign a:focus
{
	font-weight:				bold;
    font-size:                  14px;
    text-decoration:			underline;
}
#hable_sign a:active
{
	font-weight:				bold;
	font-size:                  14px;
	text-decoration:			underline;
}

#hable_sign_text    /* Text rechts der Unterschrift Container */
{
    width:                      910px;
    height:                     350px;
    margin-left:                0px;
    margin-top:                 0px;
    margin-bottom:              0px;
    background-color:           #303030;
    padding-top:                0px;    
    text-align:                 left;
    font-size:                  16px;
    padding-left:               40px;
    padding-right:              40px;
    border-collapse:            collapse;
    border:                     none;
    float:                      left;
    overflow:                   auto;
    color:                      #ffffcc;
}

#hable_sign_text p 
{   
    padding-bottom:             10px;
    color:                      #ffffcc;
}

.signal
{
    font-family:                Verdana, Arial, Helvetica, sans-serif;
    font-size:                  16px;
    font-weight:                bolder;
    color:                      #00ffff;
}
