/* ---- STANDARD, SCHRIFTEN ETC. ---- */

body{

     padding: 0px;
     margin: 0px;
     font-family: Trebuchet MS, Arial, Verdana;
	/*orange: background-color: #F6DEC1;*/
	/*blau**/ background-color: #9BA6C4;

}


/* ---- SCHRIFTEN ----*/

.white18{
         font-size: 18px;
         color: #fff;
}
.orange19{
         font-size: 19px;
         color: #DA8C00;

}

/*---- LINK ----*/
/*---- WEISS 13px ----*/
a.white13{
         font-size: 12px;
         color: #fff;
         font-weight: bold;
}
a.white13:link{
         text-decoration: none;
         font-size: 12px;
         color: #fff;
         font-weight: bold;
}
a.white13:visited{
         text-decoration: none;
         font-size: 12px;
         color: #fff;
         font-weight: bold;
}
/*---- ORANGE; 13px ----*/
a.orange13{
         font-size: 12px;
         color: #DA8C00;
         font-weight: bold;
}
a.orange13:link{
         text-decoration: none;
         font-size: 12px;
         color: #DA8C00;
         font-weight: bold;
}
a.orange13:visited{
         text-decoration: none;
         font-size: 12px;
         color: #DA8C00;
         font-weight: bold;
}
/*---- BLAU 12px----*/
a.blue12{
         font-size: 12px;
         color: #384583;
         font-weight: bold;
}

a.blue12:link{
         text-decoration: none;
         font-size: 12px;
         color: #384583;
         font-weight: bold;
}
a.blue12:visited{
         text-decoration: none;
         font-size: 12px;
         color: #384583;
         font-weight: bold;
}

/*---- WHITE 18 bottom ----*/
.white18_bottom{
         font-size: 17px;
         color: #fff;
		 vertical-align: bottom;
		 text-align: center;
}
.orange17_bottom{
         font-size: 17px;
         color: #fff;
		 vertical-align: bottom;
		 text-align: center;
}
