/***** ALLGEMEIN GÜLTIG **********/

body
{
font-size: 14px;
line-height: 16px;
font-weight: Normal;
font-style: Normal;
color:#F4E3AA;
vertical-align:baseline;
margin-top:3px;
margin-bottom:3px;
text-decoration:none;
font-family:verdana,helvetica,arial,"sans serif"
}

p
{
font-size: 14px;
line-height: 16px;
margin-top:8px;
margin-bottom:2px;
}


/**** SPAN-FORMATE****/

/* Kleiner Fließtext */
.mini
{
font-size: 10px;
margin-top:1px;
margin-bottom:0px;
 }

/* goldener Text */
.gold
{
font-weight: bold;
color:#ffae00;
 }


/****** TITEL ****************/

/* Titel 1 */
h1
{
font-size:20px;

font-weight: bold;
color:#ffae00;
text-align: center;
margin-top:15px;
margin-bottom:10px;
}


/* Titel 2 */
h2
{
font-size:17px;
font-weight: bold;
color:#ffae00;
text-align: center;
margin-top:12px;
margin-bottom:8px;
}


/* Titel 3 */
h3
{
font-size:15px;
font-weight: bold;
color:#ffae00;
text-align: center;
margin-top:8px;
margin-bottom:6px;
}

/***** SONDERFÄLLE **********/

/* Trennlinie */
hr
{
color:#bdd7ff;
height:1px;
width:600px;
margin-left:8px;
margin-right:8px;
}

/* Rahmen */
.rahmen
{
border-top-color:#d37a15;
border-left-color:#d37a15;
border-right-color:#ae5a00;
border-bottom-color:#ae5a00;
border-width:1px;
border-style:solid;
padding:15px;
}


/** Alle Links normal und dklblau **/
A:link {
        color: #F4E3AA;
        text-decoration: none;}

A:visited{
        color: #F4E3AA;
        text-decoration: none;}

A:hover         {
        color:#ffae00;
        text-decoration: none}



