/* styles fuer: Faux Frames */

* {
margin: 0;
padding: 0;
}
html, body { 
top: 0;
right: 0;
left: 0;
min-height: 100%;
width: 100%;
}
body { 
position: absolute;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 100%;
background: #fff;
color: #060; 
}

/* container */
#header { background-color: #eee6c6; position: fixed; top: 0; right: 0; left: 0; height: 70px; z-index: 10; }
#head { position: relative; top: 0; right: 0; bottom: 0; left: 0; height: 100%; color: #000; background: #eee6c6 url(../images/logo-a-b.gif) no-repeat; border-bottom: 1px solid #a49571; }
#menue {
position: fixed;
top: 90px;
left: 10px;
width: 150px;
padding: 10px;
}
#content-dorf { padding: 80px 50px 40px 200px; background-image: url(../images/bgbraun.jpg); background-repeat: repeat-y; background-attachment: scroll; background-position: 0 0; }
#content-verein { padding: 80px 50px 40px 200px; background-image: url(../images/bggruen.jpg); background-repeat: repeat-y; background-attachment: scroll; background-position: 0 0; }
#content-kirche { padding: 80px 50px 40px 200px; background-image: url(../images/bgviol.jpg); background-repeat: repeat-y; background-attachment: scroll; background-position: 0 0; }
#content-altmark { padding: 80px 50px 40px 200px; background-image: url(../images/bgblauhell.jpg); background-repeat: repeat-y; background-attachment: scroll; background-position: 0 0; }
#content-feuer { padding: 80px 50px 40px 200px; background-image: url(../images/bgrot.jpg); background-repeat: repeat-y; background-attachment: scroll; background-position: 0 0; }
#content-trakehner { padding: 80px 50px 40px 200px; background-image: url(../images/bgrothell.jpg); background-repeat: repeat-y; background-attachment: scroll; background-position: 0 0; }
#content-landw { padding: 80px 50px 40px 200px; background-image: url(../images/bggruenhell.jpg); background-repeat: repeat-y; background-attachment: scroll; background-position: 0 0; }
#content-impress { background-image: url(../images/bgweiss.jpg); background-repeat: repeat-y; background-attachment: scroll; background-position: 0 0; padding: 80px 50px 40px 200px; }
#content-sonst { background-image: url(../images/bgblau.jpg); background-repeat: repeat-y; background-attachment: scroll; background-position: 0 0; padding: 80px 50px 40px 200px; }
.bildbox { font-size: 100%; line-height: 100%; background-color: #a49571; position: relative; width: 650px; height: 460px; padding-top: 5px; padding-bottom: 5px; padding-left: 10px; }
caption { color: #060; margin-bottom: 10px; border-bottom: 3px groove #060; }
table { text-align: center; }
td { font-size: 90%; width: auto; padding-right: 5px; padding-left: 5px; }
#spiegel { max-width: 600px; padding-left: 50px; }

#footer {
position: fixed;
bottom: 0;
right: 0;
left: 0;
height: 30px;
}
#foot {
position: relative;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 30px;
background: #a49571;
color: #eee6c6;
border-top: 1px solid #eee6c6;
z-index: 100;
}

#switcher {
position: fixed;
top: 10px;
right: 20px;
z-index: 100;
}

/* ==== Formate === */
/* menue und links */
a {
text-decoration: none;
background: transparent;
color: #600;
border-bottom: 1px solid #600;
}

#menue li {
list-style: none;
padding: 5px;
}
#menue a { display: block; padding: 1px 0 2px 5px; background: #eee6c6; color: #a49571; border-color: #ccc #000 #000 #ccc; border-style: solid; border-width: 1px; }
#menue a:visited {
background: #f6f0d7;
color: #82601f;
}
#menue a:hover,
#menue a.aktiv,
#menue a:hover.aktiv { padding: 2px 0 1px 6px; background: #f8f6eb; color: #f03; border-color: #000 #ccc #ccc #000; border-style: solid; border-width: 1px; }
#menue a.aktiv,
#menue a:hover.aktiv {
cursor: default;
}

#switcher a { margin-right: 5px; padding: 1px 5px; background: #eee6c6; color: #a49571; z-index: 110; border-color: #ccc #000 #000 #ccc; border-style: solid; border-width: 1px; }
#switcher a:hover { padding: 1px 4px 1px 6px; background: #a49571; color: #eee6c6; z-index: 110; border-color: #000 #ccc #ccc #000; border-style: solid; border-width: 1px; }

/* text */
h1 { padding: 5px; background: transparent; color: #89092d; font-size: 110%; text-align: center; }
h2,
h3,
h4 { padding: 10px 0 15px; background: transparent; color: #060; font-size: 100%; }
.ueber1 { color: #89092d; font-size: 120%; font-weight: 500; font-style: normal; text-decoration: none; text-align: center; letter-spacing: 3px; padding: 5px 0; }
.ueber2 { color: #89092d; font-size: 100%; font-weight: normal; text-decoration: none; text-align: left; padding: 5px 0; }
.ueber3 { color: #89092d; font-size: 100%; font-weight: normal; text-decoration: none; text-align: center; padding: 5px 0; }
.liste { font-size: 110%; margin-left: 30px; list-style-type: circle; }
#sie-sind { color: #ffc; font-size: 100%; text-decoration: none; text-align: center; }
#tab { color: #89092d; font-size: 50%; font-weight: lighter; text-decoration: none; text-align: center; padding: 5px; }
p, li {
font-size: 85%;
line-height: 140%;
}
#spiegel p {
margin-bottom: 10px;
}
#foot p {
padding: 5px 0 0 20px;
font-size: 70%;
background: transparent;
color: #eee6c6;
}
p.topper { padding: 20px 0; }
#switcher p {
padding: 2px 0;
}

/* sonstige */
img {
border: 0 none;
}
.invis, hr { display: none; }
code {
font-family: 'Courier New', Verdana, Helvetica, Arial, sans-serif;
font-size: 100%;
background-color: #transparent;
color: #939;
}

/*  -------------------------------------
	Extrawuerste fuer IEs
	WICHTIG: IE6 muss in den Quirks-Modus
	gesetzt werden, um die Anweisungen zu
	'position:' richtig auszufuehren!
*/
* html, 
* html body {
overflow: hidden;
bottom: 0;
height: 100%;
}
* html #menue {
position: absolute;
width: 180px;/* wg. boxmodel */
z-index: 30;    
}
* html #header, 
* html #footer {
position: absolute;
width: 100%;
padding-right: 16px;/* fuer scrollbar */
z-index: 20;
}
* html #head,
* html #foot {
height: 100%;
position: static;
z-index: 20;
}
* html #content-feuer { position: absolute; z-index: 10; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; overflow: auto; }
* html #content-dorf {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 100%;
width: 100%;
overflow: auto;
z-index: 10;
}
* html #content-verein { position: absolute; z-index: 10; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; overflow: auto; }
* html #content-altmark { position: absolute; z-index: 10; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; overflow: auto; }
* html #content-kirche { position: absolute; z-index: 10; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; overflow: auto; }
* html #content-trakehner { position: absolute; z-index: 10; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; overflow: auto; }
* html #content-landw { position: absolute; z-index: 10; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; overflow: auto; }
* html #content-impress { position: absolute; z-index: 10; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; overflow: auto; }
* html #content-sonst { position: absolute; z-index: 10; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; overflow: auto; }
* html #spiegel {
width: 520px;/* statt max-width */
}
* html #switcher {
position: absolute;
z-index: 40;
}
* html #menue a {
width: 150px;
}
* html #menue a:visited.aktiv {
width: 150px;
background: #faeaca;
color: #a00;
}
/* IE-Wurst Ende */
