/*
{literal}
*/

* {	
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-repeat: no-repeat;
	
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

html {
	height: 100%;
}

body {	
	text-decoration: none;
	background: #666;
	height: 100%;
	color: #333;
}

a {
	font-size: inherit;
	text-decoration: none;
	color: inherit;
}

h1 {
	font-family: Georgia, Times, serif;
	font-size: 24px;
	font-weight: normal;
	font-variant: small-caps;
	margin-bottom: 15px;
}
	h1.detach {
		margin-bottom: 50px;
	}
h2, h3 {
	margin-top: -15px;
	margin-bottom: 6px;
	font-family: Georgia, Times, serif;
	font-size: 14px;
	font-weight: normal;
}
h3 {
	margin-top: 5px;
	margin-bottom: 5px;
}
h4 {
	margin-bottom: 5px;
}

p {
	margin-bottom: 10px;
	line-height: 18px;
	text-align: justify;
}

input, textarea {
	border: 1px solid #333;
}
th {
	font-weight: bold;
}

.left {
	float: left;
}
.alignleft {
	float: left;
}
.right {
	float: right;
	text-align: right;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}

.row1, .row2 {
}
.row2 {
	background: #CCC;
}

.big {
	font-size: 14px;
}

.spacer {
	clear: both;
	height: 10px;
}
.line {
	height: 10px;
	border-bottom: 1px solid #333;
}
.bar {
	height: 3px;
	background-color: #fffdea;
	padding-left: 19px;
}
	.bar-text {
		position: relative;
		top: -9px;
		color: #FFF;
		padding-left: 5px;
	}

#page {
	width: 950px;
	min-height: 100%;
	margin: 0px auto;
	margin-bottom: 20px;
	position: relative;	
	padding-left: 10px;
	padding-right: 10px;
	border-left: 2px solid #edecec;
	border-right: 2px solid #edecec;
	background-color: #fffffd;
	-moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.80);
	-webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.80);
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}

	.box-overlay {
		position: absolute;
		left: 476px;
		top: 114px;
		z-index: 300;
		width: 190px;
		height: 400px;
		opacity: 0.40;
  	filter: alpha(opacity:40);
	}
	#wappen-overlay {
		height: 400px;
		position: absolute;
		/*left: 546px;*/
		left: 476px;
		top: 114px;
		z-index: 400;
	}
	#wappen-txt {
		position: absolute;
		top: 320px;
		left: 790px;
		z-index: 500;
		color: #FFFFFF;
		font-size: 18px;		
	}

#loader {
	position: absolute;
	top: 86px;
	left: 675px;
	color: #45779A;
	font-size: 10px;
}
#facebook {
	position: absolute;
	top: 83px;
	left: 855px;
	color: #45779A;
	font-size: 10px;
}

.content {
	padding: 25px;
}
	.content a:hover {
		text-decoration: underline;
	}

#left {
	width: 650px;	
	float: left;
}
#right {
	width: 300px;
	float: right;
}
	#right .content
	{
		width: 249px;
		border-left: 1px solid #333;
	}

#vdp
{
	/*margin-left: 18px;*/
	margin-top: 35px;
	margin-left: 25px;
	font-size: 10px;
	text-align: center;
	float: left;
}

#right-top
{
	width: 299px;
	height: 98px;
	padding-top: 15px;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
}

#subnav {
	list-style-type: none;
	margin-left: 20px;
}
	#subnav li {
		float: left;
		margin-right: 5px;
		font-size: 11px;
		/*font-variant: small-caps;*/
	}
	#subnav li a { /* IE suxx... */
		font-size: 11px;
	}
	
/* menu */
#nav {
	list-style-type: none;
	float: right;
	/*margin-top: 88px;*/
	margin-top: 86px;
	margin-right: 10px;
}
/* second level */
#nav li {
	float: left;
	position: relative;
	margin-right: 10px;
	font-variant: small-caps;
}
	#nav a {
		font-size: 15px;
	}
	#nav ul a {
		font-size: 12px;
	}
/* hide the sub levels and give them a positon absolute so that they take up no room */
#nav ul {
	display: none;
	list-style-type: none;	
	position: absolute;
/*	top: 14px;*/
	top: 16px;
	left: 0;
	width: 115px;
	z-index: 1000;
	background-color: #fff;
	opacity: 0.60;
  filter: alpha(opacity:60);
	padding: 5px;
	padding-top: 25px;
}
#nav ul li {
	float: none;
	margin-bottom: 5px;
}
/* style the second level links */
#nav ul a {
	display: block;
	font-variant: normal;
	width: 105px;
}
/* make the second level visible when hover on first level list OR link */
#nav :hover ul {
	display: block;
}
	
#pic {
	width: 650px;
	height: 395px;
	padding-top: 5px;
}

#logo-box {
	width: 299px;
	height: 395px;
	padding-top: 5px;
	border-left: 1px solid #333;
}
#slogan {
	position: absolute;
	top: 160px;
	width: 299px;
	height: 186px;
	background-image: url(images/slogan.png);
}

#content, #ad {
	border-top: 1px solid #333;
}
#ad p, #ad p *, #ad li * {
	font-size: 11px;
	line-height: 15px;
	text-align: left;
}
	 #ad p {
		 color: #333;
	 }
	 #ad li * {
		 line-height: 10px;
	 }

/* gallery */
#gal-wappen {
	width: 196px;
	height: 150px;
	float: left;
	margin-top: 10px;
}
#gal-nav {
	float: left;
	margin-top: 150px;
	margin-left: 120px;
	list-style-type: none;
}
	#gal-nav li {
		float: left;
		margin-right: 5px;
	}
	#gal-nav a {
		font-size: 14px;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	line-height: 15px;
	color: #999;
	}

/* shop */
#shop-wrapper {
	background: #f2f5e3;
	padding: 15px 15px 5px 15px;
}
h1.shop {
	margin-bottom: 0px;
}
h2.shop, h2.basket {
	font-size: 16px;
	font-weight: normal;
	margin: 30px 0 0 0;
	float: none;
}
	h2.basket {
		margin: 0 0 5px 0;
	}
h3.shop {
	margin: 0px;
}

.img {
	vertical-align: bottom;
}
.sum {
	font-weight: bold;
}
.shopnav {
	float: right;
	margin: 10px 0;
}
#cat-row {
	list-style-type: none;
	width: 260px;
	margin: 0 0 20px 0;
}
	#cat-row li {
		margin: 0 0 5px 0;
		padding: 2px 10px;
		border-bottom: 1px solid #333;
	}
	#cat-row li a {
		color: #333;
	}
		#cat-row li a:hover {
			color: #92a924;
			text-decoration: none;
		}
#art-row {
	margin-top: 15px;
}
	#art-row .row {
		height: 35px;
	}
	.thumb, .number, .year, .sorte, .name, .price, .capacity {
		float: left;
		margin-right: 10px;
	}
	.thumb {
		width: 100px;
	}
	.number {
		width: 25px;
		margin-right: 0;
	}
	.price {
		width: 40px;
		text-align: right;
	}
	.sorte {
		margin-right: 4px;
	}
	.name {
		margin-right: 10px;
	}
		.name strong {
			font-size: 13px;
		}
	.basket {
		float: right;
	}
	#art-row .spacer {
		border-bottom: 1px solid #92a924;
		height: 5px;
		margin: 0 0 5px 0;
		clear: both;
	}
#article .desc {
	float: right;
	width: 450px;
	margin-left: 20px;
}
#article .price, #article .basket {
	margin-top: 25px;
}

input, select, textarea {
	border: 1px solid #333;
	height: 15px;
	background-image: url(images/bg_input.gif);
	color: #333;
}
	input.basket-add {
		width: 25px;
	}
	input.submit
	{
		height: 20px;
	}

.cart-add, .cart-go, .cart-edit {
	 width: 16px;
	 height: 16px;
	 cursor: pointer;
	 margin-left: 5px;
}
	.cart-add {
		background: url('images/cart_put.png');
		border: 0px;
	}
	.cart-edit {
		background: url('images/cart_edit.png') left no-repeat;
		border: 0px;
		width: 170px;
		color: #92a924;
		text-align: right;
		font-weight: bold;
	}
	.cart-go {
		border: 0px;
		width: 190px;
		color: #92a924;
		background: url('images/cart_go.png') left no-repeat;
		text-align: right;
		font-weight: bold;
		font-size: 14px;
	}
#basket-list {
	list-style-type: none;
	margin: 15px 0;
}
	#basket-list li {
		margin-bottom: 10px;
		color: #333;
	}
#help {
	margin: 50px 0;
	min-height: 23px;
}
	#help p {
		text-align: justify;
	}

#alert {
	margin: 5px 10px 15px;
}
	#alert h2 {
		color: #7a0b0e;
		margin: 0;
	}

.hlink {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	overflow: hidden;
}
	.hlink p {
		background: #92a924;
		padding: 3px;
		margin: 3px 0;
		width: 100%;
	}
	.hlink p a, .hlink input {
		color: #fff;
	}

.spinner {
	position: absolute;
	opacity: 0.9;
	filter: alpha(opacity=90);
	z-index: 999;
	background: #fff;
}
.spinner-msg {
	text-align: center;
	font-weight: bold;
}

.spinner-img {
	background: url(images/spinner.gif) no-repeat;
	width: 24px;
	height: 24px;
	margin: 0 auto;
}


/*
{/literal}
*/

