/* RESET STYLES */

/* Yahoo! Fonts CSS Reset >> http://developer.yahoo.com/yui/fonts/#chart
--~--~---------~--~----~------------~-------~--~----~--~--~---------~--~ */
body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}
pre, code {font:115% monospace;*font-size:100%;}
/* 10px=77% 11=85 12=93 13=100 14=108 15=116 16=123.1 17=131 18=138.5    */
/* 19=146.5 20=153.9 21=161.6 22=167 23=174 24=182 25=189 26=197         */
/* --~---------~--~----~------------~-------~--~----~--~--~---------~--~ */

*      { margin:0; padding:0; font-family:arial,verdana,sans-serif; }
table  { border-spacing:0; }
strong { font-weight:bold; }
em     { font-style:italic; }
img    { border:0; }
:focus { outline:0; }
html { overflow:-moz-scrollbars-vertical; }
/*html, body { height:100%; }*/

h1, h2, h3, h4, h5, h6 { font-weight:normal; }

address { font-style:normal; }

hr { display:none; }

.italic { font-style:italic; }
.bold { font-weight:bold; }
.underline { text-decoration:underline; }

body {
	color:#F00;
	background:#CCC url(../images/screendesign.png) no-repeat top center;
	background:#FFF url(../images/bg_body.gif) repeat-x top center;;
}

label, legend {
	color:#595959;
}

h2 {
	font-size:138.5%;
}

h2,
h2 a {
	color:#277621 !important;	
	padding-bottom:0.2em;
	text-decoration:none;
}

h3 {
	font-size:93%;
	font-weight:bold;
	padding-top:0.3em;
	padding-bottom:0.6em;
}

p {
	font-size:93%;
	line-height:1.4em;
	margin-bottom:1em;
}

a:focus {
	outline:0;
/*	border:1px solid red;*/
}

/*a:link,*/
/*a:visited {*/
/*	text-decoration:underline;*/
/*}*/

/*a:hover,*/
/*a:focus,*/
/*a:active {*/
/*	text-decoration:none;*/
/*}*/

ul {
	list-style:none;

}

div#sky {
	background:url(../images/bg_sky.jpg) no-repeat top center;
	height:552px;
	position:absolute;
	width:100%;
	top:0;
	z-index:1;
}


.Unicode {
    font-family: Code2000, "TITUS Cyberbit Basic", "Doulos SIL",
        "Chrysanthi Unicode", "Bitstream Cyberbit",
        "Bitstream CyberBase", Thryomanes, Gentium, GentiumAlt,
        "Lucida Grande", "Arial Unicode MS", "Microsoft Sans Serif",
        "Lucida Sans Unicode";
    font-family /**/:inherit; /* resets fonts for everyone but IE6 */
}

/* PAGE
--~--~---------~--~----~------------~-------~--~----~--~--~---------~--~ */

div#wrapper-main {
	z-index:2;
	width:960px;
	margin:20px auto 0 auto;
	position:relative;
	
}

/* HEADER
--~--~---------~--~----~------------~-------~--~----~--~--~---------~--~ */
div#wrapper-main div#header {
	height:200px;
	margin-bottom:20px;
}

div#header h1 {
	width:785px;
	height:199px;
	background-repeat:no-repeat;
}
div#header h1 span {
	display:none;
}

div#header img#logo-print {
	display:none;
}


/* NAVIGATION
--~--~---------~--~----~------------~-------~--~----~--~--~---------~--~ */

div#wrapper-navigation {
	position:absolute;
	top:200px;
	z-index:99;
/*	min-height:20px;*/
/*	height:auto !important;*/
/*	height:20px;*/
/*	height:40px;*/
	width:100%;

/*	background:#277621;*/
	background:url(../images/bg_wrapper-navigation.png);
	padding:0.25em 0;
}

div#wrapper-navigation li {
	display:inline;
}

div#wrapper-navigation ul#navigation-main {
	font-size:93%;
	float:left;

/*	height:100%;*/
	width:735px;
}

div#wrapper-navigation ul#navigation-main li {
	position:relative;
	padding:0 1.1em 0 1.4em;
	border-right:1px dotted #FFF;
	display:block;
	float:left;
}

ul#navigation-main li a {
	font-weight:bold;
	text-decoration:none;
}


ul#navigation-main li a:link,
ul#navigation-main li a:visited {
	color:#FFF;
}

ul#navigation-main li a:hover,
ul#navigation-main li a:focus,
ul#navigation-main li a:active,
ul#navigation-main li a.aktiv {
	color:#FFE649 !important;
}


ul#navigation-main ul.navigation-sub {
	display:none;
}

ul.navigation-sub a span.arrow {
	 display:none;
}

/* Mouseover-Subnavi */

ul#navigation-main ul.hovered {
	display:none;
}

ul#navigation-main ul.hovered ul {
	display:none;
}

ul.hovered {
	position:absolute;
	left:0;
	top:2em;
	background:#FFF;
/*	border:1px solid blue;*/
/*	width:13.5em;*/
	width:10.6em;
/*	margin-left:-1.4em;*/
	padding:0.9em 1.4em;
}

ul.hovered li {
	border-right:0 !important;
	float:none !important;
/*	padding-bottom:0.5em;*/
	margin:0 !important;
	padding:0 !important;
}

ul.hovered li a {
	margin-bottom:0.4em;
	display:block !important;
}

ul.hovered li a:link,
ul.hovered li a:visited {
	font-weight:normal !important;
	color:#000 !important;
	border-bottom:1px dotted #000;
}

ul.hovered li a:hover,
ul.hovered li a:focus,
ul.hovered li a:active {
	font-weight:bold !important;
	color:#277621 !important;
	border-bottom:1px dotted #4D9F6F !important;
}

/* Statische Subnavi */

ul.statisch {
	background:url(../images/bg_navigation-sub.png);
	width:225px;
	float:left;
	margin-right:20px;
/*	min-height:330px;*/
/*	height:auto !important;*/
/*	height:330px;*/
}

ul.statisch a {
	padding-left:1.4em;
	position:relative;
	display:block;
	text-decoration:none !important;
}

ul.statisch li {
	border-bottom:1px dotted #000;	
	padding:0.25em 0;
}

ul.statisch li ul li {
	border-bottom:0;
	padding:0.2em 0;
}

ul.statisch ul a {
	padding-left:2.8em;
	
}

ul.statisch li ul {
	display:none;
}

ul.statisch ul li ul a {
	padding-left:4.6em;
}


ul.statisch a:link,
ul.statisch a:visited {
	font-weight:normal;
	color:#000;
}

ul.statisch a:hover,
ul.statisch a:focus,
ul.statisch a:active,
ul.statisch a.subnavi-aktiv,
ul.statisch a#subnavi-aktiv,
a#aktiv {
	font-weight:bold;
	color:#277621;
}



ul.statisch a span.arrow {
	position:absolute;
	padding-right:10px;
	right:0;
	top:0;
}

ul.statisch a:hover span.arrow,
ul.statisch a.aktiv span.arrow,
ul.statisch a#aktiv span.arrow,
ul.statisch a#subnavi-aktiv span {
	display:block;

}

ul.statisch li.aktiv ul {
	display:block;
}

ul.statisch li.aktiv ul li ul {
	display:none;
}

ul.statisch li#aktiv ul,
ul.statisch li.aktiv ul li.subnavi-aktiv ul {
	display:block;
}


/* Sprachauswahl*/

div#wrapper-navigation ul#navigation-language {
	font-size:85%;
	float:right;
/*	height:100%;*/
	margin-right:10px;
/*	margin:0.25em 0;*/
	margin-top:1px;
}

ul#navigation-language li a { 
	color:#B6D1B6;
	padding-left:20px;
	text-decoration:none;
}

ul#navigation-language a:hover,
ul#navigation-language a.aktiv {
	color:#FFF !important;
}

ul#navigation-language li#lang-de a.aktiv:hover,
ul#navigation-language li#lang-en a.aktiv:hover,
ul#navigation-language li#lang-es a.aktiv:hover {
	cursor:default;
}

ul#navigation-language li#lang-de a {
	margin-left:12px;
	background:url(../images/css_icons.gif) no-repeat -1852px 0px;
}

ul#navigation-language li#lang-de a.aktiv,
ul#navigation-language li#lang-de a:hover {
	color:#FFF !important;
	background:url(../images/css_icons.gif) no-repeat 0px 0px;
}

ul#navigation-language li#lang-en a {
	margin-left:12px;
	background:url(../images/css_icons.gif) no-repeat -2480px 0px;
}

ul#navigation-language li#lang-en a.aktiv,
ul#navigation-language li#lang-en a:hover {
	color:#FFF !important;
	background:url(../images/css_icons.gif) no-repeat -620px 0px;
}

ul#navigation-language li#lang-es a {
	margin-left:12px;
	background:url(../images/css_icons.gif) no-repeat -3108px 0px;
}

ul#navigation-language li#lang-es a.aktiv,
ul#navigation-language li#lang-es a:hover {
	color:#FFF !important;
	background:url(../images/css_icons.gif) no-repeat -1240px 0px;
}

/* CONTENT
--~--~---------~--~----~------------~-------~--~----~--~--~---------~--~ */

div#wrapper-main div#wrapper-content {

/*	background:gray;*/
/*	min-height:425px;*/
/*	height:auto !important;*/
/*	height:425px;*/
	width:100%;
	color:#000;
	padding-top:90px;
	min-height:335px;
	height:auto !important;
	height:335px;
	margin-bottom:45px;
}

div#content a:link,
div#content a:visited {
	color:#277621;
}

div#content a:hover,
div#content a:focus,
div#content a:active {
	color:#277621;
	font-weight:bold;
	text-decoration:none;
}

div#content ul,
div#content-sidestep ul {
	list-style-type:square;

	/*list-style-position:inside;*/
	margin-left:1.2em;
}

div#content li,
div#content-sidestep li {
	/*font-size:93% !important;*/
	margin-bottom:0.4em;
}

div#wrapper-content div#content-main {
	width:715px;
	float:left;
}

div#wrapper-content div#content-sidestep {
/*	width:245px;*/
	width:225px;
	margin-left:20px;
	float:right;

}


div#wrapper-content a.thickbox {
	display:block;
}

a.vorschau-pressebericht {
	margin-right:20px;
	float:left;
	margin-top:0.3em;
}

a.vorschau-pressebericht img {
	width:53px;
}

div.more {
	margin-top:0.3em;
}

div.more span,
div.more a {
	float:left;
	display:block;
	color:#277621;
	font-weight:bold;		
}

div.more span {
	height:100%;
}

body#template_anfahrt a.external {
	width:200px;
}

div#content-sidestep a.anfahrtskarte {
	border:1px solid #277621;
/*	background:green;*/
}

div#content-sidestep a.anfahrtskarte img {
	display:inline;
}

div#content-sidestep div#uebersichtsbild-wrapper {
	position:relative;
}

div#uebersichtsbild-wrapper a#imagemap-3 {
	right:5px;
	top:352px;
}

div#wrapper-content div#content {
	float:right;
	width:470px;
}

div#wrapper-content h2 {
	margin-bottom:0.6em;
}

div#wrapper-content div#content h3 {
/*	padding-top:0.3em;*/
/*	padding-bottom:0.6em;*/
}

div#content a.zertifikate {
	float:left;
}

div#content a.zertifikate img {
	margin-top:2px;
	width:125px;
	height:175px;
	border:1px solid #277621;
}

div#content div#flash-container,
div#content div#flash-container #flashintro {
	z-index:88;
	position:relative;
}


div#content li {
	line-height:140%;
}


/*div#content-main img {*/

/*}*/

div#content div#produktbild-wrapper {
	margin-top:1em;	
	position:relative;
}

a.imagemap {
	width:20px;
	height:20px;
	position:absolute;
/*	background:red;	*/
}


/* SPEZIELLE SEITEN
--~--~---------~--~----~------------~-------~--~----~--~--~---------~--~ */

/* Neuigkeiten */

body#template_neuigkeiten div#content-left,
body#template_impressum div#content-left {
/*	background:url(../images/bg_navigation-sub.png);*/
	width:225px;
	float:left;
	margin-right:20px;
/*	min-height:330px;*/
/*	height:auto !important;*/
/*	height:330px;*/
}

div#content-left ul.neuigkeiten a {
	font-size:92%;
}

div#content-left ul.neuigkeiten li {
	margin-bottom:0.6em;
}

div#content-left a {
	color:#277621;
	font-weight:bold;
	display:block;
	margin-top:0.3em;
	text-decoration:underline;

}

div#content-left li {
	margin-bottom:0.3em;	
}


/* Startseite + Impressum */

body#template_neuigkeiten div#content-left a {
	display:inline;	
}

	
/*body#template_welcome div#content-main,*/
body#template_impressum div#content-main {
	width:470px;		
}

body#template_welcome div#wrapper-content {
	padding-top:0;
}

body#template_welcome div#content-sidestep {
	padding-top:15px;
}

body#template_welcome div#content {
	/*position:absolute;*/
	width:715px;
	/*top:180px;*/
}

/*body#template_welcome div#content-sidestep,*/
body#template_impressum div#content-sidestep {
	width:470px;
}

body#template_impressum div#content-sidestep h3 {
	font-weight:normal;
}

body#template_impressum div#content-sidestep a {
	color:#277621;
	text-decoration:underline;
}

body#template_impressum div#content-sidestep a:hover,
body#template_impressum div#content-sidestep a:focus,
body#template_impressum div#content-sidestep a:active {
	text-decoration:none;
	font-weight:bold;	
}

a#logo_louisinternet {
	display:block;
	margin-top:0.2em;
	margin-bottom:0.3em;
}

/* SITEMAP */

ul#navigation-sitemap {
	list-style:none;
}

ul#navigation-sitemap ul a:hover {
	text-decoration:underline;
}

ul#navigation-sitemap li ul {

}

ul#navigation-sitemap li {
	float:left;
	width:240px;
	padding-right:20px;	
	width:220px;
}

ul#navigation-sitemap li a {
	color:#277621;
	text-decoration:none;
	display:block;
	background-image:url(../images/bg_navigation-sub.png);
	border-bottom:1px dotted #000;	
	padding:0.4em 15px;
	margin-bottom:0.3em;
	font-weight:bold;
}

ul#navigation-sitemap ul.navigation-sub {
	/*list-style:square inside;*/

}

ul#navigation-sitemap ul.navigation-sub li {
	float:none !important;
	width:200px !important;
	padding:0 !important;
	width:auto !important;
	padding-left:15px !important;
}

ul#navigation-sitemap ul.navigation-sub li a {
	color:#277621 !important;
	display:inline !important;
	background:none !important;
	border-bottom:0 !important;
	padding:0 !important;
	margin:0 !important;
	font-weight:normal !important;
}

ul#navigation-sitemap li a.blue {
	background-image:url(../images/bg_sitemap_blue.png) !important;
}

/*ul.navigation-sub li ul {
	background:blue;
	float:none !important;
	width:200px !important;
	padding-right:0 !important;

	width:165px !important;	
	
}

ul#navigation-sitemap li ul li ul li {
	width:180px !important;
}

ul#navigation-sitemap li ul li ul li ul li {
	width:160px !important;
}


ul#navigation-sitemap li,
ul#navigation-sitemap ul ul {
	margin-left:15px !important;
	width:180px !important;
}

ul#navigation-sitemap ul ul li {
	width:180px !important;
	background:red;
	
}

ul#navigation-sitemap ul ul ul {
	margin-left:15px !important;
	width:165px !important;
}

ul#navigation-sitemap ul ul ul li {
	width:150px !important;	
}

ul#navigation-sitemap ul ul {
	margin-left:15px;
}

ul#navigation-sitemap li {
	float:left;
	width:240px;
	margin-right:20px;	
	width:220px;
}

ul#navigation-sitemap li a {
	color:#277621;
	text-decoration:none;
	display:block;
	background-image:url(../images/bg_navigation-sub.png);
	border-bottom:1px dotted #000;	
	padding:0.4em 10px;
	margin-bottom:0.3em;
	font-weight:bold;
}

ul#navigation-sitemap li li {
	float:none;
} 

ul#navigation-sitemap li li a {
	color:#277621;
	display:inline;
	background:none;
	border-bottom:0;
	padding:inherit;
	margin:0;
	font-weight:normal;
}

ul#navigation-sitemap li a.blue {
	background-image:url(../images/bg_sitemap_blue.png);
}



ul#navigation-sitemap ul ul ul {
	margin-left:10px;
}

ul#navigation-sitemap li li li li a {
	margin-left:30px;
}*/


/* FOOTER
--~--~---------~--~----~------------~-------~--~----~--~--~---------~--~ */

div#wrapper-main div#footer {
	position:relative;
	color:#277621;
	font-size:85%;
	margin-bottom:20px;
}

div#footer a:link,
div#footer a:visited {
	color:#277621;
}

div#footer a:hover,
div#footer a:focus,
div#footer a:active {
	font-weight:bold;
	text-decoration:none;
}

div#footer a.aktiv {
	text-decoration:none;
	font-weight:bold;
}

div#footer div#breadcrump {
	width:100%;
	min-height:17px;
	height:auto !important;
	height:17px;
/*	background:maroon;*/
	vertical-align:top;
	border-bottom:1px dotted #277621;
/*	margin-bottom:0.5em;*/
}

div#footer ul#navi-additional li,
div#footer ul#credits li {
	display:inline;
}

div#footer ul#navi-additional,
div#footer ul#credits {
/*	background:fuchsia;*/
	float:left;
	margin-top:0.2em;
}

div#footer ul#credits {
	float:right;

}

/* Produktbereich
--~--~---------~--~----~------------~-------~--~----~--~--~---------~--~ */

div.wide div#content-main {
	width:960px !important;
}
div.wide div#content {
	width:715px !important;
	position:relative;
}

body#template_750g {
/* 	background:#CCC url(../images/bg_screendesign_produktbereich.jpg) no-repeat -6px 23px; */
}

body#template_750g div#sky {
/* 	display:none; */
}

div.wide div#content a#produktpdf {
	background:url(../images/icon_produktpdf.gif) no-repeat;
	padding-left:25px;
	position:absolute;
	right:0;
	top:0;
	height:20px;
	padding-top:2px;
}


table#produkt_uebersicht {
/* 	background-color:#FFF; */
	border-collapse:collapse;
	}
	
	table#produkt_uebersicht caption {
		display:none;
	}
	
	table#produkt_uebersicht tr.first {
		/*background:url(../images/bg_table_produkt_uebersicht.gif) repeat-x; */
		height:45px;
		background:#277722;
	}
	
	table#produkt_uebersicht th {
		color:#FFF;
		text-align:center;
		padding:5px;
		height:40px;
		vertical-align:top;
		font-weight:normal;
	}
	
	table#produkt_uebersicht td {
		vertical-align:top;
		/*padding:0 10px;*/
		padding-top:10px;
		border-bottom:3px solid green;
		text-align:center;
/* 		border-left:1px solid #CCC; */
		background:url(../images/bg_table_produkt_uebersicht_td.gif) repeat-y top right;
	}
	
	table#produkt_uebersicht tr.last td {
		border-bottom:none;
	}
	
	table#produkt_uebersicht th.produkt_bild,
	table#produkt_uebersicht td.produkt_bild {
		padding:0;
		width:225px;
	}
	
	table#produkt_uebersicht th.produkt_bild span {
		display:none;
	}
	
	table#produkt_uebersicht td.produkt_bild {
		background:none;
/*		height:140px;
 		padding-bottom:3px; */
		padding-right:8px;
		position:relative;
		border-bottom:none;
		display:block; /* entscheidend für die absolute Pos. des Links */
	}
	
	table#produkt_uebersicht td.produkt_bild a.zoom {
		background:url(../images/icon_zoom_produktbilder.gif) no-repeat;
		left:10px;
		bottom:10px;
		position:absolute;
		padding-left:25px;
		display:block;
		height:20px;
		padding-top:2px;
	}
	
	table#produkt_uebersicht td.produkt_bild img {
		/*background:#CCC;*/
		width:225px;
		height:135px;
	}
	
	table#produkt_uebersicht td.neuigkeiten_bild img {
		/*background:#CCC;*/
		width:225px;
		height:135px;
	}
	
	table#produkt_uebersicht td.produkt_art_nr {
	}
	
	table#produkt_uebersicht th.produkt_art_nr {
		padding-left:0;
		width:40px;
	}
	
	table#produkt_uebersicht td.produkt_palette {
		background:none;
	}
	
	table#produkt_uebersicht th.produkt_bezeichnung,
	table#produkt_uebersicht td.produkt_bezeichnung {
		width:140px;	
		padding:10px 5px 0 5px;
	}
	
	table#produkt_uebersicht th.produkt_bezeichnung {
		padding-top:5px;
	}

	table#produkt_uebersicht th.produkt_palette {
		width:100px;
}

	.linkzudetail {
		background:url(../images/icon_zoom_produktbilder.gif) no-repeat;
		height:20px;
		width:20px;
		padding-bottom:5px;
		padding-top:-15px;
	}

/* Produkt-Detailseite
--~--~---------~--~----~------------~-------~--~----~--~--~---------~--~ */

body.detail_seite {
	background:url(../images/bg_sky.jpg) no-repeat top center;
}

body.detail_seite div#wrapper-main {
	margin:0;
	padding:10px;
}

body.detail_seite div#wrapper-main div#wrapper-content {
	padding-top:0;
	margin:0;
	min-height:0;
}

body.detail_seite div#wrapper-content div#content-main {
	float:none;
	width:960px;
} 

body.detail_seite div#wrapper-content div#content {
	float:none;
	width:960px;
}

body.detail_seite img#img_produkt_detail,
body.detail_seite div#produkt_details { 
	float:left;
}

body.detail_seite img#img_produkt_detail {
	width:570px;
	height:310px;
	margin-right:15px;
}

body.detail_seite div#produkt_details { 
	margin-top:40px;
	width:375px;
}


/* Temporäre Breite für Content Sitemap, solange Hauptpunkt News ausgeblendet ist */

body#template_sitemap div#wrapper-content {
	width:720px;
}

body#template_sitemap ul#navigation-sitemap li {
	margin-bottom:15px;	
}

body#template_sitemap ul#navigation-sitemap ul.navigation-sub li {
	margin-bottom:5px;	
}


/* CSSlers Little Helpers
--~--~---------~--~----~------------~-------~--~----~--~--~---------~--~ */

.abstand5 { margin-bottom:5px !important; padding-bottom:0 !important; }
.abstand10 { margin-bottom:10px !important; padding-bottom:0 !important; }
.abstand15 { margin-bottom:15px !important; padding-bottom:0 !important; }
.abstand20 { margin-bottom:20px !important; padding-bottom:0 !important; }
.abstand25 { margin-bottom:25px !important; padding-bottom:0 !important; }

.abstand-top5 { margin-top:5px !important; padding-top:0 !important;}
.abstand-top10 { margin-top:10px !important; padding-top:0 !important;}
.abstand-top15 { margin-top:15px !important; padding-top:0 !important;}
.abstand-top20 { margin-top:20px !important; padding-top:0 !important;}
.abstand-top25 { margin-top:25px !important; padding-top:0 !important;}
.abstand-top30 { margin-top:30px !important; padding-top:0 !important;}
.abstand-top35 { margin-top:35px !important; padding-top:0 !important;}
.abstand-top40 { margin-top:40px !important; padding-top:0 !important;}

.abstand-right5 { margin-right:5px !important; }
.abstand-right10 { margin-right:10px !important; }
.abstand-right15 { margin-right:15px !important; }
.abstand-right20 { margin-right:20px !important; }
.abstand-right25 { margin-right:25px !important; }

.clear-abstand5 { clear:both; height:5px; }
.clear-abstand10 { clear:both; height:10px; }
.clear-abstand15 { clear:both; height:15px; }
.clear-abstand20 { clear:both; height:20px; }
.clear-abstand25 { clear:both; height:25px; }
.clear-abstand30 { clear:both; height:30px; }

.abstand0 { margin:0 !important; padding:0 !important; }

img.img-right { float:right; margin-left:15px; margin-bottom:15px; }
img.img-left { float:left; margin-right:15px; margin-bottom:15px; }

div.clear { clear:both; line-height:0; height:1px;}

.bold {
	font-weight:bold !important;	
}

p.anfrage_stellen {
    text-align:right;
    margin-top:10px;
    height:20px;
}

p.anfrage_stellen a {
    text-decoration:underline;
    font-weight:bold;
}

p.anfrage_stellen a:hover {
    text-decoration:none;
}

a.anfrage_link {
		background:url(../images/icon_arrow_anfrage.gif) no-repeat;
		padding-left:25px;
		height:20px;
		padding-top:2px;
		display:block;
		float:left;
		margin-top:15px;
}

.neuimg {
	position:relative;
	z-index:1;
}

.neuimg a {
	float:left;
}

.neuimg span {
	position:absolute;
	padding-left:25px;
	font-size:108% !important;
	display:block;
	z-index:500px;
	margin-top:-20px !important;
	padding-bottom:10px;
	text-decoration:none !important;
}

.neuimg a.thickbox {
	display:inline !important;
	margin-right:5px;
}
