.headline  { font-family: Verdana, Geneva, Helvetica, Arial, sans-serif; font-size:16px; font-weight: normal}

.subline  { font-family: Verdana, Geneva, Helvetica, Arial, sans-serif; font-size:14px; font-weight: bold;}

.copytext  { font-family: Verdana, Geneva, Helvetica, Arial, sans-serif; font-size:12px; line-height:16px; color:#003366;}

.artikeltext  { font-family: Verdana, Geneva, Helvetica, Arial, sans-serif; font-size:12px; line-height:18px; color:#003366;}

.navcopytext  { font-family: Verdana, Geneva, Helvetica, Arial, sans-serif; font-size:12px; line-height:16px;}

.copytextueb  { font-family: Verdana, Geneva, Helvetica, Arial, sans-serif; font-size:12px;}

.copytextklein  { font-family: Verdana, Geneva, Helvetica, Arial, sans-serif; font-size:10px;}

.copytextbra  { font-family: Verdana, Geneva, Helvetica, Arial, sans-serif; font-size:12px; line-height:20px; color:#003366;}

.navmain  { font-family: Verdana, Geneva, Helvetica, Arial, sans-serif; font-size:12px;}

.copytextbold  { font-family: Verdana, Geneva, Helvetica, Arial, sans-serif; font-size:12px; font-weight:bold; color:#003366;}

a {color:#0033cc; text-decoration:none;}

a:visited {color:#0033cc; text-decoration:none;}

a:hover {color:#0033cc; text-decoration:underline;}

input,select,textarea {font-family:Verdana, Arial, sans-serif; font-weight: normal; }

div.autocomplete {
  position:absolute;
  width:180px;
  background-color:white;
  border:1px solid #888;
  margin:0;
  padding:0;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0;
  padding:0;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:5px; 
  cursor:pointer;
	font-family: verdana;
	font-size: 8pt;
	color: #483D8B;
	font-weight: bold;
}

a.button {
  background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
  color: #444;
  display: block;
  float: left;
  font: normal 10px verdana, sans-serif;
  height: 24px;
  margin-right: 6px;
  padding-right: 8px; /* sliding doors padding */
  text-decoration: none;
}

a.button span {
  background: transparent url('../images/bg_button_span.gif') no-repeat;
  display: block;
  line-height: 14px;
  padding: 5px 0 5px 8px;
}  

a.button:active {
  background-position: bottom right;
  color: #000;
  outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
  background-position: bottom left;
  padding: 6px 0 4px 8px; /* push text down 1px */
} 

a.button:hover {
  text-decoration: none;
}

.breakword {
  white-space: pre;           /* CSS 2.0 */
  white-space: pre-wrap;      /* CSS 2.1 */
  white-space: pre-line;      /* CSS 3.0 */
  white-space: -pre-wrap;     /* Opera 4-6 */
  white-space: -o-pre-wrap;   /* Opera 7 */
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -hp-pre-wrap;  /* HP Printers */
  word-wrap: break-word;      /* IE 5+ */
}

.relatedButtonblue {
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color:#79bbff;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	letter-spacing: 1px;
	padding:6px 0px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528ecc;
	margin:5px;
  width:158px;
}.relatedButtonblue:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#378de5;
}.relatedButtonblue:active {
	position:relative;
	top:1px;
}
a.relatedButtonblue:hover {
  text-decoration: none;
	color:#ffffff;
}
a.relatedButtonblue:visited {
  text-decoration: none;
	color:#ffffff;
}

.relatedButtongreen {
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
	background:-moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811');
	background-color:#77d42a;	
	border:1px solid #5cb811;	
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	letter-spacing: 1px;
	padding:6px 0px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528ecc;
	margin:5px;
	width:158px;
}.relatedButtongreen:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a) );
	background:-moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a');
	background-color:#5cb811;
}.relatedButtongreen:active {
	position:relative;
	top:1px;
}
a.relatedButtongreen:hover {
  text-decoration: none;
	color:#ffffff;
}
a.relatedButtongreen:visited {
  text-decoration: none;
	color:#ffffff;
}

.footerButtongreen {
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
	background:-moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811');
	background-color:#77d42a;
	border:1px solid #5cb811;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	letter-spacing: 1px;
	padding:6px 10px;
	margin:6px 6px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528ecc;	
}.footerButtongreen:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a) );
	background:-moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a');
	background-color:#5cb811;
}.footerButtongreen:active {
	position:relative;
	top:1px;
}
a.footerButtongreen:hover {
  text-decoration: none;
	color:#ffffff;
}
a.footerButtongreen:visited {
  text-decoration: none;
	color:#ffffff;
}


.relatedButtonorange {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background-color:#ffc477;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	letter-spacing: 1px;
	padding:6px 0px;
	text-decoration:none;
	text-shadow:1px 1px 0px #cc9f52;
	margin:5px;
	width:158px;
}.relatedButtonorange:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	background-color:#fb9e25;
}.relatedButtonorange:active {
	position:relative;
	top:1px;
}
a.relatedButtonorange:hover {
  text-decoration: none;
	color:#ffffff;
}
a.relatedButtonorange:visited {
  text-decoration: none;
	color:#ffffff;
}

.footerButtonblue {
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color:#79bbff;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	letter-spacing: 1px;
	padding:6px 10px;
	margin:6px 6px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528ecc;	
}.footerButtonblue:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#378de5;
}.footerButtonblue:active {
	position:relative;
	top:1px;
}
a.footerButtonblue:hover {
  text-decoration: none;
	color:#ffffff;
}
a.footerButtonblue:visited {
  text-decoration: none;
	color:#ffffff;
}

.footerButtonorange {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background-color:#ffc477;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	letter-spacing: 1px;
	padding:6px 10px;
	margin:6px 6px;
	text-decoration:none;
	text-shadow:1px 1px 0px #cc9f52;	
}.footerButtonorange:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	background-color:#fb9e25;
}.footerButtonorange:active {
	position:relative;
	top:1px;
}
a.footerButtonorange:hover {
  text-decoration: none;
	color:#ffffff;
}
a.footerButtonorange:visited {
  text-decoration: none;
	color:#ffffff;
}

.wiwilogo {
  background-image: url('../afiles/images/buttonslight/wiwi.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}

#overlay {
  position:absolute;
  top:0;
  left:0;
  z-index:10;
  height:100%;
  width:100%;
  background:#000;
  filter:alpha(opacity=60);
  -moz-opacity:.60;
  opacity:.60;
  display:none;
}
#container {
  position:fixed!important;
  position:absolute;
  height:540px;
  width:350px;		
  margin:-270px 0px 0px -175px;
  top: 50%;
  left: 50%;
  background-color: #f5f5f5;
  border: 0px solid #000000;
  display:none;
  z-index:1002;
  padding:10px;
}
#container p {
  font-size:12px;
	line-height:24px;
	font-style:italic;
	text-align:center;

	font-family:Verdana;	
}
#container p a {
  text-decoration:none;
	
	color:#0065aa;
}
#container p a:hover {
  text-decoration:underline;	
}

#alexa {  
	overflow:hidden;
	width:1px;
	height:1px;	  	
	bottom:0px;
	left:-120px;
	position:absolute;
	z-index:9;				
}
#allexa {
  position:absolute;
	z-index:10;
	background-color:#ffffff;
	bottom:0px;
	left:-120px;
	width:120px;
	height:65px;
}

#sticky {
  position:fixed;
  bottom: 8px;
	left: calc(100% - 310px);
	z-index:100;
	width:300px;
	height:355px;	
	position: -webkit-sticky;
  position: sticky;
	background-image: url(../images/appsticky/popup_finale_wiwi.png);	
}
