/* 

    Stylesheet für www.audio-lux-entertainment.de
    
    © 2008 Sebastian Kabis
    kontakt@sebastiankabis.net
    www.sebastiankabis.net

    Benutzung auf anderen Seiten nur mit ausdrücklicher Genehmigung von Sebastian Kabis gestattet!

*/


* {
  margin: 0px 0px; 
}

a {
  text-decoration: none;
  color: black;
}

p {
  padding-top: 0.8em;
  overflow: hidden;
}

body {
  background-image: url(../assets/bg.jpg);
  background-repeat: repeat-x;
  font-family: tahoma, arial, verdana, sans-serif;
  font-size: 0.8em;
}

img {
  border: none;
  padding: 0px;
}

#header {
  margin-top: 25px;
  overflow: hidden;
}

#wrapper {
  width: 662px;
  margin: auto;
}

.content_content li {
  padding-bottom: 0.6em;
}

#navi li {
  margin-left: 5px;
  display: inline;
}

#navi {
  height: 66px;
  background-color: #000000;
  overflow: hidden;
  border-top: 1px solid #f06c22;
  border-bottom: 2px solid #f06c22;
}

.onealbum {
  margin: 25px; 
  overflow: hidden;
  width: 600px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f06c22;
}

.onepic {
  float: left;
  margin: 25px;
  overflow: hidden;
}

#footer {
  color: white;
  background-image: url(../assets/footer_bg.png);
  height: 66px;
  text-align: center;
}

#footer p {
  padding-top: 23px;
  border-top: 2px solid #f06c22;
}

#content {
  background-image: url(../assets/content_bg.jpg);
  background-repeat: repeat-x;
  background-color: #ececec;
}

.content_box {
  padding-left: 25px;
  padding-top: 25px;
  color: #717171;
  overflow: hidden;
}

.content_content {
  float: left;
  width: 300px;
}

.content_content_referenzen {
  float: left;
  width: 600px;
}

.content_bild {
  float: right;
  border: 1px black solid;
  margin-right: 25px;
  overflow: hidden;
}

.first-word {
  color: #f06c22;
}

#wer_wir_sind_bild {
  margin-top: -20px;
  margin-bottom: 20px;
}

#vermietung_ton_bild {
  margin-top: -20px;
  margin-bottom: 20px;
}

#vermietung_zubehor_bild {
  margin-top: -20px;
  margin-bottom: 20px;
}

#neu_im_verleih_bild {
  margin-top: -15px;
}

#vermietung_licht_bild {
  margin-top: -30px;
}

.org {
  padding-right: 0.8em;
  height: 10px;
  width: 10px;
}

.more a {
  float: right;
  color: #f06c22;
  text-decoration: none;
  font-size: x-small;
  overflow: hidden;
}

#submit_form {
  float: left;
  margin-right: 35px;
  margin-top: 35px;
}

.valid {
  float: right;
  padding-right: 50px;
}

label {
  display: block;
}

input, select {
  width: 200px;
  margin-bottom: 0.8em;
}

#submit, #reset {
  width: 150px;
}
#referenzen a {
	color: #717171;
}