body {
	background: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 160%;
	color: #000;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

.clear {
	clear:both;
}

.hidden {
	display: none;
}

.anchor {
	height: 0px !important;
}

.image_left {
	float: left;
	padding: 4px 8px 8px 10px;
}

.image_right {
	float: right;
	padding: 0px 5px 8px 8px;
}

p {
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Geneva, sans-serif;
	color: #6b6b6b;
	font-weight: bold;
	font-style: italic;
}

h1 {
	font-size: 18px;
	line-height: 22px;
	padding: 0 0 20px 0;
}

h2 {
	font-size: 13px;
	line-height: 160%;
	font-weight: bold;
	font-style: normal;
	padding: 0 0 10px 0;
}

h3 {
	font-size: 13px;
	line-height: 160%;
	font-weight: bold;
	font-style: normal;
}

h4 {
	font-size: 12px;
	line-height: 130%;
	font-weight: bold;
	font-style: normal;
	padding: 10px 0 0 0;
}

h5 {
	font-size: 11px;
	line-height: 130%;
	font-weight: normal;
	font-style: normal;
	padding: 0 0 5px 0;
}

h6 {
	font-size: 13px;
	line-height: 130%;
	padding: 0 0 0 20px;
}

a,
a:link,
a:visited {
	color: inherit;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
}

p a,
p a:link,
p a:visited {
	color: inherit;
	text-decoration: underline;
}

p a:hover,
p a:focus,
p a:active {
	text-decoration: none;
}

/* FESTE SEITENBEREICHE */
#header {
	width: 100%;
	background: #fff url('../gfx/backgrounds/header.png') top center repeat-x;
}

#inner-header {
	width: 1000px;
	height: 187px;
	overflow: hidden;
	margin: 0 auto;
}

.hausys-link {
	float: left;
}

.himacs-link {
	float: right;
}

#main-navigation {
	clear: both;
	padding: 50px 0 0 0;
}

#main-navigation li {
	float: left;
	padding: 0 12px;
}

#main-navigation a,
#main-navigation a:link,
#main-navigation a:visited {
	color: #6b6b6b;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	border-bottom: 4px solid #fcfcfc;
}

#main-navigation a:hover,
#main-navigation a:focus,
#main-navigation a:active,
#main-navigation a.active {
	color: #000;
	border-bottom: 4px solid #000;
}


/* CONTENT */
#content {
	width: 1000px;
	margin: 0 auto;
	background: #fff;
}

#content .wrapper {
/* 	padding: 0 0 10px 0; */
}

#content ul {
	padding: 0px 0px 0px 15px;
	list-style: square;
	color: #000;
}

#content ul a,
#content ul a:link,
#content ul a:visited,
#content ol a,
#content ol a:link,
#content ol a:visited {
	color: inherit;
	text-decoration: underline;
}

#content ul a:hover,
#content ul a:focus,
#content ul a:active,
#content ol a:hover,
#content ol a:focus,
#content ol a:active {
	text-decoration: none;
}

#content #sitemap a,
#content #sitemap a:link,
#content #sitemap a:visited {
	color: inherit;
	text-decoration: underline;
	font-weight: bold;
}

#content #sitemap ul a,
#content #sitemap ul a:link,
#content #sitemap ul a:visited {
	color: inherit;
	text-decoration: underline;
	font-weight: normal
}

#content ol {
	padding: 0px 0px 0px 20px;
	list-style: decimal;
	color: #000;
}

#content .content-navigation {
	padding: 0px 0px 0px 20px;
	list-style: none;
}

#content .content-navigation ul {
	padding: 5px 0px 0px 20px;
	list-style: none;
}

#content .content-navigation li {
	padding: 5px 0px;
	list-style: none;
}

#content .content-navigation li.last_child {
	padding-bottom:0px;
}

#content .content-navigation li.first_child {
	padding-top: 0px;
}

#content .content-navigation li li:before {
	content: "> ";
	color: #666;
}

#content .content-navigation a,
#content .content-navigation a:link,
#content .content-navigation a:visited {
	color: #666;
	text-decoration: none;
}

#content .content-navigation a:hover,
#content .content-navigation a:focus,
#content .content-navigtaion a:active {
/* 	font-weight: bold; */
	text-decoration: underline;
}

#content .content-navigation a.active {
	font-weight: bold;
	text-decoration: none;
}

#path-navigation {
	padding: 0 10px 15px 10px;
	color: #666;
}

#content .container-column-full table {
	padding: 0px 8px;
}

#content td {
	padding: 2px 5px;
	color: #666;
}

#content td p {
	padding: 0;
	color: #666;
}

#content table.contact-table {
	padding: 15px 0px 30px 0px;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #ccc
}

#content table.contact-table td {
	padding: 1px 0px;
	border-bottom: none;
}

#content tr.header td {
	color: #fff;
}

#content .infobox-top {
	background: transparent url('../gfx/backgrounds/background-infobox-top.png') top left no-repeat;
	width: 250px;
	height: 10px;
}

#content .infobox-bottom {
	background: transparent url('../gfx/backgrounds/background-infobox-bottom.png') top left no-repeat;
	width: 250px;
	height: 10px;
}

#content .infobox {
	background: transparent url('../gfx/backgrounds/background-infobox-repeat.png') top left repeat-y;
	width: 220px;
	padding: 5px 15px;
}

#video-player {
	float: left;
	padding: 0 0 0 20px;	
}

#video-playlist {
	float: left;
	padding: 0 0 0 20px;
}

.searchresults {
	padding: 20px 0px;
	border-bottom: 1px solid #ccc;
}

/* FOOTER */
#footer {
	width: 100%;
	background: #fff url('../gfx/backgrounds/header.png') bottom center repeat-x;
}

#footer p {
	text-align: right;
	clear: both;
	padding: 10px 2px 5px 0px;
}

#footer p a {
	text-decoration: none;
	color: #6b6b6b;
}

#footer p a:hover {
	text-decoration: underline;
}

#inner-footer {
	width: 1000px;
	height: 140px;
	overflow: hidden;
	margin: 20px auto;
}

#footer-navigation {
	float: right;
	padding: 00px 0 0 0;
}

#footer-navigation li {
	float: left;
	padding: 0 0 0 20px;
}

#footer-navigation a,
#footer-navigation a:link,
#footer-navigation a:visited {
	color: #6b6b6b;
	text-decoration: none;
}

#footer-navigation a:hover,
#footer-navigation a:focus,
#footer-navigation a:active,
#footer-navigation a.active {
	text-decoration: underline;
}