body
{
  margin: 0px;
  padding: 0px;
  background: white;
  text-align: center;
  background: url(images/bgkeys.jpg) no-repeat bottom right fixed;
}

div#main
{
  clear: both;
}

h1
{
  margin-bottom: 0px;
  font-weight: normal;
  font-size: 26px;
  text-align: right;
}

h2
{
  font-size: 17px;
}

h3
{
  font-size: 12px;
  margin-bottom: 4px;
}

h1, h2, h3, h4, p, a, div
{
  font-family: Verdana, helvetica, sans-serif;
}

p, a, div
{
  font-size: 12px;
  line-height: 1.5;
}


a, a:visited
{
  color: blue;
  text-decoration: none;
}

div#frame
{
  width: 500px;
  margin: 10px auto;
  text-align: left;
  border-bottom: 2px silver solid;
}

div#header
{
  border-bottom: 2px silver solid;
  background-color: white;
  margin-bottom: 5px;
  padding-bottom: 15px;
  margin-top: 40px;
  background: url(images/logo.png) no-repeat;
  height: 50px;
}

div#right
{
  float: right;
  width: 80px;
  margin-top: 15px;
}

div#content
{
  border-right: 1px silver dotted;
  width: 380px;
  padding-right: 20px;
  margin: 0px;
}

div#menu
{
  margin: 0px;
}

div#menu ul
{
  margin: 0px;
  padding: 0px;
}

div#menu ul li
{
  list-style-type: none;
  float: left;
  padding: 4px 15px 4px 0px;
}

div#menu ul li a
{
  font-weight: bold;  
  font-size: 12px;
  color: gray;
  display: block;
  border-bottom: 4px solid transparent;
  text-decoration: none;
}


div#menu ul li a:hover
{
  border-bottom: 4px solid #AFC2FF;
  color: black;
}

div#menu ul li#active a
{
  border-bottom: 4px solid blue;
  color: black;
}

div.clear
{
  clear: both;
  height: 10px;
}


div#footer
{ 
  clear: both;
  text-align: center;
}


/****************************************/
/* Buttons rechts                       */

ul#buttons
{
  margin: 0px;
  padding: 0px;
}

ul#buttons li
{
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

ul#buttons a
{
  text-decoration: none;
  font-weight: normal;
}

ul#buttons a:hover
{
  text-decoration: none;
  font-weight: normal;
}

ul#buttons a img {
  border: 0px;
  width: 80px;
  height: 15px;
}



/****************************************/
/* Formulare                            */

fieldset.csc-mailform
{ 
  border: 0px;
  padding: 0px;
  margin: 0px;
}

.csc-mailform-field label
{
  vertical-align: top;
}

.csc-mailform-field input, .csc-mailform-field select, .csc-mailform-field textarea
{
  font-size: 12px;
  border: 1px solid  #AFC2FF;
  background-color: white;
  margin-bottom: 5px;
}
    

/****************************************/
/* Download-Links                       */

table.csc-uploads
{
  margin: 0px;
}

table.csc-uploads tr td p
{
  margin: 2px 0px;
  padding: 0px;
}

p.csc-uploads-description
{
  font-size: 10px;
}