/* Gerüst & HTML
------------------------------------------------------- */
body, html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	line-height: 18px;
}
body {
	background-image: none !important;
}
a {
	text-decoration: none;
}
a.arrow {
	background: url(/includes/img/sym_bc_arrow.gif) no-repeat 0px 5px;
	padding-left: 10px;
}
p, li {
	line-height: 18px;
	margin-top: 0px;
}
.clear {	/* für Float-Clear */
	clear: both;
	margin: 0px;
	padding: 0px;
	line-height: 1px;
}
#container {
	width: auto !important;
	margin: 0 !important;
	border: 0 !important;
	background: #ffffff;
}



/* Hauptnavigation
------------------------------------------------------- */
#navi {
	display: none;
}



/* Titel
------------------------------------------------------- */
#titlebar {
	display: none;
}

/* Kopfzeile
------------------------------------------------------- */
#head {
	display: none;
}



/* Breadcrumbs
------------------------------------------------------- */
#breadcrumb {
	padding-top: 11px;
	padding-bottom: 11px;
	font-size: 10px;
	padding-left: 0px !important;
}
#breadcrumb a {
	color: #333333;
	background: url(/includes/img/sym_bc_arrow.gif) no-repeat 0px center;
	padding-left: 11px;
	margin-right: 7px;
}



/* Teaser / Subnavigation
------------------------------------------------------- */
#teaser, #Subnavigation {
	display: none;
}



/* Content 
------------------------------------------------------- */
#content {
	float: none !important;
	width: auto !important;
	padding: 0 !important;
	margin: 0 !important;
}
#content h1 {
	color: #009AD4;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	background: url(/includes/img/bg_dots.gif) repeat-x 0px 28px;
	padding-bottom: 14px;
	margin-bottom: 16px;
}
#content li {
	list-style: url(/includes/img/bullet_list.gif);
}

#content .tab {			/* Fuer die Boxen mit den Fotos */
	float: left;
	width: 239px;
	margin-right: 52px;
	margin-top: 24px;
}
#content  .tab  h3 {
	font-size: 11px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 8px;
}
#content .tab p {
	margin-top: 0px;
	margin-bottom: 7px;
}





/* Fusszeile
------------------------------------------------------- */
#foot{
	clear: both;
	background: #288295;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0px !important;
}
#foot p.linkbox {	/* Fuer die Links zum Drucken etc. */
	display: none !important;
}

