@charset "UTF-8";
/* ##### pageStyles ###### */
body {
	background-color: #fff;
	margin: 5px 5px 5px 20px;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #036;	/* ###################################	=> Schriftfarbe: blau (Standart) */
}
p {
	font-size:0.8em;
}
.small {
	font-size:.9em;
}
p.br {
	clear:left;
	margin:0;
	height:10px;
}

.clear {
	clear:both;
}
/* font colors*/

.lightBlue {
	color:#9cf;		/* ###################################	=> Schriftfarbe: hellblau */
}
.green {
	color:#093		/* ###################################	=> Schriftfarbe: grün */
}

.greenBG, .orangeBG {
	background-color:#093;
	padding:5px 5px 5px 5px;
	margin-bottom:-5px;
}
.orangeBG {
	background-color:#f60;
}
/* links */
a {
	color: #036;	/* ###################################	=> Linkfarbe: blau (Standart wie Schriftfarbe) */
}
a:visited {
	color: #06c;
}
a:hover {
	color: #900;
	text-decoration:none;
}
a:active {
	color: #900;
}
a.red {
	color:#900;		/* ###################################	=> Linkfarbe: rot */
}

span.ak {
	text-decoration:underline;
	font-weight:bolder;
}

/* Buttons */

a.btnOrange,a.btnGreen,a.btnOrangeI,a.btnGreenI {
	padding:.5em .5em .5em .5em;
	background-color:#c60;
	color:#333;
	border:1px solid #aaa;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	margin-right:5px;
	text-transform:uppercase;
	font-size:.9em;

}

a.btnGreen {
	background-color:#6c3;
}

a.btnGreenI {
	background-color:#6c3;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}


a.btnOrangeI {
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}
/* ##### headerStyles ##### */

#header {
	float:left;
	width:100%;
	height:5em;
}
#header img {
	float:left;
	border:none;
}
#header h1 {
	font-size:1.5em;
	float:left;
}
#headNav {
	float:right;
	width:15em;
}
#headNav img {
	float:left;
	margin: 0 0.5em 0 0.5em;
}
#headNav p {
	float:left;
	margin:0;
}
/* ##### navStyles ##### */



/*################*/
menu, menu li {
	margin:		0;
	padding:	0;
	color:		#fff;
	font:		100.01%/1.5 sans-serif;
	list-style:	none;
}

#navigation menu li{
	margin-bottom:-19px;
}

#navigation menu li.active {
	background-color: #900; /* ###################################	=> Aktiver Menupunkt: Rot (Standart) */
	font-weight:normal;
	padding-bottom:20px;
	margin-left:1px;
	position:relative;
	top:-20px;
}

menu li.orgBG {
	background-color:#f60;/* ###################################	=> Aktiver Menupunkt: Orange (Merkliste)  einfach Klasse mit angeben */
}

menu li.grnBG {
	background-color:#093;/* ###################################	=> Aktiver Menupunkt: Grün (Warenkorb)   einfach Klasse mit angeben */
}
menu, menu li a:link, menu, menu li a:visited {
	color: #fff;
	background-color: #036;
	text-decoration: none;
	font-weight:normal;
}

menu li a:hover {
	color: #fff;
	background-color: #900;
	text-decoration: none;
}
menu, menu li a.current,menu li a.current:visited {
	background-color: transparent;
	font-weight:bold;
	
}

#navigation {
	border-width:medium;
	border-color:#900;
	border-style:double;
	border-top:none;
	border-left:none;
	border-right:none;
	float:left;
	width:95%;
}

* html menu {/* IE 5.0 Win will das so. \*/
	display:	inline;
	height:		.1em; /* */
}
menu li {
	font-size:	.9em;
	font-weight:	bold;
	float:		left;
	width:		9em;
	margin-top:	-1px;
}

body:-moz-last-node menu li {
	width:		14ex;
}
menu a {
	display:	block;
	padding:	.2em 0;
	text-align:	center;
	text-decoration:none;
	margin-left:1px;
}

menu a:hover {
	color:		#eee;
	background:	#050;
}

b {
	display:	block;
	clear:		both;
}

* html b { /* IE Win only. \*/
	margin-top:	-1px; /* */
}

/**/

#subNavigation menu li {
	border:1px solid #093;/* ###################################	=> Border für Submenu: Grün (Warenkorb) */
	margin-right:2px;
	background-color:transparent;
	width:auto;
	font:100%/.5 sans-serif;
}

#subNavigation menu.red li {
	border:1px solid #900;/* ###################################	=> Border für Submenu: Rot (Suchergebnis) */
	font:100%/1.5 sans-serif;
	padding:5px;
}


#subNavigation menu li.blank {
	border:none;
}

#subNavigation menu li.active {
	background-color: #093; /* ###################################	=> Aktiver Menupunkt: Grün (Warenkorb) */
	font-weight:bold;
	padding-bottom:0;
	margin-top:0;
	color:#fff;
}

#subNavigation menu li.redBG {
	background-color:#900;/* ###################################	=> Aktiver Menupunkt: Rot (Suchergebnis)  einfach Klasse mit angeben */
	font:100%/1.4 sans-serif;
	padding:5px;
}

#subNavigation menu, #subNavigation menu li a:link, #subNavigation menu, #subNavigation menu li a:visited {
	color: #333;
	background-color: transparent;
	text-decoration: none;
	font-weight:lighter;
	font-size:.9em;
	white-space:nowrap;
	padding:0 2px 2px 0;
	
}

#subNavigation menu li a img {
	border:0;
	background-color:#093;
	margin:0;
	padding-bottom:7px;
}
#subNavigation menu li a:hover {
	color: #333;
	background-color: transparent;
	text-decoration: none;
}
#subNavigation menu, #subNavigation menu li a.current,#subNavigation menu li a.current:visited {
	background-color: transparent;
	color:#fff;
	font-weight:lighter;
	
	
}

#subNavigation menu li#subsub {
	border:0;	
}
#subNavigation menu li#subsub ul{
	margin:-3px -5px;
	display:inline;
	background-color:#900;
	padding:0;
	position:absolute;
}
#subNavigation menu li#subsub ul li{
	clear:left;
	padding:2px 15px;
	border:0;
}
#subNavigation menu li#subsub ul li a{
	color:#fff;
}
/*###############*/

/* ##### contentStyles ##### */


/* searchBox*/

#searchBox {
	float:left;
	background-color:#ccc;
	padding:0;
	width:95%;
}
#searchBox p {
	margin:0;
}
#searchBox label {
	float:left;
	font-weight:bolder;
}
#searchBox .text {
	border:thin solid #999;
	width:25em;
	font-size:smaller;
	margin:-0.5em 0 0 1em;
	padding:0.5em;
	float:left;
}
#searchBox .btn {
	margin:-1em 0 0 1em;
}
#searchBox form {
	padding:1em 0 1em 2em;
}
/* contentBoxes*/
div.contentBox {
	width:auto;
	border:thin solid #036;
	float:left;
	margin: 2em 0 0 0;
}
div.contentBox h2 {
	background-color:#036;
	color:#fff;
	font-size:0.9em;
	font-weight:lighter;
	margin:0;
	padding:2px;
	font-weight:bolder;
}
div.cbSmall {
	width:25%;
}
div.cbBig {
	width:68%;
}
div.spacer {
	width:1%;
	float:left;
}
hr {
	border-width:medium;
	border-color:#900;
	border-style: double;
	border-top:none;
	border-left:none;
	border-right:none;
	margin:0.1em 0 1em 0;
}
div.contentBox p {
	margin:0;
	padding:0.4em;
}
/* tables */
.table1 {
	float:left;
	margin:0;
	border:0;
	width:95%;
	border-collapse:separate;
	border-spacing:1px;
	background-color:#aaa;
}
.table1 caption {
	display:none;
}
.table1 th {
	text-align:left;
	color:#fff;
	font-size:0.9em;
	font-weight:normal;
	background-color:#036;
	padding:0.5em;
	padding-right:20px;
	border:1px solid #aaa;
}
.table1 th a {
	color:#fff;
	background-image:url(img/sort.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:20px;
}
thead {
	display: table-header-group;
}
thead th, thead td {
	position: static;
	border:0;
}
.tr1, .tr2 {
	font-size:smaller;
	background-color:#fff;
	
}
.tr2 {
	background-color:#ccc;
}
.tr1 td, .tr2 td {
	padding:.9em;
	border:0;
	height:0px;
}
table.table1 tbody {
	overflow: scroll;
	overflow-x: hidden;
	border-top:1px double #900;
	height:310px;
}
*table.table1 tbody {
	height:auto;
}

table.thead tr {
	position:relative;
 	top: expression(offsetParent.scrollTop); /*IE5+ only*/
}

table.table1 td:first-child {
	white-space:nowrap;
}
/* Textblöcke */

div.textBlock {
	float:left;
	background-color:#ccc;/* ###################################	=> Block Background-color: Grau */
	width:95%;
	margin:2em 0 2em 0;
}
div.textBlock p {
	width:80%;
	font-size:.9em;
	float:left;
	margin:0;
	padding:1em 0 1em 2em;
}
div.textBlock h2 {
	font-size:larger;
	float:left;
	margin:0;
	padding:1em 0 1em 2em;
}
div.textBlock span {
	float:left;
	font-size:smaller;
	border-left:1px solid #fff;
	padding:1em 0 1em .2em;
}
/* Zweispaltige Textblock */

div.text2column {
	width:95%;
	background-color:#ccc;
	background-image:url(img/bg_2column_white.gif);
	background-repeat:repeat-y;
	background-position:right;
	float:left;
	
}
div.text2column h2 {
	font-size:.9em;
	font-weight:normal;
	margin:0;
	padding:1%;
	float:left;
	width:10%;
}
div.text2column p, div.text2column ul {
	float:left;
	padding:1%;
	margin:0;
	background-color:#fff;
	width:85%;
	min-height:50px;
	height:auto !important;
}
div.text2column ul li {
	font-size:.8em;
	margin-left:1em;
}

div.\2column {
	width:95%;
	background-image:url(img/bg_2column.gif);
	background-repeat:repeat-y;
	height:300px;
}
div.greyleft {
	background-image:url(img/bg_2column2.gif);
	background-repeat:repeat-y;
}
/* ContentBlock mit Scrollbar */

div.scroll {
	height:200px;
	width:95%;
	border:1px solid #aaa;
	overflow-y: auto;
	overflow-x: hidden;
}
/* ContentBlock für Fließtext */

div.scroll h3 {
	width:20%;
	padding:1%;
	margin:0;
	background-color:#ccc;
	font-size:.9em;
	font-weight:normal;
}

div.scroll h4 {
	font-size:.8em;
	font-weight:bolder;
	padding:2px;
	margin:10px 5px 5px 5px;
	border-top:1px dotted #039;
	border-bottom:1px dotted #039;
	width:180px;
}

div.scroll h4.clear {
	border:none;
	width:auto;
}
div.scroll p.h3 {
	padding:1em 2em 2em 2em;
	margin:0 0 1% 0;
	float:left;
	width:70%;
	background-color:#fff;
}
div.scroll img {
	float:left;
	margin:20px;
}

div.leftC {
	float:left;
	width:200px;
	margin-right:5px;
}

div.rightC {
	float:left;
}

div.infLeft {/*############################### Expand: Plus-Grafik // */
	width:80%;
	padding:10px;
	margin-left:5px;
	border-left:1px solid #999;
	background-image:url(img/expand.gif);
	background-position:top left;
	background-repeat:no-repeat;
	
}

div.collapse {/*############################### Collape: Minus-Grafik // */
	background-image:url(img/collapse.gif);
}

/* Forms */

.form p {
	clear:both;	
}


label {
	display:block;
	float:left;
	width:150px;
}

.input, select {
	width:150px;
	float:left;
	font-size:.8em;
	color:#666;
	border:1px solid #999;
	border-right:2px solid #666;
	border-bottom:2px solid #666;
	margin-bottom:2px;
}

input.long, select.long {
	width:400px;
}

.formSep {
	border-bottom:1px dotted #039;
	padding-left:5px;
	font-weight:bolder;
	border-right-width:20px;
	padding-top:5px;
}

.btnSubmit, .btnReset {
	background-color:#ccc;
	border:1px solid #999;
	border-right:2px solid #666;
	border-bottom:2px solid #666;
	padding:2px;
	font-size:.8em;
	font-weight:bold;
	color:#036;
	width:100px;	
}

.btnSubmit{
	background-image:url(img/icon_arr_red.gif);
	background-repeat:no-repeat;
	background-position:10px 0;
		
}

.btnNext,.btnBack {
	border:1px solid #093;
	padding:3px 20px;
	font-size:.8em;
	color:#fff;
	background-color:#093;
	background-image:url(img/icon_arr_r.gif);
	background-repeat:no-repeat;
	background-position:2px 2px;
		
}
.btnBack{
	background-image:url(img/icon_arr_l.gif);
	background-repeat:no-repeat;
	padding:3px 5px;
	width:22px;
	
		
}

.btnExtra {
	border:1px solid #369;
	padding:3px 5px 3px 25px;
	font-size:.8em;
	color:#369;
	background-color:#fff;
	background-image:url(img/icon_person.gif);
	background-repeat:no-repeat;
	background-position:top left;

}

