body {
    padding			: 0;
	margin			: 0;
}
#page {
	padding			: 0;
	margin			: 0;
	
	background-color: #fff; /*hintergrund farbe */
	color			: #000; /* schrift farbe */
	
	font-family		: Verdana, Arial, Helvetica, sans-serif; 
	font-size		: 12px;
	
	width           : 900px;
	max-width       : 900px;
}
table, td, tr {
    margin          : 0; /*NA*/
    padding         : 0;
    border          : 0;
}

#banner { /* Firmen Logo */
	margin-left	    : 25px;
	margin-top		: 32px;
	height			: 76px;
    font-size       : 1px;
	width			: 350px;
	background		: url("../../img/design/banner.jpg") no-repeat top left;
}
#sub {
    position        : absolute;
    left            : 425px; /*Einrücken Format statische Seiten*/
    top             : 105px;
    margin-top      : 10px;
    width           : 100%;
}
#sub a, a:active, a:visited {/* Schrift statische Seite */
    color           : #F56715;
    font-weight     : bold;
    font-size       : 11px;
    text-decoration : none;
}
#sub a:hover {
    text-decoration : underline;
}
#banner_strich {				/* orange oben */
    position        : relative;
    top      		: 0px;
    margin-bottom   : 19px;
    height          : 4px;
    font-size       : 1px;
    width           : 682px;
    background-color: #F86A14;
}
#menu_strich {				/*grau unten*/
    position        : relative;
    float           : left;
    bottom          : 195px;
    height          : 2px;
    font-size       : 1px;
    width           : 300px;
    background-color: #999999;
}
#content {
    position        : relative;
    float           : left;
    bottom          : 440px;
    left            : 200px;
    width           : 655px;
    min-height      : 500px;
}
#content_strich_1 {			/*grau oben */
    position        : relative;
    float           : right;
    height          : 2px;
    font-size       : 1px;
    width           : 475px;
    background-color: #999999;
}
#content_strich_2 {        /*orange oben */ 
    position        : relative;
    bottom          : 180px;
    float           : right;
    height          : 4px;
    font-size       : 1px;
    width           : 690px;
    background-color: #F86A14;
}

#menu {
    width           : 153px; /*NA*/
}

#menu ul {				/*Menu li. einzug */
    list-style      : none;
    margin          : 0;
    padding         : 0;
    margin-left     : 26px;
}

#menu li {				/*schrift menu li. einzug */
    width           : 153px;
    padding-left    : 5px;
}
#menu a, #menu a:active, #menu a:visited { /*NA*/
    color           : #fff;
    text-decoration : none;
}
#menu a:hover {					/*NA*/						
    color           : fff;
    text-decoration : underline;
}

.menu_o, .menu_m, .menu_u { 
    height          : 20px;
    font-size       : 10px;
    font-weight     : bold;
    
}
.menu_o {
    background      : url("../../img/design/menu_o.jpg") no-repeat top left;
}
.menu_m {
    background      : url("../../img/design/menu_m.jpg") no-repeat top left;
    margin-top      : 10px;
}
.menu_u {
    background      : url("../../img/design/menu_u.jpg") no-repeat top left;
    margin-top      : 10px;
}
.menupunkt {
    width           : 100%;
    height          : 100%;
    cursor          : pointer;
    text-decoration : none;
    color           : #fff;
}
