<!-- /* --> <style> */

html, body {
	padding: 0;	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #575855;
	line-height: 175%;
	min-height: 100%;
	background-color: #e7e7e0;
	margin: 0 auto;
	text-align: center;
}


p,div,span { 
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}

/* -- Standard BEGIN -- */

a { color: #000000; }
/*a.internal-link, a.external-link { color: #000000; text-decoration: underline; padding-left: 15px; background-image: url(../images/link_pfeil.gif); background-position: 0px 4px;	background-repeat: no-repeat; }
a.internal-link:hover, a.external-link:hover { text-decoration: underline; }*/

a.internal-link, a.external-link {
	color: #73695d;
	padding: 1px 5px 1px 5px;
	text-decoration: none;
	/*
	background-image: url(../images/background_button_197.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	*/
	background: #E7E7E0 url(../images/background_button_197_link2.gif) no-repeat bottom right;
}
a.internal-link:hover, a.external-link:hover {
	text-decoration: underline;
}

a.mail {
	display: inline !important;
	padding: 0 !important; margin: 0 !important;
	float: none !important;
	color: #000000 !important;
	text-decoration: underline !important;
	background: none !important;
}

p.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	color: #575855;
	padding-left: 25px;
	margin-top: 5px;
}

div.startlayer_text p.bodytext, div.startlayer_text2 p.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	color: #575855;
	padding-left: 0;
	margin-top: 0;
}

li a {
	background-image: none;
	padding-left: 0px;
}

.csc-textpic-imagewrap {
	margin-bottom: -7px; padding: 0;
}
/* -- Standard END -- */


/* -- Headlines BEGIN -- */
h1 {
	display: inline;
	font-size: 1.5em;
	padding: 2px 5px 2px 10px;
	line-height: 1.2em;
	color: #FFFFFF;
	background-color: #d20037;
	text-transform: uppercase;
	font-weight: normal;
}


h1.white {
	color: #FFFFFF;
	padding: 0px;
}

h2 {
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
/* -- Headlines END -- */

/* GENERAL TEMPLATE BEGIN */
div#rootcontainer {
	position: relative;
	margin: 0; padding: 0;
	width: 910px;
	height: 100%;
	background-color: #FFFFFF;
	text-align: left;
	margin: 0 auto;
}

* html div#rootcontainer {
	height: 100%;
}

div#container {
	position: relative;
	margin: 0; padding: 10px;
	width: 890px;
	height: 100%;
	background-color: #FFFFFF;
}

* html div#container {
	height: 100%;
}

div#shadow {
	position: absolute;
	left: 910px;
	width: 10px;
	min-height: 100%;
	background-image: url(../images/shadow.png);
	background-position: top left;
	background-repeat: repeat-y;
}

* html div#shadow {
	height: 100%;
	background-image: none;
}

div#content {
	clear: both;
	margin-top: 10px;
	position: relative;
	width: 890px;
	height: 494px;
	padding: 0;
}

div#content2 {
	clear: both;
	margin: 0;
	position: relative;
	width: 890px;
	min-height: 494px;
	padding: 0;
}

* html div#content2 {
	height: 494px;
}

div#sitemap {
	clear: both;
	margin: 0;
	width: 890px;
	min-height: 494px;
	padding: 0;
}

* html div#sitemap {
	height: 494px;
}


div#header {
	position: relative;
	width: 890px;
	height: 70px;
	background-color: #d20037;
}

div#header_grey {
	position: relative;
	width: 890px;
	height: 70px;
	background-color: #afb3b6;
}

div#header_alva {
	position: relative;
	width: 890px;
	height: 70px;
	background-color: #f1f2ed;
}

.logo { float: left; }
.claim { float: right; }

.spacer {
	height: 10px;
	margin: 0;
	padding: 0;
	display: block;
}

* html .spacer {
	height: 10px;
	margin: 0;
	padding: 0;
	display: block;
}

.grid {
	position: absolute;
	margin: 0; padding: 0;
	z-index: 100000;
}

.grid_3 {
	position: absolute;
	margin: 0px 0 0 -336px; padding: 0;
	z-index: 100000;
}

/* -- Mainnavi BEGIN -- */
div#menu {
	float: left;
	margin: 4px 0 4px 25px;
	padding: 0;
	text-transform: uppercase;
}

* html div#menu { margin: 4px 0 4px 14px; }

ul#mainmenu {
	padding: 0; margin: 0;
	list-style-type: none;
}

ul#mainmenu li {
	float: left;
	margin-right: 10px;
}

ul#mainmenu li a:link, ul#mainmenu li a:active, ul#mainmenu li a:visited {
	color: #000000;
	text-decoration: none;
	font-size: 1em;
}

ul#mainmenu li a:hover {
	text-decoration: underline;
}

/* for sub-mainmenu -> not needed
div#menu_sub {
	float: left;
	margin: 0 0 4px 25px;
	padding: 0;
	text-transform: uppercase;
}

* html div#menu_sub { margin: 4px 0 4px 14px; }

ul#mainmenu_sub {
	padding: 0; margin: 0;
	list-style-type: none;
}

ul#mainmenu_sub li {
	float: left;
	margin-right: 10px;
}

ul#mainmenu_sub li a:link, ul#mainmenu_sub li a:active, ul#mainmenu_sub li a:visited {
	color: #000000;
	text-decoration: none;
	font-size: 1em;
}

ul#mainmenu_sub li a:hover {
	text-decoration: underline;
}
*/

/* -- Mainnavi END -- */

/* -- Subnavi BEGIN -- */
div#subnavi {
	margin-top: 8px;
	padding-left: 25px;
}

* html div#subnavi {
	margin-top: 3px;
}

ul#submenu {
	float: left;
	padding: 0; margin: 0;
	list-style-type: none;
}

ul#submenu li {
	float: left;
	margin-right: 10px;
}

ul#submenu li a:link, ul#submenu li a:active, ul#submenu li a:visited {
	color: #b4b4ae;
	text-decoration: none;
	font-size: 0.9em;
}

ul#submenu li a:hover {
	text-decoration: underline;
}

div#membersfooter {
	float: right;
	margin: 1px 25px 0 0;
	color: #b4b4ae;
	font-size: 0.9em;
	vertical-align: middle;
}

* html div#membersfooter {
	margin: 1px 15px 0 0;
}

div#membersfooter img {
	vertical-align: middle;
	margin-top: -1px;
}

* html div#membersfooter img {
	vertical-align: middle;
	margin-top: 1px;
}

div#membersfooter a:link, div#membersfooter  a:active, div#membersfooter  a:visited {
	color: #b4b4ae;
	text-decoration: none;
}

div#membersfooter  a:hover {
	text-decoration: underline;
}
/* -- Subnavi END -- */

/* -- Layer BEGIN -- */
div#startlayer {
	position: absolute;
	z-index: 100001;
	padding: 5px 10px 5px 0px;
	width: 287px;
	height: 286px;
	top: 99px;
	left: 98px;
	background-image: url(../images/bg_startpage.gif);
}

div#layer2_1_top {
	position: absolute;
	z-index: 100001;
	padding: 10px 10px 5px 0px;
	width: 188px;
	height: 83px;
	top: 0px;
	left: 395px;
	background-image: url(../images/background_2_1.gif);
}

div#layer2_1_1 {
	position: absolute;
	z-index: 100001;
	padding: 10px 10px 5px 0px;
	width: 188px;
	height: 83px;
	top: 99px;
	left: 593px;
	background-image: url(../images/background_2_1.gif);
}

div#layer2_1_2 {
	position: absolute;
	z-index: 100001;
	padding: 10px 10px 5px 0px;
	width: 188px;
	height: 83px;
	top: 198px;
	left: 692px;
	background-image: url(../images/background_2_1.gif);
}

div#layer2_1_3 {
	position: absolute;
	z-index: 100001;
	padding: 10px 10px 5px 0px;
	width: 188px;
	height: 83px;
	top: 396px;
	left: 494px;
	background-image: url(../images/background_2_1.gif);
}

div#layer2_1_middle2 {
	position: absolute;
	z-index: 100001;
	padding: 10px 10px 5px 0px;
	width: 188px;
	height: 83px;
	top: 297px;
	left: 296px;
	background-image: url(../images/background_2_1.gif);
}

div#layer2_1_top div.startlayer_text2, div#layer2_1_1 div.startlayer_text2, div#layer2_1_2 div.startlayer_text2, div#layer2_1_3 div.startlayer_text2,
div#layer2_1_middle2 div.startlayer_text2 {
	width: 173px;
}

div#layer3_1_top {
	position: absolute;
	z-index: 100001;
	padding: 10px 10px 5px 0px;
	width: 287px;
	height: 83px;
	top: 0px;
	left: 395px;
	background-image: url(../images/background_3_1.gif);
}

div#layer3_1_3 {
	position: absolute;
	z-index: 100001;
	padding: 10px 10px 5px 0px;
	width: 287px;
	height: 83px;
	top: 396px;
	left: 494px;
	background-image: url(../images/background_3_1.gif);
}
div#layer3_1 {
	position: absolute;
	z-index: 100001;
	padding: 10px 10px 5px 0px;
	width: 287px;
	height: 83px;
	top: 198px;
	left: 197px;
	background-image: url(../images/background_3_1.gif);
}
div#layer3_1 p { margin: 0; padding: 0; }

div#layer2_2 {
	position: absolute;
	z-index: 100001;
	width: 197px;
	top: 99px;
	left: 99px;
	padding: 0; margin: 0;
}
div#layer2_2_big {
	position: absolute;
	z-index: 100001;
	width: 197px;
	top: 99px;
	left: 0px;
	padding: 0; margin: 0;
}

div#distr_links {
	position: absolute;
	z-index: 100001;
	width: 197px;
	height: 165px;
	top: 99px;
	left: 99px;
	padding: 0; margin: 0;
}

div#distr_links p {
	margin: 0; padding: 0;
}

div#layer3_2_1 {
	position: absolute;
	z-index: 100001;
	padding: 5px 10px 5px 0px;
	width: 287px;
	height: 187px;
	top: 99px;
	left: 99px;
	background-image: url(../images/background_3_2.gif);
}
div#layer3_2_1 p {

}
div#layer3_2 {
	position: absolute;
	z-index: 100001;
	padding: 5px 10px 5px 0px;
	width: 287px;
	height: 187px;
	top: 198px;
	left: 197px;
	background-image: url(../images/background_3_2.gif);
}

div#layer3_2 p { margin: 0; padding: 0; }

div#layer4_2 {
	position: absolute;
	z-index: 100001;
	padding: 5px 10px 5px 0px;
	width: 386px;
	height: 187px;
	top: 198px;
	left: 98px;
	background-image: url(../images/background_4_2.gif);
}

div#layer4_2 p { margin: 0; padding: 0; }

div#layer4_3 {
	position: absolute;
	z-index: 100001;
	padding: 5px 10px 5px 0px;
	width: 386px;
	height: 286px;
	top: 99px;
	left: 296px;
	background-image: url(../images/background_4_3.gif);
}
div#layer4_5 {
	position: absolute;
	z-index: 100001;
	padding: 5px 10px 5px 0px;
	width: 386px;
	height: 484px;
	top: 0px;
	left: 395px;
	background-color:#e7e7e0;
	/*background-image: url(../images/background_4_3.gif);*/
}
div#layer5_3 {
	position: absolute;
	z-index: 100001;
	padding: 5px 10px 0px 0px;
	width: 486px;
	height: 291px;
	top: 99px;
	left: 296px;
	background-image: url(../images/background_5_3.gif);
}
div#layer6_3 {
	position: absolute;
	z-index: 100001;
	padding: 5px 10px 0px 0px;
	width: 585px;
	height: 291px;
	top: 99px;
	left: 197px;
	background-image: url(../images/background_6_3.gif);
}

div#layer6_4 {
	position: absolute;
	z-index: 100001;
	padding: 5px 10px 0px 0px;
	width: 585px;
	height: 391px;
	top: 99px;
	left: 197px;
	background-image: url(../images/background_6_4.gif);
}
div#image_left_6_4 {
	position: absolute;
	z-index: 100001;
	width: 197px; height:296px;
	top:99px; left: 0px;
}
div#layer6_5 {
	position: absolute;
	z-index: 100001;
	padding: 5px 10px 0px 0px;
	width: 585px;
	height: 490px;
	top: 0px;
	left: 197px;
	background-image: url(../images/background_6_5.gif);
}
div#layer5_5 {
	position: absolute;
	z-index: 100001;
	padding: 5px 10px 0px 0px;
	width: 485px;
	height: 490px;
	top: 0px;
	left: 297px;
	background-image: url(../images/background_5_5.gif);
}

div#layer5_5 a.download:link, div#layer5_5 a.download:visited, div#layer5_5 a.download:active {
	color: #000000;
	margin: 0; padding: 0;
	background: none;
	text-decoration: underline;
}

.layer2_1_image {
	position: absolute;
	top: 0; left: -98px;
}

div#layer2_1_top img, div#layer2_1_1 img, div#layer2_1_2 img, div#layer2_1_3 img, div#layer2_1_middle2 img {
	position: absolute;
	top: 0; left: -98px;
}

span#path {
	display: block;
	padding-left: 10px;
	color: #b4b4ae;
	font-size: 0.8em;
	margin-bottom: 5px;
}

span#path a:link, span#path a:active, span#path a:visited {
	color: #b4b4ae;
	text-decoration: none;
}

span#path a:hover {
	text-decoration: underline;
}

.headline_red {
	font-size: 1.5em;
	padding: 2px 5px 2px 10px;
	line-height: 1.3em;
	color: #FFFFFF;
	background-color: #d20037;
}

.headline_red_small {
	font-size: 1em;
	padding: 2px 5px 2px 10px;
	margin: 0;
	line-height: 1.2em;
	color: #FFFFFF;
	background-color: #d20037;
}

div.startlayer_text {
	float: left;
	margin-top: 20px;
	padding: 0px 5px 2px 10px;
	line-height: 1.5em;
	font-size: 0.9em;
}
div.startlayer_text2 {
	margin-top: 10px;
	padding: 0px 5px 2px 10px;
	line-height: 1.2em;
	font-size: 0.9em;
}

* html div.startlayer_text2 { padding: 2px 5px 2px 10px; }

.dropdown_start {
	width: 100%;
	margin: 10px 0 10px 0;
}

a.entrylink:link, a.entrylink:active, a.entrylink:visited {
	float: right;
	margin: 10px 0px 0 0;
	color: #73695d;
	padding: 5px 10px 5px 10px;
	background-color: #e7e7e0;
	text-decoration: none;
	background-image: url(../images/link_end.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

* html a.entrylink:link, a.entrylink:active, a.entrylink:visited {
	margin: 10px 5px 0 0;
}

* html a.entrylink:hover {
	margin: 10px 5px 0 0;
	text-decoration: underline;
}

a.entrylink:hover {
	text-decoration: underline;
}

div.entrylink_small_top {
	position: absolute;
	margin: 7px 10px 0 0;
	color: #73695d;
	padding: 2px 10px 2px 10px;
	background-color: #e7e7e0;
	text-decoration: none;
	background-image: url(../images/link_end.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	z-index: 100001;
	top: 58px; right: 300px;
	font-size: 0.9em;
}

div.entrylink_small1 {
	position: absolute;
	margin: 7px 10px 0 0;
	color: #73695d;
	padding: 2px 10px 2px 10px;
	background-color: #e7e7e0;
	text-decoration: none;
	background-image: url(../images/link_end.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	z-index: 100001;
	top: 158px; right: 102px;
	font-size: 0.9em;
}

div.entrylink_small2 {
	position: absolute;
	margin: 7px 10px 0 0;
	color: #73695d;
	padding: 2px 10px 2px 10px;
	background-color: #e7e7e0;
	text-decoration: none;
	background-image: url(../images/link_end.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	z-index: 100001;
	top: 258px; right: 5px;
	font-size: 0.9em;
}

div.entrylink_small3 {
	position: absolute;
	margin: 7px 10px 0 0;
	color: #73695d;
	padding: 2px 10px 2px 10px;
	background-color: #e7e7e0;
	text-decoration: none;
	background-image: url(../images/link_end.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	z-index: 100001;
	top: 455px; right: 201px;
	font-size: 0.9em;
}

div.entrylink_small_middle2 {
	position: absolute;
	margin: 7px 10px 0 0;
	color: #73695d;
	padding: 2px 10px 2px 10px;
	background-color: #e7e7e0;
	text-decoration: none;
	background-image: url(../images/link_end.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	z-index: 100002;
	top: 357px; right: 401px;
	font-size: 0.9em;
}

div.entrylink_small_top a:link, div.entrylink_small_top a:active, div.entrylink_small_top a:visited,
div.entrylink_small1 a:link, div.entrylink_small1 a:active, div.entrylink_small1 a:visited,
div.entrylink_small2 a:link, div.entrylink_small2 a:active, div.entrylink_small2 a:visited,
div.entrylink_small3 a:link, div.entrylink_small3 a:active, div.entrylink_small3 a:visited,
div.entrylink_small_middle2 a:link, div.entrylink_small_middle2 a:active, div.entrylink_small_middle2 a:visited {
	color: #73695d;
	text-decoration: none;
}

div.entrylink_small_top a:hover, div.entrylink_small1 a:hover, div.entrylink_small2 a:hover, div.entrylink_small3 a:hover, div.entrylink_small_middle2 a:hover {
	text-decoration: underline;
}

a.entrylink_small:link, a.entrylink_small:active, a.entrylink_small:visited {
	float: right;
	margin: 7px 10px 0 0;
	color: #73695d;
	padding: 2px 10px 2px 10px;
	background-color: #e7e7e0;
	text-decoration: none;
	background-image: url(../images/link_end.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	
}

* html a.entrylink_small:link, a.entrylink_small:active, a.entrylink_small:visited {
	margin: 10px 5px 0 0;
}

* html a.entrylink_small:hover {
	margin: 10px 5px 0 0;
	text-decoration: underline;
}

a.entrylink_small:hover {
	text-decoration: underline;
}

a.backlink:link, a.backlink:active, a.backlink:visited, a.backlink:focus {
	position: absolute;
	width: 177px;
	top: 73px; left: 396px;
	color: #73695d;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
	background-image: url(../images/background_button_197.gif);
	z-index: 100002;
	font-size: 0.9em;
}

a.backlink:hover {
	position: absolute;
	top: 73px; left: 396px;
	color: #73695d;
	padding: 2px 10px 2px 10px;
	text-decoration: underline;
}


* html a.backlink:link, a.backlink:active, a.backlink:visited, a.backlink:focus {
	position: absolute;
	top: 63px; left: 396px;
	margin: 10px 5px 0 0;
}

* html a.backlink:hover {
	position: absolute;
	top: 63px; left: 396px;
	margin: 10px 5px 0 0;
	text-decoration: underline;
}

a.furtherlink:link, a.furtherlink:active, a.furtherlink:visited, a.furtherlink:focus {
	position: absolute;
	width: 177px;
	top: 396px; left: 495px;
	color: #73695d;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
	background-image: url(../images/background_button_197.gif);
	z-index: 100002;
	font-size: 0.9em;
}

a.furtherlink:hover {
	position: absolute;
	top: 396px; left: 495px;
	color: #73695d;
	padding: 2px 10px 2px 10px;
	text-decoration: underline;
}

* html a.furtherlink:link, a.furtherlink:active, a.furtherlink:visited, a.furtherlink:focus {
	position: absolute;
	top: 386px; left: 495px;
	margin: 10px 5px 0 0;
}

* html a.furtherlink:hover {
	position: absolute;
	top: 386px; left: 495px;
	margin: 10px 5px 0 0;
	text-decoration: underline;
}



a.furtherlink_big:link, a.furtherlink_big:active, a.furtherlink_big:visited, a.furtherlink_big:focus {
	position: absolute;
	width: 177px;
	top: 297px; left: 0px;
	color: #73695d;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
	background-image: url(../images/background_button_197.gif);
	z-index: 100002;
	font-size: 0.9em;
}

a.furtherlink_big:hover {
	position: absolute;
	top: 297px; left: 0px;
	color: #73695d;
	padding: 2px 10px 2px 10px;
	text-decoration: underline;
}

* html a.furtherlink_big:link, a.furtherlink_big:active, a.furtherlink_big:visited, a.furtherlink_big:focus {
	position: absolute;
	top: 287px; left: 0px;
	margin: 10px 5px 0 0;
}

* html a.furtherlink_big:hover {
	position: absolute;
	top: 287px; left: 0px;
	margin: 10px 5px 0 0;
	text-decoration: underline;
}

div#redlink {
	position: absolute;
	width: 177px;
	top: 297px; left: 99px;
	z-index: 100002;
}

div#redlink a:link, div#redlink a:active, div#redlink a:visited, div#redlink a:focus {
	position: relative;
	display: block;
	width: 177px;
	color: #FFFFFF;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
	background-image: url(../images/background_button_red.gif);
	font-size: 0.9em;
}

div#redlink a:hover {
	position: relative;
	display: block;
	width: 177px;
	padding: 2px 10px 2px 10px;
	text-decoration: underline;
}

div#distr_links a:link, div#distr_links a:active, div#distr_links a:visited, div#distr_links a:focus {
	display: block;
	float: none;
	margin: 0 0 8px 0;
	width: 177px;
	color: #73695d;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
	background-image: url(../images/background_button_197.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	z-index: 100002;
	font-size: 0.9em;
}

div#distr_links a:hover {
	color: #73695d;
	padding: 2px 10px 2px 10px;
	text-decoration: underline;
}

div#distr_links a.active:link, div#distr_links a.active:active, div#distr_links a.active:visited, div#distr_links a.active:focus {
	display: block;
	float: none;
	margin: 0 0 8px 0;
	width: 177px;
	color: #73695d;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
	background-image: url(../images/background_button_197_white.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	z-index: 100002;
	font-size: 0.9em;
}

div#distr_links a.active:hover {
	color: #73695d;
	padding: 2px 10px 2px 10px;
	text-decoration: underline;
}


.startlayer_text table p.bodytext {
	text-align: left;
	margin: 0; padding: 0;
}

.startlayer_text table {
	border-collapse: collapse;
	width: 100%;
	text-align: middle;
}

.startlayer_text table td {
	border-bottom: 1px solid #e7e7e0;
	padding: 3px 0 3px 0;
}

.startlayer_text table td a:link, .startlayer_text table td a:focus, .startlayer_text table td a:active, .startlayer_text table td a:visited {
	float: left;
	color: #73695d;
	margin: 0;
	padding: 3px 6px 3px 6px;
	text-decoration: none;
	background-image: url(../images/background_button_197.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	z-index: 100001;
	font-size: 0.9em;
}

.startlayer_text table td a:hover {
	text-decoration: underline;
}

.startlayer_text table span.point_red {
	margin-left: 30px;
	background-color: #d20037;
	padding: 0 5px 0 5px;
	text-decoration: none;
	text-align: center;
	background-position: bottom right;
	background-repeat: no-repeat;
	z-index: 100001;
	font-size: 0.9em;
}

.startlayer_text table span.point_green {
	margin-left: 30px;
	background-color: #01a161;
	padding: 0 5px 0 5px;
	text-decoration: none;
	text-align: center;
	background-position: bottom right;
	background-repeat: no-repeat;
	z-index: 100001;
	font-size: 0.9em;
}

.startlayer_text table span.point_blue {
	margin-left: 30px;
	background-color: #007dc0;
	padding: 0 5px 0 5px;
	text-decoration: none;
	text-align: center;
	background-position: bottom right;
	background-repeat: no-repeat;
	z-index: 100001;
	font-size: 0.9em;
}

.startlayer_text table span.point_grey {
	margin-left: 30px;
	background-color: #e7e7e0;
	padding: 0 5px 0 5px;
	text-decoration: none;
	text-align: center;
	background-position: bottom right;
	background-repeat: no-repeat;
	z-index: 100001;
	font-size: 0.9em;
}

/* -- Layer END -- */


/* formular */
div#contactform_th, div#contactform_jp {
	position: absolute;
	top: 270px; left: 297px;
	font-size:0.9em;
	z-index: 100002;
}
* html div#contactform_th, * html div#contactform_jp {
	top: 262px;	left: 307px;
}

div#contactform_tw {
	position: absolute;
	top: 90px; left: 198px;
	font-size: 0.9em;
	z-index: 100002;
	width: 600px;
}
* html div#contactform_tw {
	top: 90px;
	left: 210px;
}

div#contactform, div#contactform_big {
	position: absolute;
	top: 238px; left: 297px;
	font-size: 0.9em;
	z-index: 100002;
}

* html div#contactform, * html div#contactform_big {
	position: absolute;
	top: 230px; left: 307px;
	font-size: 0.9em;
	z-index: 100002;
}

div#contactform_tw2 {
	position: absolute;
	top: 188px; left: 200px;
	font-size: 0.9em;
	z-index: 100002;
}

* html div#contactform_tw2 {
	position: absolute;
	top: 180px; left: 207px;
	font-size: 0.9em;
	z-index: 100002;
}



div#contactform_big {
	top: 248px; left: 200px;
}
* html div#contactform_big {
	top: 246px; left: 207px;
}

div#contactform input, div#contactform_tw input, div#contactform_tw2 input, div#contactform_big input, div#layer3_2_1 input, div#contactform_th input {
	font-size: 0.9em;
}


ul#contactform_error, ul#contactform_error_jp, ul#contactform_error_big, ul#contactform_error_th, ul#contactform_error_tw, ul#faq_th, ul#contactform_error_tw2  {
	position: absolute;
	background-color: #E7E7E0;
	width: 157px; height: 187px;
	padding-top: 10px;
	top: -51px; left: -198px;
	font-size: 1em;
	z-index: 100002;
}

ul#contactform_error_jp {
	top:-61px; left: -200px;
}
* html ul#contactform_error_jp {
	top:-48px !important;
	left: -247px !important;
}

ul#contactform_error_th {
	top:-83px;
}

ul#contactform_error_tw {
	top: 97px;
	left: -198px;
}
*html ul#contactform_error_tw {
	top: 9px !important;
	left: -250px !important;
}

ul#contactform_error_tw2 {
	top: -100px;
	left: -200px;
}
*html ul#contactform_error_tw2 {
	top: -51px; left: -198px;
}

ul#faq_th {
	font-size: 0.9em;
	top: 88px; left: 99px;
	overflow:auto;
}

* html ul#contactform_error, * html ul#contactform_error_jp, * html ul#contactform_error_big, * html ul#contactform_error_th, * html ul#contactform_error_tw, * html ul#contactform_error_tw2, * html ul#faq_th  {
	position: absolute;
	background-color: #E7E7E0;
	width: 177px; height: 177px;
	padding: 10px;
	top: -32px; left: -248px;
	font-size: 1em;
	z-index: 100002;
}
ul#contactform_error_big {
	top: -61px; left: -200px;
}
* html ul#contactform_error_big {
	top: -48px; left: -247px;
}
* html ul#contactform_error_th  {
	top: -64px;
}
* html ul#contactform_error_tw  {
	top: -81px; left: -247px;
}
* html ul#contactform_error_tw2  {
	top: -81px; left: -247px;
}
* html ul#faq_th {
	font-size: 0.9em;
	top: 198px; left: 59px;
}

div#contactform_success {
	position: absolute;
	top: 188px; left: 307px;
	font-size: 0.9em;
	z-index: 100002;
}

fieldset.mailform_fieldset, fieldset.mailform_fieldset_jp {
	border: 0;
	padding-bottom: 20px;
}
fieldset.mailform_fieldset_jp {
	padding-top: 20px;
}

#mailformformtype_mail {
	color: #73695d;
	text-decoration: none;
	background-image: url(../images/link_end.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#mailformformtype_mail:hover {
	text-decoration: underline;
}

textarea#mailformdetails {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;	
}

.csc-mailform-field label {
	width: 90px;
	float: left;
}

.csc-mailform-field_right label {
	width: 90px;
	float: left;
}

.csc-mailform-field2 label, .csc-mailform-field3 label {
	width: 120px;
	float: left;
}

.csc-mailform-field_long label {
	width: 90px;
	float: left;
}

.csc-mailform-field_big label {
	width: 125px;
	float: left;
}
.csc-mailform-field_big2 label {
	width: 90px;
	float: left;
}
*html .csc-mailform-field_big2 label {
	width: 80px;
}

.csc-mailform-field_bigbig label {
	width: 90px;
	float: left;
}
.csc-mailform-field_bigbig_jp label {
	width: 125px;
	float: left;
}
.csc-mailform-field {
	float: left;
	margin-bottom: 5px;
	width: 250px;
}

.csc-mailform-field_right {
	float: left;
	margin: 0 0 5px -53px;
	width: 250px;
}

.csc-mailform-field2, .csc-mailform-field3 {
	float: left;
	margin-bottom: 5px;
	width: 250px;
}

.csc-mailform-field_long {
	float: left;
	margin-bottom: 5px;
	width: 199px;
}

.csc-mailform-field_short {
	float: left;
	margin-bottom: 5px;
	width: 230px;
}
.csc-mailform-field_short label {
	float:left;
	width: 90px;
}
.csc-mailform-field_middle, .csc-mailform-field_middle_small, .csc-mailform-field_label {
	float:left;
	margin-bottom: 5px;
	width: 295px;
}
.csc-mailform-field_middle_twlong {
	float:left;
	margin-bottom: 5px;
	width: 570px;
}
.csc-mailform-field_middle_twlong input[type=text] { width: 200px; }
.csc-mailform-field_middle_twlong textarea { width: 440px; }
.csc-mailform-field_middle label, .csc-mailform-field_middle_twlong label {
	width: 125px;
	float: left;
}

.csc-mailform-field_middle_small label {
	width: 122px;
	float: left;
}

.csc-mailform-field_big {
	float: left;
	margin-bottom: 5px;
	width: 295px;
}
.csc-mailform-field_big2 {
	float: left;
	width: 295px;
	margin:0 0 5px -17px
}
*html .csc-mailform-field_big2 {
	margin:0 0 5px -3px
}

.csc-mailform-field_bigbig {
	float: left;
	margin-bottom: 5px;
	width: 510px;
}

.csc-mailform-field_bigbig_jp {
	float: left;
	margin-bottom: 5px;
	width: 710px;
}

.csc-mailform-field_label label {
	width: 180px;
	float: left
}

.csc-mailform-submit, .csc-mailform-submit_big, .csc-mailform-submit_big_jp, .csc-mailform-submit_big_jp2, .csc-mailform-submit_jp3, .csc-mailform-submit_jp4, .csc-mailform-submit_th, .csc-mailform-submit_th2, .csc-mailform-submit_th3, .csc-mailform-submit_jp2, .csc-mailform-submit_th4, .csc-mailform-submit_jp, .csc-mailform-submit_tw, .csc-mailform-reset_tw,  .csc-mailform-submit_tw3, .csc-mailform-reset_tw3 , .csc-mailform-reset_tw3 {
	position: absolute;
	top: 83px; right: 121px;
	border: 0;
	color: #73695d;
	padding: 2px 10px 2px 10px;
	background-color: #e7e7e0;
	text-decoration: none;
	z-index: 100003;
	cursor: pointer;
}


.csc-mailform-reset_tw2 {
	position: absolute;
	top: 83px; 
	left: 290px;
	border: 0;
	color: #73695d;
	padding: 2px 10px 2px 10px;
	background-color: #e7e7e0;
	text-decoration: none;
	z-index: 100003;
	cursor: pointer;
}


.csc-mailform-submit_tw2 {
	position: absolute;
	top: 83px; 
	left: 380px;
	border: 0;
	color: #73695d;
	padding: 2px 10px 2px 10px;
	background-color: #e7e7e0;
	text-decoration: none;
	z-index: 100003;
	cursor: pointer;
}



.csc-mailform-submit_th {
	top: 93px; right:107px;
}
.csc-mailform-submit_th2 {
	top: 83px; right:136px;
}
*html .csc-mailform-submit_th2 {
	top: 80px !important;
	right:125px !important;
}

.csc-mailform-submit_th3 {
	top: 58px; right:141px;
}
.csc-mailform-submit_big {
	top: 215px; right: 138px;
}
.csc-mailform-submit_big_jp {
	top: 190px; right: 158px;
}
.csc-mailform-submit_big_jp2 {
	top: 220px; right: 195px;
}
*html .csc-mailform-submit_big_jp2 {
	top: 195px; right: 183px;
}

*html .csc-mailform-submit_big_jp {
	top: 183px !important;
}

.csc-mailform-submit_jp {
	top: 0px; right: 0px;
}
*html .csc-mailform-submit_jp {
	top: 120px !important;
	right: 142px;
}

.csc-mailform-submit_jp2 {
	top: 225px; right: 173px;
}

.csc-mailform-submit_jp3 {
	top: 108px; right: 75px;
}
*html .csc-mailform-submit_jp3 {
	top: 108px; right: 135px;
}

.csc-mailform-submit_jp4 {
	top: 220px; right: 172px;
}
*html .csc-mailform-submit_jp4 {
	top: 194px; right: 162px;
}

.csc-mailform-submit_th4 {
	top: 95px; right: 134px;
}

.csc-mailform-submit_tw {
	top: 346px; right: 96px;
}
* html .csc-mailform-submit_tw {
	top: 306px; right: 102px;
}
.csc-mailform-reset_tw {
	top: 346px; right: 170px;
}
* html .csc-mailform-reset_tw {
	top: 306px; right: 180px;
}


.csc-mailform-submit_tw2 {
	top: 275px; right: 235px;
}
.csc-mailform-reset_tw2 {
	top: 275px; right: 310px;
}


.csc-mailform-submit_tw3 {
	top: 386px; right: 146px;
}
* html .csc-mailform-submit_tw3 {
	right: 154px;
}
.csc-mailform-reset_tw3 {
	top: 386px; right: 220px;
}
* html .csc-mailform-reset_tw3 {
	right: 240px;
}

* html .csc-mailform-submit, * html .csc-mailform-submit_big, * html .csc-mailform-submit_big_jp, * html .csc-mailform-submit_jp {
	position: absolute;
	top: 80px; right: 130px;
	border: 0;
	color: #73695d;
	padding: 2px 10px 2px 10px;
	background-color: #e7e7e0;
	text-decoration: none;
	z-index: 100001;
	cursor: pointer;
}
* html .csc-mailform-submit_big {
	top: 211px; right: 149px;
}
* html .csc-mailform-submit_big_jp {
	top: 211px; right: 149px;
}
* html .csc-mailform-submit_jp {
	top: 103px; right: 130px;
}
* html .csc-mailform-submit_jp2 {
	top: 200px; right: 160px;
}
* html .csc-mailform-submit_th4 {
	top: 103px; right: 130px;
}
* html .csc-mailform-submit_th {
	top: 70px; right: 116px;
}
* html .csc-mailform-submit_th2 {
	top: 106px; right: 130px;
}
* html .csc-mailform-submit_th3 {
	top: 52px; right: 130px;
}
* html .csc-mailform-submit_tw2 {
	top: 250px !important;
	right: 233px;
}
* html .csc-mailform-reset_tw2 {
	top: 250px !important;
	right: 320px;
}

div.mailform-checkbox_tw1 {
	float: left;
	width: 50px;
	margin: 0 0 0 0;
}
div.mailform-checkbox_tw2 {
	float: left;
	width: 61px;
	margin: 0 0 0 -11px;
}
*html div.mailform-checkbox_tw2 {
	width: 58px;
	margin: 0 0 0 -8px;
}

.mailformleft_h{
	width: 800px;
}

div.tx-thmailformplus-pi1 {
	height: 0px;
}

*html div.tx-thmailformplus-pi1 {
	float: left;
	height: 0px;
}

div.mailformtext {
	float: left;
	margin: 0 0 0 90px;
	line-height: 16px;
}
*html div.mailformtext {
	margin: 0 0 0 93px;
	display: inline;
}

textarea.mailformtext {
	font-size: 1em;
	font-family: arial, helvetica,sans-serif
}

span.mailformred {
	color: red;
}

span.mailformblue {
	color: #03008b;
}

div.mailformbottom {
	float: left;
	text-align: right;
	margin: 0 0 0 70px;
	line-height: 16px;
}
*html div.mailformbottom {
	display: inline;
	margin: 25px 0 0 80px;
}

div.mailformbottom_tw {
	float: left;
	text-align: right;
	margin: 35px 0 0 90px;
	line-height: 16px;
}
*html div.mailformbottom_tw {
	display: inline;
}

input.mailform_input_little {
	width: 38px;
}
*html input.mailform_input_little {
	width: 38px;
}

label.mailformmiddle_b {
	text-align:right;
	margin: 0 40px 0 0;
}

/* -- Sitemap BEGIN -- */
.csc-sitemap ul li a {
	text-transform: uppercase;
}

.csc-sitemap ul li ul li a {
	text-transform: none;
}
/* -- Sitemap END -- */

/* -- Servicecenter BEGIN -- */

layer_3_2_1 submit
{
	float: right;
	margin: 10px 0 0 0;
	color: #73695d;
	padding: 5px 10px 5px 10px;
	background-color: #e7e7e0;
	text-decoration: none;
	background-image: url(../images/link_end.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
li#sc_li {
	margin-bottom: 10px;
	line-height: 0.9em;
	font-size: 0.95em;;
}
#csc-scs-field {

	width: 90px;
	float: left;
}
.fieldset.scs_fieldset {
	border: 0;
	padding-bottom: 20px;
}
.label_long {
	width: 200px;
}


/* --Warning -- */

#warning {
	padding: 10px 20px 20px 20px;
	position: absolute;
	background-color: #ffffff;
	color: #000000;
	font-size: 12px;
	width: 750px;
	top: 0;
	left: 50px;
	z-index: 300000 !important;
	border: 1px solid black;
}

/* --TW Aenderungen -- */

#tw_start {
	position: absolute;
	width: 98px;
	height: 98px;
	top: 298px;
	left: 695px;
	z-index: 300000 !important;
}

#tw_promo_start {
	position: absolute;
	width: 123px;
	height: 123px;
	top: 385px;
	left: 780px;
	z-index: 300000 !important;
}


#tw_blau {
	position: absolute;
	width: 98px;
	height: 98px;
	top: 1px;
	left: 495px;
	z-index: 300000 !important;
}

#tw_button_demo {
	position: absolute;
	width: 98px;
	height: 98px;
	top: 386px;
	left: 495px;
	z-index: 300000 !important;
}

	
div.linkcolor .entrylink_small1 {
	position: absolute;
	text-decoration: none;
	z-index: 100001;
	top: 158px; right: 102px;
	font-size: 0.9em;
	margin: 7px 0px 0 0;	
	background-image: none;
	background-color: transparent;
}

div.linkcolor .entrylink_small1 a:link, div.linkcolor .entrylink_small1 a:visited  {
	background-color: #e7e7e0;
	color: #73695d;
	padding: 6px 15px 6px 12px;
	background-image: url(../images/link_end.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.linkcolor .entrylink_small1 a:hover {
	background-color: #d20037;
	color: #ffffff;
	padding: 6px 15px 6px 12px;
	background-image: url(../images/link_end.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.linkcolor .entrylink_small1 a:active, div.linkcolor .entrylink_small1 a:focus {
	background-color: #e7e7e0;
	color: #73695d;
	padding: 6px 15px 6px 12px;
	background-image: url(../images/link_end.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}



div.entrylink_small2 {
	position: absolute;
	text-decoration: none;
	z-index: 100001;
	top: 258px; right: 5px;
	font-size: 0.9em;
	margin: 7px 0px 0 0;	
	background-image: none;
	background-color: transparent;
}

div.linkcolor .entrylink_small2 a:link, div.linkcolor .entrylink_small2 a:visited  {
	background-color: #e7e7e0;
	color: #73695d;
	padding: 6px 15px 6px 12px;
	background-image: url(../images/link_end.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.linkcolor .entrylink_small2 a:hover {
	background-color: #d20037;
	color: #ffffff;
	padding: 6px 15px 6px 12px;
	background-image: url(../images/link_end.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.linkcolor .entrylink_small2 a:active, div.linkcolor .entrylink_small2 a:focus {
	background-color: #e7e7e0;
	color: #73695d;
	padding: 6px 15px 6px 12px;
	background-image: url(../images/link_end.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.entrylink_small3 {
	position: absolute;
	text-decoration: none;
	z-index: 100001;
	top: 455px; right: 201px;
	font-size: 0.9em;
	margin: 7px 0px 0 0;	
	background-image: none;
	background-color: transparent;
}

div.linkcolor .entrylink_small3 a:link, div.linkcolor .entrylink_small3 a:visited  {
	background-color: #e7e7e0;
	color: #73695d;
	padding: 6px 15px 6px 12px;
	background-image: url(../images/link_end.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.linkcolor .entrylink_small3 a:hover {
	background-color: #d20037;
	color: #ffffff;
	padding: 6px 15px 6px 12px;
	background-image: url(../images/link_end.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.linkcolor .entrylink_small3 a:active, div.linkcolor .entrylink_small3 a:focus {
	background-color: #e7e7e0;
	color: #73695d;
	padding: 6px 15px 6px 12px;
	background-image: url(../images/link_end.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}



/* -- Servicecenter END -- */



/*formular tw*/
label#mailform-textarea_tw-right {
	float: left;
	width: 360px;
	margin: 0 0 0 90px;
}

textarea#mailformleft_i {
	float: left;
	margin: 0 0 0 90px;
	height: 40px;
}


/* </style> <!-- */ -->

/* TW ORDERS PAGE */

div#content_box {
	position: relative;
	margin: 25px 0 0 0; padding: 0px;
	width: 890px;
	height: 100%;
}

* html div#content_box  {
	height: 100%;
}

div#layer2_1_middle2_tw_orderpage {
	position: absolute;
	z-index: 100001;
	padding: 10px 10px 5px 0px;
	width: 188px;
	height: 83px;
	top: 297px;
	left:98px;
	background-image: url(../images/background_2_1.gif);
}

div#layer2_1_1_tw_orderpage {
	position: absolute;
	z-index: 100001;
	padding: 10px 10px 5px 0px;
	width: 188px;
	height: 83px;
	top: 297px;
	left: 453px;
	background-image: url(../images/background_2_1.gif);
}

div#layer2_1_2_tw_orderpage{
	position: absolute;
	z-index: 100001;
	padding: 10px 10px 5px 0px;
	width: 188px;
	height: 84px;
	left: 197px;
	bottom: 0px;
	background-image: url(../images/background_2_1.gif);
}

div#layer2_1_3_tw_orderpage{
	position: absolute;
	z-index: 100001;
	padding: 10px 10px 5px 0px;
	width: 188px;
	height: 83px;
	top: 396px;
	left: 530px;
	background-image: url(../images/background_2_1.gif);
}

div#layer2_1_middle2_tw_orderpage div.startlayer_text2, div#layer2_1_1_tw_orderpage div.startlayer_text2, div#layer2_1_2_tw_orderpage div.startlayer_text2, div#layer2_1_middle2_tw_orderpage div.startlayer_text2, div#layer2_1_3_tw_orderpage div.startlayer_text2 {
	width: 173px;
}

div#layer2_1_middle2_tw_orderpage img, div#layer2_1_1_tw_orderpage img, div#layer2_1_2_tw_orderpage img, div#layer2_1_middle2_tw_orderpage img, div#layer2_1_3_tw_orderpage img {
	position: absolute;
	top: 0; left: -98px;
}

div.entrylink_small_middle2_tw_orderpage{
	position: absolute;
	margin: 7px 10px 0 0;
	color: #73695d;
	padding: 2px 10px 2px 10px;
	background-color: #e7e7e0;
	text-decoration: none;
	background-image: url(../images/link_end.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	z-index: 100002;
	top: 357px; right: 600px;
	font-size: 0.9em;
}

div.entrylink_small1_tw_orderpage {
	position: absolute;
	margin: 7px 10px 0 0;
	color: #73695d;
	padding: 2px 10px 2px 10px;
	background-color: #e7e7e0;
	text-decoration: none;
	background-image: url(../images/link_end.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	z-index: 100001;
	top: 357px; right: 247px;
	font-size: 0.9em;
}

div.entrylink_small2_tw_orderpage {
	position: absolute;
	margin: 7px 10px 0 0;
	color: #73695d;
	padding: 2px 10px 2px 10px;
	background-color: #e7e7e0;
	text-decoration: none;
	background-image: url(../images/link_end.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	z-index: 100001;
	top: 455px; left: 300px;
	font-size: 0.9em;
}

div.entrylink_small3_tw_orderpage {
	position: absolute;
	margin: 7px 10px 0 0;
	color: #73695d;
	padding: 2px 10px 2px 10px;
	background-color: #e7e7e0;
	text-decoration: none;
	background-image: url(../images/link_end.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	z-index: 100001;
	top: 455px; right: 165px;
	font-size: 0.9em;
}

#tw_blau_neu {
	position: absolute;
	width: 98px;
	height: 98px;
	top: 297px;
	right: 45px;
	z-index: 300000 !important;
}

/* TW ORDERS PAGE END*/

/* TW BRIGHT HOME PAGE */

div#layer5_3_tw_brighthomepage {
	position: absolute;
	z-index: 100001;
	padding: 5px 10px 0px 0px;
	width: 486px;
	height: 291px;
	top: 99px;
	left: 224px;
	background-image: url(../images/background_5_3.gif);
}

.headline_blue {
	font-size: 1.5em;
	padding: 2px 5px 2px 10px;
	line-height: 1.3em;
	color: #FFFFFF;
	background-color: #007dc0;
}

div#images_vk {
	position: absolute;
	z-index: 100001;
	padding: 5px 10px 0px 0px;
	width: 486px;
	height: 291px;
	top: -5px;
	left: 445px;
}
\

/* TW BRIGHT HOME PAGE END*/

.headline_red {
	font-size: 1.5em;
	padding: 2px 5px 2px 10px;
	line-height: 1.3em;
	color: #FFFFFF;
	background-color: #d20037;
}

.headline_green {
	font-size: 1.5em;
	padding: 2px 5px 2px 10px;
	line-height: 1.3em;
	color: #FFFFFF;
	background-color: #01a161;
}

.headline_blue {
	font-size: 1.5em;
	padding: 2px 5px 2px 10px;
	line-height: 1.3em;
	color: #FFFFFF;
	background-color: #007dc0;
}

.headline_red_small {
	font-size: 1em;
	padding: 2px 5px 2px 10px;
	margin: 0;
	line-height: 1.2em;
	color: #FFFFFF;
	background-color: #d20037;
}

.startlayer_lux_for_life_text {
        margin: -14px 0 0 0;	
}
