@charset "UTF-8";

body {
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: left; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
	font-family: arial, verdana, helvetica;
	font-size: 100%;
	background-color: #848587;
	background-image: url(../images/bg_sepa.jpg);
	background-repeat: no-repeat;
}

.twoColFixLt #container {
	width: 790px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: left;
}

.twoColFixLt #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 210px;
}

.twoColFixLt #mainContent {
	margin: 0 0 0 210px; /* Durch den linken Rand dieses div-Elements entsteht die Spalte am linken Seitenrand. Der Spaltenbereich bleibt unabhängig von der Inhaltsmenge des sidebar1-div immer gleich. Sie können diesen Rand entfernen, falls der Text des #mainContent-div den Bereich von #sidebar1 füllen soll, wenn der Inhalt in #sidebar1 endet. */
	padding: 0 10px 10px;
}

.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.twoColFixLt #container #mainContent #teasertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	width: 210px;
	margin: 0px 0 0px 0px;
	padding-bottom: 0px;
	padding-left: 333px;
	height: 290px;
	padding-top: 40px;
	line-height: 18px;
}

.contentbox_small_left {
	height: 198px;
	width: 268px;
	border-top-width: 1px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin-right: 10px;
	background-image: url(../images/bg_boxes.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 18px;
	text-indent: 20px;
	float: left;
}

.contentbox_small_left #bildueberschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	color: #FF0000;
}

.contentbox_small_right #bildueberschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	color: #FF0000;
}

.contentbox_image {
	text-indent: 0px;
}

.contentbox_small_right {
	height: 198px;
	width: 268px;
	border-top-width: 1px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin-right: 0px;
	background-image: url(../images/bg_boxes.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 18px;
	text-indent: 20px;
	float: left;
}

#navWrapper {
	width: 210px;
	background-color: #ff0000;
	margin: 0px 0px 0px 0px;	/* overflow: hidden; */
}

.navItemLevelOne {
	position:relative;
	width: 100%;
}

.navItemLevelOne a {
	display:block;
	padding-left: 50px;
	font-family: arial, verdana, helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}

.navItemLevelOne a:hover {
	background: url(../images/arrow_white.gif) no-repeat 35px 5px;
}

.navItemLevelTwo {
	position:relative;
	width: 100%;
	margin: 5px 0px 10px 0px;
}

.navItemLevelTwo a {
	display:block;
	font-size: 12px;
	color: #ffffff;
	padding: 0px 0px 0px 60px;
}

.navItemLevelTwo a:hover {
	background: url(../images/arrow_white.gif) no-repeat 45px 4px;
}

.space1 {
	font-size: 1px;
	display: block;
	height: 1px;
}

.space2 {
	font-size: 1px;
	display: block;
	height: 2px;
}

.space4 {
	font-size: 1px;
	display: block;
	height: 4px;
}

.space5 {
	font-size: 1px;
	display: block;
	height: 5px;
}

.space8 {
	font-size: 1px;
	display: block;
	height: 8px;
}

.space10 {
	font-size: 1px;
	display: block;
	height: 10px;
}

.space15 {
	font-size: 1px;
	display: block;
	height: 15px;
}

.space18 {
	font-size: 1px;
	display: block;
	height: 18px;
}

.space20 {
	font-size: 1px;
	display: block;
	height: 20px;
}

.space30 {
	font-size: 1px;
	display: block;
	height: 30px;
}

.space35 {
	font-size: 1px;
	display: block;
	height: 35px;
}

.space40 {
	font-size: 1px;
	display: block;
	height: 40px;
}

.navItemLevelThree {
	position:relative;
	width: 100%;
}

.navItemLevelThree a {
	display:block;
	font-size: 12px;
	color: #ffffff;
	padding: 0px 0px 0px 70px;
}

.navItemLevelThree a:hover {
	background: url(../images/arrow_white.gif) no-repeat 55px 4px;
}

.navItemActive1 {
	background: url(../images/arrow_white.gif) no-repeat 35px 4px;
}

.navItemActive2 {
	background: url(../images/arrow_white.gif) no-repeat 45px 4px;
}

.navItemActive3 {
	background: url(../images/arrow_white.gif) no-repeat 55px 4px;
}

.navSeparatorLine {
	height: 1px;
	margin: 4px 0px 4px 0px;
	background: url(../images/separator_nav.gif);
	overflow: hidden;
}

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

/* Boxen Content */

.box550 {
	float: left;
	display: inline;
	width: 548px;
	margin: 0px 10px 10px 0px;
	border: 1px solid #999999;
	background-color: #fff;
	overflow: hidden;
}

.box550 h1 {
	color: #ff0000;
}

#boxHTML {
	float: left;
	display: table;
	display: expression("inline");
	width: 550px;
	height: auto;
	margin: 0px 10px 10px 0px;
	background-color: #fff;
	overflow: hidden;
}

#boxFull {
	float: left;
	width: 548px;
	height: auto;
	margin: 0px 0px 10px 0px;
	border: 1px solid #999999;
	background-color: #fff;
	display: inline;
}

#boxFull .left {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 160px;
	overflow: hidden;
}

#boxFull .right {
	float: left;
	margin: 0px;
	width: 348px;
	/*       width: expression(370 + "px"); */
	padding: 0px 0px 0px 25px;
	font-size: 12px;
}

#boxFull a img {
	position: relative;
	border-left: 13px solid #fff;
	left: -26px;
}

#boxFull table a img {
	border: none;
	left: 0px;
}

h1 {
	font-size: 22px;
	font-weight: lighter;
	margin: -1px;
	padding: 0px;
	line-height: 24px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	line-height:18px;
	margin: 6px 0px 4px 0px;
	padding: 0px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0px;
}

h5 {
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 0px;
}

h6 {
	font-size: 11px;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 0px;
}

.bgFF0000 {
	background-color: #ff0000;
}

.bg000000 {
	background-color: #000000;
}

.bgFFFFFF {
	background-color: #ffffff;
}

.bg666666 {
	background-color: #666666;
}

.bg999999 {
	background-color: #999999;
}

.bgCCCCCC {
	background-color: #cccccc;
}

.bgDDDDDD {
	background-color: #dddddd;
}

.bgE9E9E9 {
	background-color: #e9e9e9;
}

.bgCACACA {
	background-color: #cacaca;
}

.colorFF0000 {
	color: #ff0000;
}

.color000000 {
	color: #000000;
}

.colorFFFFFF {
	color: #ffffff;
}

.color666666 {
	color: #666666;
}

.color999999 {
	color: #999999;
}

.colorCCCCCC {
	color: #cccccc;
}

.colorDDDDDD {
	color: #dddddd;
}

.colorE9E9E9 {
	color: #e9e9e9;
}

.imgSubline {
	display: block;
	background-color: #e9e9e9;
	color: #666666;
	min-height: 16px;
	padding: 3px 2px 3px 15px;
	font-size: 11px;
	width: 145px;
	width:expression(160 + "px");
}

.content {
	font-family: arial, verdana, helvetica;
	font-size: 12.0px;
	color: #000000;
}

.content10 {
	font-family: arial, verdana, helvetica;
	font-size: 10.0px;
	color: #333333;
	cursor: pointer;
}

p a {
	color: #666666;
	padding: 1px 0px 1px 13px;
	margin: 0px;
	font-size: 12px;
	background: url(../images/arrow_red.gif) no-repeat 0px 5px;
}

dl {
	position: relative;
	margin: 10px 0 23px 0;
	background-color:#e9e9e9;
	color: #000;
}

dl dt {
	margin: 0px;
	padding: 3px 5px 3px 7px;
	border-bottom: 2px solid #fff;
	font-weight: bold;
	font-size:11px;
	color: #000;
}

dl dd {
	margin:5px;
	line-height:20px;
	padding: 0px 2px 0px 25px;
	background: url(../images/dd_icon.gif) no-repeat;
}

ol, ul {
	margin-left: 0px;
	margin-top: -22px;
	padding-left: 0px;
	background-color:#e9e9e9;
}

li {
	width: 326px;
	list-style-type: none;
	font-weight:normal;
	font-size:12px;
	padding: 0px 2px 5px 20px;
	background: url(../images/ul_li_icon.gif) no-repeat 8px 5px;
}
 .ib170, .tb170, .i40, .i120, .i80, .i170, {
 padding: 0px 3px 0px 3px;
 border:solid;
 border-width:1px;
 border-color: #666;
}

a.linkblock, #contentWrapper a.linkMore {
	display: block;
	color: #666666;
	padding: 2px 0px 2px 15px;
	margin: 0px;
	font-size: 12px;
	background: url(../images/arrow_red.gif) no-repeat 0px 5px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 34px;
	color: #FFFFFF;
	text-align: right;
	width: 765px;
}
