/* alles zurücksetzen */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, span, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
font-family: Helvetica, Verdana, Arial, sans-serif;
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
vertical-align: baseline;
}
body {
font-size: 75%;
background-position: right;
background-repeat: repeat;
background-image: url(../pics/bg-orange.jpg);
}
#container {
margin-right: auto;
margin-left: auto;
min-width: 970px;
max-width: 1200px;
}
.header {
margin-left: -999px;
}

/* Container und Text-Formate der linken Seite */
#left-col {
float: left;
margin-top: 12px;
padding-left: 24px;
width: 400px;
}
.logo {
margin-bottom: 11px;
}
#left-col ul {
list-style: square;
margin-left: -100px;
}
ul.navigation {
background-color: #333333;
margin-top: -40px;
padding-top: 50px;
padding-left: 100px;
padding-bottom: 70px;
letter-spacing: 0.1em;
text-transform: uppercase;
font-size: 85%;
line-height: 180%;
color: silver;
}
li.navi {
color: white;
}
.nobullet {
list-style-type: none;
}
.motto {
margin-bottom: 25px;
}
#left-col a {
color: white;
text-decoration: none;
}
#left-col a:hover {
color: #ff9900;
text-decoration: none;
}
#left-col .curr {
color: #ffcc33;
list-style-image: url(../bullet.png);
}
.webfont {
font-family: 'PT Sans Narrow', arial;
letter-spacing: 0.1em;
}
#slideshow {
}

/* Container und Text-Formate der rechten Seite */
#right-col {
float: left;
margin-top: 77px;
width: 450px;
background-color: white;
padding: 40px 20px 12px 70px;
}
h2 {
font-family: 'PT Sans Narrow', arial;
font-size: 200%;
text-transform: uppercase;
letter-spacing: 0.11em;
margin-bottom: 12px;
color: #990033;
}
h3 {
font-family: 'PT Sans Narrow', arial;
font-size: 140%;
text-transform: uppercase;
letter-spacing: 0.12em;
margin-bottom: 14px;
color: #990033;
}
h4, dt, td {
font-family: 'PT Sans Narrow', arial;
font-size: 110%;
text-transform: uppercase;
letter-spacing: 0.12em;
margin-bottom: 6px;
color: #990033;
}
p, dl, a {
color: #666666;
line-height: 175%;
margin-bottom: 13px;
padding-right: 30px;
}
a:hover {
color: #ff9900;
text-decoration: none;
}
dd {
padding-left: 24px;
font-size: 90%;
}
.abstand-u {
padding-bottom: 100px;
}
.small {
font-size: 80%;
}
em {
font-weight: bold;
}
sup {
vertical-align: super;
}
ul {
color: #666666;
line-height: 150%;
margin-bottom: 13px;
padding-right: 30px;
list-style: square;
}
#right-col li {
margin-bottom: 5px;
}
strong {
font-weight: bold;
color: #666666;
letter-spacing: 0.1em;
}
blockquote {
margin-right: 0px;
padding-right: 5px;
padding-bottom: 2px;
padding-top: 2px;
line-height: 130%;
position: relative;
display: block;
width: 200px;
top: -100px;
left: 470px;
font-family: Times;
font-size: 120%;
font-style: italic;
background-color: white;
color: #ff6600;
margin-bottom: 2px;
}
.quote {
font-family: Times;
font-size: 120%;
font-style: italic;
color: #ff6600;
margin-bottom: 2px;
padding-bottom: 0px;
line-height: 110%;
}
cite {
color: gray;
margin-left: 20px;
font-size: 80%;
}

/* Fußnoten-Rollover im Text */
a.verweis, a.verweis:link, a.verweis:visited, a.verweis:active  {
position: relative;
text-decoration: none;
border-bottom: 1px silver dashed;
padding-right: 0px;
font-style: italic;
color: #666666; 
}
a.verweis:hover {
color: #333333; 
background: transparent;
}
a.verweis span {
display: none;  
text-decoration: none;
}
a.verweis:hover span {
line-height: 125%;
padding: 5px;
display: block;
position: absolute; 
top: 20px; 
left: 0; 
width: 200px;
z-index: 100;
color: #000000; 
border:1px solid gray; 
background: white; 
text-align: left;
}
a.verweis span b {
border-width: 0px;
display: block;
margin: 0;
padding: 0;
font-weigth: bold;
color: #ffcc00;
background-color: gray;
border-bottom: 1px solid;
}

/* Fußbereich unten */
#footer {
clear: left;
position: relative;
top: -30px;
width: 800px;
margin-left: 200px;
background-color: gray;
color: white;
font-size: 80%;
text-transform: uppercase;
letter-spacing: 0.15em;
padding: 4px 0px 3px 10px;
}