* { margin: 0; padding: 0; font-size: 100%; font-family: Arial, sans-serif }

html, body {
	height: 100%;
	color: #630;
	background: #fff;
}

html { font-size: 87%; line-height: 1.33; }

h1, h2, h3, h4, h5, h6, p { margin-bottom: 1em }

img { border: 0 }

html, body, table {
	height: 100%;
	vertical-align: middle;
	width: 100%;
}

table table {
	width: auto;
	height: auto;
}

h1 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 1em;
	margin: 1em 0;
	clear: both;
}

a, a:link, a:visited, a:hover, a:active {
	color: #B5282E;
}

.ribbon {
	border-style: double;
	border-width: 20px;
	border-color: #fff;
	background: #f99;
	width: 900px;
	margin: 20px auto 0;
}

.wrapper {
	width: 900px;
	padding: 35px 0;
}

.wrapper2 {
	width: 628px;
	margin: 0 auto;
}

.wrapper4 {
	padding: 20px;
	position: relative;
	min-height: 590px;
}

body.wallets .wrapper {
	background: #fff url(../images/lightreddots.gif);
}

body.wallets .wrapper2 {
	padding-top: 54px;
	background: #fff url(../images/rule_top.jpg) top center no-repeat;
}

body.wallets .wrapper3 {
	padding-bottom: 56px;
	background: url(../images/rule_bottom.jpg) bottom center no-repeat;
}

body.wallets .wrapper4 {
	min-height: 480px; /* - 56 - 54 */
}

body.bags .wrapper {
	background: #fff url(../images/lightwhitedots.gif) -3px -3px;
}

body.bags .wrapper3 {
	border: 24px double #99bfd4;
	padding: 6px;
	background: #fff;
}
body.bags .wrapper4 {
	min-height: 530px /* - 24 - 24 - 6 - 6 */
}

body.home .wrapper {
	background: #fff url(../images/karoblau.jpg) no-repeat;
}
body.about .wrapper {
	background: #fff url(../images/erdbeerswirl.jpg) no-repeat;
}
body.contact .wrapper {
	background: #fff url(../images/roeschen.jpg) no-repeat;
}
body.home h1, body.about h1, body.contact h1 {
	font-size:4em;
	text-align: center;
	margin-top:30px;
	color: red;
}
body.home .wrapper p {
	margin-left:40px;
	width:400px;
}
body.about .wrapper p, body.contact .wrapper p {
	width:400px;
	margin: 0 auto;
}
body.home .ribbon {
	border-color: #FFD2FF;
}
body.accessories .wrapper {
	background: #fff url(../images/karorosa.jpg) no-repeat;
}
body.accessories .wrapper4 {
	min-height: 520px; /* -70 */
}
body.accessories .wrapper3 {
	padding: 70px 20px 0;
}

.lang {
	margin-bottom: 3em;
	width: 400px;
}

.photos {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 200px;
	text-align: right;
}
.photos a {
	float: right;
	display: block;
	width: 174px;
	margin-bottom: 20px;
}
.photos img {
	width: 160px;
	padding: 5px;
	border: 2px dashed red;
}

.footer {
	margin: 0;
	font-size: 0.9em;
	text-align: right;
	width: 920px;
	margin: 0 auto 20px;
}

.nav {
	width: 920px;
	padding-top: 20px;
	margin: 0 auto;
}
.nav ul {
	list-style: none;
	float: right;
	font-weight: bold;
}
.nav li {
	float: left;
	margin-left: 40px;
}
.nav a {
	color: #f99;
}
.nav a:hover, .nav a.active {
	color: #f00;
}
a.active {
	cursor: default;
	font-weight: bold;
	text-decoration: none;
}

.photo-grid {
/*	background: #f99;
	height: 310px; */
}
.photo-grid li {
	list-style: none;
	float: left;
}
.photo-grid li img {
	display: block;
}
.photo-grid li {
	margin: 10px 10px 0 0;
}

.breadcrumb {
	font-size: 0.9em;
	margin-bottom: 0;
}

.price {
	font-weight: bold;
	margin: 1em 0;
}

#wallets-side {
	display:block;
	height:0;
	overflow: hidden;
	padding-top:170px;
	left:-45px;
	position:absolute;
	top:-10px;
	width:170px;
}
#bags-side {
	display:block;
	height:0;
	overflow: hidden;
	padding-top:170px;
	left:-120px;
	position:absolute;
	top:240px;
	width:170px;
}
#accessories-side {
	display:block;
	height:0;
	overflow: hidden;
	padding-top:170px;
	left:-15px;
	position:absolute;
	top:475px;
	width:170px;
}

.contact form {
	margin-left: 140px;
}
.contact label {
	margin-bottom: 10px;
}
.contact label, .contact input, .contact textarea {
	display: block;
	width: 200px;
}
.contact textarea {
	width: 300px;
	height: 150px;
}

.category-item {
	float:left;
	width:200px;
}
.category-item * {
	display: block;
	margin-top: 10px;
	font-weight: bold;
}

form.view-cart {
	float: left;
}

.footer p {
	float: right;
	margin-top: 5px;
}

.lang-de, .lang-en {
	width: 31px;
	height: 0;
	padding-top: 18px;
	overflow: hidden;
	display: block;
	margin-right: 15px;
	float: left;
}
.lang-en {
	background: url(../images/en.gif) no-repeat;
}
.lang-de {
	background: url(../images/de.gif) no-repeat;
}
