﻿body {
 font:10pt verdana, arial, helvetica, sans-serif;
 color:#222;
 background-color:white;
 margin:50px 0px; padding:0px;
 text-align:center;
}

h1 {
 color:#333;
 font:1.5em Georgia, "Times New Roman", Times, serif;
 font-weight:900;
 margin:1ex 0 1ex;
}

h2 {
 color:#333;
 font:1.4em Georgia, "Times New Roman", Times, serif;
 font-weight:800;
 margin:3ex 0 1ex 0;
}

h3 {
 color:#333;
 font:1.2em Georgia, "Times New Roman", Times, serif;
 font-weight:700;
 margin:3ex 0 .5ex 0;
}

h4 {
 color:#333;
 font:1.1em Georgia, "Times New Roman", Times, serif;
 font-weight:600;
 font-style: italic;
 margin:3ex 0 .5ex 0;
}

h2.titel {
 color: #F33;
 background-color: #ddd;
 font: 16pt "Courier New", Courier;
 font-weight: 800;
 padding: .5ex;
 margin: 2ex 0 1ex 0;
 white-space: nowrap;
 width: 16.5em;
}

p {
 line-height:1.8;
 margin:0 0 1em;
 text-align: justify;
}

ol, ul {
 margin-top:0;
 margin-bottom:1em;
 line-height:1.8;
}


/* Links
######*/
a {
 color:#333;
 text-decoration:none;
 font-weight:600;
}

a:link {
 color:#333;
}

a:visited {
 color:#444;
}

a:hover {
 color:#666;
 text-decoration: underline;
}

img {
 border: 0px;
 margin:0 0 1em;
}

acronym, abbr {
 cursor: help;
 border-bottom: none;
}

acronym:hover, abbr:hover {
 border-bottom: 1px dotted black;
}


/* Navi-Container
###############*/

#navcontainer {
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 3.6em;
 border-top: 1px solid #999;
 z-index: 1;
}

#navcontainer ul {
 list-style-type: none;
 text-align: center;
 margin-top: -0.9em;
 padding: 0;
 position: relative;
 z-index: 2;
}

#navcontainer li {
 display: inline;
 text-align: center;
 margin: 0 5px;
}

#navcontainer li a {
 padding: 1px 7px;
 color: #666;
 background-color: #eee;
 border: 1px solid #ccc;
 text-decoration: none;
}

#navcontainer li a:hover {
 color: #000;
 border: 1px solid #666;
 border-top: 1px solid #666;
 border-bottom: 1px solid #666;
}

#navcontainer li a#current {
 color: #000;
 border: 1px solid #666;
 border-top: 1px solid #666;
 border-bottom: 1px solid #666;
}


/* Inhalt
#######*/

#content {
 width:580px;
 margin:0px auto;
 text-align:left;
 padding:1.3em;
 border:1px solid #666;
 margin-bottom: 2.7em;
 background-color:#eee;
 background-image: url('wortwart.jpg');
 background-repeat: no-repeat;
 background-position: right top;
}

#description {
 width:460px;
 margin:0px auto;
 text-align:left;
 padding:0.6em;
 border:1px dotted #888;
 margin-bottom: 0.5em;
 background-color:#f3f3f3;
}

#address ul{
 list-style-type: none;
 margin-top: 4px;
}

#footer{
 text-align:center;
}


/* Interviews
###########*/

.frage, .question {
 font-style: italic;
 border-top: 1px dashed gray;
 border-bottom: 1px dashed gray;
 margin: 3ex 0 1.5ex 0;
 padding: 1ex 0 1ex 0;
 min-height: 6ex;
}

.frage:before, .question:before {
 content:"?";
 font-size: 4ex;
 float: left;
 padding-right: 0.5em;
}

.antwort, .answer {
}

.klein {
 font-size: 0.75em;
}
