/*
	Autor:    OH
	Erstellt: 23.06.2008
	Geändert: 24.06.2008
	Haupt-Stylesheet Heidschnucke
*/

*
{
	font-family: arial;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

html body
{
	font-size: 90%;
	height: 100%;
	width: 100%;
	background-color: #FFFBB1;
}

#page
{
	width: 780px;
	margin: 0 auto;
	text-align: left;
	margin-top: 20px;
}

#page #spacer
{
	position: fixed;
	width: 780px;
	height: 10px;
	top: 0;
	background-color: #FFFBB1;
}

#page #nav_main
{
	position: fixed;
	width: 780px;
	height: 35px;
	top: 10px;
	background-color: #E9DFC9;
	background-image: url(../files/images/nav_background.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#page #nav_main ul
{
	margin-top: 3px;
	margin-left: 40px;
	list-style: none;
}

#page #nav_main li
{
	display: inline;
	margin-right: 10px;
}

#page #nav_sub
{
	position: fixed;
	width: 136px;
	height: 1024px;
	top: 45px;
	z-index: 1;
	padding-top: 90px;
	padding-bottom: 80px;
	background-color: #E9DFC9;
	border-left: 1px solid #940000;
	border-right: 1px solid #940000;
	border-bottom: 1px solid #940000;
}

#page #nav_sub ul
{
	list-style: none;
}

#page #nav_sub li
{
	margin-top: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 2px;
	background-color: #EDE9D6;
	border-top: 1px solid #940000;
	border-bottom: 1px solid #940000;
}

#page #nav_sub a
{
	font-size: 70%;
	font-weight: bold;
}

#page #nav_sub div.logo
{
	margin-top: 10px;
	text-align: center;
}

#page #content
{
	min-height: 810px;
	padding-right: 30px;
	padding-left: 171px;
	padding-top: 25px;
	padding-bottom: 20px;
	background-color: #EDE9D6;
	border-right: 1px solid #940000;
	font-size: 90%;
}

#page #content img.quer
{
	width: 641px;
	margin-left: -33px;
}

#page #content .kellner_animation
{
	position: absolute;
	top: 50px; 
	margin-left: -660px;
}

#page #content ul
{
	margin-left: 15px;
}

#page #content a
{
	text-decoration: underline;
}

#page #content a:hover
{
	text-decoration: none;
}

#page #content div.artikel
{
	clear: both;
	margin-top: 55px;
}

#page #content div.artikel .titel
{
	padding-bottom: 5px;
	margin-bottom: 5px;
	background-image: url(../files/images/h2_beige.jpg);
	background-repeat: no-repeat;
}

#page #content div.artikel .titel h1
{
	font-size: 120%;
	color: black;
	font-style: italic;
}

#page #content div.artikel img.artikel
{
	margin-bottom: 5px;
}

#page #content div.artikel .layout_2 img.artikel
{
	float: right;
	margin-left: 10px;
}

#page #content div.artikel .layout_1 img.artikel, #page #content div.artikel .layout_ img.artikel
{
	float: left;
	margin-right: 10px;
}

img
{
	border: none;
}

p
{
	margin-bottom: 13px;
}

input.text, select, textarea
{
	color: black;
	background-color: white;
	border: 1px solid #C8AF10;
	height: 17px;
}

input.button
{
	cursor: pointer;
	background-color: #C8AF10;
	color: white;
	border: none;
	height: 18px;
}

input.button:hover
{
	background-color: silver;
}

a
{
	color: #940000;
	text-decoration: none;
}

a:hover
{
	color: #000000;
}

a.button
{
	color: #C8AF10;
	font-weight: bold;
	background-color: #F1F2F3;
	border: 1px solid #C8AF10;
	padding: 5px;
}

a.button img
{
	vertical-align: middle;
}

a.button:hover
{
	color: #F1F2F3;
	background-color: #C8AF10;
	border: 1px solid gray;
	text-decoration: none;
}

a.hervorheben
{
	color: #239300;
	text-decoration: none;
}

h1
{
	font-size: 150%;
	color: #C8AF10;
}

h2
{
	font-size: 130%;
	color: gray;
}

td, th
{
	text-align: left;
}
#popup
{
	position: absolute;
	margin-top: -20px;
	margin-left: 300px;
	background-color: #FEF0C8;
	border: 3px solid #3C848C;
	background-image: url(../files/images/kopfleiste_popup_de.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	padding-top: 120px;
	text-align: left;
}

#popup .content
{
	width: 280px;
	height: 250px;
	overflow: auto;
}

#popup .aktionen
{
	text-align: center;
}

