/*
	Autor:    OH
	Erstellt: 30.10.2008
	Geändert: 21.01.2009
	Haupt-Stylesheet x65.de
*/

*
{
	font-family: tahoma;
	font-size: 100%;
	color: #4B4A48;
	margin: 0;
	padding: 0;
}

html
{
	width: 100%;
	height: 100%;
}

html body
{
	font-size: 80%;
	height: 100%;
	width: 100%;
	text-align: center;
}

#page
{
	min-width: 910px;
	min-width: 920px;
	text-align: left;
	background-image: url(../files/images/headline.jpg);
	background-repeat: repeat-x;
}

#page #links
{
	position: fixed;
	float: left;
	width: 225px;
	margin-left: 60px;
	margin-top: 10px;
}

#page #links .content
{
	float: left;
	width: 208px;
	overflow:hidden;
	height: 585px;
	border: 1px solid #DDDDDD;
	background-color: white;
}

#page #links #schatten_rechts
{
	float: left;
}

#page #links #schatten_rechts img
{
	height: 587px;
}

#page #links #schatten_unten img
{
	width: 227px;
}

#page #links #logo
{
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
}

#page #links #kontaktdaten
{
	background-color: white;
	text-align: center;
	font-size: 85%;
}

#page #links #kontaktdaten h1
{
	font-size: 15px;
	font-weight: bold;
}

#page #links #nav_main ul
{
	width: 188px;
	list-style: none;
	margin-left: 10px;
}

#page #links #nav_main li
{
	width: 180px;
	border: 1px solid #DDDDDD;
	padding: 2px;
	margin-bottom: 3px;
	padding-right: 5px;
	text-align: right;
	line-height: 15px;
}

#page #links #nav_main li.obergruppe
{
	border: none;
	background-image: url(../files/images/navigationsgruppe.jpg);
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 32px;
	padding-top: 5px;
	font-weight: bold;
	margin-top: 18px;
	color: white;
	height: 17px;
	cursor: auto;
}

#page #links #nav_main li.spacer
{
	line-height: 0px;
	border: none;
	height: 0;
	display:none;
}

#page #links #nav_main li a
{
	font-size: 85%;
}

#page #links #nav_main li:hover, #page #links #nav_main li.aktiv
{
	background-color: #4B5C9C;
}

#page #links #nav_main li:hover a, #page #links #nav_main li.aktiv a
{
	color: white;
}

#page #links #nav_main li.obergruppe:hover
{
	background-color: transparent;
}

#balken
{
	padding-top: 141px;
	border-bottom: 3px solid #FE7520;
}

#titel
{
	text-align: right;
    padding: 5px;
}

#bild_header
{
	padding-top: 1px;
	text-align: right;
	border-top: 1px dashed #DDDDDD;
}

/*
#bild_header .bild
{
	height: 210px;
	background-repeat: no-repeat;
	background-position: top right;
}
*/

#bild_header img
{
	height: 200px;
}

#footer
{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 22px;
	padding-left: 60px;
	padding-top: 3px;
	background-color: white;
	border-top: 1px dashed gray;
}

#footer .middot
{
	font-size: 150%;
	vertical-align: middle;
	color: gray;
	margin-right: 5px;
	margin-left: 5px;
}

#footer, #footer a
{
	color: gray;
}

#footer .abakus
{
	color: #4B5C9C;
}

#page #content_container
{
	padding-left: 285px;
	text-align: center;
	background-color: #F5F5F5;
	border-bottom: 1px dashed #DDDDDD;
	border-top: 1px dashed #DDDDDD;
}

#page #content
{
	margin: 0 auto;
/*	width: 603px; */
	width: 700px;
	padding: 10px;
	font-family: verdana;
	font-size: 120%;
	text-align: left;
	padding-bottom: 33px;
}

#page #content.content7 img.portrait
{
	border: 1px solid silver;
}

#page #content h1
{
	text-align: right;
}

#page #content h1.home
{
	text-align: left;
}


#page #content td.kurztext
{
	width: 490px;
}

#page #content li
{
	list-style: none;
	background-image: url(../files/images/kugel.jpg);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 20px;
}

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

#page #content div.artikel
{
	/* clear: both; */
	padding-top: 25px;
}

#page #content div.artikel .titel
{
	width: 500px;
	height: 20px;
	padding-bottom: 5px;
	margin-bottom: 5px;
/*	background-image: url(../files/images/verlauf.jpg);
	background-repeat: no-repeat;
	background-position: 0 3px;
*/
}

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

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

#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;
}

#page #content td
{
	vertical-align: top;
}

img
{
	border: none;
}

p
{
	margin-bottom: 13px;
}

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

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

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

select
{
	width: 153px;
}

a
{
	color: #4B4A48;
	text-decoration: none;
}

a:hover
{
	color: #000000;
}

h1
{
	font-size: 140%;
	font-weight: normal;
	color: #4B5C9C;
}

h2
{
	font-weight: bold;
	margin-bottom: 0px;
	color: #2B3163;
}

h4
{
	margin-bottom: 15px;
	color: gray;
	font-size:100%;
	line-height:120%;
}


h4
{
	margin-bottom: 15px;
	color: gray;
	font-size:120%;
	font-style:italic;
	line-height:140%;
	font-weight:lighter;
}

td, th
{
	text-align: left;
}

body#iframe
{
	text-align: left;
	font-size: 90%;
}

#popup
{
	position: absolute;
	width: 850px;
	height: 600px;
	top: 10%;
	left: 20%;
	padding: 10px;
	background-color: white;
	border: 1px solid gray;
	overflow: auto;
}

#popup a:hover
{
	text-decoration: underline;
}

