body{
    background-color: 	#00008B;
    font-family: ARIAL, VERDANA, HELVETICA, SANS-SERIF; 
    font-size: 12px;
    color:#ffffff;
    margin:0px;
    padding:0px;
}

a:link {
color:#ffffff;text-decoration: none; font-weight: bold;
}

a:visited {
color:#ffffff;text-decoration: none; font-weight: bold;
}
a:active {
color: #ff0000; text-decoration: none; font-weight: bold;
}
a:hover {
color: #ff0000; font-weight: bold;text-decoration: underline
}

#navigation{
    font-family: ARIAL, VERDANA, HELVETICA, SANS-SERIF;
    background-color: #00008B;
    width: 150px;
    float: left;
    margin:0px;
    padding-top:25px;
    padding-left:5px;
    height: 100%;
}
#navigation ul{
 list-style-image: url(/stahlbau-heimann.de/fileadmin/templates/main/img/11dir.gif);
}

#inhalt{
 width: 600px;
 float: left;
 padding:0px;
}
	
.align-center{
    text-align: center;
    
}
.csc-header{
    font-size: 10px;
}

