
/*  Formatierung body Bildlaufleiste + Hintergrundgrafik*/

body {
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:normal;
color: #000000;

background: url(background_paper.jpg) #F0F4FF;
background-position: top right;
background-attachment: fixed;
background-repeat: no;

margin:30px;
padding:10px;

}



/* Content-Tabelle mit der ID 'content'*/

#content
{
width:900px;
margin:0px;
padding:30px;
background-color:#FFFFFF;
line-height:130%;
}


/*  tabellenzellen */
td {
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:normal;
text-decoration:none;
color: #000000;
line-height:17px;
}

/*  Absätze Blockformatierung  */
p {
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:normal;
text-decoration:none;
color: #000000;
text-align: justify;
}


/*  Links allgemein */
a {
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:normal;
text-decoration:none;
color: #27647a;
}

a:visited {
color:#23b6c7;
}

a:hover {
color:#27647a;
text-decoration:underline;
}


a.weiss {
color:#FFFFFF;
}
a.weiss:visited {
color:#FFFFFF;
}


/*  eigene klasse links */

a.linkmini {
font-family:Arial,Helvetica,sans-serif;
font-size:10px;
font-weight:normal;
text-decoration:none;
color: #0050A0;
}

/*  aufzählungen */
ul {
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:normal;
text-decoration:none;
color: #000000;
}

li {
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:normal;
text-decoration:none;
color: #003080;
}

/*  eigene klasse für überschriften - zT nicht mehr in Fettschrift*/

h1 {
font-family:Georgia, Times;
font-size:22px;
margin-bottom:-6px;
font-weight:normal;
text-decoration:none;
color: #27647a;
}
h2 {
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
margin-bottom:5px;
font-weight:normal;
text-decoration:none;
color: #999999;
}
h3 {
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:normal;
text-decoration:none;
color: #CCCCCC;
text-transform: uppercase;
}
h4 {
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:14px;
font-weight:normal;
text-decoration:none;
color: #0000DF;
text-transform: uppercase;
}
h5 {
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:none;
color: #000000;
text-transform: uppercase;
}


/*  eigene klassen für hintergrundfarbe */
.bgcolor1 {background-color : #C00040;}
.bgcolor1 {background-color : #D01050;}


/*  eigene klasse für textfarbe */
.rot {color: #FF0099;}
.violett {color: #9000E0;}
.weiss {color: #FFFFFF;}
.blau {color: #0000FF;}



/*  eigene klasse für überschriften */
.titel {
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:10px;
font-weight:normal;
text-decoration:none;
color: #6b7c81;
text-transform: uppercase;
}


/*  eigene klassen für kleine schriften */

.smallgrau {
font-family:Arial,Helvetica,sans-serif;
font-size:10px;
color: #B5A777;
}

.mini {
font-family:Arial,Helvetica,sans-serif;
font-size:10px;
font-weight:normal;
background:#000000;
color:#FFFFFF;
}
