/*GENERAL
+++++++++++++++++++++++++++++*/

html, body
{
  font-family: Times, Times New Roman, serif;
  font-size: 10px;
  margin: 0;
}

table
{
  font-size: 1em;
}

div
{
  border: 0px solid orange;
}

img
{
  border: 0;
}

img.rahmen
{
  border: 1px solid #999;
}

/*Container
+++++++++++++++++++++++++++++*/

#left
{
display: none;
float: left;
width: 130px;
}

#right
{
	width: 400px;
	margin-top: 20px;
  float: left;
}
#inhalt
{
display: none;
  position:absolute;
  width: 300px;
  float: left;
  margin-top: 83px;
  margin-left: 850px;
}
#numbers
{
display: none;
  position:absolute;
  width: 330px;
  float: left;
  margin-top: 42px;
  margin-left: 850px;
}
#topnav
{
  display: none;
}

#main
{
	width: 600px;
}

div.leftcol
{
}

div.rightcol
{
  font-size: inherit;
  margin-bottom: 1em;
}

div.rightcol2
{
  font-size: inherit;
  margin-bottom: 1em;
}

#footer
{
  display: none;
}

/*Typo
+++++++++++++++++++++++++++++*/

h1
{
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-weight: bold;
  color: #000;
  font-size: 1.9em;
  margin-top: 0;
}

h2
{
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-weight: bold;
  color: #000;
  font-size: 1.5em;
}

h3
{
  font-family: Arial, Helvetica, Verdana, sans-serif;
  letter-spacing: .05em;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  font-size: 1.1em;
  margin-bottom: -1em;
}

p, li
{
  font-size: 1.4em;
  line-height: 1.7em;
}

p.eng
{
  margin-top:0;
}

div.leftcol p
{
  font-size: 1.2em;
  line-height: 1.4em;
}

div.rightcol p
{
  text-align: left;
}

ul
{
  padding-left: 0;
  margin-bottom:0;
  margin-left:0;
  list-style: circle inside;
}

a
{
  text-decoration: underline;
}

a:visited
{
  text-decoration: underline;
}

a:hover
{
  text-decoration: underline;
}

a:active
{
  text-decoration: underline;
}


