/* Stylesheet zur grundlegenden Formatierung
-------------------------------------------------------------------------------- */

/* Importieren der weiteren Stylesheets */
@import url(navi.css);
@import url(content.css);

/* Normalisieren der Browser Default Styles */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, select, p, blockquote, th {
	margin: 0;
	padding: 0;
}

td {
	padding: 3px 10px;
}

/* Headlines auf Dokumentschriftgroesse setzen */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

/* Listenpunkte ausschalten */
ol, ul {
	list-style: none;
}

address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

caption, th {
	text-align: left;
}


/* Layout 
-----------------------------*/
html, body {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #535353;
	background-color:#FFFFFF;
}

a {
	text-decoration: none;
	color: #535353;
}

a:hover {
	text-decoration: underline;
	color: #535353;
}

.mehr {
	background: transparent url(/media/images/pfeil-mehr.gif) left center no-repeat;
	padding-left: 18px;
	text-decoration: underline;
	font-weight: bold;
}

.trennlinie {
	background: transparent url(/media/images/trennlinie.gif) left center repeat-x;
	clear: both;
	height: 24px;
}

#pageWrapper {
	margin: 0 auto;
	width: 960px;
}

#innerPageWrapper {
	width: 958px;
	float: left;
	border-left: 1px solid #b5b4b4;
	border-right: 1px solid #b5b4b4;
	background: #ececec url(/media/images/hg_subnavi.gif) left 140px no-repeat;
}

/* HEADER
-------------------------------------*/
#headerWrapper {
	background-color: transparent;
	position: relative;
}

#breadcrumb {
	position: absolute;
	/*top: 190px;
	left: 153px;*/
	top: 210px;
	left: 165px;
	font-size: 11px;
}

/* LOGO-BEREICH
-------------------------------------*/
#branding {
	float: left;
	margin-left: 20px;
}


/* CONTENT-BEREICH
-------------------------------------*/
#contentWrapper {
	background-color: transparent;
	float: left;
}

#innerContentWrapper {
	width: 805px;
	float: right;
}

#content {
	float: left;
	width: 542px;
	margin-top: 12px;
	padding-bottom: 2em;
	display: inline;
}

#marginal {
	width: 215px;
	float: right;
	margin: 0 20px 0 0;
	display: inline;
}

#flashcontainer {
	text-align: right;
}




/* FOOTER 
-------------------------------------*/

#footer {
	background: transparent url(/media/images/hg-footer.gif) left top no-repeat;
	padding-top: 15px;
	clear: both;
}

#footer ul {
	margin: 10px 0 30px 50px;
}

#footer ul li {
	float: left;
	font-size: 11px;
}

