/*WYSIWYG: .grey#Text&nbsp;grau, 
           .greybold#Text&nbsp;grau&nbsp;bold, 
           .greybolditalic#Text&nbsp;grau&nbsp;kursiv, 
           .greyboldgroesser#Text&nbsp;grau&nbsp;boldgroesser,
           .blau#Text&nbsp;blau,
           .blauitalic#Text&nbsp;blau&nbsp;italics,
           .blaubold#Text&nbsp;blau&nbsp;bold,
           .red#Text&nbsp;rot, 
           .redbold#Text&nbsp;rot&nbsp;bold, 
           .headlinegrey#Headline&nbsp;grau, 
           .headlinegreybold#Headline&nbsp;grau&nbsp;bold,
           .headlineblaubold#Headline&nbsp;blau&nbsp;bold,*/ 
           
/*TABLECORE: .grey#Text&nbsp;grau, 
             .greybold#Text&nbsp;grau&nbsp;bold, 
             .greybolditalic#Text&nbsp;grau&nbsp;kursiv, 
             .greyboldgroesser#Text&nbsp;grau&nbsp;boldgroesser,
             .blau#Text&nbsp;blau,
             .blauitalic#Text&nbsp;blau&nbsp;italics,
             .blaubold#Text&nbsp;blau&nbsp;bold,
             .red#Text&nbsp;rot, 
             .redbold#Text&nbsp;rot&nbsp;bold, 
             .headlinegrey#Headline&nbsp;grau, 
             .headlineblaubold#Headline&nbsp;blau&nbsp;bold,
             .headlinegreybold#Headline&nbsp;grau&nbsp;bold,*/ 
           
/*---------------- body -------------------- */
pre  {          
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
   font-size : 11px; 
   color: #666666;
}
body {
         margin-left: 60px; 
         margin-top:  8px;
         margin-right:20px;
         margin-bottom:10px;
	background: #eef0f1;
         font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
         font-size : 11px; 
         font-weight: normal;
               
}
body.wysiwyg {
         margin-left: 5px; 
}
/*--------------- formular --------------- */
span.weberror {
	color: #FF0000; 
	font-weight: bold;
}
span.form {
   color: #666666;
   font-weight: normal;
}
/*-------------- table, td ------------------ */
td {
   font-size : 11px;
   font-weight: normal;
   word-spacing: 4px;  
   line-height: 18px;
   color: #666666;
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
td.partner {
   background-color: #A2D2E0; 
   color: #666666;
   font-size: 12px;
   font-weight: bold;
   letter-spacing: 1px;
}
td.nav {
   background-color: #d4e5f5; 
}
td.foot, td.foot a  {
   background-color: #575352; 
   color: #89817F;
   word-spacing: 1px;
   padding: 4px;
}
/*---------------- links -------------------- */
a.navigation {
   font-size: 12px;
   font-weight: normal;
   text-decoration: none;
   color: #173454;
   background-color: #d4e5f5;
   padding-left: 10px;
   padding-right: 10px;
   padding-bottom: 8px;
   padding-top: 2px;
}
a.navigation:hover{
   background-color: #c5d8e4;
   text-decoration: none;
}
a.subnavigation {
   font-size: 12px;
   font-weight: normal;
   text-decoration: none;
   color: #173454;
   background-color: #A1D4E5;
   padding-left: 10px;
   padding-right: 10px;
   padding-bottom: 8px;
   padding-top: 2px;
}
a.subnavigation:hover{
   background-color: #c5d8e4;
   text-decoration: none;
}
a  { 
   /*  font-weight: normal;  */
   text-decoration: underline;
   color: #173454;
   background-color: inherit;
}
a:hover{
   color: inherit;
}
a.lemon{
   font-size: 12px;
   font-weight: bold;
   text-decoration: none;
   color: #DDDDDD;
}
a.lemon:hover{
   color: #FFFFFF;
}
a.lbsys{
   font-size: 11px;
   font-weight: normal;
   text-decoration: none;
   color: #89817F;
   word-spacing: 1px;
   padding: 4px;
   background-color: #575352;
}
a.lbsys:hover{
   color: #89817F;
}
/*--------- fliesstext/wxsiwyg -------------- */
.grey{
         font-size: 11px;
         font-weight: normal;
         font-style: normal;
         color: #666666;
}
.greybold{
         font-size: 11px;
         font-weight: bold;
         font-style: normal;
         word-spacing: 1px; 
         color: #666666;
}
.greybolditalic  {
         font-size: 11px;
         font-weight: bold;
         font-style: italic;
         word-spacing: 1px; 
         color: #666666;
}
.greyboldgroesser{
         font-size: 12px;
         font-weight: bold;
         font-style: normal;
         word-spacing: 1px; 
         color: #666666;
}
.blau{
         font-size: 11px;
         font-weight: normal;
         font-style: normal;
         color: #173454;
}
.blauitalic{
         font-size: 11px;
         font-weight: normal;
         font-style: italic;
         color: #173454;
}
.blaubold{
         font-size: 11px;
         font-weight: bold;
         font-style: normal;
         color: #173454;
}        
.headlinegrey{
         font-size: 16px;
	font-weight: normal; 
	font-style: normal;
	color: #666666;
}
.headlinegreybold{
         font-size: 16px;
	font-weight: bold; 
	font-style: normal;
         word-spacing: 2px; 
	color: #666666;
}
.headlineblaubold{
         font-size: 16px;
	font-weight: bold; 
	font-style: normal;
         word-spacing: 2px; 
	color: #173454;
}
.red{
	font-size: 11px;
	font-weight: normal; 
	color: #C80000; 
}
.redbold{
	font-size: 11px;
	font-weight: bold; 
	font-style: normal;
	color: #C80000;
}