/* Stylessheet */

body {
  color: black;
  background-image: url(./img/bg.png);
  background-repeat: no-repeat;
  font-family: Arial, Sans-Serif;
  font-size: 13px;
  width: 700px;
}

h1 {
  font-size: 24px;
  font-weight: bold;
  color: #FFA600;
}

h2 {
  font-size: 20px;
  font-weight: bold;
  color: #FFA600;
}


a {
  text-decoration: underline;
  color: #696969;
  font-weight: normal;
}

a:hover {
  color: orange;
}

a:visited:hover {
  color: orange;
}

a:visited {
}

a:active {
  color: orange;
}

p {
  clear: both;
}

#body {
  margin-left: 100px;
  width: 740px;
  padding: 5px;
}


/* Kopf der Seite */
#header {
  margin-top: 10px;
  width: 700px;
  min-height: 80px;
  display: block;
}

#logo {
  width: 190px;
  float: left;
  margin-left: 12px;
  margin-bottom: 10px;
}

#page-title {
  width: 490px;
  float: right;
}

#top-line {
  color: #FFA600;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.3em;
}

#sub-line {
  color: #FFA600;
  font-size: 10px;
  letter-spacing: 0.2em;
}

#middle {
  display: block;
  clear: both;
  width: 700px;
  height: 100px;
}

#navigation {
  width: 160px;
  height: 400px;
  float: left;
}

#navigation ul {
  border-top: 1px dotted orange;
}

#navigation ul li {
  color: orange;
  font-weight: bold;
  list-style: none;
  margin-left: -30px;
  padding: 5px;
}

#navigation ul li.level0 {
}

#navigation ul li.level1 {
  margin-left: -30px;
}

#content {
  float: right;
  width: 506px;
  min-height: 400px;
  vertical-align: top;
}

#footer {
  display: block;
  clear: both;
  width: 700px;
  margin-left: 202px;
}

table tr td 
{
  color: black;
  font-family: Arial, Sans-Serif;
  font-size: 14px;
  vertical-align: top;
}

input[type="submit"]#send-button
{
}

a img {
	border: 0px;
}

div.cite {
	width: 500px;
	float: right;
	text-align: right;
	margin-bottom: 20px;
}

div.cite p.cite-body {
	font-size: 12px;
	color: black;
	font-style: italic;
	margin: 0px;
	padding: 0px;
}

div.cite p.cite-author{
	color: black;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}


a.register_link {
	font-size: 13px;
}

