body.n {
	background-image : url(grafik/back.gif);
	background-position : left;
	background-repeat : repeat-y;
	background-color : White;
}

p,h1,h2,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     {
	font-family: Verdana, Arial,sans-serif;
	color : #355F85;
	font-size : 10pt;
}  

.klein   {
    font-size: 8pt;
}
  
.liste   {
    font-size:11pt; font-weight:bold; 
}

/* kleine orange Schrift */
.orange  {
	text-decoration : none;
	font-size : 8pt; 
	color : #EA7645;
}

.rot    { 
   	color : #ff0000;
}  

.text    { 
    font-size:12pt; font-weight:bold; 
}  

a        { 
    color:#355f85; 
} 

a:hover        { 
	text-decoration:underline;
} 

a:link   {
	font-weight: bold;
	text-decoration:none;
}

a:visited {
	font-weight: bold;
	text-decoration:none; 
}

a.klein  { 
    font-size:9pt; 
	font-weight:500; 
	text-decoration:none; }
	
	
/* kleine orange Links */
a.blau  {
	text-decoration : none;
	font-size : 8pt; 
	color : #EA7645;
}

/* orange Schrift */  
b {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #EA7645;
}

/* blaue Schrift */  
b.blau {
    color:#355f85; 
} 

b.grau {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #EA7645;
	background-color : #dcdcdc;
}

/* weisse Schrift */  
b.weiss {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #FFFFFF;
}

/* &Uuml;berschrift orange */    
h3  {
	font-family: Verdana, Arial,sans-serif;
	color : #EA7645;
	font-size : 12pt;
	line-height : normal;
	font-weight : bold;
}


/* -- CMS - Formate -- */
.headline 
{  font-size: 12pt;
   color: #EA7645;
   font-weight: bold
}
.fliesstext {
    font-size: 10pt;
}
.links {
    font-size: 10pt;
    font-weight: bold
}
.ueberschrift {
    font-size: 10pt;
	font-weight: bold
}
.fliessfett { 
    font-size: 10pt;
	font-weight: bold;
    color : #EA7645;
}
/* -- CMS - Formate Ende -- */

  /* -- Tabelle mit weissem Rand --*/
table.weiss  {
	border-width : 1px;
	border-style : solid;
	border-color : #FFFFFF;
	border-collapse : collapse;
}

/* -- Tabellenzelle mit blauemm Rand unten --*/
td.blau  {
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-color : #355F85;
	padding-left : 5px;
}

/* -- Tabellenzelle mit blauem Rand unten und weissem Rand links --*/
td.blauer  {
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : #355F85;
	border-left-width : 1px;
	border-left-style : solid;
	border-left-color : #355F85;
	padding : 5px; 
	spacing: 5px; 
}


/* -- Tabellenzelle mit blauem Rand rechts --*/
td.preis  {
	border-right-width : 1px;
	border-right-style : solid;
	border-color : #355F85;
	padding-left : 0px;
	padding-right : 0px;
}

td.preis2  {
	padding-left : 0px;
	padding-right : 0px;
}

/* -- Tabelle für Formulare mit blauem Hintergrund -- */
table.weiss,td.weiss  {
	font-size : 10pt;
	color : #FFFFFF;
	background-color : #355F85;
}


