@charset "utf-8";
/* CSS Document */

div {
  /* outline: 1px solid blue;  */
}

/* Common */

body, ul, li dl, dt, dd, p {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-size: 1em;
}

.clear {
  clear: both;
}
br.clear {
  height: 1px;
  width: 1px;
  font-size: 1px;
  line-height: 1px;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  height: 100%;
}

ul {
  padding-left: 2em;
}

a {
  color: #F30;
}
a:hover {
  color: #565656;
}

a img {
  border: none;
}

/* From outer to inner */

#wrapper {
  background-color: #FA4500;
  height: 100%;
}

body, #header-stripe, #footer-stripe {
  background-color: #2C2C2C;
}

#header-stripe {
  height: 85px;
}
#footer-stripe {
  position: relative;  
  z-index: 2;
  
  height: 80px;
  margin-top: -60px;
  
}

#footer-content {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 35px;
  color: #CACACA;
  list-style: none;
  width: 900px
}

#footer-content ul {
  float: right;
}

#footer-content li{
  float: left;
  width: 150px;‚
  height: 10px;
}

#footer-content li ul {
  float: none;
}

#footer-content li ul li {
  float: none;
  list-style: none;
}

#footer-content a{
  color: #666;
  text-decoration: none;
}

#footer-content a:hover{
  color: #CCC;
  text-decoration: underline;
}

#searchbar {
  width: 230px;
  height: 25px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  background: #555;
  text-align: center;
  left: 337px;
  top: 5px;
  padding-top: 5px;
}

.borderradius #searchbar {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;  
}

#searchbar img {
  margin-right: 2px;
  cursor: pointer;
}

#searchbar img:hover {
  outline: 1px solid #999;
}

#searchbar form {
  margin-left: 2px;
  display: inline;
}


#searchbar input {
  width: 168px;
  height: 16px;
  border: 1px solid #333;
  font-style: italic;
  background: #777;
  color: #FFF;
}

#searchbar input:hover {
  border: 1px solid #999;
}

#searchbar input:focus {
  border: 1px dotted #FFF;
  background: #FBBDA4;
  color: #333;
  font-style: normal;
}

#panel {
  position: relative;
  z-index: 3;
  bottom: 34px;
  
  width: 900px;  
  margin-left: auto;
  margin-right: auto;
  
  background-color: #FFFFFF;
}

.borderradius #panel{
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

#head {
  padding-top: 8px;
  padding-bottom: 20px;
  
  background: repeat-x url(/_images/headbg.png) bottom left;
}

#logo {
  height: 159px;
  width: 464px;
  margin-left: 12px;
  float: left;
}

#logo img {
  border: none; /* Schutz gegen linkrahmen */
}

#head cite {
  display: block;
  float: right;
  margin-right: 21px;
  margin-top: 20px;
  
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 3.8em;
  font-style: normal;
  font-weight: normal;
  color: #FBBDA4;
}

#head cite span{
  color: #FA4500;
}

li.clear {
  width: 1px !important;
  height: 1px !important;
  clear: left;
  float: none !important; 
}

#ie6 li.clear {
  display: none;
}



#news-teaser {
  width: 380px;
  float: left;
  margin-left: 35px;
}

#ie6 #news-teaser {
  margin-left: 20px;
}

.newsentry {
  border: 1px solid white;
  margin-bottom: 7px;
}

.newsentry.full {
  width: 600px;
  float: right;
  font-size: 1.3em;
}


.newsentry .top {
  height: 4px;
  background: url(/_images/newstop.png) no-repeat top left transparent;  
}

.newsentry .bottom {
  height: 4px;  
  background: url(/_images/newsbottom.png) no-repeat bottom left transparent;
}

.newsentry div.content {
  background: url(/_images/newsbg.png) repeat-y top left transparent;  
  margin-left: 2px;
  margin-right: 2px;
}

.newsentry.full div.content {
  background: none;
}

#ie6 .newsentry .top, #ie6 .newsentry .bottom, #ie6 .newsentry div.content {
  background-image: none;
}
#ie6 .newsentry div.content {
  border: 1px solid #DEDEDE;
}
#ie6 .newsentry.full div.content {
  border: none;
}

#news-teaser h2 {
  color: #FA4500;
  margin-bottom: 5px;
  font-size: 1.4em;
  text-transform: uppercase;
}

.newsentry h3, p {
  margin: 6px 10px;
}

.newsentry h3, .newsentry h1 {
  float: left;
  font-size: 1.2em;
  color: #FA4500;
}

.newsentry .content h3 a {
  text-decoration: underline;
}

.newsentry .content h3 a:hover {
  text-decoration: none;
}

.newsentry.full h1 {
  text-decoration: none;
}

.newsentry .date {
  text-align: right;
}

.newsentry .content {
  padding-top: 6px;
  padding-bottom: 4px;
  margin-bottom: 0px;
  clear: both;
}
.newsentry .content img {
  float: right;
  margin-right: 2px;
  margin-left: 4px;
  margin-top: 3px;
}

.newsentry .content a {
  color: #F30;
  text-decoration: none;
}

.newsentry.full div.newstext {
  border-top: 1px dotted #333;
  padding-top: 6px;
  padding-bottom: 4px;
}

#page-teaser {
  width: 426px;
  float: left;
  margin-left: 30px;
}

.teaser-panel {
  float: left;
  width: 200px;
  height: 200px;
  margin-right: 13px;
  margin-bottom: 10px;
  padding-top: 20px;
  background:url(/_images/teaser_1.png) top left no-repeat;
  text-align: center;
  overflow:auto;
}

.teaser-panel.type2 {
  color: #D4D4D4;
  background: url(/_images/teaser_2.png) top left no-repeat;
}

.teaser-panel h2{
  font-size: 1.3em;
  text-decoration: underline;
}

/* Contentseiten */

#content {
  margin-top: 20px;
  min-height: 450px;
}

#ie6 #content {
  height: 450px;
}

#content.article{
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  
  font-size:1.2em;
}

#content.article p, #content.article h3, #content.article ul{ /*Alles untere einrÃƒÂ¼cken*/
  margin-left: 20px;
}

#content.article h1{
  font-weight:bold;
  font-size: 2.4em;
  line-height: 35px;
  height: 35px;
  color: #FA4500;
  
  margin-left: 0px;
}

#content.article h1 span{
  display: block;
  float: left;
  
  width: 32px;
  height: 32px;
  margin-right: 1px;
  margin-bottom: 8px;
  vertical-align:middle;
  text-align:center;
  
  color: #FFF;
  background: #FA4500;
}

#content.article h2{
  margin-left: 10px;
  margin-bottom: 6px;
  font-size: 1.4em;
  font-variant:small-caps;
  font-weight:bold;
  margin-top: 10px;
  
  color: #FA4500;
}

#content.article h3{
  font-size: 1.2em;
}

div#content.article p{
  margin-top: 0px;
}

#content.article ul li{
  list-style-image: url(/_images/li.png);
}

#content.article strong{
  display: block;
  
  height: 35px;
  width: 450px;
  margin: 2px;
  padding-left: 2px;
  padding-right: 12px;
    
  font-size: 1.1em;
  font-variant: normal;
  font-style: normal;
  font-weight:normal;
  line-height: 35px;
  vertical-align: middle;
  text-align: center;
  
  background: #FBBDA4;
}

#content.article strong samp{
  color: #FFF;
  font-size: 30px;
  font-weight: bold;
  vertical-align: middle;
}

div.foto{
  float: right;
  margin: 4px 4px 10px 4px;
  padding: 6px;
  
  border: 1px solid #CDCDCD;
  
  text-align:center;
}
div.foto img{
  display: block;
  margin-bottom: 6px;
}

div.foto dfn{
  color: #808080;
}

/* Tabelle */

table#coops {
}


table#coops th, table#coops td{
  border: 1px solid #FBBDA4;
  
  cursor: default;
}

.borderradius table#coops th, table#coops td {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;    
}

table#coops th{
  width: 150px;
  height: 30px;
  border-bottom-color: #FA4500;
  color: #FFF;
  background: #FA4500;
}

table#coops td{
  padding: 2px 4px 2px 4px;
  color: #333;
  font-size: 0.9em;
}

table#coops td:hover{
  background: #FBBDA4;
}

table#coops td.region{
  color: #FA4500;
}

table#coops th.number{
  width: 50px;
}

table#coops td.number{
  text-align: center;
  font-size: 0.7em;
}

table#coops td.financial{
  text-align: right;
}

table#coops td.time{
  text-align: center;
}

table#coops td a{
  display: block;
  color: #FA4500;
}

table#coops td a:hover{
  color: #333;
}

/*Teamseite */

div.profile{
  width: 300px;
  margin-left: 35px;
  margin-right: auto;
  margin-bottom: 25px;
  
  float: left;
  text-align: right;
}

div.profile + div.profile {
  min-height: 273px;
}

div.profile div.top, div.profile p.content{
  border: 1px solid #FA4500;
}

div.profile div.top{
  height: 50px;
  background:url(/_images/profile-top-left.png) no-repeat top left #ffcfbd;
  border-bottom: none;
}

div.profile p.content{
  min-height: 50px;
  margin: 0px;
  padding: 12px;
  border-top: none;
  border-bottom: none;
  background: #ffcfbd;
}

#ie6 div.profile p.content{
  height: 1px;
}

div.profile p.content img{
  float: left;
}

div.profile p.content span{
  font-size: 1.1em;
  display: block;
  float: right;
  clear: right;
/*  width: 130px; With profile Picture */
  width: 285px; /* Without profile Picture */
  margin-bottom: 6px;
  border-bottom: 1px dashed #333;
}

div.profile p.content span.name{
  font-size: 1.5em;
  font-weight: bold;
}

div.profile div.bottom{
  height: 50px;
  background-color: none;
  background: url(/_images/profile-bottom.png) no-repeat top left;
  
  text-align: left; /* IE bedingt */
  padding-left: 30px;
}

div.profile div.bottom a{
  display: block;
  text-align: center;
  width: 50px;
  border: 1px dotted #333;
  padding: 2px;
  font-size: 1.1em;
  color: #333;
  text-decoration: none;
}
div#profile_panel {
  margin-left: 70px;
}