/* {{{ basic */
.skip, .hideme, .print {
	position: absolute;
	top: -1000em;
	left: -1000em;
}

html,
body {
	margin: 0;
	padding: 0;
	color: #000000;
	background: #ffffff;
	text-align: left;
	font-weight: normal;
}

html,
body,
td,
th,
input,
textarea,
select,
option
{
	font-family: Arial, sans;
	font-size: 12px;
}

form,
img {
	margin: 0;
	padding: 0;
	border: none;
}

h1 {
	font-size: 14px;
}

h2 {
	font-size: 13px;
}

h3 {
	font-size: 13px;
	font-style: italic;
}

h4 {
	font-size: 12px;
	margin-bottom: 13px;
}

h5 {
	font-size: 12px;
	text-decoration: underline;
}

h6 {
	font-size: 12px;
	font-style: italic;
	text-decoration: underline;
}

a,
a:link,
a:visited,
a:hover,
a:active {
	color: #000000;
	text-decoration: none;
}
/* }}} basic */

/* {{{ navigation */
#navi{
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	width: 180px;
	border-bottom: #E51C23 solid 1px;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
}

#navi * {
	margin: 0px;
	padding: 0px;
}

#navi #left_plenum2 #header {
	padding-left: 10px;
	border-top: #E51C23 solid 1px;
	color: #FFFFFF;
	background: #8C8B8D;
	background: url(/stream/images/layout/menu_point.gif) #E51C23 no-repeat right;
	font-weight: bold;
}

#navi #left_plenum2 ul {
	list-style: none;
}

#navi #left_plenum2 ul li {
	display: inline;
}

#navi #left_plenum2 ul li a {
	padding-left: 10px;
	border-top: #E51C23 solid 1px;
	display: block;
	color: #000000;
	text-decoration: none;
}

* html #navi #left_plenum2 ul li a {
	height: 1%;
}

#navi #left_plenum2 ul li a:hover {
	background: #CECECE;
}

#navi #left_plenum2 ul#units li a {
	color: #000000;
}

#navi #left_plenum2 ul li.active a {
	background: #888888;
	font-weight: bold;
}

#navi #left_plenum2 ul#units li.active a {
	color: #FFFFFF;
}

#navi #left_plenum2 ul#units li.active ul li a {
	color: #000000;
}

#navi #left_plenum2 ul#units li a:hover {
	background: #888888;
	color: #FFFFFF;
}

#navi #left_plenum2 ul li ul {
	display: none;
}

#navi #left_plenum2 ul li.active ul {
	display: block;
}

#navi #left_plenum2 ul li.active ul li a {
	padding-left: 20px;
	border-top: none;
	background: transparent;
	font-weight: normal;
}

#navi #left_plenum2 ul#units li.active ul li a {
	background: transparent;
}

#navi #left_plenum2 ul li.active ul li a:hover,
#navi #left_plenum2 ul#units li ul li a:hover {
	background: #CCCCCC;
}

#navi #left_plenum2 ul#units li.active ul li.active a {
	border-top: #E51C23 solid 1px;
/*	border-bottom: #E51C23 solid 1px; */
	background: #FFF5F6;
	font-style: italic;
}

#navi #left_plenum2 ul#units li.active ul li.active a:hover {
	background: #FFF5F6;
}

#navi #left_plenum2 ul li.active ul li.active a:hover {
	background-image: url(/stream/images/layout/menu_arrow_norm.gif);
}

#navi ul li ul li ul {
	display: none;
}

#navi #left_plenum2 ul li.active ul li.active ul {
	display: block;
}

#navi #left_plenum2 ul li.active ul li.active ul li a {
	padding-left: 30px;
	background-image: none;
	text-decoration: none;
}

#navi #left_plenum2 ul li.active ul li.active ul li a:hover {
	background-image: none;
}

#navi #left_plenum2 ul li.active ul li.active ul li.active a {
	text-decoration: underline;
}
/* }}} navigation */

/* {{{ content::global */
.content {
	margin-top: 24px;
	font-size: 12px;
}

.content A {
  color: #000000;
  text-decoration: none;
}

.content A:link {
  color: red;
  text-decoration: underline;
}

.content A:visited {
  color: red;
  text-decoration: underline;
}

.content A:hover {
/*  background-color: red; */
  text-decoration: underline;
  color: black
}

.contentkewords {
	font-size: 10px;
}

.border_t {
	border-top: 1px solid #E51C23;
}

.border_l {
	background: #FFFDEE;
	border-left: 1px solid #E51C23;
}

.border_r {
	background: #FFFDEE;
	border-right: 1px solid #E51C23;

}

.border_lr {
	border-left: 1px solid #E51C23;
	border-right: 1px solid #E51C23;
}
/* }}} content::global */

/* {{{ content::element::mainmenu */
.mainmenu {
	padding: 0;
	color: #FFFFFF;
	background: #E51C23;
	font-family: Arial, sans;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	height: 16px;
	vertical-align: middle;
}

.mainmenu a,
.mainmenu a:link,
.mainmenu a:visited,
.mainmenu a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.mainmenu a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
/* }}} content::element::mainmenu */

/* {{{ content::element::locationbar */
.locationbar,
.locationbar a:link,
.locationbar a:hover,
.locationbar a:active,
.locationbar a:visited {
	margin-bottom: 10px;
	color: #000000;
	font-weight: normal;
	font-size: 10px;
	font-family: Arial, sans;
	text-decoration: none;
}
/* }}} content::element::locationbar */

/* {{{ content::element::footer */
.footer {
text-decoration: overline ;
	height: 19px;
	padding-left: 12px;
	padding-right: 12px;
	border-top: 1px solid #E51C23;
	border-bottom: 1px solid #E51C23;
}

.footer,
.footer a:link,
.footer a:hover,
.footer a:active,
.footer a:visited {
	color: #757575;
	font-family: Arial, sans;
	font-size: 9px;
	font-weight: normal;
}
/* }}} content::element::footer */

/* {{{ content::element::headsearch */
.headsearch {
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
	height: 18px;
	background: #CCCCCC;

	border-top: 1px solid #E51C23;
	border-bottom: 1px solid #E51C23;
}

.headsearch input.textfield {
	margin: 0px;
	padding: 0px;
	padding-left: 3px;
	padding-right: 3px;
	border: none;
	width: 130px;
	color: #000000;
	background: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	vertical-align: baseline;
	height: 16px;

	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
/* }}} content::element::headsearch */

/* {{{ content::element::quickfinder */
.quickfinder {
	height: 12px;
	color: #000000;
	background-color: #E51C23;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, sans;
	text-decoration: none;
	text-align: left;
}

div#qlink_widget {
/*	position:absolute; */

	color: #FFFFFF;
	background: #FFFDEE;
	font-family: Arial, sans;
	font-weight: normal;
	font-size: 13px;
	visibility: visible;
	overflow: hidden;
	border-top: 1px solid #E51C23;
}

div#qlink_content {
	position:relative;

	color: #000000;

	font-weight: normal;

	margin-left: 10px;
	margin-right: 10px;
}

div#qlink_content a,
div#qlink_content a:link {
	color: #000000;
}
/* }}} content::element::quickfinder */

/* {{{ content::type::sitemap */
.sitemap a,
.sitemap a:link,
.sitemap a:visited,
.sitemap a:hover,
.sitemap a:active {
	color: #000000;
	text-decoration: none;
}

.sitemap dl,
.sitemap dd {
	margin: 3px;
	font-size: 12px;
}

.sitemap dl {
	margin-left: 16px;
}

.sitemap h1 {
	font-size: 18px;
}
/* }}} content::type::sitemap */

/* {{{ content::type::leadpage */
.leadpage a,
.leadpage a:link,
.leadpage a:visited {
	color: #000000;
	text-decoration: none;
}

.leadpage ul,
.leadpage li {
	padding: 0;
	margin: 3px;
	font-size: 12px;

	list-style-type: none;
}

.leadpage ul {
	margin-left: 16px;
}

.leadpage h1 {
	font-size: 18px;
}
/* }}} content::type::leadpage */

/* {{{ content::type::contactform */
.contactform dl,
.contactform dd {
	margin: 3px;
	font-size: 12px;
}

.contactform dl {
	margin-left: 16px;
}

.contactform h1 {
	font-size: 18px;
}
/* }}} content::type::contactform */






.footer2 {
	font-size: 12px;
	font-weight: normal;
text-align: left;
text-decoration: underline;
padding-left: 10px;

}

.footer3 {

	border-right: 1px solid #E51C23;
	border-left: 1px solid #E51C23;
	color: #FFFFFF;
	background: #FFFFFF;
	font-size: 10px;
	font-family: Arial, sans;
	font-weight: bold;
	text-align: center;
	height: 13px;
}

.footer4 {
	border-right: 1px solid #E51C23;
	border-left: 1px solid #E51C23;
	background: #FFFFFF;
	font-size: 2px;
	height: 0px;
}

.titel1 {
	color: #E51C23;
	font-weight: bold;
	font-size: 18px;
	font-family: Arial, sans;
}

.titel2 {
	color: #000000;
	font-weight: bolder;
	font-size: 18px;
	font-family: Arial, sans;
	text-transform: lowercase;
}

.line2 {
	font-family: Arial, sans;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: -0px;
}

.Fliesstext,
.Fliesstext a,
.Fliesstext a:link {
	color: #000000;
	font-family: Arial, sans;
	font-size: 13px;
	font-weight: normal;
	font-variant: normal;
	line-height: 15px;
	text-decoration: none;
}
.Fliesstext2,
.Fliesstext2 a,
.Fliesstext2 a:link {
	color: #000000;
	font-family: Arial, sans;
	padding: 5px;
	font-size: 13px;
	font-weight: normal;
	font-variant: normal;
	line-height: 15px;
	text-decoration: none;
}

