* {
margin: 0;
padding: 0;
}

body {
font-family: verdana, arial, sans-serif;
text-align: center;
padding: 0;
background-color: #888888;
color: #000000;
font-size: 100.01%;
}

/* Text und Links */
p, li {
font-size: 80%;
}
a {
height: 1%; /* fuer IE */
text-decoration: none;
background-color: transparent;
color: #0e3865;
}
a:hover {
background-color: transparent;
color: #ff0000;
}

.red {
color: #ff3300;}

.big {
font-weight: bold;}
.small {
font-size: 11px;}

/* Container gesamter Inhalt */
#gesamt {
text-align: left;
width: 100%;
margin: 0 auto;
background-color: #ffffff;
background-image: url(../pic/gesamt.gif);
color: #000000;
border: 0px solid #0e3865;
}

/* Header */
#header {
position: relative;
 left: 0px; top: 0px; width: 600px; height: 100px;
background-image: url(../pic/titel.jpg);
padding: 10px 10px;
background-color: #335c88;
color: #000000;
}
h1 {/* nur fuer Titel|Banner */
position: relative;
 left: 30px; top: 10px; width: 600px; height: 60px;
background-color: transparent;
color: #ffffff;
font-size: 22px;
font-style: bold;
font-family: georgia, serif;
letter-spacing: 1px;
}
.prof {/* nur fuer Titel|Banner */
background-color: transparent;
color: #ffffff;
font-size: 13px;
font-style: bold;
font-family: georgia, serif;
line-height: 22px;
letter-spacing: 1px;
}

/* Menue oben */
#menu {
display: none;
}


/* Links */
#links {
display: none;
}

/* Bilder */
#bilder {
display: none;}

/* Content */
#content {
float: left;
position: relative;
left: 0px; top: 0px; width: 600px;
min-height:750px;
padding: 0px 0px;
background-color: transparent;
color: #000000;
}

#content p {
line-height: 140%;
padding: 10px 10px;
}
#content li {
line-height: 140%;
padding: 4px 0px;
}

#content blockquote {
font-size: 80%;
margin: 14px 20px;
padding: 8px;
background-color: #f1f1f1;
border-top: 1px solid #999999;
border-right: 1px solid #999999;
border-bottom: 1px solid #999999;
border-left: 2px solid #999999;
}

#content p.topper {
display: none;
}
#content ul {
line-height: 120%;
padding: 0px 30px 10px 50px;
list-style-type: square;
}
h3, h4 {
color: #1d497b;
font-size: 110%;
padding: 15px 0 10px 0;
}
h2 {
color: #1d497b;
font-size: 140%;
padding: 20px 0 0 0;
}
.beruf {
color: #1d497b;
font-size: 65%;
padding: 4px 0 0 0;
}
#content img.left {
border: 0px;
float: left;
margin: 4px 8px 4px 0;
 }
#content a {
text-decoration: none;
background-color: transparent;
color: #0e3865;
font-weight: bold;
}
#content a:hover {
background-color: transparent;
color: #ff0000;
}

/* Formular*/
fieldset {
margin: 0px 40px 10px 10px;
padding: 20px 10px;
background-color: transparent;
border: 1px solid #0e3865;
text-align: left;
font-size: 80%; }

legend {
color: #000000;
font-weight: bold;
padding: 4px;
margin-bottom: 8px;
background-color: transparent; }

textarea, input {
background: #ffffff;
border: 1px solid #0e3865;
color: #000000; }

select {
background: #ffffff;
color: #000000; }

label {
cursor: pointer;
margin: 4px 6px 8px 40px; }

input, select {
cursor: pointer;
margin: 4px 6px 8px 40px; }

textarea {
cursor: pointer;
margin: 4px 6px 8px 40px; }

input[type=text] {
width: 250px; }

input[type=text].kurz {
width: 80px; }

input.radio {
margin-left: 40px;
margin-bottom: 0px;
border: 0px; }

label.rad {
cursor: pointer;
margin: 0px;
padding-bottom: 30px; }


/* Footer */
#footer {
clear: both;
background-color: #617784;
background-image: url(../pic/leiste.gif);
color: #ffffff;
border-top: 1px solid #1d497b;
}
#footer p {
text-align: left;
padding: 4px 15px 4px 0px;
}
#footer a {
text-decoration: none;
background-color: transparent;
color: #ffffff;
border: 0 none;
}
#footer a:hover {
background-color: transparent;
color: #ff3333;
}

/* Ausgeblendet */
.novis, hr {
display: none;
}


