body {
   background-color: #900;
   color: #000;
   font-family: Verdana, "Lucida Grande", Tahoma, Helvetica;
   font-size: 100%;
   margin: 0;
   padding: 0;
}

img {
  border: 0;
}

#container {
   background-color: #fff;
   width: 780px;
   border-top: 5px solid #990000;
   margin: 0px auto;
   padding: 10px;
}

#head {
   background-color: #fff;
   height: 90px;
   position: relative;
  }

#head h1 {
   margin: 0;
   font-weight: normal;
   font-size: 1.2em;
   background: #fff url(/img/css/medual_logo.gif) 10px 10px no-repeat;
}

#head h1.home {
   height: 80px;
   width: 220px;
}

#head h1 a {
   height: 80px;
   width: 220px;
   padding: 10px 0 0 0;
   display: block;
}

#head h1 span,
#head h2 {
  display: none;
}

#head #suche {
   position: absolute;
   width: 415px;
   height: 25px;
   top: 0;
   right: 0;
   padding-top: 7px; 
   padding-left: 5px;
   font-size: 0.8em;
   background: #fff url(/img/css/bg_shade.gif) bottom left repeat-x;
   border-top: 1px solid #fff; 
   border-bottom: 1px solid #BFBFBF;
   color: #666;
}
#head #suche a {
   color: #666;
   font-size: 0.95em;
   text-decoration: none;
   font-weight: bold;
}
#head #suche a.active {
   color: #990000;
}

#head #suche form {
   width: 240px;
   position: absolute;
   top: 8px;
   left: 180px;
   right: 0;
   vertical-align: middle;
   font-size: 0.9em;
   font-weight: bold;
}

#head #suche form p {
   display: inline;
   vertical-align: top;
}

#head #suche form input {
   border: 1px solid #ccc;
   margin-right: 5px;
}

div#navi {
   background: #fff url(/img/css/header.jpg) center center no-repeat;
   height: 110px;
   margin: 0;
}

div#navi ul {
   padding: 40px 0 0 150px;
   margin: 0;
}

div#navi ul li {
   display: inline;
   margin: 60px 10px 0 10px; 
   padding: 1px 5px 0px 5px;
}

div#navi ul li.active {
   border-bottom: 3px solid #990000;
}

div#navi ul li a {
   color: #8099b3 ;
   font-weight: bold;
   font-size: 0.8em;
   text-decoration: none;
}

div#navi ul li a:hover {
   color: #990000; 
}

#left {
   float: left;
   width: 160px;
   margin-right: 5px;
   padding-top: 23px;
}

#left h4 {
}

#left p {
}

#submenu {
   float: left;
   width: 160px;
   margin-right: 5px;
   padding-top: 30px;
}

#submenu p a {
  text-decoration: none;
  color: #990000;
  font-weight: normal;
  font-size: 0.7em;
}

#submenu ul {
   list-style-type: none;
   padding-left: 0px;
   margin-left: 0px;
}
#submenu ul li {
   border-bottom: 1px dashed #DDD;
   margin: 3px 0 0 0;
}

#submenu ul li.active a {
   border-left: 3px solid #990000;
}

#submenu ul li a {
  text-decoration: none;
  color: #990000;
  font-weight: normal;
  font-size: 0.7em;
  padding: 2px 5px 2px 5px; 
  border-left: 3px solid #DDD;
  display: block;
}

#submenu ul li a:hover,
#submenu ul li ul li a:hover {
   border-left: 3px solid #990000;
}

#submenu ul ul {
   padding-left: 4px;
   margin-left: 4px;
}

#submenu ul li ul li {
   border-top: 1px dashed #DDD;
   border-bottom: 0;
   height: 1.1em; /* IE only */
}

#submenu ul li.active ul li a {
  border-left: 3px solid #DDD;
}

#submenu ul li.active ul li.active a {
  border-left: 3px solid #990000;
}

#submenu ul li ul li ul li {
   border-top: 1px dashed #DDD;
   border-bottom: 0;
}

#submenu ul li.active ul li.active ul li a {
  border-left: 3px solid #DDD;
}

#submenu ul li.active ul li.active ul li.active a {
  border-left: 3px solid #990000;
}


#content {
   width: 500px;
   margin-left: 185px;
   padding-top: 5px;
   font-size: 0.8em;
}

#content a {
   ;color: #0099FF;
   color: #8099b3;
   padding: 0 0 0 10px;
   background: #fff url(/img/css/arrow.gif) left center no-repeat;
}

#content h2 {
   font-size: 1em;
   font-weight: bold;
}

#content h3 {
   border-top: 1px solid #990000;
   border-left: 1px solid #990000;
   padding: 5px;
   color: #990000;
   font-weight: bold;
   font-size: 1.3em;
}

#content h4 {
   padding: 0 0 0 15px;
   font-size: 1.05em;
   background: #fff url(/img/css/news_arrow.gif) left center no-repeat;
}

#content hr {
   border: 1px solid #DDD;
   width: 300px;
   color: #ddd;
   margin: 30px auto;
}

#content p {

}

#content img {
   float: left;
   border: 1px solid #DDD;
   margin: 5px 10px 5px 0;
   padding: 5px; 
}

#content ul {
   list-style-type: square;
}

#content li {
   padding: 3px;
}

#content .infos {
   color: #990000;
   font-weight: bold;
   font-style: normal;
}


#content table {
  margin-bottom: 15px;
}

#content td.team h1 {
  font-weight: bold;
  font-size: 1em;
  color: #990000;
}

#content td.team h2 {
  font-weight: bold;
  font-size: 0.9em;
  color: #999;
}

#foot {
   clear: both;
   margin-top: 5px;
   padding-top: 10px;
   text-align: center;
   color: #8099b3;
  border-top: 1px solid #DDD;
}

#foot p.navi {
  background: #fff url(/img/css/bg_shade.gif) bottom left repeat-x;
  color: #999;
  border-top: 1px solid #DDD;
  border-bottom: 2px solid #990000;
  padding: 7px 5px;
}

#foot p.navi a {
   color: #8099b3 ;
   font-size: 0.75em;
   padding: 2px 10px;
   text-decoration: none;
}

#foot p.copy {
   font-size: 0.75em;
}

#foot p.copy a {
    color: #999;
}


#content input.zemText,
#content textarea,
#content input.comment_name_input,
#content input.comment_email_input,
#content input.comment_web_input {
  border: 1px dotted #ccc;
  padding: 2px;
  margin-top: 2px;
}
#content textarea.txpCommentInputMessage {
  width: 250px;
  height: 230px;
}
#content input:focus {
  background-color: #ccc;
  color: #C01A18;
}

#content fieldset  { 
   border: 0;
}
