/*general styles initiate START*/
* {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100.01%;
	border: 0px;
}

html,body {
	height: 100%
}

body {
	background: url('/images/backgrounds/background_gardient.gif');
	background-repeat: repeat-x;
}

div#wrapper {
	position: relative;
	top: 20px;
	padding-top: 16px;
	padding-left: 25px;
	padding-right: 25px;
	margin: auto;
	width: 860px;
	height: 692px;
	background: url("/images/container_bg.jpg") no-repeat scroll 5px -2px
		transparent !important;
}

small {
	font-size: 10px;
}

.small {
	font-size: 10px;
}

strong {
	font-size: 100.01%;
	font-weight: bold;
	color: #83CAEB;
}

div#content.shop p.error {
	color: #cc0044;
	padding-top: 2px;
	padding-bottom: 6px;
}

div#content.shop p.success {
	color: #00aa00;
	padding-top: 2px;
	padding-bottom: 6px;
}

img#logo {
	paddint-left: 5px;
	padding-top: 2px;
	float: left;
}

div#flags {
	text-align: center;
	position: relative;
	float: right;
	padding-right: 11px;
	top: 10px;
}

div#flags img {
	float: left;
	margin-right: 1px;
	margin-left: 1px;
	margin-bottom: 4px;
	width: 32px;
}

div#flags a.small {
	width: 90px;
	font-size: 9px;
	text-align: center;
	display: block;
	height: 20px;
	padding-top: 4px;
}

div#flags a:hover {
	border-bottom: #ff0000 2px solid;
}

div#header {
	float: left;
	padding-left: 1px;
	width: 859px;
	height: 128px;
	background-color: #040B1D;
}

a.thumb {
	display: block;
	margin-bottom: 9px;
	float: left;
	margin-right: 2px;
	text-align: center;
	text-decoration: none;
}

ul#menu {
	position: relative;
	float: left;
	list-style-type: none;
	height: 43px;
	z-index: 99;
	line-height: 14px;
	padding: 1px 0px 0 0px;
	width: 860px;
	font-size: 12px;
	background: url('/images/menu_nbg.gif') repeat-x;
}

ul#menu li.right {
	float: right;
}

ul#menu li {
	padding-top: 1px;
	list-style: none;
	position: relative;
	float: left;
}

ul#menu li.first {
	padding-left: 10px;
}

ul#menu li.last {
	border-left: 1px solid #477da5;
	padding-left: 7px;
}

ul#menu li.beforelast {
	border-right: 1px solid #1d1527;
	padding-right: 3px;
}

ul#menu li a {
	position: relative;
	float: left;
	color: #fff;
	/*background:url('/images/button.gif') no-repeat;*/
	background: url('/images/menu_divi.gif') no-repeat right;
	text-decoration: none;
	display: block;
	padding: 12px 12px 0px 12px;
	height: 29px;
	text-align: center;
}

ul#menu li a.shop_inactive {
	background: url('/images/buttons/shop_inactive.gif') no-repeat top right
		!important;
}

ul#menu li a.shop_active,ul#menu li a.shop_active:hover,ul#menu li a.shop_inactive:hover
	{
	background: url('/images/buttons/shop_active.gif') no-repeat top right
		!important;
}

ul#menu li a.home_inactive {
	position: relative;
	color: #fff;
	background: url('/images/buttons/home_button_inactive.gif') no-repeat
		top right !important;
	text-decoration: none;
	display: block;
	width: 41px !important;
	padding: 0px;
	height: 41px;
	text-align: center;
}

ul#menu li a.home_active {
	position: relative;
	color: #fff;
	background: url('/images/buttons/home_button_active.gif') no-repeat top
		right !important;
	text-decoration: none;
	display: block;
	width: 41px !important;
	padding: 0px;
	height: 41px;
	text-align: center;
}

span.divi {
	display: block;
	position: relative;
	float: left;
	padding-right: 2px;
}

ul#menu li ul {
	position: absolute;
	left: 0px;
	top: 42px;
	display: none;
	width: 97px;
	background: url('/images/submenu_bkg.gif') no-repeat bottom left;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-left: 0px;
}

ul#menu li ul li.first a,ul#menu li ul li.first a:hover {
	padding-top: 5px;
	background: url('/images/submenu_top.gif') top left no-repeat;
}

ul#menu li a.home_inactive:hover {
	background: url('/images/buttons/home_button_active.gif') no-repeat top
		right !important;
}

ul#menu li a.home_active:hover {
	background: url('/images/buttons/home_button_active.gif') no-repeat top
		right !important;
}

ul#menu li ul li {
	position: relative;
	margin: 0;
	padding-top: 0px;
	height: 22px;
}

ul#menu li ul li.first {
	padding-left: 0px;
	height: 22px;
}

ul#menu li ul li a {
	width: 95px;
	height: auto;
	padding: 4px 0 0 0;
	background-image: none;
	font-size: 11px;
	color: #0674bb;
}

ul#menu li ul.mega_dropdown li a{
	width: 125px;	
}

ul#menu li ul li a:hover,ul#menu li ul li a:active {

	background-image: none;
	font-size: 11px;
	color: #111f59;
}

ul#menu li a:hover,ul#menu li a:active,ul#menu li a.active {
	background: url('/images/buttons/button_n_active.gif') right 0px;
}

/*
 * MEGA DROP-DOWN MENU
 */
ul#menu li ul.mega_dropdown {
	width: 782px;
	background: url('/images/mega_dropdown.gif') no-repeat top left;
	height: 225px;
	z-index: 99;
	padding-bottom: 5px;
	margin-left: 0px;
	text-align: left !important;
}

ul#menu li ul.mega_dropdown li {
	width: 241px;
	padding-left: 0px;
	position: relative;
	float: left;
}

ul#menu li ul.mega_dropdown li ul {
	display: block;
	width: 100px;
	position: relative;
	float: left;
	background: 0;
	padding-left: 0px;
	padding-top: 50px;
	margin-left: 0px;
}

ul#menu li ul.mega_dropdown li ul li {
	width: 100px;
	position: relative;
	padding-left: 5px;
	background: 0;
	margin-left: 0px;
}

ul#menu li ul.mega_dropdown li ul li a {
	margin-left: 0px;
}

ul#menu li ul.mega_dropdown li div {
	padding-top: 25px;
	padding-left: 5px;
	width: 120px;
	position: relative;
	float: left;
}

ul#menu li ul.mega_dropdown li a {
	position: relative;
	margin: 0;
	padding-top: 0px;
	height: 12px !important;
	text-align: left !important;
	margin-left: 5px;
}

ul#menu li ul.mega_dropdown li {
	position: relative;
	margin: 0;
	padding-top: 0px;
	height: 18px !important;
	text-align: left !important;
}

ul#menu li ul.mega_dropdown li a:hover,ul#menu li ul.mega_dropdown li a:active
	{
	
}

ul#menu li:hover ul,ul#menu li.mover ul,ul#menu li.mover ul.mega_dropdown
	{
	display: block;
}

ol {
	color: #83CAEB;
	margin-left: 24px;
}

ol li ol {
	width: 320px;
	color: #83CAEB;
	margin-left: 24px;
	margin-top: 10px;
	margin-bottom: 17px;
}

ol li ol li {
	margin-bottom: 3px;
}

ol li ol li input {
	margin-top: 5px;
	float: right;
}

div#content {
	float: left;
	padding-top: 30px;
	height: 452px;
	width: 836px;
	padding-left: 24px;
	font-size: 13px;
	line-height: 14.5px;
	color: #13235B;
}

div#content div.center {
	width: 860;
	text-align: center;
}

body div#footer {
	padding-top: 22px;
	position: relative;
	float: left;
	width: 860px;
	text-align: center;
	font-size: 10px;
	padding-bottom: 20px;
}

div#footer p.copyright {
	color: #5F6877 !important;
	position: absolute;
	right: 0px;
	margin-right: 0px;
}

div#footer p.facebook_button {
	color: #254c8f;
	position: absolute;
	left: 0px;
	margin-left: -4px;
	margin-top: -16px;
}

div#footer p.facebook_button img,div#footer p.facebook_button a {
	margin: 0px;
}

div#footer a {
	color: #254c8f;
	text-decoration: none;
	font-size: 10px;
	margin-right: 7px;
	margin-left: 7px;
}

div#footer a:hover {
	color: grey;
}

div#footer a.active {
	font-weight: bold;
}

div#footer ul {
	list-style-type: none;
}

div#footer ul li {
	display: inline;
}

div#footer img {
	margin-top: 10px;
}

a.award {
	display: block;
	float: right;
	margin-right: 5px;
	padding-right: 50px;
	padding-top: 15px;
	height: 35px;
	/*background:url('/images/award_icon.gif') no-repeat right center;*/
}

a.award:hover {
	/*background-image:url('/images/award_icon_hover.gif');*/
	
}

h1 {
	padding-top: 15px;
	margin-bottom: 25px;
	color: #83caeb;
	font-weight: normal;
}

h1.spirit {
	/*background: url("/images/spirit_of_paradise.gif") no-repeat 20px 20px;*/
	padding-bottom: 30px;
	margin-bottom: 9px;
}

.leftHalf h1 {
	padding-top: 0;
}

h2 {
	font-size: 14px;
	color: #83caeb;
	margin-bottom: 12px;
	font-weight: normal;
}

p {
	margin-right: 20px;
	color: #83caeb;
}

p.small {
	font-size: 10px;
}

p.darker {
	color: #83CAEB;
	line-height: 13px;
	margin-bottom: 7px;
}

a#store_link {
	color: #384888;
}

div#content ul {
	padding-left: 30px;
	color: #83caeb;
}

.medium {
	color: #6D6F71;
	font-size: 11px;
	line-height: 13.5px;
}

.left {
	float: left;
}

.left_description {
	float: left;
	width: 225px;
	margin-right: 5px;
}

.right {
	float: right;
}

.back {
	font-size: 10px;
	border-top: 1px solid #4077a5;
	border-bottom: 1px solid #4077a5;
	background-color: #081f5f;
	color: #fff;
	height: 18px;
	padding: 3px;
	padding-top: 5px;
	padding-left: 24px;
}

.back h2 {
	font-size: 12px;
}

a.small {
	color: #0672a0;
	font-size: 10px;
	text-decoration: none;
}

a.small:hover,a.small:active {
	color: #3ca3db;
	font-size: 10px;
	text-decoration: none;
}

a,a:visited {
	color: #3ca3db;
}

a:hover,a:active {
	color: #3ca3db;
}

div.galerie_preview,div.galerie_preview_mover {
	margin-bottom: 4px;
	width: 94px;
	height: 71px;
}

div.galerie_preview a,div.galerie_preview_mover a {
	position: absolute;
	z-index: 2;
}

div.galerie_preview img.preview_image {
	width: 92px;
	height: 70px;
	opacity: .3;
	filter: alpha(opacity = 30);
}

div.galerie_preview_mover img.preview_image {
	width: 92px;
	height: 70px;
	opacity: 1;
	filter: alpha(opacity = 100);
}

div.leftHalf {
	padding-top: 15px;
	float: left;
	width: 435px;
}

div.rightHalf {
	float: left;
	padding-left: 35px;
	width: 360px;
}

div.rightHalf img {
	border: 2px solid #69afdc;
}

p.images_copyright {
	font-size: 9px;
	margin-bottom: 0px;
}

br.clear {
	clear: both
}

div.lottery_right {
	padding: 10px;
	width: 305px;
	height: 395px;
	font-size: 11px;
	background: #0d114c url('/images/backgrounds/teilnahme_bkg.gif')
		repeat-x;
	border: 2px solid #69afdc;
}

.button_medium,.button_medium:visited,.button_medium:hover {
	background: url("/images/buttons/button_medium.gif") no-repeat center
		top;
	color: white;
	font-size: 10px;
	padding: 2px 4px 2px 4px;
	width: 128px;
	text-align: center;
	text-decoration: none;
}

.button_small,.button_small:visited,.button_small:hover {
	background: url("/images/buttons/button_small.gif") no-repeat center top;
	color: white;
	font-size: 10px;
	padding: 2px 4px 2px 4px;
	width: 91px;
	text-align: center;
	text-decoration: none;
}

.button_big,.button_big:visited,.button_big:hover {
	background: url("/images/buttons/button_big.gif") no-repeat center top;
	color: white;
	font-size: 10px;
	padding: 2px 4px 2px 4px;
	height: 20px;
	width: 173px;
	text-align: center;
	text-decoration: none;
}

/*--------------------------
	forms
--------------------------*/
input.button_big,input.button_big:visited,input.button_big:hover {
	background: url("/images/buttons/button_big.gif") no-repeat center top;
	padding: 0px 4px 4px 4px;
}

input.button_small {
	height: 18px;
}

.question {
	float: left;
	width: 350px;
}

label {
	float: left;
	display: block;
	padding-top: 6px;
	width: 130px;
	color: #69afdc;
}

input {
	margin-top: 5px;
	margin-left: 25px;
	cursor: hand;
	cursor: pointer;
}

input.lotteryTF {
	width: 200px;
	padding-left: 5px;
	border: #3ca3db 1px solid;
	background-color: #1c3983;
	color: white;
}

input.lotteryTF:HOVER {
	background-color: #1f3f91;
}

textarea.lotteryTF {
	margin-left: 25px;
	width: 200px;
	height: 70px;
	padding-left: 5px;
	border: #3ca3db 1px solid;
	background-color: #1c3983;
	color: white;
}

textarea.lotteryTF:HOVER {
	background-color: #1f3f91;
}

textarea.goodNewsTF {
	margin-left: 0px;
	width: 425px;
	height: 152px;
	padding-left: 5px;
	border: #3ca3db 1px solid;
	background-color: #1c3983;
	color: white;
}

input.goodNewsTF {
	width: 200px;
	padding-left: 5px;
	margin-left: 0px;
	border: #3ca3db 1px solid;
	background-color: #1c3983;
	color: white;
}

form {
	display: block;
}

fieldset {
	border: none;
}

input,select,textarea {
	float: left;
}

select {
	margin-bottom: 4px;
	float: left;
	width: 185px;
}

textarea {
	margin-bottom: 4px;
	width: 330px;
	height: 80px;
	padding: 1px;
	float: left;
	margin-top: 3px;
}

input.textfelder {
	background-color: #ffffff;
	padding: 1px 1px;
	margin-bottom: 4px;
	width: 180px;
}

input.textfelderRequired {
	border: 2px solid #ff0000;
	background-color: #ffffff;
	padding: 1px 1px;
	margin-bottom: 4px;
	width: 180px;
}

input.checkbox {
	margin-bottom: 10px;
}

input.formbuttons {
	
}

/*--------------------------
	emblems
--------------------------*/
.emblem1 {
	position: absolute;
	top: 575px;
	left: 45px;
}

.emblem2 {
	position: absolute;
	top: 575px;
	left: 155px;
}

.emblem3 {
	position: absolute;
	top: 575px;
	left: 265px;
}

.emblemtext {
	position: absolute;
	top: 580px;
	left: 370px;
	width: 110px;
	font-size: 10px;
}

/*--------------------------
	flags
--------------------------*/
a.flag {
	font-size: 11px;
	display: block;
	background-position: left middle;
	background-repeat: no-repeat;
	padding-left: 44px;
	width: 93px;
	height: 30px;
	float: left;
	color: #83caeb;
}

.de {
	background-image: url('/images/flags/de.gif');
}

.fr {
	background-image: url('/images/flags/fr.gif');
}

.uk {
	background-image: url('/images/flags/uk.gif');
}

.es {
	background-image: url('/images/flags/es.gif');
}

.pl {
	background-image: url('/images/flags/pl.gif');
}

.po {
	background-image: url('/images/flags/po.gif');
}

.no {
	background-image: url('/images/flags/no.gif');
}

.dn {
	background-image: url('/images/flags/dn.gif');
}

.nl {
	background-image: url('/images/flags/nl.gif');
}

.ru {
	background-image: url('/images/flags/ru.gif');
}

.ch {
	background-image: url('/images/flags/ch.gif');
}

.it {
	background-image: url('/images/flags/it.gif');
}

.est {
	background-image: url('/images/flags/est.gif');
}

.guestbook {
	margin-left: -24px;
	overflow-y: scroll;
	height: 377px;
	padding-bottom: 20px;
}

.guestbook p {
	padding-left: 24px;
}

div.gb_feedback {
	margin-left: 55px;
	margin-bottom: 10px;
	padding: 5px;
	border-left: 2px solid #009DDF;
	color: #83CAEB;
}

div.gb_feedback p {
	padding: 0px;
}

#d_3d_2 {
	width: 285px;
	height: 410px;
	background: #fff;
	overflow: hidden;
	position: relative;
	border: 2px solid #69AFDC;
}

#d_3d_2 img {
	border: 0px;
}

#d_3d_2 .i3d {
	position: absolute;
	top: 50px;
	left: 0px;
}

.i3dcontrol {
	position: absolute;
	bottom: 28px;
	left: 70px;
}

.i3dcontrol img {
	border: 0;
}

div#content ul.nameList {
	position: relative;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 0px;
	font-size: 9px;
	line-height: 10px;
	list-style-type: none;
}

div#content ul.nameList li {
	margin-bottom: 0px;
	padding: 1px;
}

p.subtext {
	font-size: 10px;
	line-height: 11px;
	margin-top: 5px;
	margin-bottom: 5px;
}

a.basic {
	position: relative;
	color: #fff;
	background: none !important;
	text-decoration: none;
	display: inline !important;
	width: 0px !important;
	height: 0px !important;
	padding-top: 0px !important;
	text-align: center;
	margin-right: 3px;
}

/*
  * shop
  */
a.sidebutton {
	display: block;
	width: 130px;
	padding: 9px 10px 10px 20px;
	height: 17px;
	color: #fff;
	text-decoration: none;
	background: url('/images/shop/sidebutton_bkg.gif') no-repeat top left;
}

img.product {
	position: relative;
	float: left;

}

div#content.shop {
	background: url('/images/shop_bg2.jpg');
	height: 480px;
	padding-top: 2px;
}

div#content.alt {
	background: url('/images/shop_bg.jpg');
}

div.shop_main_side_column {
	background: url('/images/shop/column.jpg') no-repeat;
	position: relative;
	float: left;
	margin-top: 2px;
	margin-left: 12px;
	padding-top: 80px;
	padding-left: 27px;
	padding-right: 15px;
	width: 227px;
	height: 387px;
}

div.shop_producttext {
	position: relative;
	width: 280px;
	float: left;
	color: #000d27;
	line-height: 135%;
}

div.description {
	font-size: 11px;
	line-height: 120%;
}

div.shop_producttext h1 {
	color: #000d27;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 5px;
}

div.shop_producttext h2 {
	color: #000d27;
}

div.shop_producttext strong {
	color: #4f4f4f;
	font-size: 93%;
}

div.shop_producttext strong.shop_price {
	color: #000d27;
	font-size: 200%;
	margin-top: 5px;
	line-height: 150%;
}

form.shop_form_addcart {
	margin-top: 5px;
}

form.shop_form_addcart fieldset input {
	margin: 0px;
	width: 100px;
	border: 1px solid #9da2c0;
	margin-bottom: 3px;
	padding: 4px;
	font-size: 110%;
	margin-right: 4px;
}

form.shop_form_addcart fieldset input.shop_form_submitbutton {
	background: url('/images/shop/submit_bkg.gif') no-repeat top left;
	color: #fff;
	width: 100px;
	border: 0;
	padding: 0px 0px 5px 12px;
	height: 28px;
	font-size: 90%;
	text-align: left;
}

form.shop_form_addcart label {
	color: #000;
}

div#content.shop ul.shop_factlist {
	padding-top: 6px;
	padding-bottom: 6px;
}

div#content.shop ul.shop_checkoutbar {
	list-style-type: none;
	background: url('/images/shop/checkout_topbar.gif') no-repeat top left;
	width: 620px;
	height: 30px;
	padding-top: 16px;
	padding-bottom: 15px;
	margin-top: 10px;
	margin-left: -5px;
}

div#content.shop ul.shop_checkoutbar li {
	position: relative;
	float: left;
	margin-right: 20px;
	list-style-type: none;
	background: 0;
}

div#content.shop p {
	color: #000000;
	font-size: 0.95em;
	line-height: 1.4em;
}

div#content.shop ul {
	color: #000000;
	list-style-type: none;
	font-size: 0.9em;
	line-height: 1.6em;
	padding: 12px 0px 12px 15px;
}

div#content.shop ul li {
	background: url('/images/shop/bullet.gif') no-repeat 0px 5px;
	padding-left: 22px;
}

.bold {
	font-weight: bold;
}

a.button_stretch {
	color: #ffffff;
	position: relative;
	float: left;
	display: block;
	text-decoration: none;
	background: url('/images/shop/button_stretch.gif') no-repeat left top;
}

a.button_stretch span {
	height: 30px;
	width: 185px;
	text-align: center;
	padding-top: 10px;
	display: block;
	background: url('/images/shop/button_end.gif') no-repeat right top;
}

div.shopping_bag {
	position: relative;
	float: right;
	width: 157px;
	padding: 18px 20px 15px 8px;
	margin-top: 8px;
	margin-right: 2px;
}

div.shopping_bag_big {
	background: #fff;
	padding: 20px;
	padding-bottom: 0px;
	width: 578px;
	margin-bottom: 0px;
	position: relative;
	clear: left;
}

div.shopping_bag_big hr {
	background: #000;
	color: #000;
	margin-bottom: 2px;
}

p.shop_content_rounded_bottom {
	margin-top: 0px;
	padding-top: 0px;
	background: url('/images/shop/content_rounded_bottom.gif') no-repeat top
		left;
	width: 620px;
}

div.shop_content_checkout {
	padding: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 578px;
	background: #fff;
	clear: left;
}

div#content.shop p.shop_content_rounded_top {
	margin: 0px;
	padding: 0px;
	background: url('/images/shop/content_rounded_top.gif') no-repeat top
		left;
	line-height: 0px;
	font-size: 1px;
	height: 11px;
	position: relative;
	float: left;
	width: 618px;
}

div.shopping_bag_big img {
	position: relative;
	float: left;
	margin-right: 10px;
}

div.empty {
	height: 72px;
	background: url('/images/shop/shop_bag_bg_leer.gif') no-repeat;
}

div.empty p {
	padding-left: 15px;
}

div.shopping_bag  h2 {
	color: #4f4f4f;
	margin-left: 47px;
	margin-top: 0px;
	padding-bottom: 12px;
	font-size: 0.85em;
}

div.full {
	background: url('/images/shop/shop_bag_bg_stretch.gif') no-repeat;
}

img.shopping_bag_footer {
	position: absolute;
	bottom: 0px !important;
	bottom: -1px;
	left: 0px;
}

div#content.shop div.shopping_bag p {
	color: #4f4f4f;
	font-size: 0.85em;
}

div.shopping_bag span {
	font-size: 0.8em;
}

img.shopping_bag_div {
	position: relative;
	flaot: left;
	padding-bottom: 4px;
	padding-top: 4px;
}

div.shopping_bag_produkt {
	position: relative;
	float: left;
	width: 162px;
	padding-top: 5px;
	padding-bottom: 7px;
}

div.shopping_bag_produkt br {
	
}

div.shopping_bag_produkt_detail {
	position: relative;
	float: left;
}

div.shopping_bag_produkt img {
	position: relative;
	padding-left: 8px;
	padding-right: 10px;
	float: left;
}

div#content.shop div.shopping_bag div.shopping_bag_produkt p {
	position: relative;
	padding-bottom: 2px;
	float: left;
	color: #000d27;
	width: 70px;
	margin-right: 0px;
	font-size: 0.70em;
}

span.left {
	position: relative;
	float: left;
	padding-left: 2px;
	color: #000d27;
	padding-top: 2px;
}

span.right {
	position: relative;
	float: right;
	color: #000d27;
	padding-top: 2px;
}

/*---------------------------_
    S T Y L E S    A G B
----------------------------*/
div.agb {
	padding: 20px 40px 40px 40px;
	color: #000d27;
	width: 700px;
}

div.agb h1 {
	color: #000d27;
	font-weight: bold;
}

div.agb h2 {
	color: #000d27;
	padding-top: 36px;
	font-weight: bold;
}

div.agb p {
	color: #333333;
	font-size: 12px;
	padding-bottom: 18px;
}

div.agb ol {
	padding: 20px;
}

div.agb ol li {
	color: #333333;
	font-size: 12px;
	padding-bottom: 12px;
}

a.dl {
	background: url('/images/pdficon_small.gif') no-repeat 0px 5px;
	padding-left: 23px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	color: #000000;
}

a.dl:hover {
	text-decoration: underline;
}

a.lightbox {
	
}

/** ------------- Feedback thumbnails and pictures -------------- */
a.feedback_thumb {
	display: block;
	float: left;
	margin-bottom: 10px;
	margin-right: 20px;
	padding-left: 4px;
	padding-right: 4px;
	border: 1px solid gray;
	background-color: #EEEEEE;
	cursor: pointer;
	width: 148px;
	text-align: center;
	overflow: hidden;
		
	box-shadow: 2px 2px 8px black;
	-webkit-box-shadow: 2px 2px 8px black;
	-moz-box-shadow: 2px 2px 8px black;
}


a.feedback_thumb:HOVER {
	background-color: white;
}


/** ------------- Feedback form columns -------------- */
form.gb div#column_left {
	/**background-color: green;*/
	width: 50%;
	float: left;
}

form.gb div#column_right {
	/**background-color: red;*/
	width: 49%;
	height: 100%;
	float: left;
}

form.gb div.form_panel{
	margin: 10px;
	margin-top: 0px;
	margin-left: 0px;
	padding: 10px;
	color: #69afdc;
	/**background-color: yellow;*/
	background-color: #1c3983;
	width: 376px;
	height: 100%;
	font-size: x-small;
	-moz-border-radius: 4px;
}

div.form_footer {
	position: relative;
	bottom: 15px;
	background-color: #1f5ebc;
	margin-left: -24px;
	width: 860px;
	height: 28px;
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.45) inset;
}

form.gb input.button_feedbackform {
	position: relative;
	left: 490px;
	margin-left: 5px;
	margin-right: 5px;
}

/* Presse */

.smallpress {
	float:left;
	width:102px;
	color:#69afdc;
	padding-right:5px;
	font-size:11px;
}

.smallpress a img {
	border: 2px solid #69afdc;
	width:90px;
	height:130px;
	
}

.pressaddress {
 	padding-top:10px;
 	border-top: 1px solid #69afdc;
}

.pressaddress .smallpress {
	width:134px !important;
}

/* SOUNDPLAYER */

.soundPlayer {
	padding:7px 0 0 35px;
	float:left;
}
