/* 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: Arial, Verdana, Helvetica, Geneva, sans-serif;
font-size: 86%;
line-height: 1.2;
background: #fff;
color: #2e2e2e;
}

/* container */
#header {
position: fixed;
top: 0;
right: 0;
left: 0;
height: 150px;
width: 100%;
}
#thema {
text-align: right;
width: 400px;
float: right;
padding: 20px 50px 10px: 0;
background: #fff;
}

#head {
	top: 0;
	left: 0;
	width: auto;
	background: #fff;
}


#fotospalte {
position: fixed;
top: 150px;
left: 20px;
width: 420px;
height: 439px;
padding: 0px;
}

#foto {
position: relativ;
bottom: 0;
height: 100%;
}

#content {
background: #fff;
padding: 150px 50px 40px 430px;
color: #2e2e2e;
}
#spiegel {
width: auto;
padding: 0 30px 60px 60px;
}

#footer {
position: fixed;
bottom: 0;
right: 0;
left: 20px;
height: 20px;
}
#foot {
position: relative;
top: 0;
right: 0;
bottom: 0;
left: 0px;
height: 20px;
background: #88141f;
color: #2e2e2e;
z-index: 100;
}

/* ==== Formate === */
/* menue und links */
a {
text-decoration: none;
background: transparent;
color: #2e2e2e; 
font-weight: bold; 
}

#thema ul li {
	list-style: none;
	display: block;
	line-height: 1.2;
}
#thema ul li a{
background: #fff;
color: #2e2e2e;
}
#thema ul li a:visited {
background: #fff; 
color: #2e2e2e;
}
#thema ul li a:hover,
#thema ul li a.aktiv,
#thema ul li a:hover.aktiv {
background: #fff;
color: #88141f;
}


#menue ul li{
list-style: none;
padding: 0px; 
display: inline; 
}
#menue ul li a {
display: inline;
padding: 2px 12px 4px 12px;
background: #88141f;
color: #fff;
}
#menue ul li a:visited {
padding: 2px 12px 4px 12px;
background: #88141f; 
color: #fff;
}
#menue ul li a:hover,
#menue ul li a.aktiv,
#menue ul li a:hover.aktiv {
padding: 2px 12px 4px 12px;
background: #fff;
color: #88141f;
}
#menue ul li a.aktiv,
#menue ul li a:hover.aktiv {
font-weight: bold;
cursor: default;
}


/* Text-Formate */
h1 {
font-size: 160%;
background: transparent;
color: #88141f;
}
h2, 
h3,
h4 {
padding: 10px 0 15px 0;
background: transparent;
color: #2e2e2e;
}

p, li {
/*font-size: 80%;
line-height: 140%;*/
}

#foot p {
padding: 5px 0 0 20px;
font-size: 80%;
background: transparent;
color: #e0d0b0;
}
p.topper {
padding: 20px 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;
}

