/*SEE ALSO style-readable.css*/
BODY{background:#192d78;font-family:sans-serif;}
#NAVBAR{width:100%;border:white 1px solid;-moz-border-radius:10px;height:107px;background:#192d78;}
#LOGO{width:398px;padding-left:9px;}
#PROJEKT,#PROJEKT-SEL,#ASMXS,#ASMXS-SEL,#AE,#AE-SEL
{display:block;float:left;height:27px;margin-top:30px;margin-bottom:5px;background-repeat:no-repeat;margin-right:20px;}
span.HIDE{display:none;}
#PROJEKT{background-image:url(/navbuttons/projekt.png);width:87px;}
#PROJEKT-SEL{background-image:url(/navbuttons/projekt-pink.png);width:87px;}
#ASMXS{background-image:url(/navbuttons/asmxs.png);width:148px;}
#ASMXS-SEL{background-image:url(/navbuttons/asmxs-pink.png);width:148px;}
#AE{background-image:url(/navbuttons/ae.png);width:173px;}
#AE-SEL{background-image:url(/navbuttons/ae-pink.png);width:173px;}
#PROJEKT:hover,#PROJEKT-SEL:hover,#ASMXS:hover,#ASMXS-SEL:hover,#AE:hover,#AE-SEL:hover
{background-position:0px -28px;}
#SUBNAV{clear:left;background:#8c4eb4;-moz-border-radius:20px;padding:2px 10px 2px 10px;margin-right:10px;}
#SUBNAV>span>span{display:none;}
#SUBNAV>span{margin-left:15px;}
#SUBNAV a{text-decoration:none;color:white;}
#SUBNAV a:hover{color:black;} 
#SUBNAV a#selected{color:#73d9a4;}
#SUBNAV a#selected:hover{color:black;}

#MAIN{-moz-border-radius:10px;padding:5px;margin-top:10px;background:white;padding:5px;}
h1{margin-top:0px;}
h1,h2,h3,h4{color:#192d78;}
#MAIN a{color:#192d78;text-decoration:none;font-weight:bold;}
#MAIN a:hover{text-decoration:underline;}
#STAND{color:white;font-size:small;margin-top:5px;}
#MAIN .SEPARAT{font-size:small;background:#73d9a4;-moz-border-radius:5px;padding:5px;}