/* css */

body {
  margin:0;
  font-family: "Trebuchet MS", sans-serif;
  line-height: 1.5;
  padding:0;
  text-align: center;
  background-color:#ccc;
  color: #000000;
}

h1 {
  font: bold 240%/1.1 Impact, "Techno CE", sans-serif;
}
h1 { text-align: center; }

h2 { font-size:200% }
h3 { font-size:160% }
h4 { font-size:120% }

a, a:active { color: black; }
a:visited { color: #555;}
a:hover {background-color: #dee9fa; }

#main {
/*  width: 90%;
  max-width: 1000px;
  _width:expression(document.body.clientWidth > 1000? "1000px": "90%" );*/ /* IE hack - fuj fuj fuj :-) */  
   background-color:#dee9fa;
  color: inherit;
  border: 2px solid #9ea9ba;
/*  margin: 1em auto;*/
  margin: 1em;
  text-align: left;
  background-image: url("../grafika/headline.jpg");
  background-repeat: no-repeat;
  background-position: center top;
}

#header {
  min-height: 185px;
  height: 185px;
}

#content {
  padding: 0;
  margin: 0 0 0 20%;
}

#content-c {
  margin: 0.3em;
  padding: 0 0.3em;
  border: 1px solid #9ea9ba;
  background-color: white;
  color: inherit;
}

#menu {
  float: left;
  padding: 0;
  margin: 0;
  width: 20%;
}

#menu-c {
  padding: 0 0.3em;
}

#footer {
  clear: both;
  margin: 1em 0 0 20%;
  padding: 0.5em 1em;
  font-size: 70%;
  text-align: center;
  width: 60%;
  border-top: 1px dashed #9ea9ba;
}

#role {
  margin: 0; padding: 0;
}

#role-c {
  border-bottom: 1px solid #9ea9ba;
  padding: 0.4em;
  margin-bottom: 10px;
   background-color:#dee9fa;
  
}

/* menu */

#menu ul {
  list-style: none;
  margin: 0; padding: 0;
  border: 0;
}

#menu li {
  margin: 0;
  /*border: 1px solid #9ea9ba; */
  border-bottom: 1px solid #9ea9ba;
}

#menu li a {
  display: block;
  text-decoration: none;
  padding: 0.2em;
  border-left: 10px solid #c6dfff;
  width: 100%;
}

html>body #menu li a { width: auto; }

#menu li a:hover {
  border-left: 10px solid #9ea9ba;
  padding: 0.2em;
  text-decoration: none;
  background-color: #c6dfff;
  color: #000;
}

#menu li a#menu-act {
  border-left:10px solid #9ea9ba;
  padding: 0.2em;
  text-decoration: none;
  background-color: #c6dfff;
  color: #000;
}

#role ul {
  border: 0; margin: 0;
}

#role li {
  display: inline;
  list-style-type: none;
}

#role a {
  padding: 3px 10px;
  text-decoration: none;
  border-bottom: 5px solid #c6dfff;
}

#role a:hover {
  padding: 3px 10px;
  background-color: #c6dfff;
  color: black;
  border-bottom: 5px solid #9ea9ba;
}

a#role-act {
  background-color: #c6dfff;
  color: black;
  border-bottom: 5px solid #9ea9ba;
}

div.news {
  margin: 4px;
  padding: 2px;
  border-top: 1px dashed #9ea9ba;
  border-bottom: 1px dashed #9ea9ba;
}

/* text */

p {
  text-indent: 1em;
}

dt { font-weight: bold; }
dd { margin-bottom: 2em;}