body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  margin: 0px;
  background-color: #7e8289;
  background-image: url(../../images/general/bg.jpg);
  background-repeat: repeat-y;
}

a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

h1 {
  margin-top:0px;
  color:#ffffff;
}

h2 {
  margin-top:0px;
  font-size:18px;
  color:#ffffff;
}

.weiss12 {
  font-size: 12px;
  color:white;
}

/* HEAD */
div#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 140px;
  border-right: 2px solid white;
}

div#menu {
  float: left;
  border-right: 2px solid white;
}

div#sponsoring {
  z-index: 0;
  padding-left: 25px;
  padding-bottom: 15px;
  padding-top: 15px;
}

div#head {
  z-index: 3;
  width: 100%;
  height: 140px;
  background-image: url(../../images/general/lines_pattern.gif);
  background-position: 12px 0px;
  background-color: #7e8289;
  background-repeat: repeat-x;
  border-bottom: 1px solid white;
}

div#head_content {
  position: absolute;
  left: 218px;
  top: 0px;
  width: 760px;
  height: 140px;
  background-image: url(../../images/general/lines.gif);
  background-repeat: no-repeat;
}

div#individual_content {
  position: absolute;
  left: 218px;
  top: 141px;
  background-color:#bbbfc8;
  border-bottom:1px solid white;
  width:100%;
}

div#individual_zusatz {
  position: absolute;
  left: 290px;
  top: 420px;
  color:#ffffff;
  width:760px;;
}

div#individual_kontakt {
  padding-left:19px;
  padding-top:15px;
  padding-bottom:30px;
  padding-right:80px;
  background-color:#4a4d54;
  width:611px;
}

div#sprachwahl {
  z-index: 10;
  padding-left: 13px;
  padding-top: 12px;
}

div#sprachwahl_header {
  z-index: 20;
  margin-bottom: 5px;
}

div#copyright {
	position: absolute;
	top: 449px;
	left: 670px;
	width: 300px;
	text-align: right;
  margin-bottom:5px;
  margin-right: 15px;
  color: #bbbfc8;
}

div#copyright_html {
  float: right;
  margin-top:280px;
  margin-bottom:5px;
  margin-right: 15px;
  color: #bbbfc8;
}

ul {
    margin: 0; padding: 0;
  }
ul li {
    list-style: none;
    margin: 0; padding: 0;

  }

.txtsubmenu {
  font-size:12px;
  color:#000000;
}

a.txtsubmenu {
  text-decoration: none;
  color:#000000;
}

a.txtsubmenu:hover {
  text-decoration: underline;
}

/* STARTSEITE */

div#system_teaser, #individual_teaser {
  z-index: 10;
  border-bottom: 1px solid white;
  background-color: #bbbfc8;
}

select#locale {
  width: 190px;
  border: 2px solid #a5acb2;

}

select#locale option {
  background-repeat: no-repeat;
  padding-left: 16px;
}

a.menu_2 {
  font-size: 11px;
  color: #7e8289;
  text-decoration: none;
}

a.button {
  text-decoration: none;
  font-size:11px;
  color: #333300;
  background-image: url(../../individual/images/general/button_bg.gif);
  //background-position:1px;
  background-repeat: repeat-x;
  border:1px solid #333300;
  padding-left:15px;
  padding-right:15px;
  padding-top:3px;
  padding-bottom:3px;
}

a.button:hover {
  background-image: url(../../individual/images/general/button_bg_r.gif);
  text-decoration: none;
  color:#ffffff;
}

.inputbutton {
  text-decoration: none;
  font-size:11px;
  color: #333300;
  background-image: url(../../individual/images/general/button_bg.gif);
  //background-position:1px;
  background-repeat: repeat-x;
  border:1px solid #333300;
  padding-left:15px;
  padding-right:15px;
  padding-top:3px;
  padding-bottom:2px;
}

.inputbutton:hover {
  background-image: url(../../individual/images/general/button_bg_r.gif);
  text-decoration: none;
  color:#ffffff;
}
