﻿* {
  margin:0px;
  padding:0px;
}

body {
  background-color:black;
  scrollbar-track-color: gold;
  scrollbar-arrow-color: black;
  scrollbar-face-color: orange;
  scrollbar-highlight-color: gold;
  scrollbar-3dlight-color: gold;
  scrollbar-shadow-color: orange;
  scrollbar-darkshadow-color: black;
}

#inhalt {
  position:absolute;
  margin-left:-375px;
  left:50%;
  top:20px;
  width:750px;
}

#unsichtbar {
  display:none;
}

#logo{
  position:relative;
  width:750px;
  height:60px;
}

#text{
  position:relative;
  margin-top:5px;
  border: 2px solid gold;
  padding: 10px;
  width:726px;
  background-image: url(../img/sonne.jpg);
  background-position: right bottom;
  background-repeat: no-repeat;
  min-height:450px;
}

#menu{
  position:relative;
  margin-right:10px;
  margin-bottom:10px;
  padding:1px;
  border: 2px solid gold;
  width:122px;
  float:left;
}

#menu a {
  display:block;
  background-color:gold;
  font-family: Verdana, Arial, Helvetica;
  color:black;
  font-size:10px;
  text-decoration:none;
  width:121px;
  height:19px;
  line-height:19px;
  margin:0px;
  border-bottom: 1px solid black
}

#menu a:hover {
  background-color:orange;
}

#unterschriften {
  width:120px;
  margin-top:5px;
  border: 2px inset orange;
  height: 480px;
  overflow:auto;
}

#unterschriften p {
  font-family: Verdana, Arial, Helvetica;
  font-size:9px;
  color:white;
  font-weight:bold;
  line-height:11px;
  margin-top:5px;
  margin-left:2px;
  margin-right:5px;
}

#index #inhalt #text #menu #menu1 a {
  background-color:orange;
}

#news #inhalt #text #menu #menu2 a {
  background-color:orange;
}

#fakten #inhalt #text #menu #menu3 a {
  background-color:orange;
}

#szenario #inhalt #text #menu #menu4 a {
  background-color:orange;
}

#unterschrift #inhalt #text #menu #menu5 a {
  background-color:orange;
}

#kontakt #inhalt #text #menu #menu6 a {
  background-color:orange;
}

#impressum #inhalt #text #menu #menu7 a {
  background-color:orange;
}

#information #inhalt #text #menu #menu8 a {
  background-color:orange;
}

#platzhalter{
  height:200px;
}

#submit {
  width:198px;
  background-color:gold;
  border: 1px outset white;
  height:25px;
  color:black;
  font-size:12px;
  font-weight:bold;
  line-height:25px;
  padding-left:3px;
  cursor:pointer;
}

p {
  font-family: Verdana, Arial, Helvetica;
  font-size:11px;
  color:white;
  font-weight:bold;
  line-height:14px;
  margin-top:5px;
}

h1{
  font-family: Verdana, Arial, Helvetica;
  font-size:34px;
  color:gold;
  font-weight:bold;
  margin-top:5px;
}

h2{
  font-family: Verdana, Arial, Helvetica;
  font-size:23px;
  color:white;
  font-weight:bold;
  margin-top:5px;
}

h3{
  font-family: Verdana, Arial, Helvetica;
  font-size:23px;
  color:orange;
  font-weight:bold;
  margin-top:5px;
}

h4 {
  font-family: Verdana, Arial, Helvetica;
  font-size:14px;
  color:white;
  font-weight:bold;
  line-height:18px;
  margin-top:5px;
}

a {
  font-family: Verdana, Arial, Helvetica;
  font-size:11px;
  color:orange;
  font-weight:bold;
  margin-top:5px;
}

a:hover{
  color:gold;
}

hr {
  margin-top:5px;
  border: 1px dotted white;
}

input {
  width:198px;
  background-color:orange;
  border: 1px inset white;
  height:18px;
  color:black;
  font-size:12px;
  line-height:15px;
  padding-left:3px;
  font-weight:bold;
}

select {
  width:198px;
  background-color:orange;
  border: 1px inset white;
  height:18px;
  color:black;
  font-size:12px;
  line-height:15px;
  padding-left:3px;
  font-weight:bold;
}

textarea {
  width:198px;
  background-color:orange;
  border: 1px inset white;
  height:150px;
  color:black;
  font-size:12px;
  line-height:15px;
  padding-left:3px;
  padding-top:3px;
  font-weight:bold;
  font-family: Verdana, Arial, Helvetica;
  font-size:11px;
  font-weight:bold;
  overflow:hidden;
}

td {
  font-family: Verdana, Arial, Helvetica;
  font-size:10px;
  color:white;
  font-weight:bold;
}



