:link,:visited { text-decoration:none; }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset {
	overflow: hidden;
}
img { margin:0; padding:0; vertical-align:bottom; }
address { font-style:normal }

table {	border:none; padding:0px; margin:0px; border-spacing:0px; font-size:1.1em;}
tr { border:none; padding:0px; margin:0px; }
td { border:none; padding:0px; margin:0px; vertical-align:top; border-spacing:0px; }


legend { display:none; }

body, div,p,li { 
/*background-repeat:no-repeat; */
}

/*	reset some basic style
*******************************************************************************/
dl			{margin: 0 0 0 0;}
dl dt		{margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;}
dl dd		{margin: 0 0 0 0;}

ol			{list-style: none;}
ol li		{margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;}
ol li ul	{margin: 0 0 0 0;}

p			{margin-bottom: 0em;}

ul			{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}

pre			{font-size:1.2em; }

a:hover { text-decoration:none; }

/*	html
*******************************************************************************/
html {
	min-height: 100%;
	margin-bottom: 1px;
}

/*	body
*******************************************************************************/
html, body, textarea {
	scrollbar-base-color: default;
	scrollbar-face-color: White;
	scrollbar-track-color: White;
	scrollbar-arrow-color: #D30800;
	scrollbar-3dlight-color: #D30800;
	scrollbar-darkshadow-color: #D30800;
	scrollbar-highlight-color: White;
	scrollbar-shadow-color: White;
	background-repeat: no-repeat;
}  

body {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	/*  font-size: 100.01%;*/
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
	background-repeat: repeat-x;
}

.clearer {
	display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
}

.clear {
	clear:both;
}

.flLeft { float:left; }
.flRight { float:right; }

.warning { 
	color:#D30800;
}

.article-list {
  border-bottom:1px solid #404040;
  padding:1em 0;
}


/*	website / leisteunten
*******************************************************************************/
#website {
	position:relative;
	display:block;
	background-color:#FFFFFF;
	height:100%;
	width:930px;
	min-width:54.375em;
	color:#000;
	text-align:left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #7DB321;
/*	background-image:url(hintergrund_m_is.gif);
	background-repeat:repeat-y;*/
}

/*Für IE: Rand unten, da Margin unten ignoriert wird*/
#leisteunten {
	position:relative;
	display:block;
	height:30px;
}

/*	header
*******************************************************************************/
#header {
	position:relative;
	padding:0;
	height:280px;/*XXX*/
/*  background-color:#FF0; gelb*/
}
  * html #header {
	height:280px;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
	width: 930px;
  }

#headernav {
	position:absolute;
	padding:0;
	height:20px;
	width: 400px;
	left: 28px;
	top: -220px;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#headernav a, #headernav a:link {
/*	color:#336699;*/
 	color:#CCCCCC;
/*	text-decoration:underline;*/
}

#header-unten {
	position:relative;
	padding:0;
	height:3em;
  background-color:#FFF;
  border-bottom:0.2em solid #FFF;
}


/*	logo / breadcrumb / headerlink
*******************************************************************************/
#logo {
	position:absolute;
	top:0px;
	left:0px;
}

#logo a {
	display:block;
	height:140px;/*XXX*/
	width:24em;/*XXX*/
	text-indent:-700em;
}

#headerline {
  position:absolute;
	top:0;
	left:24.2em;
  height:280px;
/*Wenn mit Mittel-Banner:*/
  width:67.3em;
	padding:0;
/*  width:50.6em; /*abzgl. padding-Wert*/
/*  padding:2em 0 0 1.4em;*/
  margin:0;
/*  background-color:#0f0;*/
}
/* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
  * html #headerline {
/*Wenn mit Mittel-Banner:*/
  width:67.3em;
/*  width:50.3em; /*abzgl. padding-Wert*/
  }

#headerline2 {
	font-size:2.3em;/*XXX*/
	font-weight:bold;
  color:#111111;
}

/*WIRD NICHT VERWENDET*/
#headerpic {
	float:right;
	/*Mit rechtem Bannerbild:*/
	width:23.5em;
	height:140px;
}
/*Mit rechtem Bannerbild:
  Workaround gegen den 3-Pixel-Bug des Internet Explorers */
  * html #headerpic {
	width:23.9em;  
  }

#headerlink-l {
	float:left;
	width:24em;
  height:2.9em;
  background-color:#999999;
  border-right:0.2em solid #FFF;
}

#headerlink-li {
	text-align:right;
/*	padding:0.8em 1.4em 0.8em 1.4em;*/
	padding:0.5em 1.4em 0 1.4em;
}

#headerlink-l2 {
	font-size:1.1em;
  font-weight:bold;
}
#headerlink-l2 select {
	font-size:1.1em;
  font-weight:bold;
  color:#666666;
}

#headerlink-l2 a, 
#headerlink-l2 a:link {
	color:#FFF;
}

#headerlink-l2 a:hover {
	color:#CCCCCC;
/*	text-decoration:underline;*/
}


#headerlink-r {
/*	float:left;*/
  height:2.9em;
  margin:0 0 0 24.2em;
  background-color:#666666;
}

#headerlink-ri {
	padding:0.8em 1.4em 0.8em 1.2em;
}

#headerlink-r2 {
	font-size:1.1em;
  font-weight:bold;
}

#headerlink-r2 a, 
#headerlink-r2 a:link {
	color:#FFF;
}

#headerlink-r2 a:hover {
	color:#CCCCCC;
/*	text-decoration:underline;*/
}

/*WIRD NICHT VERWENDET*/
#breadcrumblinie {
	position:relative;
	padding:0;
	height:2em;
  background-color:#f00; /*rot*/
}

/*WIRD NICHT VERWENDET*/
#breadcrumbbereich-l {
	float:left;
  margin:0;
	width:20em;
	padding:0.4em 0 0 1.4em;
}

/*WIRD NICHT VERWENDET*/
#breadcrumbbereich-r {
  margin:0 0 0 20em;
	padding:0.4em 0 0 1.4em;
}

/*WIRD NICHT VERWENDET*/
#breadcrumb {
	font-size:1.1em;
	position: absolute;
	left: 24px;
	top: 16px;
	width: 367px;
	height: 34px;
}  

/*WIRD NICHT VERWENDET*/
#breadcrumb a, 
#breadcrumb a:link {
	color:#555555;
}

/*WIRD NICHT VERWENDET*/
#breadcrumb a:hover {
	text-decoration:underline;
}


/*	content
*******************************************************************************/
#content {
	display:block;
	clear:both;
	position:relative;
	height:100%;
	padding:0 0 0 0;
	background-image: url(/files/hg_basic.jpg);
	background-repeat: no-repeat;
}

/* hide from IE/MAC \*/
* html #content {
	height:700px;
}
/* end hide */

#main {
	border:0;
	padding:0;
	margin:0;
	border-spacing:0;
	border-collapse:collapse;
	position: relative;
	height: 600px;
/*  font-size:1em;*/
  
}

#main {
	width:43.4em;
/*  background-color:#00F;*/
}

#main-block2 {
	width: 880px;
	padding-top: 60px;
	padding-right: 0.8em;
	padding-bottom: 1.4em;
	padding-left: 24px;
}


#right-block {
	width:240px; /*hellgrau*/
	position: absolute;
	left: 644px;
	top: -157px;
	height: 177px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	padding-left: 5px;
	border: 1px solid #F57B21;
}

#right-block2 {
	padding:1em 1.6em;
/*  border-top:2px solid #FFF;*/
}

#such-block {
	padding:1em 1.6em;
  background-color:#999999;
  border-bottom:2px solid #FFF;
}

/*	Navigation vertikal 
------------------------------------------------------------------------------*/
#navi-block {
	width:250px;
	height:100%;
	left: 20px;
}

#navigation {
	text-align:right;
  margin-top:0.5em;
	padding:0;
}

#navigation ul.nav1st {
/*	width:190px;*/
}

/***Ohne List-Style-Bild***/
#navigation ul.nav1st li {
	padding:0.8em 1.4em 0.8em 0;
/*  border-bottom:1px solid #404040;*/
  }
/***/
/***Mit List-Style-Bild***
#navigation ul.nav1st li {
	padding:0.8em 0;
	margin-left:2.8em;
  list-style-image:url(dd-punkt.gif);
}
***/

#navigation ul.nav1st li.active {
/*	background:#f7f7f7;*/
/*	padding-left:-2.8em;*/
}

#navigation ul.nav1st li.active a,
#navigation ul.nav1st li.active a:link {
	color:#000;
}

#navigation ul.nav1st a, 
#navigation ul.nav1st a:link {
	display:block;
	color:#FFF;
	font-size:1.2em;
	font-weight:bold;
}

#navigation ul.nav1st a:hover {
	color:#000;
}
#navigation ul.nav1st a.current:hover {
	color:#000;
}


/***Ohne List-Style-Bild***/
#navigation ul.nav1st li ul.nav2nd li {
	padding:0 0 0.1em 0;
/*	margin-left:1.4em;*/
  border-bottom:none;
/*	list-style-type:square;*/
	color:#f00;
}
/***/
/***Mit List-Style-Bild***
#navigation ul.nav1st li ul.nav2nd li {
	padding:0;
	margin-left:1.5em;
  list-style-image:url(d-punkt.gif);
}
***/

/***2. Ebene***/
#navigation ul.nav2nd a, 
#navigation ul.nav2nd a:link {
	display:block;
	padding:0.4em 1.4em 0.4em 0;
	font-size:1.1em;
	font-weight:bold;
}

#navigation ul.nav2nd a.current, 
#navigation ul.nav2nd a.current:link {
	color:#000;
	text-decoration:none;
}
#navigation ul.nav2nd a.current:hover, 
#navigation ul.nav2nd a:hover {
	color:#000;
	text-decoration:none;
}

#navigation ul.nav2nd li.active a, 
#navigation ul.nav2nd li.active a:link {
	color:#000;
}

#navigation ul.nav2nd li.noactive a, 
#navigation ul.nav2nd li.noactive a:link {
	color:#FFF;
}

#navigation ul.nav2nd li.noactive a:hover {
	color:#000;
}

/***3. Ebene***/
#navigation ul.nav3rd a, 
#navigation ul.nav3rd a:link {
	display:block;
	padding:0.1em 2.2em 0.1em 0;
	font-size:1.1em;
	font-weight:normal;
}

#navigation ul.nav3rd a.current, 
#navigation ul.nav3rd a.current:link {
	color:#000;
	text-decoration:none;
}
#navigation ul.nav3rd a.current:hover, 
#navigation ul.nav3rd a:hover {
	color:#000;
	text-decoration:none;
}

#navigation ul.nav3rd li.active a, 
#navigation ul.nav3rd li.active a:link {
	color:#000;
}

#navigation ul.nav3rd li.noactive a, 
#navigation ul.nav3rd li.noactive a:link {
	color:#FFF;
}

#navigation ul.nav3rd li.noactive a:hover {
	color:#000;
}

/*	Infobereich Navi-Spalte
------------------------------------------------------------------------------*/
#navi-info {
	margin:3em 0 0 1.4em;
}

#navi-info a, 
#navi-info a:link {
	display:block;
	width:12em;
	height:6em;
/*	background-image:url(ff_120x60_2.gif);
	text-indent:-1000em;*/
}


/*	Headlines main-block
------------------------------------------------------------------------------*/
/* Headline 1 */
#main h1 {
	color:#D30800;
	font-family:arial, helvetica, verdana, sans-serif;
	font-size:1.5em;
	font-weight:bold;
	/*	line-height:1.8em;*/
/*  padding-bottom:1em;*/
  padding-left:0.2em;
	margin-left:-0.2em;
	padding-bottom: 5px;
}

#main .teaser {
	margin-bottom:1.2em;
	font-size:1.1em;
/*	line-height:1.4em;*/
}

#main .teaser h1 {
	font-size:1.17em;
  background-color:#EEEEEE;
}

/* Headline 2 */
#main h2 {
	color:#000;
/*	font-family:arial, helvetica, verdana, sans-serif;*/
/*  font-family:verdana, arial, helvetica, sans-serif;*/
	font-size:1.14em;
	font-weight:bold;
/*	line-height:1.4em;*/
}

#main h3 {
/*	font-family:arial, helvetica, verdana, sans-serif;*/
/*  font-family:verdana, arial, helvetica, sans-serif;*/
	font-size:1.1em;
	font-weight:bold;
}

#main p {
	margin-bottom:1.2em;
	font-size:1.2em;
	line-height:1.4em;
}

#main .fliesstext {
	margin-bottom:1.1em;
	font-size:1.1em;
	line-height:1.3em;
}

#main .small {
  margin-bottom:0.9em;
	font-size:0.9em;
	line-height:1.1em;
}

/*	Paragraphs / Lists main-block
------------------------------------------------------------------------------*/
#main ul,
#main ol {
	margin-bottom:1.2em;
	font-size:1.1em;
	line-height:1.3em;
}
#main ul li ul,
#main ul li ol,
#maink ol li ol,
#main ol li ul {
	font-size:1.1em;
}

#main ul {
	margin-left:25px;
	list-style-type:square;
}

#main ol {
	margin-left:2em;
/*	list-style-type:decimal-leading-zero;*/
	list-style-type:decimal;
}


/*	Hyperlinks main-block
------------------------------------------------------------------------------*/
#main a, #main a:link {
/*	color:#336699;*/
 	color:#D30800;
/*	text-decoration:underline;*/
}

#maink a:hover {
	color:#999999;
}

#main .swlink {
font-size:1.1em;
}

#main .swlink a:link, #main-block .swlink a:visited {
	color:#000;
}

#main .swlink a:hover {
 	color:#D30800;
}



/*	Images main-block
------------------------------------------------------------------------------*/
#main div.image {
	margin-bottom:0;
}
#main div.image p {
	margin:0;
	font-size:0.9em;
}
#main- div.flLeft {
	margin-right:1.4em;
}
#main div.flRight {
	margin-left:1.4em;
}



/*	Headlines right-block
------------------------------------------------------------------------------*/
/* Headline 1 */
#right-block h1 {
	color:#D30800;
/*	font-family:arial, helvetica, verdana, sans-serif;*/
	font-size:1.3em;
	font-weight:bold;
/*  padding-bottom:0.5em;*/
/*	line-height:1.5em;*/
}

#right-block .teaser {
/*  border-bottom-width:1px;
  border-bottom-style:dashed;
  border-color:#BAD8AE;*/
  padding-bottom:0.8em;
/*  margin-bottom:0.2em; */
	font-size:1.1em;
/*	line-height:1.3em;*/
}

#right-block .teaser h1 {
	font-size:1.0em;
}

/* Headline 2 */
#right-block h2 {
	color:#000;
	/*font-family:arial, helvetica, verdana, sans-serif;*/
	font-size:1.14em;
	font-weight:bold;
/*  line-height:1.2em;*/
}

#right-block h3 {
	/*font-family:arial, helvetica, verdana, sans-serif;*/
	font-size:1.1em;
	font-weight:bold;
}

#right-block p {
	margin-bottom:1.1em;
	font-size:1.1em;
	line-height:normal;
}

#right-block .fliesstext {
	margin-bottom:1.1em;
	font-size:1.1em;
	line-height:1.3em;
}

#right-block .small {
	margin-bottom:0.9em;
	font-size:0.9em;
	line-height:1.1em;
}

#such-block label {
	color:#D30800;
	font-family:arial, helvetica, verdana, sans-serif;
	font-size:1.5em;
	font-weight:bold;
}

/*	Paragraphs / Lists right-block
------------------------------------------------------------------------------*/
#right-block ul,
#right-block ol {
	margin-bottom:1.1em;
	font-size:1.1em;
	line-height:1.3em;
}

#right-block ul li ul,
#right-block ul li ol,
#right-block ol li ol,
#right-block ol li ul {
	font-size:1em;
}

#right-block ul {
	margin-left:1.3em;
	list-style-type:square;
}

#right-block ol {
	margin-left:1.9em;
/*	list-style-type:decimal-leading-zero;*/
	list-style-type:decimal;
}


/*	Hyperlinks right-block
------------------------------------------------------------------------------*/
#right-block a, #right-block a:link {
	color:#D30800;
/*	text-decoration:underline;*/
}

#right-block a:hover {
	color:#999999;
}



/*	Images right-block
------------------------------------------------------------------------------*/
#right-block div.image {
	margin-bottom:0;
}
#right-block div.image p {
	margin:0;
	font-size:0.9em;
}
#right-block div.flLeft {
	margin-right:1.4em;
}
#right-block div.flRight {
	margin-left:1.4em;
}



/*	fussbereich
------------------------------------------------------------------------------*/
#fussbereich {
	position:relative;
/*  margin-top:2.4em;*/
	padding:0;
	height:2em;
}

#fuss-l {
  margin:0;
	width:24em;
  background-color:#D30800;
  border-right:1px solid #D30800; 
  vertical-align:bottom;
	text-align:right;
}

#fuss-li {
	padding:0.8em 1.4em 0.8em 1.4em;
}


#fuss-l2 {
	font-size:1.1em;
  font-weight:bold;
}

#fuss-l2 a, 
#fuss-l2 a:link {
	color:#FFFFFF;
}

#fuss-l2 a:hover {
	color:#000000;
/*	text-decoration:underline;*/
}


#fuss-r {
/*	float:left;*/
  margin:0 0 0 67.5em;
	padding:0.8em 1.4em 0.8em 1.4em;
	width:24em;
  background-color:#CCCCCC;
}

#fuss-r2 {
	font-size:1.1em;
}

#fuss-r2 a, 
#fuss-r2 a:link {
	color:#000000;
}

#fuss-r2 a:hover {
	color:#D30800;
/*	text-decoration:underline;*/
}



/* Formular-Module
*******************************************************************************/

/*	Modul 50.12
------------------------------------------------------------------------------*/
.labelcontainer {
  float:left; 
  width:33%; 
}

.feldgesamtcontainer {
  float:clear; 
  padding-bottom:0.5em;
}

.feldtabelle {
  width:100%; 
  margin-bottom:0.8em;
}

.labelzelle {
  width:33%;
}

.feldzelle {
  width:65.5%;
  vertical-align:bottom; 
}

.submitbutton {
  margin:0;
  padding:0.2em auto 0.2em auto;
  width:33%;
  height:1.8em; 
  font-size:1.2em;
  font-weight:normal; 
  border:1px solid #ccc; 
	background-color:#E0E0E0;
  cursor:pointer;
}

.inputtext {
  margin:0;
  width:98.5%; 
  height:1.4em; 
  font-size:1.2em;
  border:1px solid #ccc;
}

.inputselect {
  margin:0;
  height:1.6em; 
  border:1px solid #ccc;
}

.inputcheck {
  margin:0;
  border:1px solid #ccc;
}

.inputarea {
  margin:0;
  width:98.5%;
  height:6em;
	font-family:verdana, arial, helvetica, sans-serif;
  font-size:1.1em;
  border:1px solid #ccc; 
}



/*	Modul 50.10
------------------------------------------------------------------------------*/


#form-module * {
	padding:0;
	margin:0;
}

#form-module {
	margin:0 0 0 -0.2em;
	padding:0;
/*	width:40.5em;*/
  width:100%;
	background-color:#f7f7f7;
	color:#000;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:1em;
}

#form-module fieldset {
	border:0px solid #fff;
}

#form-module legend {
	display:none;
}


#form-module p {
	margin:0;
	padding:1em;
	font-size:1.1em;
	font-weight:bold;
}

#form-module .formsmall {
	padding:1.2em;
	font-size:1em;
  color:#404040;
}

#form-module .element {
	display:block;
	clear:both;
	background-color:#f7f7f7;
	border-top:2px solid #fff;
}

#form-module label {
	display:block;
	float:left;
	padding:1em;
	width:10em;
	font-size:1.1em;
	border-right:2px solid #fff;
}

#form-module label.checkbox {
	width:31em;
	border-left:2px solid #fff;
	border-right:none;
}

#form-module input, 
#form-module select { 
	float:left;
	margin:0.5em;
	width:17.0em;
	border:1px solid #333;
}

#form-module textarea {
	float:left;
	margin:0.5em;
	width:19.0em;
	border:1px solid #333;
}

#form-module input.text {
	height:1.4em;
}

#form-module input.checkbox {
	width:10em;
	padding:0;
	border:none;
}

#form-module input.submit { 
	margin:0;
	padding:0.2em 0 0.2em 0;
	width:100%;
	border:1px solid #333;
	background-color:#E0E0E0;
	color:#333;
	font-family:verdana, arial, helvetica, sans-serif;
	text-align:center;
	font-size:1.1em;
	cursor:pointer;
}

#form-module input.submit:hover { 
	background-color:#CCCCCC;
	color:#000;
}

#form-module label.textarea {
	height:8em;
	font-family:verdana, arial, helvetica, sans-serif;
}

#form-module textarea.textarea {
	height:8em;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:1.2em;
}
  
#form-module-thanks {
	display:block;
	color:#000;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:1.1em;
}


/* download main-block
*******************************************************************************/
#main-block .download-hdl p, 
#main-block .download-file p, 
#main-block .download-desc p {
	margin:0;
}
#main-block .download-hdl p {
	padding:0.5em 0.7em;
	background-color:#CCC;
	font-weight:bold;
	color:#fff;
}

#main-block .download-file {
	padding:1.2em 0.7em;
	border-left:2px solid #CCC;
	border-right:2px solid #CCC;
}

#main-block .download-desc {
	margin-bottom:1.2em;
	padding:1.2em 0.7em;
	background-color:#e5e5e5;
	border-left:2px solid #CCC;
	border-right:2px solid #CCC;
	border-bottom:2px solid #CCC;
}

#main-block .download-without-desc {
	margin-bottom:1.2em;
	border-top:2px solid #CCC;
}



/* download right-block
*******************************************************************************/
#right-block.download-hdl p, 
#right-block.download-file p, 
#right-block.download-desc p {
	margin:0;
}
#right-block.download-hdl p {
	padding:0.5em 0.7em;
	background-color:#CCC;
	font-weight:bold;
	color:#fff;
}

#right-block.download-file {
	padding:1.2em 0.7em;
	border-left:2px solid #CCC;
	border-right:2px solid #CCC;
}

#right-block.download-desc {
	margin-bottom:1.2em;
	padding:1.2em 0.7em;
	background-color:#e5e5e5;
	border-left:2px solid #CCC;
	border-right:2px solid #CCC;
	border-bottom:2px solid #CCC;
}

#right-block.download-without-desc {
	margin-bottom:1.2em;
	border-top:2px solid #CCC;
}



/* Sitemap-Modul Variante List-Typen
*******************************************************************************
#sitemap{
	float: left;
	width:490px;
	padding:0;
}


#sitemap .langsitemap{
	float: left;
	width:300px;
	padding:0;
}


#sitemap ul {
  list-style-type:square;
  list-style-position:inside;
  margin-top:3em;
}


#sitemap .sitemaplevel1 ul{
	font-size:1.0em;
  list-style-type:disc;
  margin-top:5px;
  margin-bottom:30px;
  padding-left:50px;
}
#sitemap .sitemaplevel1 ul a.level1{
}
#sitemap .sitemaplevel1 li {
  margin-bottom:30px;
  margin-top:5px;
}
#sitemap .sitemaplevel1 a {
  font-style:normal;
  font-weight:normal;
}


#sitemap .sitemaplevel2 ul{
	font-size:1.0em;
  padding-left:50px;
}
#sitemap .sitemaplevel2 ul a.level2{
}
#sitemap .sitemaplevel2 li {
  margin-bottom:10px;
}
#sitemap .sitemaplevel2 a {
  font-style:normal;
  font-weight:normal;
}


#sitemap .sitemaplevel3 ul{
	font-size:1.0em;
  padding-left:50px;
}
#sitemap .sitemaplevel3 ul a.level3{
}
#sitemap .sitemaplevel3 li {
  margin-bottom:10px;
}
#sitemap .sitemaplevel3 a {
  font-style:normal;
  font-weight:normal;
}


#sitemap .sitemapartikel ul{
	font-size:1.0em;
}
#sitemap .sitemapartikel li{
  list-style-type:circle;
}
#sitemap .sitemapartikel a{
  font-style:normal;
  font-weight:normal;
}
*/

/* Sitemap-Modul Variante List-Grafik
*******************************************************************************/
#sitemap{
	float: left;
	width:100%;
	padding:0;
}


#sitemap .langsitemap{
	float: left;
	width:33%;
	padding:0;
}


#sitemap ul {
  list-style-type:none;
/*  list-style-position:inside;*/
  margin-top:3em;
  margin-left:0;
}


#sitemap .sitemaplevel1 ul{
  margin-top:5px;
  margin-bottom:30px;
	font-size:1.0em;
  list-style-image:url(giesser-Dateien/sm_winkel.gif);
  padding-left:30px;
}
#sitemap .sitemaplevel1 ul a.level1{
}
#sitemap .sitemaplevel1 li {
  margin-bottom:10px;
}
#sitemap .sitemaplevel1 a {
  font-style:normal;
  font-weight:bold;
}


#sitemap .sitemaplevel2 ul{
	font-size:1.0em;
  padding-left:30px;
}
#sitemap .sitemaplevel2 ul a.level2{
}
#sitemap .sitemaplevel2 li {
  margin-bottom:10px;
}
#sitemap .sitemaplevel2 a {
  font-style:normal;
  font-weight:normal;
}


#sitemap .sitemaplevel3 ul{
	font-size:1.0em;
  padding-left:30px;
}
#sitemap .sitemaplevel3 ul a.level3{
}
#sitemap .sitemaplevel3 li {
  margin-bottom:10px;
}
#sitemap .sitemaplevel3 a {
  font-style:normal;
  font-weight:normal;
}


#sitemap .sitemapartikel ul{
	font-size:1.0em;
}
#sitemap .sitemapartikel li{
  list-style-image:url(giesser-Dateien/sm_winkel.gif);
}
#sitemap .sitemapartikel a{
  font-style:italic;
  font-weight:normal;
}



/* EXTRAS von HB.pXs
*******************************************************************************/

.auswahl { 
  background-color:#fff; 
  width:12em; 
  border:1px solid #000; 
}

.bildkasten {
  border-style:solid; 
  border-width:2px; 
  border-color:#EDEDED;
  padding:14px 8px 0 8px;  
}

.liste {
  border-style:solid; 
  border-width:2px; 
  border-color:#EDEDED;
  background-color:#EDEDED;
}

.listenkopf {
	font-weight:bold;
  border-style:solid; 
  border-width:2px; 
  border-color:#CCCCCC;
  background-color:#CCCCCC;
}

#textliste {
}

#textliste ul {
  list-style-type:disc;
	margin-left:1.5em;
/*  padding-left:15px;*/
}


#prodline {
  border-spacing:0px;
  border:none;
  width:100%;
  margin:0;
  padding:0;
}
.prodline_links {
  color:#D30800; 
  width:10em;
  text-align:left;
}
#prodline .prodline_links h2 {
  color:#D30800; 
  font-size:1.14em; 
  font-weight:bold; 
}
.prodline_rechts {
  text-align:left;
}

#produkt {
  border-spacing:0px;
  width:100%;
  font-size:1.1em;
  margin:0;
  padding:0;
  border-bottom:2px dotted #ccc;
}
.prodlinks {
  width:16em;
  text-align:left;
}
.prodrechts {
  text-align:right;
  vertical-align:middle;
}


#farbvariant {
  border-spacing:1px;
  font-size:8px;
  font-weight:bold;
  margin:0;
  padding:0;
}
.sw { 
  width:10px;
  height:10px;
  background-color:#000;
  border:1px solid #000;
  margin:1px;
}
.ge { 
  width:10px;
  height:10px;
  background-color:#FFDB25;
  border:1px solid #FFDB25;
  margin:1px;
}
.ro { 
  width:10px;
  height:10px;
  background-color:#D30800;
  border:1px solid #D30800;
  margin:1px;
}
.bl { 
  width:10px;
  height:10px;
  background-color:#00f;
  border:1px solid #00f;
  margin:1px;
}
.we { 
  width:10px;
  height:10px;
  background-color:#fff;
  border:1px solid #000;
  margin:1px;
}
.gr { 
  width:10px;
  height:10px;
  background-color:#0f0;
  border:1px solid #0f0;
  margin:1px;
}
.br { 
  width:10px;
  height:10px;
  background-color:#c60;
  border:1px solid #c60;
  margin:1px;
}

.termintabelle
{
padding:0px; 
margin:0px; 
border-style:solid; 
border-width:2px; 
border-color:#ffffff; 
border-spacing:2px; 
background-color:#dcdcdc; 
}

.h2rot
{
color:#D30800; 
font-size:1.14em; 
font-weight:bold; 
/*line-height:1.4em; */
}

.rot
{
font-size:1.1em;
color:#D30800;
}

#links-oben {
	position:absolute;
	padding:0;
	height:250px;
	width: 200px;
	left: 275px;
	top: 27px;
	color: #898989;
	border: 1px solid #F57B21;
}
#links-unten {
	position:absolute;
	padding:0;
	height:265px;
	width: 400px;
	left: 274px;
	top: 301px;
	color: #898989;
	border: 1px solid #F57B21;
	background-color: #FFFFFF;
}
#rechts-oben {
	position:absolute;
	padding:0;
	height:250px;
	width: 400px;
	left: 501px;
	top: 28px;
	color: #898989;
	overflow: hidden;
	border: 1px solid #F57B21;
	background-color: #FFFFFF;
}
#rechts-unten {
	position:absolute;
	padding:0;
	height:265px;
	width: 200px;
	left: 700px;
	top: 301px;
	color: #898989;
	border: 1px solid #F57B21;
	background-color: #FFFFFF;
}

