/* Styles fuer 2-Spalter Klassik */

* {/* set all to 0 */
margin: 0;
/* padding: 0; */
}

body#all {
font-family: Arial;
text-align: center;
padding: 15px 0;
background-color: #eee; 
color: #000;
}

/* Text und Links allgemein */
p, li {
font-size: 80%;
}


a {
/* height: 1%; damit der IE den ganzen Link aktiviert */
text-decoration: none;
background-color: transparent; 
color: #0700;
border-bottom: 1px solid #aaa;
}
a:hover {
background-color: transparent; 
color: #f00;
border-bottom: 1px solid #e00;
}

/* Container mit ihren Inhalten */
#wrapper {/* umschlieszt alles */
text-align: left;
width: 96%;
margin: 0 auto;
background-color: #eee; 
/*color: #000;
border: 1px solid #000;*/
}

/* Header */
#header {
padding: 1px 1px;
/* height: 50px; */
background: url(../bilder/verlauf1.jpg);
background-color: #eee; 
color: #000;
border-bottom: 1px solid #eee;
}

#header h1 {
font-size: 150%;

}

/*
h1 {
font-size: 150%;
padding: 5px 1px;
background-color: #eee; 
color: #000;
border: 1px solid #eee;
}
*/

/* Menues */
#lauf {
color: #ff0000;
text-align: left;
}
#menue1 { /* Menue oben */
height: 20px;
background-color: #eee; 
color: #000;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
}
#menue1 p {
/* display:none; */
float: right;
width: 150px; /* 580 pxOpera braucht fuer Linkleisten in Absaetzen eine Breite, sonst setzt er die Links nicht nebeneinander */
}
#menue1 a {
display: block;
float: left; /* bringt die Links trotz Blockformatierung nebeneinander - und zwar in der richtigen Reihenfolge */
margin-left: 16px;
padding: 2px 6px;
background-color: #0aa; 
color: #fff;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
border-left: 1px solid #000;
}
#menue1 a:hover {
background-color: #bfbfbf; 
color: #00d;
}
#banner1 { /* links von content floatendes Menue */
position:absolute;
left:2%;
/* top:110px; */
border-top:  0px solid #0cc;
/*border-left: 5px solid #0cc; */
float: left;
width: 200px;
height: 250px;
background-color: #0aa; 
color: #fff;
}

#banner1 p {
padding-left: 5px;
padding-bottom: 10px;
}



#menue2 { /* links von content floatendes Menue */
border-top: 250px solid #0cc;
border-left: 0px solid #0cc;
background: url(../bilder/verlauf2.jpg);
float: left;
width: 200px;
height: 400px;
background-color: #fff; 
color: #fff;
}
#menue2 p {
padding-bottom: 10px;
}
#menue2 a {
display: block;
margin: 10px 10px;
padding: 3px 5px;
background-color: #eee;
color: #000;
border: 1px solid #000;
}
#menue2 a:hover {
background-color: #bfbfbf; 
color: #00d;
}
/*
#menue2 a:active {
background-color: #bf0000; 
color: #00d;
}
*/
/* Content */
#content {/* mit linkem Rahmen in der Breite und BG-Color von menue2 */
padding: 10px 0;
background-color: #fff; 
color: #000;
border-left: 200px solid #e9f6f6;
}
#content img{
border-right: 5px solid #fff;
}

#content table {
background-color: #fff;
}

#content table.preisliste {
padding-top: 3px;
padding-bottom: 3px;
padding-right: px;
padding-left: 5px;
}

#content p {
line-height: 150%;
padding: 0px 60px 10px 40px;
font-size: 100%;
}
#content .anreise em{
color: #00a;
}

#content .willkommen em{
color: #ff0000;
}

#content .fotos_screen {
}
#content .fotos_druck  {
display: none;
}
#content .nojs  {
display: none;
}

#content p.topper {
padding: 10px 60px 20px 40px;
}
#content ul {
line-height: 150%;
padding: 0 60px 10px 60px;
}
h2, h3, h4 {
padding: 15px 0 10px 40px;
}
h2 {
padding: 25px 0 15px 40px;
}

/* Footer */
#footer {
clear: both;
height: 34px;
background: url(../bilder/verlauf1.jpg);
background-color: #0aa; 
color: #fff;
border-top: 6px solid #eee;
}
#footer p {
/* display:none; */
position: absolute; 
left: 2%;
padding: 8px 15px;
}
#footer a {
text-decoration: none;
background-color: transparent;
color: #fff;
border: 0 none;
}
#footer a:hover {
background-color: transparent;
color: #f00;
}

/* Ausgeblendetes */
.invis, hr {
display: none;
}

