/* Legt die Position, Raender usw fest */

body {
   margin: 0 0 0 0;
}

#container {
   margin: 25px 20px 25px 20px;
   padding: 0;
   width: 95%;
   max-width: 2272px;
   min-width: 760px;
   position: relative;
}

/* Balken mit Logo usw */

#topbar {
   position: relative;
   height: 95px;
   max-height: 100px;
   min-width: 700px;
   max-width: 2272px;
   overflow: visible;
}

#site_title {
  position: relative;
  top: 0.6em;
  left: 0;
  margin: 0 115px 0 160px;
}

#berlinlogo {
   position: absolute;
   top: 20px;
   right: 20px;
   padding: 0;
}

#corner-top-right {
  padding: 0;
  margin: 0;
}

#actions {
   position: absolute;
   bottom: 0.3em;
   right: 0.3em;
   margin: 0.2em 0.2em 0.2em 160px;
   padding: 0;
}

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

/* ***********
     Sidebar
 ************* */

#sidebar {
   position: absolute;
   top: 95px;
   left: 0;
   margin: 0 0 0 0;
   padding: 5px 0 0 0;
   width: 157px;
   clear: none !important;
}


#content {
   margin: 0 0 0 1px;
   padding: 10px 15px 23em 10px;
   margin: 0 0 0 158px;
}

#content > div {
  max-width: 97%;
}

#content > div > h1 {
  clear: both;
}

#footer {
   height: 14px;
   margin: 0 0 -18px 0;
}

#footer {
   position: relative;
   background: url("/themes/daschube/images/corner-bottom-left-trans.png") bottom left no-repeat; 
}

#container:after {
   display: block;
   background: url("/themes/daschube/images/corner-bottom-right-trans.png") bottom right no-repeat; 
   content: " "; 
   width: 16px;
   height: 14px;
   font-size: 1;
   padding: 0;
   margin: auto 0 -16px auto !important;
}


#corner-bottom-right {
	padding: 0;
	margin: 0 0 -19px 0;
}

#container:after {
   display: block;
   line-height: 0.1;
   font-size: 1px;
   margin: 0 16px -2px 16px;
   height: 18px;
   padding: 0;
   content: " ";
}

.spacer {
  clear: both !important;
}



#copyright {
   margin: 1.4em 3em;
   padding: 0;
   width: 95%;
   max-width: 2272px;
   min-width: 760px;
   position: relative;
   text-align: center;
}


#calendars {
  float: right;
  text-align: center;
  margin: 1em 1em 3em 1em !important;
  padding: 0.3em !important;
  width: auto !important;
}


#calendars table {
 float: left;
 margin: 1em 0.5em 1em 0.7em !important;
}


/* Liste mit den Aktionen (bearbeiten, lýschen usw) */

.content_action_list {
  float: right;
  clear: right;
  padding: 6px;
  margin: 2px 0 0 0;
}

.content_action_list ul {
   list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0;
}

.content_action_list li {
   display: inline;
   padding: 0 0 0 2px;
   margin: 0;
}

