html {
  padding:0; margin:0;
  overflow-y: scroll !important; /* Scrollbar immer sichtbar */
}

BODY {
	padding:0; margin:0;
  background-color: #000;
  font-family: Arial, Helvetica, sans-serif;
  color: #FFF;
  font-size: 100.01%;
}

A {
  color: #FFF;
  text-decoration:none;
}

P {
}

HR {
  height: 1px; 
  color: #948A8A;
  background-color: #948A8A;
  border: 0px;
  padding: 0; margin: 0;
}

IMG {
  border: 0px;
}


/***** Formulare *****/

FORM {
  padding: 0; margin: 0;
}

.csc-mailform {
  padding: 10px;
  margin: 15px 20px;
  border: 1px solid #666;
  background-color: #333;
}

.csc-mailform-field Label {
  float: left;
  width: 120px;
  margin: 2px 0;
}

.csc-mailform-field INPUT {
  width: 250px;
  border: 1px solid #333;
  margin: 2px 0;
}

.csc-mailform-field TEXTAREA {
  width: 350px;
  border: 1px solid #333;
  margin: 2px 0;
}

INPUT.csc-mailform-submit {
  width: auto;
  margin: 20px 0 20px 120px;
  font-family: Arial,helvetica,sans-serif; 
  color: #FFF; 
  background-color: #F00; 
  border: 0px solid #F00; 
  text-decoration: none; 
  cursor: pointer; 
}


/***** Dateiverweise *****/

.csc-uploads-fileName P {
  padding: 0;
  margin: 5px 0;
}


.fileList {
  color: #FFF;
  padding: 0;
  line-height: 2em;
}

.fileListDesc {
  font-weight: bold;
}

.fileListFileSize {
  font-size: 11px;
}

/***** Listenelemente *****/

li, li.list, li.item  {
  list-style: none;
  background-image: url('http://prolab-t3.prolab-beauty.de/fileadmin/images/li_item.gif');
  background-repeat: no-repeat;
  background-position: 0px 6px;
  padding: 0 0 0 15px;
  margin: 5px 0 5px -30px;
}

li li, li li.list, li li.item, li li li.list, li li li.item  {
  list-style: none;
  background-image: url('http://prolab-t3.prolab-beauty.de/fileadmin/images/li_subitem.gif');
  background-repeat: no-repeat;
  background-position: 0px 6px;
  padding: 0 0 0 15px;
  margin: 5px 0 5px -30px;
}

H1 { 
  padding-top: 0px; 
  margin-top: 0px; 
  font-size: 130%; 
  font-weight: bold; 
}

H2 { 
  padding-top: 0px; 
  margin-top: 0px; 
  font-size: 120%; 
  font-weight: bold; 
}

H3 { 
  padding-top: 0px; 
  margin-top: 0px; 
  font-size: 110%; 
  font-weight: bold; 
}

.prolab_red {
  color: #F00;
  font-weight: bold;
}

.small {
  font-size: 10px;
}

.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.align-justify { text-align: justify; }
.indent { margin-left: 25px; }


/***** Kopfbereich *****/

#HeaderContainer {
  position: relative;
  margin: 0px auto 0px auto;
  padding: 0% 45px;
  width: 1100px;
  text-align: left;
}

#Header {
  height: 175px;
  border-bottom: 2px solid #948A8A;
}

.header_text {
  padding: 0;
  font-size: 48px;
  font-weight: normal;
  position: absolute;
  z-index: 1;
  left: 50px;
  bottom: 67px;
}

/* Logo Bereich */

#LogoArea {
/*float:right;*/
  margin: 10px 0 0 0;
}

#Logo {
  text-align: right;
}



/***** Inhaltsbereich *****/

#Container {
  display: table;
  border-collapse: separate; 
  table-layout: fixed;
  width: 1190px; 
  margin: -35px auto 0 auto;
  border-spacing: 45px;
  text-align: left; 
}

#ContentContainer {
  display: table-row;
  font-size: 80%;
}


/* Linke Spalte */

#LeftCol {
  display: table-cell;
  width: 200px;
  border: solid 1px #948A8A;
  vertical-align: top;
}   

#Login {
  padding: 10px;
  margin: 40px 20px 20px 20px;
  border: 1px solid #948A8A;
}

#Login H3 {
  padding-top: 0;
  margin-top: 0;
  font-size: 100%;
}

#Login FIELDSET {
  border: none;
  margin: 15px 0 0 0;
  padding: 0;
}

#Login LEGEND {
  display: none;
}

#Login input {
  width: 135px;
  margin: 2px 0 8px 0;
  border: 1px solid #000;
  font-size: 90%;
}

#Login .btn { 
  width: auto;
  margin-top: 5px;
  font-family: Arial,helvetica,sans-serif; 
  color: #FFF; 
  background-color: #F00; 
  border: 0px solid #F00; 
  text-decoration: none; 
  cursor: pointer; 
}


/* Mittlere Spalte */

#MiddleCol {
  display: table-cell;
  border: solid 1px #948A8A;
  vertical-align: top;
}

#MiddleContent {
  padding: 20px;
}

#ContentLeft, #ContentRight {
  float: left;
  width: 50%;
}


/* Rechte Spalte */

#RightCol {
  display: table-cell;
  width: 200px;
  border: solid 1px #948A8A;
  vertical-align: top;
}
   
#RightContent {
  padding: 10px 20px 20px 20px;
  font-size: 87.5%;
}

#Karte {
  margin-top: 10px;
  text-align: center;
}

#Suche {
  margin-top: 10px;
}

#Suche input {
  width: 120px;
  margin: 0;
  border: 1px solid #000;
  font-size: 120%;
}

#Suche .btn { 
  width: auto;
  padding: 1px;
  margin-left: 5px;
  font-family: Arial,helvetica,sans-serif; 
  font-size: 12px;
  font-weight: bold;
  color: #FFF; 
  background-color: #F00; 
  border: 0px solid #F00; 
  text-decoration: none; 
  cursor: pointer;
}

#Aktuelles {
  padding: 5px;
  margin-top: 25px;
  border: 1px solid #948A8A;
}

#Aktuelles H1 {
  padding-top: 0;
  margin-top: 5px;
  color: #F00;
  font-size: 13px;
}


/***** Footer *****/

#Navigation {
  margin-top: -35px;
  text-align: center;
}


/***** Stil für Buttons und Button Mouseover *****/

.btn            { 
  font-family: Arial,helvetica,sans-serif; 
  color: #FFF; 
  background-color: #F00; 
  border: 0px solid #F00; 
  text-decoration: none; 
  cursor: pointer; 
}

.btnOver        { 
  font-family: Arial,helvetica,sans-serif; 
  color: #FFF; 
  background-color: #333; 
  border: 0px solid #333; 
  cursor: pointer; 
}