@import url("reset.css");

html {
	/* for application/xhtml+xml */
	background: #fff;
	height: 100%;
}

body {
	font: 62.5% Verdana, Tahoma, Arial, sans-serif;
	background: #fff;
	height: 100%;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 2em;
}

h2 {
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 2em;
}

a {
	color: #000;
	text-decoration: none;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
	height: 113px;
}

#nav {
	position: absolute;
	top: 110px;
	left: 0;
	width: 20%;
	min-width: 20em;
	height: 96%;
	/* background: #ddd; */
	padding: 1em;
}

#nav li {
	margin-bottom: 0.5em;
}

#nav a {
	background: #fff;
	color: #000;
	text-decoration: none;
}

#nav a.active {
	/* dekoriert den aktiven link in der nav */
	background: #f8f;
	color: #fff;
}

#content {
	/* Der ganze rechte Bereich */
	position: absolute;
	top: 0;
	right: 0;
	width: 75%;
	padding: 1em;
	padding-top: 113px;
	padding-bottom: 4em;
}

#content .shop-item {
	/* Die ganze Produktbox */
	float: left;
	width: 16em;
	min-height: 10em;
	height: 34em;
	background: #f9f9f9;
	margin-right: 2em;
	margin-bottom: 2em;
	padding: 1em;
	-webkit-box-shadow: 2px 2px 5px #bbb;
}

#content .shop-item dt {
	/* Der Produktbild-Container */
	width: 100%;
	height: 16em;
	text-align: center;
	margin-bottom: 2em;
}

#content .shop-item h3, h3 {
	/* Der Produkttitel */
	margin-bottom: 1em;
}

#content .shop-item .desc {
	/* Die Beschreibungszeile */
	color: #666;
	margin-bottom: 1em;
}

#content .shop-item .price {
	/* Die Preiszeile */
	color: #666;
	margin-bottom: 1em;
}

#content .shop-item .buy-link {
	/* Der Preislink */
	color: red;
}

#content .shop-item img {
	/* Das Produktbild */
	max-width: 200px;
	max-height: 200px;
	background: #f0f;
	
}

#content .more-images {
	margin-bottom: 1em;
}

#content .shop-item .image-thumb {
	display: inline;
	margin-right: 0.5em;
}

#content .shop-item .image-thumb img {
	width: 16px;
	height: 16px;
	color: #fff;
	border: solid 1px #bbb;
}

/* MODALE FENSTER */

.modal-window {
	background: #fff;
	width: 50em;
	padding: 1em;
}

.modal-window h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 1em;
}


/* WARENKORB */

#warenkorb_tabelle {
	width: 100%;
	margin-bottom: 1em;
}

#warenkorb_tabelle th {
	border: 0;
	text-align: left;
	padding: 0.3em;
	padding-bottom: 1em;
	font-weight: normal;
}

#warenkorb_tabelle td {
	border: solid 0px #000;
	vertical-align: top;
	padding: 0.3em;
}

#warenkorb_tabelle .amount {
	padding: 0;
	width: 2em;
}

#warenkorb_tabelle input {
	width: 2em;
}

hr {
	height: 1px;
	width: 100%;
	background: #bbb;
	border: 0;
}

#no_show {
	/* unbenutzt. besser nicht anfassen. macht nichts. */
	visibility: hidden;
}


/* ADMIN STUFF */

.form_set {
	margin-bottom: 2em;
	width: 38em;
}

fieldset {
	border: solid 1px #999;
	width: 100%;
	padding: 1em;
	background: #fff;
}

fieldset legend {
	font-size: 0.8em;
	color: #999;
	background: #fff;
	padding: 0.5em;
	border: solid 1px #999;
	border-bottom: 0;
	text-transform: uppercase;
}

fieldset legend img {
	position: relative;
	top: 0.5em;
}

fieldset p {
	margin-bottom: 2em;
}

label {
	margin-left: 1em;
	color: #999;
}

input, select, textarea {
	width: 16em;
}

textarea {
	height: 10em;
}

input[type="submit"], input[type="button"], input[type="radio"], input[type="checkbox"] {
	width: auto;
}

.option-links {
	margin-top: 2em;
}

.option-links a {
	color: #f8f;
	margin-right: 1em;
}

#ZoomImage {
	border: solid 1px #888;
}

#ShadowBox {
	display: none;
}
