/**********************************************************************
Autor:   Pizo van Hintn
Version:  1.1 / Dezember 2004
**********************************************************************/
body {
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom:0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#000000;
  text-align:center;
  background-image:url(/_Layout/global/bg_page.jpg);
}
/*********************************************************************/
/* ================================================================= */
/* Schmankerln :-) */
/* ================================================================= */
/*********************************************************************/

#tooltip {
  background-color:#ffefa2;
  border:1px solid #8e0000;
  color:#000000;
  padding:5px;
  position:absolute;
  width:auto;
  height:auto;
  z-index:100;
  visibility:hidden;
  left:0;
  top:0;
  text-align:left;
}
.banane {
  position:absolute;
  left:-251px;
  top:60px;
}
.bite {
  position:absolute;
  right:-3px;
  top:-3px;
}
#newsletter {
  position:absolute;
  right:10px;
  top:10px;
  width:270px;
  height:75px;
  background-color:#ffefa2;
  font-weight:bold;
  border:1px solid #8e0000;
  padding:8px;
  text-align:left;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
}
#newsletter h1 {
  font-size:11px;
  text-align:left;
}
#newsletter input.textfield {
  width:200px;
  background-color:gold;
}
#newsletter input.button {
  font-weight:bold;
}
#newsletter a {
  display:block;
  margin-top:7px;
  width:100px;
}
#newsletter a.back {
  width:150px;
}

/*********************************************************************/
/* ================================================================= */
/* Container */
/* ================================================================= */
/*********************************************************************/
#mainBG {
  position:relative;
  background-image:url(/_Layout/global/bg_logo_rechts.png);
  background-position:right top;
  background-repeat:no-repeat;
}
#main {
  position:relative;
  width:760px;
  margin: auto;
  margin-top:10px;
  text-align:left;
  border:3px solid #ffffff;
}
/*********************************************************************/
/* Titel oben */
/*********************************************************************/
#title {
  position:relative;
  height:175px;
  background-image:url(/_Layout/global/bg_title.jpg);
  background-repeat:no-repeat;
}
/*********************************************************************/
/* Menue */
/*********************************************************************/
#menue {
  width:470px;
    height:33px;
  position:absolute;
  bottom:11px;
  left:270px;
}
.lineMenue1, .lineMenue2, .lineMenue3, .lineMenue4, .lineMenue5 {
  position:absolute;
  top:165px;
  height:50px;
  border-style:dotted;
  border-top:none;
  border-right:none;
  border-bottom:none;    
  border-width: 1px;
  border-color: #000000;
}
.lineMenue1 {
  left:287px;
}
.lineMenue2 {
  left:400px;
}
.lineMenue3 {
  left:500px;
}
.lineMenue4 {
  left:590px;
}
.lineMenue5 {
/*
  height:60px;
  top:155px;
*/
  left:700px;
}
/*********************************************************************/
/* Inhalt */
/*********************************************************************/
#content {
  position:relative;
  background-image:url(/_Layout/global/bg_content.jpg);
}
#contentBG {
  padding:10px;
  padding-top:70px;
}
/*********************************************************************/
/* Top-Link */
/*********************************************************************/
.top {
  border:1px solid #8e0000;
  background-color:#ffffff; 
  text-align:center;
  padding:2px;
  width:40px;
  margin-left:690px;
}
/*********************************************************************/
/* Fusszeile */
/*********************************************************************/
#foot {
  position:relative;
  width:760px;
  margin: auto;
  text-align:right;
  color:#ffffff;
  margin-bottom:10px;
}
#foot a {
  color:#ffffff;
  text-decoration:none;  
}
#foot a:hover {
  text-decoration:none;  
}
#preload {
  display:none;
}
/*********************************************************************/
/* ================================================================= */
/* Inhalt */
/* ================================================================= */
/*********************************************************************/
.bf {
  display:none;
}
.error {
  font-weight:bold;
  color:#ff0000; 
}
.linesContent {
  border-style:dotted;
  border-width: 1px;
  border-color: #000000;
}
/*********************************************************************/
.headline {
  position:absolute;
  top:4px;
    left:7px;
  }
.box, .box1, .box2, .box3 {
  background-color:#ffffff;
  border: 1px solid #000000;
  margin-left:31px;
}
.boxHeadline, .boxSubline, .boxSubMenueHeadline, .boxSubSubMenueHeadline {
  border-bottom:1px solid #000000;
  font-weight:bold;
  background-color:#ffefa2;
  padding:5px;
}

.headlineLeft {
  float:left;
}

.headlineRight {
  text-align:right;
  vertical-align:top;
  font-weight:normal;
}


.boxSubline {
  border-top:1px solid #000000;
  border-bottom:none;
}
.boxSubMenueHeadline {
  padding-top:0px;
}
.boxSubSubMenueHeadline {
  margin-top:15px;
  border-style:dotted;
  border-width: 1px;  
  border-left:none;
  border-right:none;
  border-color:#8e0000;
  background-color:#ffffff;
}
.boxContent {
  padding:5px;
  padding-top:5px;
}
/*********************************************************************/
.foto, .foto1, .foto2, .foto4, .foto5 {
  background-color:#ffffff;
  border: 1px solid #000000;
  padding:1px;
}
.grey {
  color:#555555;
}
/*********************************************************************/
a {
  color:#8e0000;
  text-decoration:none;
}
a.grey {
  color:#555555;
  text-decoration:underline;
}
a:hover {
  color:#000000;
  text-decoration:underline;
}
/*********************************************************************/
hr, hr.grey {
  height:1px;
  border-top: 1px solid #8e0000;
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: none;
}
hr.grey {
  border-top: 1px solid #666666;
}
ul {
  list-style-image: url(/_Layout/icons/list_style.png);
}
p {
  margin:5px;  
}
img {
  border-style:none;
}
/*********************************************************************/
input.textfield {
  border:1px solid #8e0000;
  background-color:#ffefa2;
  width:250px;
  font-size:11px;
}
input.button {
  border:1px solid #8e0000;
  background-color:#ffefa2;
  font-size:11px;
}
textarea {
  border:1px solid #8e0000;
  background-color:#ffefa2;
  width:400px;
  height:200px;
  font-size:11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*********************************************************************/
