/*

 * @package    netdivision
 * @subpackage netdivision
 * @author     maciek pankiewicz / netdivision.eu
 * @copyright  netdivision
 * @version    1.0 
 * @date       2011-05-15

*/

body{
    text-align: center;	
    font-family: Verdana, Tahoma, Arial;
    font-size: 12px;
    background-color: #fff;
    margin: 0 0 0 0;
}

h1 {
margin: 0px;
padding: 0px;
font-size: 12px;
font-weight: normal;    
}

hr {
  width: 550px;  
}

#header {
    width: 100%;
    height: 25px;
    background-color: #000;
}

#logo {
    width: 100%;
    height: auto;
    border: none;
}	

#menu {
    width: 100%;
    height: 70px;
    background-color: #fff;
    padding-bottom: 10px;
}


#content a {
    color: #000;
}

#content {
    width: 100%;
    height: 215px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #ddd;
}

#content h1 {font-size: 20px; padding: 0; margin: 0; }


#foot {
    height: 15px;
    border-top: 0px #000 dotted;
    padding: 0.2em;
    margin: 0.5em 0 0 0;
    text-align: center;
    background-color: #ffffff;
}

 a {padding: 0px 4px 0px 0.5em;	color: #000; text-decoration: none; width: 100%; font-weight: bold;}
 a:link {text-decoration: none; color: #000;}
 a:visited {text-decoration: none; color: #000;}
 a:active {text-decoration: none; color: #000;}
 a:hover {text-decoration: none; color: #ff0000; }