/* CSS Style Sheet für security-trainings.de */

BODY {
  background-color: #000;
  font-family: Arial, Helvetica;
  font-size: 10pt;
  color: #FFF;
  margin: 0;
}

A {
  color: #FFF;
  text-decoration: none;
}

#header {
  height: 80px;
}

#left {
  width: 300px;
  height: 550px;
  background-image: url(images/background-security-trainings.gif);
  background-repeat: no-repeat;
  float: left;
}

#nav {
  position: absolute;
  left: 50px;
  top: 100px;
}

#nav DIV A {
  padding-left: 20px;
}

UL {
  list-style-image: url(images/pfeil.gif);
}

H1 {
  font-weight: normal;
  font-size: 18pt;   
}

.csc-header H1 {
  color: #CCC;
  font-size: 14pt;   
}

#nav .nav_main_act {
  font-weight: bold;
  background-image: url(images/nav_main_active.gif);
  background-repeat: no-repeat;
  background-position: left center;
}

.nav_sub_act {
  font-style: italic;
  margin-left: 10px;
  background-image: url(images/nav_sub_active.gif);
  background-repeat: no-repeat;
  background-position: left center;
}

.nav_sub {
  margin-left: 10px;
}

#content {
  position: absolute;
  left: 250px;
  width: 600px;
  height: 600px;
  border-left: 1px solid #333;
  background-color: #000;
  padding-left: 20px;
}

#content A{
  text-decoration: underline;
  color: #CC3333;
}

.cnt {
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px dotted #999;
}