/* Inhalt */
#content
{
  margin-top:170px;
  margin-left:83px;
  margin-right:8px;
  text-align:justify;
  padding:10px;
  z-index:16;
  font-size:0.80em;
  line-height: 1.4em;
  margin-bottom:1.5em;
}
img
{
  border:0px solid red;
}


.em /* leicht betont */
{
  font-style:italic;
}
.strong /* stark betont */
{

}


h1,h2,h3
{
  font-style:italic;
  letter-spacing:0.05em;
}


.question
{
  font-size:1.2em;
  margin-bottom:0.5em;
  margin-left:-15px;
  margin-top:3em;
}
.topquestion
{
  font-size:1.2em;
  margin-bottom:0.5em;
  margin-left:-15px;
}

.linkcontainer
{
  margin-left:5%;
  margin-right:5%;
  border:1px dotted black;
  padding:15px;
}
.link
{
  margin-left:5%;
}
.link h2
{
  font-style:normal;
  font-weight:normal;
  font-size:1.5em;
  margin-bottom:0.2em;
  margin-left:-5%;
  letter-spacing:0.12em;
}
.link a:link    {text-decoration:underline; color:black; border-bottom:0px dotted black;}
.link a:visited {text-decoration:underline; color:black; border-bottom:0px dotted black;}
.link a:hover   {text-decoration:none; color:#bbc4ea; border-bottom:1px dotted #bbc4ea;}
.link a:active  {text-decoration:none; color:#bbc4ea; border-bottom:1px dotted #bbc4ea;}


hr
{
  border:none;
  border-bottom:1px dotted black;
  width:80%;
  height:1px;
  text-align:center
}
hr.short
{
  border:none;
  border-bottom:1px dotted black;
  width:250px;
  height:1px;
  text-align:center;
}

table.kontakt td
{
  text-align:left;
  padding-left:30px;
}
table.kontakt
{
  margin-left:15%;
  border-left:1px dotted black;
}




/* Frame */
.frame
{
  border:1px solid #c8c8c8;
}
.frame img, .noframe img
{
  border:1px solid #707070;
}


