/* CSS Document - Site - Contact  -  Ilse T. Hable*/

/*  -----------------   Site -  Contact  -------------------  */

#main_contact   /* main-Container */
{
    width:                      990px;
    margin-left:                0px;
    margin-top:                 0px;
    background-color:           #303030;
    padding:                    0px 0px 30px 0px;
    text-align:                 center;
    color:                      #ffffcc;
}

#main_contact h2 
{   
    padding-top:                40px;
    padding-bottom:             20px;
    padding-left:               0px;
    padding-right:              0px;
    font-size:                  20px;
    font-family:                Verdana, Arial, Helvetica, sans-serif;
    color:                      #00ffff;
    float:                      none;       
}

#main_contact p 
{   
    padding-bottom:             20px;
}

#main_contact a
{
    border:                     none;
    text-decoration:			none;
}

#main_contact a:hover
{
	text-decoration:			none;
	border:                     none;
}
#main_contact a:focus
{
    text-decoration:			none;
    border:                     none;
}
#main_contact a:activ
{
	text-decoration:			none;
	border:                     none;
}

.rotertext
{
    font-family:                Verdana, Arial, Helvetica, sans-serif;
    font-size:                  16px;
    color:                      #FF0000;
    font-weight:                bolder;
}
