

/* background and outer structure */
body {
  background-color:#7c6060;
}

div.outerframe {
  text-align:center;
}

/*width:750px; */
table.innerframe {
    margin:auto;
}


/* Banner - picture is includes in every page itself */

td.banner {
  width:auto;
  height: 90px;
  background-repeat: repeat-x;
  background-color:black;
  vertical-align:top;
  text-align:left;
}

td.bannerblack {
  width:auto;
  height:4px;
  background-color:black;
}


/* Inner Structure */

/* Structure: Seperator */

td.seperator {
  background-color:black;
  width:3px;
}

td.seperatorwhite {
  background-color:white;
  background-image:url('/images/page/background-white.gif');
  width:3px;
}


/* Structure: Navigation Frame */

td.navframe {
  background-image:url('/images/page/background-blue.gif');
  vertical-align:top;
  background-color:#7c6070;
  width:120px;
}

td.navframewhite {
  background-image:url('/images/page/background-white.gif');
  background-color:white;
  width:120px;
}

td.navframeblack {
  background-color:black;
  width:120px;
  height:4px;
}

/* Structure: Content Frame */

td.contentframe {
  background-image:url('/images/page/background-white.gif');
  width:100%;
}

td.contentframeblack {
  background-color:black;
  height:4px;
  width:auto;
}




/* Navigation Styles*/

table.navigation {
  margin-top:15px;
  border-width:0px;
  width:100%;
}

table.navigation td {
  border-width:0px;
  background-color:white; 
  font-family: sans-serif;
  font-size: 0.8em;
  padding: 5px;
  text-align:left;
  margin:0px;
}

table.navigation td.sub {
  border-width:0px;
  background-color:#cccccc;
  font-family: sans-serif;
  font-size: 0.8em;
  padding: 5px;
  padding-left: 10px;
  text-align:left;
  margin:0px;
}

table.navigation a {
  color: #000000;
  text-decoration: none;
}

table.navigation a:hover {
  color: #000000;
  text-decoration: underline;
}


/* Content Frame*/

td.contentframe h1 {
  color: #000000;
  font-weight: bold;
  font-family: sans-serif;
  font-size: 1.3em;
  text-align: right;
  margin-right: 10px;
  margin-top: 0px;
}

td.contentframe h2 {
 margin:10px;
  padding:4px;
  font-family: sans-serif;
  font-size: 1.2em;
  text-align:left;
}

td.contentframe p  {
  margin:10px;
  background-color:white;
  padding:4px;
  font-family: sans-serif;
  font-size: 0.9em;
  text-align:left;
}

td.contentframe img {
  margin:5px;
}

td.contentframe table.contentbox  {
  text-align:left;
  vertical-align:top;
  margin:10px;
  background-color:white;
  border:1px thin;
  width:96%;
}

td.contentframe table.contentbox td {
  vertical-align:top;
  background-color:white;
  font-family: sans-serif;
  font-size: 0.9em;
}

td.contentframe table.contentbox p {
  width:auto;
}

td.contentframe table.contenttable  {
  text-align:left;
  vertical-align:top;
  margin:10px;
  border:1px thin;
  width:96%;
}

td.contentframe table.contenttable td {
  vertical-align:top;
  background-color:white;
  font-family: sans-serif;
  font-size: 0.9em;
}



