/* CSS-Datei von pension-marten.de */
/* UB, seit April 2006 */

body {
font-family: Verdana, Helvetica, Arial, sans-serif;
text-align: center; /* fuer IE */
background-color: #FFFFB1;
}
/* wichtig! - stellt zunächst alle Ränder auf 0 */
body* {
margin: 0;
padding: 0;
}

/*  wrapper  */
#seite {
margin: 0px auto;
width: 720px;
font-size: 14pt;
text-align: center;
color: #C00040;
background-color: #FEFF92;
border:1px solid #C00040;
}
/*  head  */
#kopf {
background-color: #FEFF92;
color: #C00040;
padding: 0px 0px 0px 0px;
}
/* Impressum und AGB */
#kopf2 {
padding: 2px 20px 2px 20px;
border-bottom: 1px solid #C00040;
background-color: #49EB6C;
}
#kopf2 small {
font-size: 8pt;
line-height:8pt;
}
/* Hauptmenue */
#hauptmenue {
font-family: Verdana, monospace;
font-weight: bolder;
background-color: #49EB6C;
color: #802121;
margin-top: 0px;
margin-left: 20px;
padding: 0px 0px 0px 0px;
}
#hauptmenue a { 
text-decoration: none;
background-color: transparent;
background-color: #49EB6C;
color: #C00040;
font-size: 80%;
font-weight: normal;
padding: 0px 0px 0px 0px;
}
#hauptmenue a.activ {
color: #6C6868;
}
#hauptmenue a:hover { 
color: #FEFF92;
background-color: #49EB6C;
} 
/* Content-Bereich - Haupt-Bereich */
#haupt {
text-align: left;
background-color: #FEFF92;
color:#C00040;
padding: 10px 10px 10px 10px;
}

#haupt ul {
margin: 5px 5px 5px 35px;  /*oben rechts unten links*/
text-align: left;
}

#haupt li {
font-size: 10pt;
background-color: transparent;
list-style-position: outside;
list-style-type: circle;
margin: 5px 5px 5px 35px;  /*oben rechts unten links*/
}

#haupt p {
font-size: 10pt;
margin: 5px 5px 5px 5px;  /*oben rechts unten links*/
text-align: left;
}

#haupt small {
font-size: 8pt;
line-height:8pt;
}

#haupt h1, #haupt h2, #haupt h3 {
margin: 15px 20px 10px 20px;
}
#haupt h1 {
font-size: 14pt;
letter-spacing: 2pt;
text-align: center;
}

#haupt h2 {
font-size: 12pt;
letter-spacing : 1px;
word-spacing : normal;
font-weight : bold;
line-height:160%;
}
#haupt h2.center {
text-align: center;
}
#haupt h3 {
font-size: 11pt;
letter-spacing: 0pt;
line-height:160%;
}
#haupt a {
text-decoration: none;
background-color: transparent;
color: #4D8642;
}
#haupt a:visited {
background-color: transparent;
}
#haupt a:hover {
background-color: transparent;
background-color: #FFFFFF;
}
#haupt a:active {
background-color: transparent;
}
#haupt a:focus {
background-color: transparent;
}
/* Tabellen */
table {
   margin: 0 30 0 30;
   border-collapse: collapse;
   border-spacing: 0 0;
   }
td {

   padding: 3 20 3 0;
   border: 1px solid #49EB6C;
   border-top: none;
   border-left: none;
   border-right: none;
   color: #C00040;
   font-size: 10pt;
   }
th {
   border: 1px solid #49EB6C;
   border-top: none;
   border-left: none;
   border-right: none;
   color: #C00040;
   font-size: 10pt;
   font-weight : bold;
   text-align: left;
   }
th.first-child {
   border-left: 1px solid #999;
   }
thead th {
   border-top: 1px solid #999;
   }
/* footer - Fußzeile */
#fuss {
margin: 2px 0px 0px 0px;
padding: 2px 0px 2px 0px;
font-size: 8pt;
line-height:9pt;
background-color: #FEFF92;
text-align: center;
border-top: 1px solid #C00040;
}
#fuss a {
color: #4D8642;
text-decoration: none;
background-color: transparent;
}
#fuss a:hover {
background-color: transparent;
background-color: #FFFFFF;
color: #4D8642;
}
/* Impressum- und AGB-Seite */
#fuss2 {
padding: 2px 0px 2px 0px;
font-size: 8pt;
line-height:9pt;
background-color: #49EB6C;
text-align: center;
border-top: 1px solid #C00040;
}
/* Linien */
hr {
height: 1px;
border: 0px none;
border-top: 1px solid #be882e;
margin: 10px 0px 10px 0px;
padding: 0px 0px 0px 0px;
}
hr.a {
height: 1px;
margin: 0px 10px 0px 10px;
border: 0px none;
border-top: 1px dashed #be882e;
}
hr.b {
height: 3px;
border: 0 none;
border-top: 3px double #be882e;
}
/* Pension-Farben */
.gruen { background-color:#49EB6C; }
.gelb  { background-color:#FEFF92; }
.rot   {color:#C00040;}
.gruen2 {color:#4D8642;}