
	@font-face {  
	  font-family: "myCitroen";  
	  src: url( /fonts/Citroen_Regular.eot ); /* IE */  
  }
  
	@font-face {  
	  font-family: "myCitroen";  
	  src: url( /fonts/Citroen_Regular.ttf); /* non-IE */  
	} 

body {
    font-family:Citroen, myCitroen, Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
    #background-image: url(/images/nurlogo_klein.gif);
    font-size:14pt;
}
body.nav {
    background-image: url(/images/1x1.gif);
}

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i { 
    font-family:Citroen, myCitroen, Arial, Helvetica, sans-serif; 
}

a { 
    text-align:left; 
    font-weight: bold;
    font-size:12pt;
    text-decoration: underline;
}
a:link    { color:#000000; background-color:transparent; text-decoration: none;}
a:visited { color:#000000; background-color:transparent; text-decoration: none;}
a:hover   { color:#C31E2F;  background-color:transparent; text-decoration: none;}


a.small {
    font-size:8pt;
}
.menu { 
    text-align:left; 
    font-weight: bold;
    font-size:12pt;
    text-decoration: none;
    width:140px;
}
a.menu:link    { color:#000000; background-color:transparent; text-decoration: none;}
a.menu:visited { color:#000000; background-color:transparent; text-decoration: none;}
a.menu:hover   { color:#C31E2F;  background-color:transparent; text-decoration: none;}

span.grey {
    text-align:left; 
    font-weight: bold;
    font-size:12pt;
    text-decoration: none;
    color:grey;
}
tr.hell {
    background-color: #eeeeee;
    font-size:12pt;
}
tr.dunkel {
    background-color: #dddddd;
    font-size:12pt;
}
th {
  font-size:12pt;
	color: #FFFFFF;
	background-color: #000000;
}

td.hell {
    background-color: #eeeeee;
    font-size:10pt;
}
td.dunkel {
    background-color: #dddddd;
    font-size:10pt;
}
td.hellgross {
    background-color: #eeeeee;
    font-size:12pt
}
td.dunkelgross {
    background-color: #dddddd;
    font-size:12pt;
}
td.gelb {
    background-color: #ffd700;
    font-size:10pt;
}
td.hellgelb {
    background-color: #FCF8D2;
    font-size:10pt;
}
td.hellgelbfett {
    background-color: #FCF8D2;
    font-size:10pt;
    font-weight: bold;
}
table.ueberschrift {
    font-size:25pt;
    color:#C31E2F;
    background-color:white;
}
hr {
    color: #000000;
}
p.footer {
  position:relative;
  bottom:5px;
}

div.roter_streifen {
  position:fixed;
  z-index:99;
  right:0px;
  top:0px;
  width:5px;
  height:100%;
  background-color:#C31E2F;
}


#ueb1 {
    color: #C31E2F;
    font-weight: bold;
    font-size: 18pt;
}
#ueb2 {
    color: #000000;
    font-weight: bold;
    /*vertical-align: bottom;*/
    
}

#ueb3 {
    color: #000000;
    font-weight: bold;
    /*vertical-align: bottom;*/
    font-size:20pt;
}

#text2 {
    color: #000000;
    /*vertical-align: bottom;*/
}

#rot {
    color: #C31E2F;
}

