/* ---------------------  BASIC LAYOUT --------------------- */
html {
  font-size: 100.01%;
}
* {
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 12px;
}
body {
	text-align: left;
	margin: 0px;
	font-size: 12px;
	background-color: #ff9e00;

}
.clear {
  clear: both;
}
li {
  list-style-type: square;
}
/* --------------------- TEMPLATE LAYOUT --------------------- */
#bg {
	height: 864px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;

}
#main {
  width: 1000px;
}
#header {
  width: 1000px;
  height: 201px;
  background-image: url(../images/bg_header.jpg);
  background-repeat: no-repeat;
}
#header1 {
  width: 200px;
  background-image: url(../images/logo.jpg);
  background-repeat: no-repeat;
  padding-top: 100px;
}
#header2 {
  width: 400px;
  height: 201px;
}
#header3 {
  width: 400px;
  height: 201px;
}
#header4 {
  width: 200px;
  height: 40px;
  text-align: center;
}
#header5 {
  width: 600px;
  height: 40px;
  background-image: url(../images/bg_topnavi.gif);
  background-repeat: no-repeat;
}
#header6 {
  width: 200px;
  height: 40px;
}
/* TOPNAVIGATION */
#header5 a {
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  line-height: 28px;
}
.topnavi1 {
  width: 87px;
  height: 30px;
  background-image: url(../images/topnavi1.gif);
  background-repeat: no-repeat;
}
.topnavi1 a:hover {
  width: 85px;
  height: 28px;
  background-color: #666666;
}
.topnavi2 {
  width: 102px;
  height: 30px;
  background-image: url(../images/topnavi2.gif);
  background-repeat: no-repeat;
}
.topnavi2 a:hover {
  float: left;
  width: 101px;
  height: 28px;
  background-color: #666666;
}
.topnavi3 {
  width: 150px;
  height: 30px;
  background-image: url(../images/topnavi3.gif);
  background-repeat: no-repeat;
}
.topnavi3 a:hover {
  float: left;
  width: 149px;
  height: 28px;
  background-color: #666666;
}
.topnavi4 {
  width: 72px;
  height: 30px;
  background-image: url(../images/topnavi4.gif);
  background-repeat: no-repeat;
}
.topnavi4 a:hover {
  float: left;
  width: 71px;
  height: 28px;
  background-color: #666666;
}
.topnavi5 {
  width: 81px;
  height: 30px;
  background-image: url(../images/topnavi5.gif);
  background-repeat: no-repeat;
}
.topnavi5 a:hover {
  float: left;
  width: 80px;
  height: 28px;
  background-color: #666666;
}
.topnavi6 {
  width: 108px;
  height: 30px;
  background-image: url(../images/topnavi6.gif);
  background-repeat: no-repeat;
}
.topnavi6 a:hover {
  float: left;
  width: 107px;
  height: 28px;
  background-color: #666666;
}

.topnavix {
	float: left;
	width: 80px;
	height: 28px;
	background-color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;

}
.topnavi3x {
	width: 150px;
	height: 28px;
	background-color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;

}

/* COL LEFT */
.col_left {
  width: 200px;
}
.suche {
  width: 170px;
  height: 57px;
  background-image: url(../images/bg_suche.gif);
  background-repeat: no-repeat;
  text-align: left;
  padding: 10px 15px 0px 15px;
  margin-bottom: 6px;
}
.information {
  width: 170px;
  background-image: url(../images/bg_information.gif);
  background-repeat: no-repeat;
  text-align: left;
  padding: 10px 15px 0px 15px;
}
.addword {
  width: 200px;
  background-image: url(../images/bg_mainnavi.gif);
  background-repeat: repeat-y;
}
/* HAUPTNAVIGATION */
.mainnavi {
  width: 200px;
  background-image: url(../images/bg_mainnavi.gif);
  background-repeat: repeat-y;
  text-align: left;
  margin-bottom: 6px;
}
a.mainlevel {
  width: 185px;
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  color: #000000;
  text-decoration: none;
  display: block;
  padding-left: 15px;
  border-top: 1px dotted #999999;
}
a.mainlevel:hover, a#active_menu.mainlevel {
  background-image: url(../images/arrow_active_mainlevel.gif);
  background-repeat: no-repeat;
}
a#active_menu.mainlevel {
color:#ffffff;
  background-image: url(../images/active_mainlevel.jpg);
  background-repeat: no-repeat;
}
a.sublevel {
  width: 185px;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  color: #000000;
  text-decoration: none;
  display: block;
  padding-left: 11px;
  margin: 0px;
}
a.sublevel:hover, a#active_menu.sublevel {
  width: 188px;
  background-color: #FFAA00;
  line-height: 20px;
  color: #FFFFFF;
  margin-left: -3px;
}
/* COL MIDDLE */
.col_middle {
	width: 600px;
	background-color: #FFFFFF;
	background-image: url(../images/contfooter.png);
	background-repeat: no-repeat;
	background-position: right bottom;

}
.klickpfad {
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  padding: 10px 20px 0px 23px;
}
.pathway {
  font-size: 11px;
  font-weight: normal;
  color: #000000;
}
.pathway a {
  text-decoration: none;
}
.content {
  text-align: left;
  padding: 10px 20px 10px 20px;
  font-size: 12px;
}
.content a {
	color: #FFAA00;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;


}
.footer {
  width: 600px;
  height: 150px;
  text-align: center;
  background-image: url(../images/bg_footer.gif);
  background-repeat: repeat-x;
  padding-top: 28px;
}
/* COL RIGHT */
.col_right {
  text-align: left;
  width: 200px;
}
.live_support {
  width: 197px;
  height: 96px;
  background-image: url(../images/bg_live_support.gif);
  background-repeat: no-repeat;
  margin: 0px 0px 6px 0px;
}
.faq {
  width: 197px;
  height: 96px;
  background-image: url(../images/bg_faq.gif);
  background-repeat: no-repeat;
  margin: 0px 0px 6px 0px;
}
.faq img {
  margin: 70px 0px 0px 120px;
}
.kunden_center {
  width: 197px;
  height: 111px;
  background-image: url(../images/bg_kunden_center.gif);
  background-repeat: no-repeat;
  margin: 0px 0px 6px 0px;
}
.kunden_center img {
  margin: 85px 0px 0px 100px;
}
/* SCHRIFTFORMATIERUNGEN */
.txt11s {
  font-size: 11px;
  color: #000000;
  font-weight: normal;
}
.txt11sb {
  font-size: 11px;
  color: #000000;
  font-weight: bold;
}
.txt13s {
  font-size: 13px;
  color: #000000;
  font-weight: bold;
}
h1 {
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  color: #FFFFFF;
  font-weight: bold;
}
.txt11w {
  margin: 0px;
  padding: 0px;
  font-size: 11px;
  color: #FFFFFF;
  font-weight: normal;
}
.txt22s {
  font-size: 22px;
  color: #000000;
  font-weight: bold;
}
.txt22o {
  font-size: 22px;
  color: #FFAA00;
  font-weight: bold;
}
.txt32s {
  font-size: 32px;
  color: #000000;
  font-weight: bold;
}
.txt32w {
  font-size: 32px;
  color: #FFFFFF;
  font-weight: bold;
}
.contentheading, .componentheading {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	padding-left: 1px;
	left: 2px;
	font-family: Helvetica, Arial;


}
span.small, .createdate {
  color: #FFAA00;
  font-size: 12px;
}
/* FORMATIERUNG BUTTON */
.back_button a, a.readon {
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  background-color: #FFAA00;
  border: 2px solid #FFAA00;
  padding-left: 1px;
  padding-right: 1px;
}
h2 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	font-family: Helvetica, Arial;

}
table.topbox {
	line-height: 18px;
	background-color: #FFF2D9;
}
.topbox {

	line-height: 17px;
	background-color: #FFF2D9;
}
h3 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	color: #FFAA00;
	font-weight: bold;
	font-family: Helvetica, Arial;
	line-height: 20px;

}
.sectiontableheader {

	margin: 0px;
	padding: 2px 0px;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	font-family: Helvetica, Arial;
}
a:hover {
	text-decoration: underline;
}
a.mainlevel:hover {


  width: 185px;
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  color: #FFAA00;
  text-decoration: none;
  display: block;
  padding-left: 15px;
  border-top: 1px dotted #999999;
}
.punkte {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.blogmore {
	padding-left: 5px;
	left: 5px;
}
.contentpane {
	padding-left: 5px;
	left: 5px;
}
.sectiontableentry1 {
	line-height: 18px;
	background-color: #f7f7f7;
	padding-left: 5px;

}
.sectiontableentry2 {

	line-height: 18px;
	background-color: #FFFFFF;
	padding-left: 5px;
}


#rahmen {
	text-align       : left;
	color            : #000000;
	width            : 100%;
	background-color: #FFF2D9;
	left: 4px;
	top: 4px;
	right: 4px;
	bottom: 4px;
	font-size: 11px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;


}

.tr1{
   background-color: #f7f7f7;
padding-left: 2px;
        vertical-align: middle;
}


.tr2{
PADDING-RIGHT: 5px;
        PADDING-LEFT: 5px;
        PADDING-BOTTOM: 3px;
        PADDING-TOP: 3px;
        font-size: 11px;
        border-top: 0px solid #dbd8d1;
        border-right: 1px solid #dbd8d1;
        border-bottom: 1px solid #dbd8d1;
        border-left: 0px solid #dbd8d1;
        color: #333333;
        background-color: #f7f7f7;
}
.tr2-org{
   background-image: url(../images/tr2bg.jpg);
padding-left: 2px;
   background-repeat: repeat-x;
        vertical-align: middle;
}


.tr3{
   background-image: url(../images/tr3bg.jpg);
padding-left: 2px;
   background-repeat: repeat-x;
        vertical-align: middle;
}

.tr4{
   background-image: url(../images/tr4bg.jpg);
padding-left: 2px;
   background-repeat: repeat-x;
        vertical-align: middle;
}


a:link.head, a:visited.head, a:active.head {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 8pt;
        text-decoration: underline;
}

a:hover.head {text-decoration: none;}


a i,.pathway i {display:none}

.title h1 {
color:#f8f8e8;
font-weight:normal;
text-transform:none;
font-size:21px;
margin-left:160px;
margin-top:32px;
}
.contentheading h2 {font-size:14px;margin:0;padding:0}
.pageHeading {


	margin: 0px;
	padding: 0px;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	font-family: Helvetica, Arial;
}
.footer2 {
	width: 601px;
	height: 150px;
	text-align: center;
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
	padding-top: 28px;
	background-color: #FF9E02;

}
.box {
	font-family: Helvetica, Arial;
	text-transform: uppercase;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.bold {

	font-family: Helvetica, Arial;
	text-transform: uppercase;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.head {


	font-family: Helvetica, Arial;
	text-transform: uppercase;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.red {
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	vertical-align: middle;
	left: 6px;
	padding-left: 6px;


}
.green {

	font-weight: bold;
	color: #006600;
	text-align: center;
	vertical-align: middle;
	left: 6px;
	padding-left: 6px;
}
fieldset {
	border: 0px none;
}
.contentpaneopen {
	padding-left: 5px;
	left: 5px;
	line-height: 16px;
	font-weight: normal;

}
.adressbuch img {

  margin: 20px 0px 0px 5px;
}
.adressbuch {

  width: 197px;
  height: 111px;
  background-image: url(../images/bg_adressbuch.gif);
  background-repeat: no-repeat;
  margin: 0px 0px 6px 0px;
}
