@charset "utf-8";

body, html {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	font-family: Arial, sans-serif;
	color: #fafafa;
}

html {
	background-repeat: repeat-y;
	background-position: center top;		
	background-color: #282828;
	overflow-y: scroll;
}

a {
	cursor: pointer;
	text-decoration: none;
}

a:focus {
    outline: 0px;
}

a.nix, .nix {
	padding: 0;
	margin: 0;
	cursor: default;
	color: #282828;
	font-size: 5px;
	background-color: transparent;
}

a.nix:hover {
	background-color: transparent;
}

#maincontent a, #news a {
	color: #fff;
	text-decoration: none;	
	background-color: transparent;
	margin: -2px -1px -2px -1px;
	padding: 2px 1px 2px 1px;
}

#maincontent a:hover, #news a:hover {
	background-color: #984C3E;	
}

#navi a {
	margin: -2px -4px 0px -4px;
	padding: 3px 4px 1px 4px;
	text-decoration: none;
	background-color: transparent;
}

#navi a:hover, #navi a#active {
	background-color: #984C3E;
}

img {
	border: 0;
}

p {
	margin: 0px;
	padding: 0px 0px 8px 0px;
}

p.p2 {
	margin: 0px;
	padding: 0px 0px 16px 0px;
}

h1 {
	color: #ddd;
	font-size: 16px;
	margin: 0px 0px 0px 0px;
	padding: 14px 0px 14px 0px;
	font-weight: bold;
}

hr {
	border: 0;
	background-color: #313131;	
	height: 3px;
	margin: 0px 0px 0px 0px;
	padding: 0px;	
}

.div10 {
	clear: both;
	height: 10px;	
	min-height: 10px;
}

.div20 {
	clear: both;
	height: 20px;	
	min-height: 20px;
}

#main {
	background-color: #1f1f1f;	
	min-height: 100%;
	width: 790px;
	margin: auto;
	padding: 0px 30px 0px 30px;
}

#header {
	padding-top: 15px;	
	height: 96px;
}

#logo {
	float: left;
	width: 120px;
	height: 89px;	
	background-repeat: no-repeat;
}

#info {
	float: right;
	width: 650px;
	height: 89px;	
	padding-left: 20px;
}

#news {
	height: 40px;
	text-align: right;	
	padding-top: 15px;
	color: #b0b0b0;
	padding-right: 0px;
	font-size: 14px;
}

#navi {
	height: 49px;
}

#navi ul{
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navi ul#navi2{
	float: right;
}

#navi li{
	height: 18px;
	float:left;
	padding-left:12px;
	padding-right:12px;
	border-right: 2px solid #333;
}

#navi li.lastli {
	border: 0;
	padding-right: 0px;
}

#navi li a{
	margin: -5px 0px 0px 0px;
	display: block;
	padding: 3px 5px 0px 5px;
}

#navi li a:hover{
	background-color:#984C3E;
}

#maincontent {
	clear: both;
	font-size: 14px;
	color: #ccc;
	line-height: 18px;
	text-align: justify;
}

#images {
	margin: 0px -20px -20px 0px;
	overflow: hidden;
}

#images img {
	background: #151515 url("../_img/throbber.gif") center no-repeat;		
	cursor: pointer;
	filter:alpha(opacity=90);	opacity: 0.90;	-moz-opacity:0.90;	
}

#images img:hover {
	border-color: #fff;
	filter:alpha(opacity=100);	opacity: 1.00;	-moz-opacity:1.00;;	
}

#images img, #images div {
	display: block;
	float: left;
	margin: 0px 20px 20px 0px;	
	height: 113px;
	width: 111px;	
	border: 2px solid #eee;	
	background-color: #151515;
}

#images div {
	border: 2px solid #222;	
}

#full {
	border: 6px solid #e9e9e9;
	background: #151515 url("../_img/throbber.gif") center no-repeat;	
	cursor: pointer;	
	z-index: 1000;
}

#fullinfo, #fullorder {
	background-repeat: no-repeat;
	color: #eee;
	font-size: 14px;
	visibility: hidden;	
}

#fullinfo {
	padding: 2px 5px 2px 35px;
	float: right;
	background-image: url("../_img/gradient.png");	
	background-position: top left;
}

#fullorder {
	padding: 2px 35px 2px 5px;
	float: left;
	background-image: url("../_img/gradient2.png");	
	background-position: top right;
}

#full:hover #fullinfo, #full:hover #fullorder {
	visibility: visible;
}

#full:hover #fullinfo:hover {
	padding: 2px 5px 2px 40px;
	color: #fff;
}

#full:hover #fullorder:hover {
	padding: 2px 40px 2px 5px;
	color: #fff;
}

#slideshow {
	border: 6px solid #e9e9e9;	
	height: 516px;
	background: #151515 url("../_img/throbber.gif") center no-repeat;	
}

#sls0, #sls1  {
	position: absolute;
	height: 516px;
	width: 778px;
	background-position: center top;
	background-repeat: no-repeat;
	backround-color: #fff;
}

#sls0 {
	z-index: 0;
}

#sls1 {
	z-index: 1;
}

#footer {
	padding-top: 12px;
	height: 31px;
}

#facebook {
	float: left;
	width: 150px;
	overflow: hidden;
	padding-top: 2px;	
}

#fbframe {
	border:none; 
	overflow:hidden; 
	width:200px; 
	height:21px;	
	filter:alpha(opacity=55);	opacity: 0.55;	-moz-opacity:0.55;	
}

.right {
	float: right;	
	text-align: right;
}

.rightCText {
	float: right;
	text-align: center;
	line-height: 15px;
	font-style: italic;
}

.rightCText img {
	padding-bottom: 5px;
}

#imprint {
	float: right;	
	width: 150px;
}

#footertext {
	text-align: center;
	color: #aaa;
	font-size: 13px;
	padding-top: 3px;	
}

#imprint a {
	background-color: transparent;
	margin: -2px 0px 0px -4px;
	padding: 3px 4px 1px 4px;
	text-decoration: none;
	display: block;
	filter:alpha(opacity=60);	opacity: 0.60;	-moz-opacity:0.60;	
}

#imprint a:hover, #imprint a.active {
	background-color:#984C3E;
	filter:alpha(opacity=100);	opacity: 1.0;	-moz-opacity:1.0;	
}

#mona1, #mona2 {
	float: left;
	padding: 17px 25px 5px 0px;	
}

#mona1 {
	width: 184px;
	height: 275px;
}

#mona2 {
	width: 204px;
	height: 306px;
}

#mona1 img, #mona2 img {
	border: 2px solid #eee;
}

#wunschliste {
	margin: 0px -20px -20px 0px;
	overflow: hidden;
}

#wunschliste div.img {	
	border: 2px solid #dadada;
	text-align: center;
}

#wunschliste div.img select {
	width: 101px;
}

#wunschliste div.select {
	float: none;
	margin: 79px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	height: 29px;
	width: auto;
	border: 0;
	background: transparent url("../_img/orderbg.png") center no-repeat;		
}

#wunschliste div {
	display: block;
	float: left;
	margin: 0px 20px 20px 0px;	
	height: 113px;
	width: 111px;	
	background-color: #151515;
	border: 2px solid #222;	
}

input, textarea, select {
	font-size: 13px;
	font-color: #000;	
	font-family: Arial, sans-serif;
}

#orderform input[type=text], textarea {
	padding: 2px;
	margin: 0;	
	background-color: #eee;
}

#orderform input[type=submit] {
	margin-right: 20px;
	margin-bottom: 5px;
}

#orderform input[type=text] {
	float: right;	
	width: 230px;
	height: 16px;
	border: 0;
}

#orderform textarea {
	float: right;	
	width: 330px;
	height: 80px;
	resize: none;
	border: 0;
}

#orderform div.left {
	width: 420px;	
}

#orderform div.left div {
	clear: both;	
	line-height: 22px;
	padding-bottom: 10px;
}

#contact div {
	clear: both;	
}

#contact input {
	width: 500px;	
}

.left {
	float: left;	
}

#sizeLeinwand {
	visibility: hidden;	
}

.cb {
	clear: both;	
}

#msg {
	text-align: center;
	background-color: #313131;
	padding: 5px;
	margin: 2px 0px 18px 0px;
}