/* CSS Document */

/* Basics */

body { color: #000000; font-size: 14pt; font-family: Calibri; background-repeat: repeat-x; }
#block { background-color: #ffffff; font-size: 14pt; font-family: Calibri; line-height: 14pt; text-align: justify; }
#titel { color: #000000; font-size: 22pt; font-family: Calibri; font-weight: bold; font-style: bold; background-color: #C0D9D9; text-transform: uppercase; text-align: center; border-bottom: 3px dotted #FFB100 ; display: block; }

/* Links */

a:link { color: #000000; font-size: 14pt; font-family: Calibri; font-weight: bold; text-decoration: none; }
a:visited { color: #000000; font-size: 14pt; font-family: Calibri; font-weight: bold; text-decoration: none; }
a:hover { color: #FFB100 ; font-size: 14pt; font-family: Calibri; font-weight: bold; text-decoration: none; }
a:active { color: #000000; font-size: 14pt; font-family: Calibri; font-weight: bold; text-decoration: none; }

A.nav:link { color: #000000; font-size: 14pt; font-family: Calibri; text-decoration: none; text-transform: uppercase; text-align: center; padding: 2px; display: block; }
A.nav:visited { color: #000000; font-size: 14pt; font-family: Calibri; text-decoration: none; text-transform: uppercase; text-align: center; padding: 2px; display: block; }
A.nav:hover { color: #000000; font-size: 14pt; font-family: Calibri; text-decoration: none; text-transform: uppercase; text-align: center; padding: 2px; display: block; }
A.nav:active { color: #000000; font-size: 14pt; font-family: Calibri; text-decoration: none; text-transform: uppercase; text-align: center; padding: 2px; display: block; }

/* Effekte */

b { color: #000000; font-size: 14pt; font-family: Calibri; font-weight: bold; }
i { color: #000000; font-size: 14pt; font-family: Calibri; font-style: italic;}
u { text-decoration: underline; color: #3B3B3B; }
s { color: #000000; font-size: 14pt; font-family: Calibri; line-height: 14pt; text-decoration: line-through; }