html, body {
	font: 1em/15px 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #333333;
}
p {
	margin: 0.5em 0px 0.8em;
	padding: 0px;
}
a {
	color: #21287E;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
	text-align: center;
}
h1 {
	font-size: 1.1em;
	margin: 0em;
	padding: 0px 0px 6px;
}
h2 {
	font-size: 1em;
	margin: 0em;
	padding: 0px 0px 6px;
}
hr {
	border: none 0;
	border-top: 1px solid #CBD2E2;
}

.type-dunkel {
	color: #696D96;
}
#logo {
	height: 122px;
	margin-bottom: 10px;
}
#wrapper, #logo {
	font-size:70%;
	width: 805px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

.inside li {
	padding: 0px 0px 6px 0px;
	margin: 0;
}
.note {
	margin: 0.5em 0em 0em;
	padding: 6px 4px 6px 30px;
	background: url(../img/note.gif) no-repeat left center;
	border: 1px solid #E8EBF3;
}

/***** Menu *****/

.topmenu {
	position: relative;
	height: 39px;
	border: 0;
	top: -20px;
	width: 800px;
}
#primary {
	position: relative;
	height: 40px;
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}
#primary a {
	display: block;
}
#primary li { 
	margin: 0;
	float: left;
	display: block;
}
#primary li ul {
	font-size: 11px;
	line-height: 17px;
	display: none;
	margin: 0;
	padding: 0;
}
#primary li.off ul, #primary li.on ul { /*put the subnav below*/
	position: absolute;
	top: 20px;
	left: 0px;
	width: 750px;
	height: 30px;
	padding-top: 8px;
	padding-bottom: 6px;
}
#primary li.on ul { 
	display: block;
}
#primary li.off:hover ul, #primary li.over ul { 
	display: block;
	z-index: 6000;
	background: url(../img/submenu-over-bg.gif) repeat-x;
	width: 750px;
}
#primary li.off ul a:hover, #primary li.on ul a:hover {  
	text-decoration: underline;
	color: #677DBC;
}
#primary li.off ul a, #primary li.on ul a {
	display: block;
	height: 18px;
	float: left;
	border-right: 1px solid #BBC0EC;
	padding-left: 16px;
	padding-right: 16px;
	text-decoration: none;
	color: #21418B;
}
#primary li.off ul a, #primary li.over ul a {
	background: url(../img/subsoft.png) repeat-x center;
}

#smHome a {
	color: #677DBC;
}


/***** Fußzeile *****/

#footer {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #616CAC;
	text-align: center;
	padding: 10px 0px;
	clear: both;
}
#footer a:link {
	color: #202E75;
	text-decoration: none;
}

/***** Newsbox Startseite *****/

.newsbox {
	width: 520px;
	float: left;
	margin-right: 10px;
}
.newsbox img {
	padding-left: 10px;
}


/***** Helle Box mit runden Ecken *****/

#rc-hell .top-left, #rc-hell .top-right, #rc-hell .bottom-left, #rc-hell .bottom-right {
	background-image: url(../img/rc-hell.gif);
	height: 10px; 
	font-size: 2px; 
}
#rc-hell .inside {
	border-left: 1px solid #cbd2e2;
	border-right: 1px solid #cbd2e2;
	padding: 0px 14px 0px 14px;
	margin: 0;
	background: #FFFFFF;
}
.normBox {
	height: 340px;
}

#rc-hell .insidestartbox {
	border-left: 1px solid #cbd2e2;
	border-right: 1px solid #cbd2e2;
	background: #fff ;
	padding: 0px 14px 0px 14px;
	margin: 0;
}
#rc-hell .insidestartbox-e {
	border-left: 1px solid #cbd2e2;
	border-right: 1px solid #cbd2e2;
	background: #fff url(../img/but_ecocotton-e.gif) no-repeat 340px 20px;
	padding: 0px 14px 0px 14px;
	margin: 0;
}


/***** dunkle Box mit runden Ecken *****/

#rc-dunkel {
	width: 275px;
	float: left;
}
#rc-dunkel .top-left, #rc-dunkel .top-right, #rc-dunkel .bottom-left, #rc-dunkel .bottom-right {
	background-image: url(../img/rc-dunkel.gif);
	height: 10px; 
	font-size: 2px; 
}
#rc-dunkel .inside {
	border-left: 1px solid #f9fafc;
	border-right: 1px solid #f9fafc;
	background: #022e6a;
	padding: 0px 10px;
	color: #fff;
	font-size: 1em;
	line-height: 1.4em;
	}
	
/***** gilt für alle Boxen *****/

.top-left {
	margin-right: 10px;
}
.top-right {
	margin-top: -10px;
	margin-left: 10px;
	background-position: 100% 0;
}
.bottom-left {
	margin-right: 10px;
	background-position: 0 -10px;
}
.bottom-right {
	margin-top: -10px;
	margin-left: 10px;
	background-position: 100% -10px;

}
.notopgap {
	margin-top: 0;
}
.nobottomgap {
	clear: both;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


/***** Links innerhalb der Thumbnails *****/

.tnSub {
	display: block;
	font-size: 90%;
	width: 250px;
	height: 22px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding-top: 4px;
	color: #21418B;
	background: url(../img/cell_bottom.gif) no-repeat top;
	line-height: 1.5em;
}
a:hover.tnSub {
	text-decoration: none;
	background: url(../img/cell_bottom-on.gif) no-repeat top;
}
.tbCell {
	padding: 0px;
	margin: 0px 0px 6px 0px;
	float: left;
	width: 250px;
	height: 198px;
}
.tbCellMiddle {
	padding: 0px;
	margin: 0px 12px 6px 12px;;
	float: left;
	width: 250px;
	height: 198px;
}


/***** Text- und Bildboxen *****/

.textBox350 {
	float: left;
	width: 350px;
	padding-right: 10px;
}
.textBox300 {
	float: left;
	width: 300px;
	padding-right: 10px;
}
.textBox250 {
	float: left;
	width: 240px;
	padding-right: 10px;
}

.textBoxLang {
	margin-top: 0;
	padding-bottom: 10px;
}

.flashBox {
	margin: 2px 0px 10px 10px;
	float: right;
}
.openerImage {
	float: right;
}

.clear {
	clear: both;
}
.miniBox {
	font-size: 11px;
	color: #999999;
	line-height: 11px;
	border: 1px solid #E7EAF3;
}
.miniBox img {
	margin-bottom: 4px;
	margin-top: 4px;
}


/***** Pagemenu*****/

.pagemenu {
	clear: both;
	padding-top: 0px;
	padding-bottom: 15px;
	line-height: 1.4em;
}
.pagemenu a {
	border-right: 1px solid #BBC0EC;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	color: #666CAC;
}
.pagemenu span {
	border-right: 1px solid #BBC0EC;
	padding-left: 10px;
	padding-right: 10px;
	color: #21418B;
	font-weight: bold;
}
.pagemenu a:hover {
	text-decoration: underline;
}


/***** Produkte *****/

#articleFunction {
	height: 30px;
	background: #fff;
	border: 1px solid #CBD2E2;
	margin-bottom: 10px;
}
#articleFunction .left {
	float: left;
	padding-left: 8px;
	padding-top: 3px;
	margin-right: 20px
}
#articleFunction .right {
	float: right;
	padding-top: 3px;
	margin-right: 8px
}
#articleFunction form {
	padding: 4px;
	float: left;
}

tr.ruled{
	background: #eaedf6 url(../img/subsoft.png) repeat-x center;
	cursor: default;
	text-decoration: underline;
	color: #21418B;
} 
#articleTable {
	padding: 4px;
	background: #F7F8FB;
	border: 1px solid #CBD2E2;
}
#articleTable td {
	padding: 4px;
	border-bottom: 1px solid #FFFFFF;
}
#articleTable th {
	padding: 2px 2px 4px;
	font-weight: bold;
	color: #173E90;
	text-align: left;
	border-bottom: 1px solid #CBD2E2;
}


.listLink {
	font-weight: bold;
	text-decoration: underline;
	margin-top: 1em;

}
.anwTxt {
	padding-left: 10px;
}
.anwIllu {
	padding-right: 10px;
	border-right: 1px solid #E2E6EF;
}
.insideBottom {
	clear: both;
	margin-bottom: 0px;
	padding-top: 5px;
}

/***** accordion *****/

h3 {
	margin: 4px 0 0;
	width: 400px;
	cursor: pointer;
	font-size: 90%;
}

/*
h3 a:link, h3 a:visited {
	height: 16px;
	background: #8fc80d;
	color: #fff;
	padding: 4px 8px 0;
	display: block;
	text-decoration: none;
	border: 1px solid #6C970A;
	line-height: 1em;
	margin: 0px;
}
*/
h3 a:link, h3 a:visited {
	height: 16px;
	background: #f8f9fc;
	color: #666CAC;
	padding: 4px 8px 0;
	display: block;
	text-decoration: none;
	border: 1px solid #bbc0ec;
	line-height: 1em;
	margin: 0px;
}
h3 a:hover {
	color: #21418B;
	text-align:left;
	background: #f6fcdd;
}
.stretcher {
	width: 400px;
	background: none !important;
	background: #fff;
}
.stretcher p {
	padding-left: 10px;
}
.stretcher p a {
	text-decoration: underline;
}
.flashwarn { font-size: 0.85em; text-align: center;}
.flashwarn a { color:#9DA4BD; }
.flashwarn a:hover { text-decoration: none; }
