@charset "utf-8";
/* CSS Document */

/********************************************************************* Text */
ins {
	display:inline-block;
	background-color: #006600;
	text-decoration:underline}

del {
	display:inline-block;
	background-color: #660000;}
	
.small {
	font-size: 11px;}
	
.mini {
	font-size: 10px;}

.hinweis {
	color: #ffffff;
	font-weight: bold;}

.cellhead {
	font-size: 13px;
	color: #EEE;
	font-weight: bold;}
	
.weiss {
	color:#FFF;}
	
.searchterm {
	background-color: #FC3;}

.unix {
	font-size: 11px;
	font-family: Courier;}
	
h1 {
	font-size: 18px;
	margin: 0px 0px 18px 0px;
	color: #EEE;
	line-height:24px;
}
	
h2 {
	font-size: 15px;
	margin: 30px 0px 15px 0px;
	color: #EEE;
}

h3 {
	font-size: 12px;
	margin: 18px 0px 8px 0px;
	color: #EEE;
}

h4 {
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	color: #FFF;
}

h5,h6,pre,address {
	color:#000;}

/********************************************************************* Bilder */

.art-button { /* container back & print-button */
	width:438px;
	margin: 0px 0px 0px 0px;}
.art_button { /* bilder im container back & print-button */
	margin: 20px 10px 0px 0px;}

.showhand {
	cursor: pointer;}

.img1 { }
.img2 { 
	padding: 0px 0px 10px 0px;
	margin:0px 0px 10px 0px;
	border:1px solid #a8c9e5;}
.img1 p,.img2 p {
	color: #0033cc;}
.img-right { 
	margin:0px 0px 10px 10px;
	float: right;}
.img-left { 
	margin:0px 10px 10px 0px;
	float: left;}
.img-normal { 
	text-align: center;}

/********************************************************************* Content */

/* 
linke und rechte Spalte Innenmass 236px
Mittlere Spalte Innenmass 489px
jede Spalte 1px Rahmen
Rahmen links #5C5C5C rechts #7D7D7D
rahmen oben #8E908F
*/

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 350px;
	overflow: hidden;
	background-image:url(../img/e/basic/bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#000;
	z-index: 10;	
}

#layout_head {
	position: absolute;
	top: 300px;
	left: 0px;
	width: 967px;
	height: 57px;
	overflow: hidden;
	background-image:url(../img/e/basic/col_heads.png);
	background-repeat:no-repeat;
	background-position:bottom left;	
	z-index: 500;
}

#col_top_left {
	float:left;
	width: 236px;
	height: 34px;
	overflow: hidden;
	background-color:#3D3D3B;
	background-image:url(../img/e/basic/bg_col_236.png);
	background-position:top left;	
	z-index: 21;
	border-top: 1px solid #8E908F;
	border-left: 1px solid #5C5C5C;
	border-right: 1px solid #7D7D7D;
	border-bottom: 1px solid #727270;
}

#searchfield {
	background-image:url(../img/e/basic/bg_search.png);
	width: 163px;
	height: 16px;
	margin: 6px 0px 0px 4px;
	font-size: 11px;
	font-weight: bold;
	color: #BBB;
	border: 0px none #BBB;
	padding: 2px 0px 0px 7px;
	
}

#searchimg {
	margin-top: 6px;
	margin-left: 17px;
}

#col_top {
	float:left;
	width: 727px;
	height: 34px;
	overflow: hidden;
	background-color:#3D3D3B;
	background-image:url(../img/e/basic/bg_col_top.png);
	background-position:1px 1px;	
	z-index: 21;
	border-top: 1px solid #8E908F;
	border-left: 1px solid #5C5C5C;
	border-right: 1px solid #7D7D7D;
	border-bottom: 1px solid #727270;
}

#col_top_news {
	display:block;
	font-size: 12px;
	font-weight: bolder;
	color: #EEE;
	margin: 8px 0px 0px 24px;
}

#logo {
	position: absolute;
	top: 48px;
	left: 48px;
	z-index: 22;
}


.a_head {
	display:block;
	height: 18px;
	background-image:url(../img/e/basic/bg_accordion.png);
	font-weight: bolder;
	color: #EEE;
	margin: 10px 0px 10px 0px;
	cursor: pointer;}

#left-container {
	position: absolute;
	left: 0px;
	top: 345px;
	width:208px;
	z-index: 501;
}
#left-container .a_head {
	padding: 0px 0px 0px 40px;
	width: 170px;
}

.a_body {
	display:none;
}

#left-container .a_body {
	width:210px;
}
#left-container .a_body ul li {
	list-style-type:none;
	background-image: none;
	display:block;
	padding: 7px 0px 3px 40px;
	margin: 0px;
} 

#right-container {
	position: absolute;
	left: 730px;
	top: 345px;
	width:236px;
	z-index: 501;
}
#right-container .a_head {
	padding: 0px 0px 0px 25px;
	width: 185px;
}
#right-container .a_body {
	width:185px;
	margin: 0px 0px 0px 25px;
}

.open {
	display: block;
}

.infobox-right {
	position:relative;
	z-index: 600;}

.references {
	width:185px;
	margin: 0px 0px 0px 0px;}

#right_picto { /* Pictogram rechte Spalte */
	position: relative;
	margin: -9px 0px -85px 0px;
	z-index: 580;
}

/* fuer IE6 */
* html #container {
	height: 100%;
}
	
#content {
	position:absolute;
	left: 239px;
	top: 355px;
	display:block;
	padding: 0px 0px 0px 24px;
	width:442px;
	z-index: 502;
	}

.content1 {
	position:relative;
	display:block;
	margin: 0px 50px 0px 0px;
	z-index: 101;
}

#content_img {
	position:relative;
	left: -24px;
}

.pitch {
	margin: -160px 0px 0px 0px;
}

/********************************************************************* Standards */
	
.req { /* Kontakt-Form */
	width: 440px;}
.req1 { /* 1.Block */
	width: 220px;
	float: left;}
.req11 { /* Name + Formfeld */
	width: 200px;
	margin: 0px 0px 5px 0px;
	clear: both;}
.req111 { /* Name */
	width:80px;
	float: left;
	font-weight: bold;}
.req112 { /* Formfeld */
	width:120px;
	float: left;}
.req2 { /* 2.Block */
	width: 220px;
	float: left;}
.req3 { /* Extra & Absenden */
	padding: 0px 0px 0px 0px;}
.req31 { /* Extra */
	float: left;}
.req32 { /* Absenden */
	float: right;}
.req4 {}
.req41 { /* Einfacher Block ueberschrift */
	font-weight: bold;}
.req42 { /* Einfacher Block Inhalt */
	}
	
.lexikon {
	width: 540px;}
.lexikon1 {
	width: 540px;
	border-top: 1px solid #D1D1D3;
	border-bottom: 1px solid #D1D1D3;
	padding: 7px 0px 7px 0px;
	margin: 0px 0px 10px 0px;}
.lexikon2 {
	width: 540px;}
.lexikon21 {
	width: 170px;
	float:left;}
.lexikon211 {}
.lexikon211_active {
	font-weight:bold;}
.lexikon22 {
	width: 370px;
	float:left;}
.lexikon221 {
	display:block;
	background-color: #E1E1E1;
	padding: 3px 2px 3px 0px;
	margin: 0px 0px 1px 0px;}
.lexikon222 {
	display:block;
	background-color:#FFF;
	border-right: 1px solid #D1D1D3;
	border-bottom: 1px solid #D1D1D3;
	border-left: 1px solid #D1D1D3;
	padding: 10px 10px 5px 10px;
	margin: 1px 0px 10px 0px;}
.lexikon3 {
	width: 540px;}
.lexikon31 {
	background-color: #E1E1E1;
	padding: 3px 2px 3px 0px;
	margin: 0px 0px 1px 0px;}
.lexikon32 {
	background-color:#FFF;
	border-right: 1px solid #D1D1D3;
	border-bottom: 1px solid #D1D1D3;
	border-left: 1px solid #D1D1D3;
	padding: 10px 10px 5px 10px;
	margin: 1px 0px 10px 0px;}
.alpha A:link, .alpha A:visited, .alpha A:active {
	color: #004E90;
	background-color: #E1E1E1;
	display: block;
	font-size:12px;
	font-weight: bold;
	padding: 5px 4px 5px 4px;
	margin: 0px 4px 0px 0px;
	text-decoration:none;
	float: left;}
.alpha A:link:hover, .alpha A:visited:hover {
	color: #C333;
	background-color: #F0F0F0;
	display: block;
	font-size:12px;
	font-weight: bold;
	padding: 5px 4px 5px 4px;
	margin: 0px 4px 0px 0px;
	text-decoration:none;
	float: left;}
.alphaactive {
	color: #C333;
	background-color: #F0F0F0;
	display: block;
	font-size:12px;
	font-weight: bold;
	padding: 5px 4px 5px 4px;
	margin: 0px 4px 0px 0px;
	text-decoration:none;
	float: left;}

.sitemap {}
.sitemap1 {
	text-transform:uppercase;
	background-color:#6f6f6e;
	padding: 2px 2px 2px 10px;
	margin: 0px 0px 1px 0px;}
.sitemap2 {
	background-color:#929495;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 1px 0px;}
.sitemap3 {
	background-color:#abacad;
	padding: 0px 0px 0px 40px;
	margin: 0px 0px 1px 0px;}

.faq {}
.faq1 {
	text-transform:uppercase;
	background-color:#E1E1E1;
	padding: 3px 2px 3px 0px;
	margin: 0px 0px 1px 0px;
	font-weight:bold;}
.faq2 {}
.faq21 {
	background-color:#F0F0F0;
	padding: 3px 0px 3px 15px;
	margin: 0px 0px 1px 0px;}
.faq22 {
	background-color:#FFF;
	border-right: 1px solid #D1D1D3;
	border-bottom: 1px solid #D1D1D3;
	border-left: 1px solid #D1D1D3;
	padding: 10px 10px 5px 10px;
	margin: 1px 0px 10px 0px;}
	
.news	{
	display:block;}/* News-List */
.news1	{
	display:block;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #D1D1D3;}
.news11	{
	display:block;
	font-size: 11px;}
.news12 {
	display:block;
	font-weight:bold;}
.news13 {
	display:block;}
.news2	{
	font-weight: bold;
	padding: 10px 0px 0px 0px;}
	
.suche-ergebnisse {
	width: 100%;}
.suche-ergebnisse1 {
	display:block;
	border: 1px solid #D1D1D3;
	padding: 2px 2px 2px 10px;
	margin: 0px 0px 10px 0px;}
.suche-ergebnisse2 {}
.suche-ergebnisse3 {}

/* Login-Form */
.login {}
.login1 {
	width: 300px;
	margin: 0px 0px 10px 0px;
	float: left;}
.login11 {
	width: 80px;
	float: left;
	font-weight: bold;}
.login12 {
	width: 220px;
	float: left;}
.login2 {
	margin: 0px 0px 0px 20px;
	float: left;}
	
.abovoucher {
	width:100%;
	padding: 5px 5px 0px 10px;
	border: 1px solid #E5E5E5;
	background-color: #FFF;}
.abovoucher1 {
	font-weight:bold;
	margin: 0px 0px 5px 0px;}
.abovoucher2 {}

.abocenter { /* Abocenter-Form */
	width:100%; margin: 20px 0px 0px 0px;}
.abocenter1 {
	font-weight:bold;}
.abocenter2 {
	margin: 0px 0px 20px 0px;}

/* Showart */
.showart {
	width:540px;
	padding: 30px;}
.showart1 {
	margin: 20px 0px 0px 0px;}
.showart-logo {
	margin: 30px 0px 0px 30px;}
.showart p {
	color:#000;}

/* Showpic */
.showpic {}
.showpic1 {/* Bild mit Copyright */
	background-color: #000;
	padding: 2px;
	color: #FFF;} 
.showpic2 {/* Bildkommentar */
	background-color: #3D3D3B;
	font-weight: bold;
	color: #FFF;
	padding: 2px;} 
.showpic3 {/* Funktionen */
	background-color: #3D3D3B;
	padding: 3px 10px 10px 10px;}
.showpic31 {/* Previous */
	background-color: #3D3D3B;
	white-space: nowrap;}
.showpic32 {/* groesser und schliessen */
	background-color: #3D3D3B;
	text-align:center;}
.showpic33 {/*Next */
	background-color: #3D3D3B;
	text-align: right;
	white-space: nowrap;}

/********************************************************************* Link */

A:link, A:visited, A:active { font-weight: normal; color: #EEE; text-decoration:none;}
A:link:hover, A:visited:hover { font-weight: normal; color: #EEE; text-decoration:underline;}

#content A:link, #content A:visited, #content A:active { text-decoration:underline;}

.news12 A:link, .news12 A:visited, .news12 A:active { font-weight: bold; color: #EEE; text-decoration:none;}
.news12 A:link:hover, .news12 A:visited:hover { font-weight: bold; color: #EEE; text-decoration:underline;}

.pagenav-lst {
	padding: 0px 3px 0px 3px;
	margin: 0px 5px 0px 0px;
	border: 1px solid #D1D1D3;
	background-color: #FFF;
	color: #000;}
a.pagenav-lst {
	padding: 0px 3px 0px 3px;
	margin: 0px 5px 0px 0px;
	border: 1px solid #D1D1D3;
	background-color: #D1D1D3;
	text-decoration:none;
	color: #000;}
.pagenavtop { /* Seitenzahl oben */
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #D1D1D3;}
.pagenavbottom { /* Seitenzahl unten */
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #D1D1D3;}

/********************************************************************* Global 2 */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #b8bab9;
	line-height: 18px;
	background-image:url(../img/e/basic/bg_vertical.png);
	background-repeat:repeat-y;
	background-color:#3d3d3b;
	}

td,p,div,li {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #b8bab9;}
	
p,form { margin:0px;}

hr {
	background-color: #8e908f;
	color: #8e908f;
	border: 0px;
	height: 1px;
	margin: 10px 0px 10px 0px;}

.button1 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration:none;
	background-image:url(http://helios-sdhost.steindev.de/img/e/basic/htgr_button.gif);
	background-repeat:repeat-x;
	border:1px solid #FFF;
	}

.input1 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	border: 1px solid #000;
	background-color: #FFF;}
.input-alert {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	border: 1px solid #cacaca;
	background-color: #ffcccc;}
.input-onfocus {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	border: 1px solid #cacaca;
	background-color: #ffff66;}
	
.select1 {
	font-size: 11px;
	border: 1px solid #000000;
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;}
.select-alert {
	font-size: 11px;
	border: 1px solid #cacaca;
	background-color: #ffcccc;
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;}

/* Fehlermeldung */
.alert {
	display:block;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 20px 0px;
	border: 1px solid #C03;
	background-color: #FFF;}
.alert1 {
	color: #C03;}
.alert ul {}
.alert li {
	color: #C03;}

/* Infomeldung */
.info {
	display:block;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 20px 0px;
	color:#390;
	background-color: #FFF;}
.info1 {
	color: #390; }
.info ul {}
.info li {
	color:#FFF;}

.specialFont div { 
	font-family: Courier;
	font-size: 11px}

ol {
	padding-left: 15px;
	margin: 0px; }
	
ul {
	padding: 0px;
	margin: 0px;
	list-style-type:none;}
	
ol li ul li {
	padding-left: 0px;
	background-image: none;
	margin-left: 15px;
	list-style-type: circle}
	
ul li {
	background-image: url(../img/e/basic/list_style_strich.gif);
	background-position:left top;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 15px;
	margin-top: 10px}