body 
{
    background-color: #000000;
    font-size: 14px;
}

#contentdiv {
    min-width: 1024px;
    max-width: 1024px;
    min-height: 400px;
    background-color: #000000;
    border: 1px solid;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
    font-size: 18px;
    border-radius: 15px;
    background-image:url(darkrock.jpg);
    box-align: center;
}

#maindiv{
    width:100%;
    display:box;
    box-pack:center;
    box-align:center;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

body {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 14px;
   color: #ffffff;
   background-color: #000000;
}

p {
   width: 80%;
   margin: 10px;
   padding: 10px;
}
 
p.footer {
  width: 100%;
  text-align: left;
  font-size: 10px;
  margin: 10px;
  padding: 10px;
}

li {
   list-style-type: none;
   line-height: 150%;
   list-style-image: url(../images/arrowSmall.gif);
}
 
h1 {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 32px;
   font-weight: bold;
   color: #ffffff;
}

img {
   padding: 10px;
   margin: 10px;
}
 
h2 {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 24px;
   font-weight: bold;
   color: #ffffff;
}

h3 {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 22px;
   font-weight: bold;
   color: #ffffff;
}

h4 {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 18px;
   font-weight: bold;
   color: #ffffff;
}
 
/**************** Pseudo classes ****************/
 
a:link {
   color: #0000CC;
   text-decoration: underline;
   font-weight: bold;
}
 
li :link {
   color: #0000CC;
   text-decoration: none;
   font-weight: bold;
}
 
a:visited {
   color: #0000CC;
   text-decoration: underline;
   font-weight: bold;
}
 
li a:visited {
   color: #0000CC;
   text-decoration: none;
   font-weight: bold;
}
 
a:hover {
   color: rgb(0, 96, 255);
   padding-bottom: 5px;
   font-weight: bold;
   text-decoration: underline;
}
 
li a:hover {
   display: block;
   color: rgb(0, 96, 255);
   padding-bottom: 5px;
   font-weight: bold;
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: #C6EC8C;
}

a:active {
   color: rgb(255, 0, 102);
   font-weight: bold;
}

.dateblock
{
   text-align: left;
   color: #FF0000;
}

.textblock
{
   text-align: left;
   font-size: 18px;
   font-weight: normal;
   font-family: tahoma,verdana,helvetica, verdana, tahoma, sans-serif;
   padding-left: 80px;
}

.titleblock
{
   padding-left: 80px;
}

.nobreak  
{ 
  white-space:nowrap;
  font-weight: bold; 
}

#main {
  width: 100%
  background-color: #00FF00;
  min-height: 100%;
  height:auto
  height: 100%;
  width: 100%;
  margin: auto
}

#kopf {
  height: 100px;
  margin: 10px;
  background-color: #f00;
}

#fuss {
  height: 50px;
  margin: 10px;
  background-color: #f00;
}

#mitte {
  position: relative;
  width: 100%;
}

#inhalt {
  margin: 10px;
  background-color: #ffffc6;
}
