/* Grundformatierung */

html {
  position: absolute;
  width: 100%;
  min-width: 960px;
  height: 100%;
  min-height: 600px;
}

body {
  position: absolute;
  top: 50%;
  width: 100%;
  min-width: 960px;
  font: .9em verdana, helvetica, arial, sans-serif;
  color: #FFF;
  text-align: center;
  margin: -300px auto 0;
  background: #053351;
}

a, a:link, a:visited {
  color: #F89734;
  font-weight: bold;
  text-decoration: none;
}

a:focus, a:hover, a:active {
  color: #FAB956;
}

h1, h2, h3, h4,h5 {
  text-align: left;
  color: #000;
  margin: .5em 0 .2em;
  padding: 0;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1em;
  margin-bottom: .7em;
}

h4 {
  font-size: 1em;
  text-align: center;
  margin: auto;
  padding: .2em 0;
}

h4.organigramtitle {
  width: 25%;
  margin-bottom: 0;
  border: 1px solid #000;
}

h4.organigram {
  border: 1px solid #000;
}

h5 {
  font-size: 1.5em;
  color: #F89734;
  margin: 0 0 1em;
}

p {
  clear: both;
  color: #000;
  text-align: justify;
  line-height: 1.5em;
  margin: 0 0 2em;
  padding: 0;
}

img {
  border: 0;
}

ul {
  color: #000;
  list-style-type: square;
  margin: 0 3em 2em 1.5em;
  padding: 0;
}

li {
  text-align: justify;
  margin-bottom: 1em;
}

table {
  width: 99%;
  margin-top: 1em;
  border-collapse: collapse;
  border-spacing: 0;  
  border: 0;
}

table td {
  width: 25%;
  text-align: center;
  vertical-align: top;
  margin: 0;
  padding: 0 .6em;
  border: 0;
}

table td p {
  text-align: left;
  margin-bottom: .2em;
}

table ul {
  margin: 0 0 1em 1em;
  padding-left: 0;
}

table ul li {
  text-align: left;
}

/* Layout */

#main {
  position: relative;
  width: 960px;
  height: 600px;
  text-align: left;
  margin: auto;
  background: url(images/background.jpg) #000 no-repeat;
}

#header {
  position: relative;
  top: 0;
  height: 135px;
  margin: 0;
  padding: 0;
  border-bottom: 5px solid #F89734;
}

#header ul {
  position: relative;
  bottom: 4.2em;
  font: 1.8em verdana, helvetica, arial, sans-serif;
  list-style-type: none;
  margin: 0 0 0 190px;
  padding: 0;
}

#header ul li {
  display: block;
  margin: 0;
  padding: 0 0 .5em;
}

#header ul li a, #header ul li a:link, #header ul li a:visited {
  margin: .4em;
  padding: .2em;
}

#header ul li a:focus, #header ul li a:hover, #header ul li a:active {
  background: #FFF;
}

#logo {
  width: 180px;
  height: 135px;
  text-align: center;
  margin: 0;
  padding: 0;
  border-right: 5px solid #F89734;
}

#content { /* Zusätzlich Angaben von #contentinside kämen hier hin, wenn IE7 nicht wäre... */
  position: absolute;
  width: 775px;
  height: 460px;
  min-height: 460px;
  margin: 0;
  margin-left: 185px;
  padding: 0;
  background-color: #658AA2;
}

#contentinside { /* Extra-Div innerhalb #content, weil der IE7 den Hintergrund sonst mitscrollt */
  position: relative;
  width: 715px;
  height: 450px;
  min-height: 450px;
  margin: 0;
  padding: 10px 30px 0;
  overflow: auto;
  * overflow-x: hidden; /* Horizontale Scrolleiste im IE7 weglassen */
	* overflow-y: auto; /* Nur vertikale Scrolleiste im IE7 anzeigen */
}

#content a img {
  vertical-align: text-bottom;
}

#navigation {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 180px;
  height: 460px;
  margin: 0;
  padding: 0;
  border-right: 5px solid #F89734;
}

#navigation ul {
  width: 130px;
  margin: .6em;
  padding: 1em 0;
  list-style-type: none;
}

#navigation li {
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  padding-left: .5em;
}

#footer {
  position: relative;
  width: 960px;
  margin: auto;
}

#footer p {
  color: #FFF;
  text-align: right;
  margin: 0;
  padding: 0;
}

/* Weitere Formatierungen */

.centeredbox {
  width: 52%;
  margin: 8em auto;
  padding: .5em;
  border-width: 1px 0;
  border-style: solid;
  border-color: #F89734;
}

.cornertext {
  position: absolute;
  right: 1em;
  bottom: 2em;
  color: #F89734;
}

#contactbox {
  width: 70%;
  margin: 1em auto 0;
}

#contactbox p {
  font-size: .9em;
  margin: 0;
  padding: 0;
}

#groupphoto {
  position: relative;
  top: -10px;
  left: -30px;
  float: left;
  margin: 0;
  padding: 0;

}

#groupphoto a {
  display: block;
  width: 499px;
  height: 389px;
  background: url('images/gruppenfoto.jpg') 0 0 no-repeat;
}

#groupphoto a:hover {
  background-position: 0 -390px;
}

.teambox {
  display: block;
  clear: both;
  width: 80%;
  color: #000;
  margin: auto;
  overflow: auto;
  border: 1px solid #000;
}

.teambox h4 {
  margin-bottom: 1em;
}

.floatleft {
  float: left;
  width: 48%;
  text-align: center;
  margin-bottom: 1em;
}

.floatright {
  float: right;
  width: 48%;
  text-align: center;
  margin-bottom: 1em;
}

.arrows {
  width: 536px;
  height: 24px;
  margin: 0 auto;
  padding: 0;
  background: url('images/organigrammpfeile.png') center 0 no-repeat;
}

.arrow {
  width: 5px;
  height: 15px;
  margin: auto;
  background: url('images/pfeil.png') center 0 no-repeat;
}

.tab {
  float: left;
  width: 40px;
}

#flyermalen {
  float: left;
  width: 338px;
  height: 240px;
  background: url(images/flyermalen.jpg) left top;
}

#flyermalen:hover {
  background: url(images/flyermalen.jpg) -338px top;
}

#flyerparkett {
  float: right;
  width: 338px;
  height: 240px;
  background: url(images/flyerparkett.jpg) left top;
}

#flyerparkett:hover {
  background: url(images/flyerparkett.jpg) -338px top;
}

#flyergirls {
  width: 500px;
  height: 355px;
  margin: auto;
  background: url(images/flyergirls.jpg) left top;
}

#flyergirls:hover {
  background: url(images/flyergirls.jpg) -500px top;
}

#flyerboys {
  width: 500px;
  height: 355px;
  margin: auto;
  background: url(images/flyerboys.jpg) left top;
}

#flyerboys:hover {
  background: url(images/flyerboys.jpg) -500px top;
}

#flyermarkt {
  width: 595px;
  height: 420px;
  margin: auto;
  background: url(images/flyermarkt.jpg) left top;
}

/*
#flyermarkt:hover {
  background: url(images/flyermarkt.jpg) left -420px;
}
*/

#shovel {
  clear: both;
  position: fixed;
  top: 50%;
  width: 758px;
  height: 147px;
  margin: auto;
  margin-left: -30px;
  margin-top: 153px;
  padding: auto;
  background: url(images/schaufelbesen.png) left bottom no-repeat;
  z-index: 2;
}

.spacer {
  float: right;
  width: 65%;
  text-align: left;
}

.spacerblock {
  clear: both;
  display: block;
  height: 10em;
}

#transparent {
  position: absolute;
  bottom: 0;
  width: 708px;
  padding: .4em;
  background-image: url(images/transparent.png);
}

.list {
  list-style-type: none;
}

.list li {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 1em;
}

