/* fr */

* {
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 {
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: 947px;
margin: 0 auto;
background-color: #ffffff;
background-image: url(../pic/gesamt.gif);
color: #000000;
border: 1px solid #0e3865;
}

/* Header */
#header {
position: relative;
 left: 0px; top: 0px; width: 927px; 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: 720px; 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 {
position: relative;
 left: 0px; top: 0px; width: 947px; height:25px;
background-color: #acb8c0;
background-image: url(../pic/leiste.gif);
color: #ffffff;
border-top: 1px solid #0e3865;
border-bottom: 1px solid #0e3865;
}
#menu p {
float: right;
width: 585px; /* von rechts fuer Opera */
padding: 0;
}
#menu a {
display: block;
float: left;
margin-left: 16px;
padding: 2px 6px;
background-color: #87a6c7;
color: #ffffff;
border-top: 0px solid #0e3865;
border-right: 1px solid #0e3865;
border-bottom: 1px solid #0e3865;
border-left: 1px solid #0e3865;
}
#menu a:hover {
background-color: #d6e1e9;
color: #0e3865;
}
#menu a.akt {
background-color: #d6e1e9;
color: #0e3865;
}
#menu a.speech {
background-image: url(../pic/gb.gif);
background-repeat: no-repeat;
background-position: left top;
background-color: transparent;
}
#menu a.img {
display: inline;
text-align: center;
padding: 0;
background-image: none;
background-color: transparent;
border: 0px solid #dcd6bd;
margin: 0 0 0 16px;
}


/* Links */
#links {
float: left;
position: relative;
 left: 20px; top: 0px; width: 160px; height:470px;
padding: 20px 0;
background-color: transparent;
color: #335b88;
}
#links p {
padding-bottom: 10px;
font-size: 12px;
}
#links a {
display: block;
height: 15px; /* fuer IE */
margin: 1px 0px;
padding: 3px 5px;
background-color: #d6e1e9;
color: #0e3865;
border: 0px solid #0e3865;
}
#links a:hover {
background-color: #87a6c7;
color: #ffffff;
}
#links a.akt{
background-color: #87a6c7;
color: #ffffff;
}

/* Bilder */
#bilder {
float: left;
position: relative;
 left: 50px; top: 0px; width: 140px; height:470px;
padding: 20px 0;
background-color: #ffffff;
color: #000000;
}
#bilder a, img {
border: 0px;
 }

/* Content */
#content {
float: left;
position: relative;
left: 80px; top: 0px; width: 520px;
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 {
padding: 20px 0;
}
#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 210px;
}
#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;
}


