body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #e8f1f8;
}

html, body {height: 100%;}
body {margin: 0; padding: 0;}

#loginbar {
	position: relative;
	height: 33px;
	width: 100%;
	background-image: url(../img/loginbar_right.png);
	font-size: 11px;
	font-family: Arial,Helvetica,sans-serif;
}
#loginbar .left {
	position: relative;
	height: 33px;
	width: 760px;
	background-image: url(../img/loginbar_left.png);
}
#loginbar .left .user {
	position: absolute;
	top: 0px;
	height: 31px;
}

#loginbar .logout{
	position: absolute;
	right: 20px;
	top: 9px;
}

#loginbar a:link, a:active {
	text-decoration: underline;
	line-height: 13px;
	color: #396B92;
}
#loginbar a:visited {
	text-decoration: underline;
	line-height: 13px;
	color: #7E9FB8;
}
#loginbar a:hover {
	text-decoration: underline;
	line-height: 13px;
	color: #CE0000;
}
#loginbar a {
	text-decoration: none;
	color: #396b92;
}
#loginbar a:hover {
	text-decoration: none;
	color: #CE0000;
}

#loginbar .left .button {
	display: inline-block;
	margin-top: 7px;
}
#loginbar .left a.button.p2w {
	width: 170px;
	height: 18px;
	background-image: url(../img/bt_p2w.gif);
	background-position: 0px 0px;
}
#loginbar .left a.button.p2w_en {
	width: 179px;
	height: 18px;
	background-image: url(../img/bt_p2w_en.gif);
	background-position: 0px 0px;
}
#loginbar .left a.button.wm_bestellung {
	width: 152px;
	height: 18px;
	background-image: url(../img/bt_wm_bestellung.gif);
	background-position: 0px 0px;
}
#loginbar .left a.button.p2w:hover,
#loginbar .left a.button.p2w_en:hover,
#loginbar .left a.button.wm_bestellung:hover {
	background-position: 0px -18px;
}

#loginbar .left .name {
	display: inline-block;
	margin-left: 10px;
	margin-top: 9px;
	vertical-align: top;
}
#loginbar .left .name .edit {
	display: inline-block;
	margin-left: 6px;
}
#loginbar .left .pipe {
	width: 1px;
	height: 15px;
	display: inline-block;
	margin: 8px 14px 0px;
	background-image: url(../img/pipe.gif);
}

#wrapper {
	min-height: 100%;
	/* position: relative; */
	
	position: absolute;
	top: 0px;
	width: 100%;
	
	/* margin-left: -60px; */
	background-image: url(../img/bg.gif);
}

#wrapper_messe {
	min-height: 100%;
	position: relative;
	background-image: url(../img/bg_messe.gif);
	background-repeat: repeat-y;
}

* html #wrapper,
* html #wrapper_messe {
	height: 100%;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #a0adbc;
	position: absolute; bottom: 0; left: 0; width: 632px;
	padding-right:0px;
}
#footer a, #footer a:visited, #footer a:hover, #footer a:active {
	color: #a0adbc;
	text-decoration: none;
	line-height: normal;
}
* html #footer {
	bottom: -1px;
}

#logo {
	position: absolute;
	left: 539px;
	top: 19px;
}

#logo_messe {
	position: absolute;
	left: 739px;
	top: 19px;
}

#mainnav {
	z-index: 100;
	position: absolute;
	left: 0px;
	/* top: 76px; */
	top: 84px;
	height: 50px;
	width: 100%;
	background-color: #ABC7DD;
	background-image: url(../img/bg_menu.gif);
	background-position: left;
	background-repeat: repeat-y;
}
#metanav {
	position: absolute;
	left: 80px;
	/* top: 0px; */
	top: 10px;
}
#metanav img {
	float: left;
	width: 1px;
	height: 33px;
}
#metanav a, #metanav a:link, #metanav a:active, #metanav a:visited {
	display: block;
	float: left;
	height: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #767676;
	text-decoration: none;
	text-align: center;
	padding-top: 22px;
	background-position: center;
	background-repeat: no-repeat;
	line-height: normal;
}
#metanav a.home {
	background-image: url(../img/ico_home.gif);
	width: 46px;
}
#metanav a.sitemap {
	background-image: url(../img/ico_sitemap.gif);
	width: 59px;
	padding-left: 1px;
}
#metanav a.mail {
	background-image: url(../img/ico_mail.gif);
	width: 72px;
	margin-left: -1px;
}
#metanav a.login {
	background-image: url(../img/ico_login.gif);
}
#metanav a.login.de {
	width: 95px;
}
#metanav a.login.en {
	width: 90px;
}
#metanav a.lang {
	background-image: url(../img/ico_lang.gif);
}
#metanav a.download {
	background-image: url(../img/ico_download.gif);
	width: 64px;
}
#metanav a.lang_en {
	background-image: url(../img/ico_en.gif);
	width: 69px;
}
#metanav a.lang_de {
	background-image: url(../img/ico_de.gif);
	width: 69px;
}
#metanav a:hover {
	color: #CE0000;
}
#search {
	z-index: 101;
	position: absolute;
	left: 677px;
	/* top: 93px; */
	top: 101px;
	width: 152px;
}
.searchbox {
	border: none;
	width: 134px;
	height: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #396B92;
}
* html .searchbox {
	border: 0px;
	width: 132px;
}

html* .searchbox {
	margin-top: -1px;
	border: 0px;
	width: 132px;
}

.person_searchbox {
	border: none;
	width: 227px;
	height: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #585656;
	border-style: inset;
	border-width: 2px;
	border-color: #cdcdcd;
}
* html .person_searchbox {
	border: 0px;
	width: 225px;
	border-style: inset;
	border-width: 2px;
	border-color: #cdcdcd;
}
#search a {
	float: right;
	width: 15px;
	height: 15px;
	background-image: url(../img/bt_search.gif);
	background-repeat: no-repeat;
}
#search a:hover {
	background-image: url(../img/bt_search_mo.gif);
} 
* html #search a {
	margin-top: 1px;
}
#traceline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #767676;
	width: 537px;
	margin-left: 31px;
	padding-top: 31px;
}
#traceline span {
	font-size: 9px;
}
#traceline a, #traceline a:active, #traceline a:visited {
	line-height: normal;
	text-decoration: none;
	color: #767676;
}
#traceline a:hover {
	color: #CE0000;
}
#contentbox {
	display: block;
	width: 603px;
	position: relative;
	left: 60px;
	top: 133px;
	margin-bottom: 300px;
	float:left;
}
#contentbox_messe {
	display: block;
	width: 804px;
	position: relative;
	left: 60px;
	top: 45px;
	margin-bottom: 80px;
	float:left;
}

.contentbox_form {
	float: left;
	font-size: 10px;
	width: 328px;
}

.contentbox_form strong {
	font-weight: bold;
	font-size: 9px; 
	font-family: Verdana;
}

/*
* html #contentbox {
	position: relative;
	padding-top: 125px;
	margin-left: 60px;
	left:0px;
	top:0px;
}
*/
#contentbox_container {
	width: 760px;
}

* html #contentbox_container {
	width: 760px;
	margin-bottom: 150px;
}

html* #contentbox_container {
	width: 760px;
	margin-bottom: 150px;
}

#subline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #767676;
	display: block;
	position: relative;
	width: 537px;
	/*left: 31px;*/
	left: 93px;
	text-align: left;
	padding-top: 100px;
	padding-bottom: 40px;
}
#subline a:link, #subline a:active, #subline a:visited {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #767676;
	text-decoration: none;
	background-position: right;
	background-repeat: no-repeat;
	height: 10px;
	padding-top: 1px;
	line-height: normal;
}
#subline a:hover {
	color: #CE0000;
	line-height: normal;
}
#subline a.print {
	float: left;
	background-image: url(../img/ico_print.gif);
	background-position: left;
	padding-left: 17px;
	margin-left: 0px;
	line-height: normal;
}
#subline a.top {
	background-image: url(../img/ico_top.gif);
	padding-right: 13px;
	line-height: normal;
}

#anchor_top a {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #767676;
	text-decoration: none;
	background-position: right;
	background-repeat: no-repeat;
	padding-top: 1px;
	background-image: url(../img/ico_top.gif);
	padding-right: 13px;
}
#anchor_top a:hover {
	color: #CE0000;	
}
#download_link a {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #767676;
	text-decoration: none;
	background-position: right;
	background-repeat: no-repeat;
	padding-top: 1px;
	background-image: url(../img/bt_download.gif);
	padding-right: 13px;
	margin-left: 20px;
	margin-top: 50px;
	width: 85px;
}
#download_link a:hover {
	color: #CE0000;	
	background-image: url(../img/bt_download_mo.gif);
}
#close_link a {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
	text-decoration: none;
	background-position: right;
	background-repeat: no-repeat;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(../img/cancel.gif);
	width: 72px;
}

#close_link a:hover {
	color: #CE0000;	
	background-image: url(../img/cancel_mo.gif);
}
#infoboxarea {
	position: relative;
	float: left;
	width: 152px;
	top: 134px;
	left: 74px;
	margin-bottom: 134px;
	margin-bottom: 150px;
}
.infobox {
	margin-top: 14px;
	background-color: #FFFFFF;
	position: relative;
}
.infobox a:link, .infobox a:active, .infobox a:visited, .infobox a:hover {
	background-image: url(../img/ico_infoboxlink.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	line-height: normal;
	position: relative;
}

/*
Für Download-Links
*/
.infobox .infoboxcnt a:link,
.infobox .infoboxcnt a:active,
.infobox .infoboxcnt a:visited,
.infobox .infoboxcnt a:hover {
	background-repeat: no-repeat;
	background-position: left top;
	position: static;
	display: inline-block;
}


#navbox {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
	color: #767676;
	font-size: 10px; 
	margin-top: 14px;
	padding: 12px 9px 12px 9px;
	background-color: #FFFFFF;
}
#navbox a:link, #navbox a:active, #navbox a:visited, #navbox a:hover {
	text-decoration: none;
	line-height: normal;
}
#navbox h2 {
	font-weight: bold;
	font-size: 9px; 
	color: #767676;
	margin-top: 0px;
	line-height: 10px;
	margin-bottom: 9px;
	font-family: Verdana;
}
#navbox ul {
	margin:0px;
	padding:0px;
	padding-top: 4px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#navbox ul ul {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-bottom: 0px;
	line-height: 10px;
}
#navbox ul li {
	list-style: none;
	background-image: url(../img/navbox_l1.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-bottom: 3px;
}
#navbox ul ul li {
	list-style: none;
	background-image: url(../img/navbox_l2.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
}
#navbox ul ul a {
	font-size: 9px;
}
#navbox ul a.selected {
	color: #CE0000;
}
#navbox a.l0 {
	background-image: url(../img/navbox_l0.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 11px;
	font-size: 9px;
	font-weight: bold;
}
#formbox {
	background-color: #F5F5F5;
	border: solid 1px #E4E4E4;
	padding: 10px 30px 20px 30px;
	font-size: 10px; 
}
#formbox table {
	width: 100%;
}
#formbox table td {
	vertical-align: top;
}
#formbox label {
	position: relative;
	top: -3px;
}
#formbox input {
	height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #ffffff;
	border-style: inset;
	border-width: 2px;
	border-color: #cdcdcd;
}
#formbox select {
	height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #ffffff;
	border-style: inset;
	border-width: 2px;
	border-color: #cdcdcd;
}
#formbox strong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;	
}
#formbox textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #ffffff;
	border-style: inset;
	border-width: 2px;
	border-color: #cdcdcd;
}
#formbox a {
	text-decoration: none;
}
#button {
	font-size: 11px;
}
.bereichsuebersicht {
	background-color: #F5F5F5;
	font-size: 10px;
	line-height: 12px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 25px;
	padding-bottom: 9px;
	margin-top: 3px;
	width: 330px;
}
.bereichsuebersicht_sub a:link, .bereichsuebersicht_sub a:active, .bereichsuebersicht_sub a:visited, .bereichsuebersicht_sub a:hover, .bereichsuebersicht a:link, .bereichsuebersicht a:active, .bereichsuebersicht a:visited, .bereichsuebersicht a:hover {
	text-decoration:none;
}
.bereichsuebersicht a,
.bereichsuebersicht a:link,
.bereichsuebersicht_opened a,
.bereichsuebersicht_opened a:link {
	outline: medium none;
	text-decoration: none !important;
}
.bereichsuebersicht #icon {
	position: relative;
	float: left;
	top: 13px;
	left: -10px;
	width: 5px;
	height: 8px;
	background-image: url(../img/icon_dbl_big_down.gif);
	background-repeat: no-repeat;
}
.bereichsuebersicht h4 {
	display: block;
	padding: 0px;
	margin: 0px;
	padding-top: 11px;
	padding-bottom: 2px;
	position: relative;
	_left: -6px;
	color: #656565;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	text-decoration:none;
}
.bereichsuebersicht h4:hover {
	color: #C40004;
	text-decoration:none;
}
.bereichsuebersicht_opened {
	background-color: #E8F1F8;
	font-size: 10px; 
	line-height: 12px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 25px;
	padding-bottom: 10px;
	margin-top: 3px;
	width: 330px;
	text-decoration:none;
}
.bereichsuebersicht_opened #icon {
	position: relative;
	float: left;
	top: 13px;
	left: -10px;
	width: 5px;
	height: 8px;
	background-image: url(../img/icon_dbl_big_up.gif);
	background-repeat: no-repeat;
}
.bereichsuebersicht_opened h4 {
	display: block;
	padding: 0px;
	margin: 0px;
	padding-top: 11px;
	padding-bottom: 3px;
	position: relative;
	_left: -6px;
	color: #656565;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	text-decoration:none;
}
.bereichsuebersicht_opened h4:hover {
	color: #C40004;
	text-decoration:none;
}
.bereichsuebersicht_sub {
	background-color: #E8F1F8;
	font-size: 10px; 
	line-height: 12px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 25px;
	margin-top: 0px;
	width: 330px;
	color: #396b92;
}
.bereichsuebersicht_sub h4 {
	display: block;
	padding: 0px;
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 3px;
	position: relative;
	_left: -6px;
	color: #396b92;
	font-weight: bold;
	font-size: 11px;
}
.bereichsuebersicht_sub a:hover {
	color: #C40004;
}
#icon_big {
	position: relative;
	float: left;
	top: 14px;
	left: -10px;
	width: 6px;
	height: 6px;
	background-image: url(../img/icon_big.gif);
	background-repeat: no-repeat;
}
#icon_big_down {
	position: relative;
	float: left;
	top: 9px;
	left: -10px;
	width: 6px;
	height: 6px;
	background-image: url(../img/icon_big_down.gif);
	background-repeat: no-repeat;
}
#icon_big_up {
	position: relative;
	float: left;
	top: 9px;
	left: -10px;
	width: 6px;
	height: 6px;
	background-image: url(../img/icon_big_up.gif);
	background-repeat: no-repeat;
}
#icon_small {
	position: relative;
	float: left;
	top: 10px;
	left: -10px;
	width: 6px;
	height: 6px;
	background-image: url(../img/icon_small.gif);
	background-repeat: no-repeat;
}
#icon_small_sub {
	position: relative;
	float: left;
	top: 3px;
	left: -10px;
	width: 6px;
	height: 6px;
	margin-right: -10px;
	background-image: url(../img/icon_small_sub.gif);
	background-repeat: no-repeat;
}
#image_r_w420 {
	float: right;
	margin-left: 10px;
	margin-top: 4px;
}
#image_l_w420 {
	float: left;
	margin-right: 10px;
	margin-top: 4px;
	padding: 5px;
	background-color: #efefef;
	border: solid 1px #dedede;
	/*
	background-image: url(../img/darkgrey_1x1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	*/
}
#image_l_w118 {
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 5px;
	background-color: #efefef;
	background-image: url(../img/darkgrey_1x1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#image_r_w140,
#image_r_w220 {
	float: right;
	margin-left: 10px;
	margin-top: 4px;
	padding: 6px;
	background-color: #efefef;
}
#image_l_w140,
#image_l_w220 {
	float: left;
	margin-right: 10px;
	margin-top: 4px;
	padding: 6px;
	background-color: #efefef;
}
#image_r_w140_desc,
#image_l_w140_desc {
	color: #373535;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	margin-left: 1px;
	margin-top: 4px;
	margin-bottom: -6px;
	padding-bottom: 5px;
	width: 140px;
}
#image_l_w118_desc {
	color: #373535;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	margin-left: 1px;
	margin-top: 4px;
	margin-bottom: -6px;
	padding-bottom: 5px;
	width: 118px;
}
#image_r_w220_desc,
#image_l_w220_desc {
	color: #373535;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	margin-left: 1px;
	margin-top: 4px;
	margin-bottom: -6px;
	padding-bottom: 5px;
	width: 220px;
}
#image_r_w420_desc,
#image_l_w420_desc {
	color: #373535;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	margin-left: 1px;
	margin-top: 4px;
	margin-bottom: -6px;
	padding-bottom: 5px;
}
#image_r_w140_magnify,
#image_l_w140_magnify {
	text-align: right;
	color: #396b92;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	margin-right: 1px;
	margin-top: 4px;
	margin-bottom: -6px;
	padding-bottom: 4px;
	width: 140px;
	background-image: url(../img/magnify.gif);
	background-position: right 1px;
	background-repeat: no-repeat;
}
#image_l_w118_magnify {
	text-align: right;
	color: #396b92;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	margin-left: 38px;
	margin-right: 1px;
	margin-top: 4px;
	margin-bottom: -6px;
	padding-bottom: 4px;
	width: 80px;
	background-image: url(../img/magnify.gif);
	background-position: right 1px;
	background-repeat: no-repeat;
}
#image_r_w220_magnify,
#image_l_w220_magnify {
	text-align: right;
	color: #396b92;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	margin-right: 1px;
	margin-top: 4px;
	margin-bottom: -6px;
	padding-bottom: 4px;
	width: 220px;
	background-image: url(../img/magnify.gif);
	background-position: right 1px;
	background-repeat: no-repeat;
}

#content div {
	page-break-inside: avoid;
}

/* *** */

#layer {
	width: 472px;
	background: #fff;
	position: absolute;
	top: 53px;
	left: 34px;
	z-index: 200;
	padding: 3px;
	border-bottom: solid 1px #808080;
	border-right: solid 1px #808080;
	
	color:#646464;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height:15px;
}

#layer .layer_header {
	height: 70px;
	background-image: url(../img/layer_header_bg.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	position: relative;
}

#layer .layer_header .txt {
	position: absolute;
	top: 11px;
	left: 10px;
}

#layer .layer_header #close_link a {
	width: 100px;
	position: absolute;
	right: 7px;
	top: 8px;
	float: none;
	color: #fff;
	text-decoration: none;
}
#layer .layer_header #close_link a.en {
	width: 80px;
}
#layer .layer_header #close_link a:hover {
	color: #CE0000;
}

#layer .layer_body {
	padding: 33px 28px 39px;
}

#layer .layer_body .layer_headline {
	font-size: 17px;
	text-transform: uppercase;
	margin-bottom: 19px;
}

#layer .layer_body .layer_text {
	line-height: 17px;
	font-size: 12px;
	margin-bottom: 35px;
}

#layer .layer_body .layer_links {
	line-height: 17px;
	text-align: right;
}

#layer .layer_body .layer_links a {
	line-height: 17px;
	font-size: 12px;
	display: inline-block;
	background: url(../img/arrow_right_big.gif) 0px 5px no-repeat;
	padding-left: 13px;
}


/*
Werbemittel-Styles
*/

body.werbemittel {
	background-image: url(../img/bg_wm.gif);
}

.werbemittel #mainnav {
	z-index: 100;
	position: absolute;
	left: 0px;
	top: 100px;
	height: 37px;
	width: 100%;
	background-color: #ABC7DD;
	background-image: url(../img/bg_menu_wm.gif);
	background-position: left;
	background-repeat: repeat-y;
}

.werbemittel #contentbox {
	display: block;
	width: 784px;
	position: relative;
	left: 37px;
	top: 137px;
	margin-bottom: 300px;
	float:left;
}

.werbemittel #wrapper {
	min-height: 100%;
	position: absolute;
	top: 0px;
	width: 100%;
	background-image: url(../img/bg_wm.gif);
}

.werbemittel #logo {
	position: absolute;
	left: 700px;
	top: 19px;
}

.werbemittel #wm_logo {
	width: 168px;
	height: 11px;
	position: absolute;
	left: 70px;
	top: 46px;
	background-image: url(../img/wm_logo_top.gif);
	background-repeat: no-repeat;
}

.werbemittel #contentbox_container {
	width: 941px;
}

.werbemittel .hline {
	clear: both;
	margin-bottom: 19px;
	margin-top: 25px;
}

* html .werbemittel .hline {
	clear: both;
	margin-bottom: 10px;
	margin-top: 25px;
}

.werbemittel #infoboxarea {
	position: relative;
	float: left;
	width: 152px;
	top: 134px;
	left: 50px;
	margin-bottom: 134px;
	margin-bottom: 150px;
}

.werbemittel a.novis:hover {
	color: #CE0000 !important;
}

body.werbemittel_popup {
	background-color: #ffffff;
}

.p2w_popup {
	font-family: Arial, Helvetica, sans-serif;
	color: #4b4b4b;
	font-size: 11px;
	line-height: 16px;
}

.p2w_popup h1 {
	font-size: 14px;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 15px;
}

.win_news {
	position: absolute;
	top: 56px;
	left: 37px;
	padding: 3px;
	padding-right: 4px;
	padding-bottom: 4px;
	width: 472px;
	background-image: url(../img/win_messe_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 200;
}

.win_news_header_ger {
	height: 30px;
	background-image: url(../img/messe_top_ger.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.win_news_header_eng {
	height: 30px;
	background-image: url(../img/messe_top_eng.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.win_news_header_ger a,
.win_news_header_ger a:link,
.win_news_header_ger a:active,
.win_news_header_ger a:visited {
	display: block;
	float: right;
	width: 112px;
	height: 30px;
	background-image: url(../img/win_messe_close_ger.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.win_news_header_ger a:hover {
	background-position: left -30px;
}

.win_news_header_eng a,
.win_news_header_eng a:link,
.win_news_header_eng a:active,
.win_news_header_eng a:visited {
	display: block;
	float: right;
	width: 112px;
	height: 30px;
	background-image: url(../img/win_messe_close_eng.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.win_news_header_eng a:hover {
	background-position: left -30px;
}
