﻿@charset "utf-8";
/* CSS Document */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	/*font-family: Arial, Helvetica, sans-serif;*/
	/*font-family: "Times New Roman";*/
	font-size:12px;
	color: #000;
}

a {
	color: #000;
	text-decoration: underline;
	font-style: italic;
}

a:hover {
	text-decoration: underline;
	/*font-weight: bold;*/
}

#header {
	width: 1000px;
	margin: 0px auto;
	margin-top: 40px;
}

#header span {
	position:absolute;
	float: right;
	margin-left: 950px;
	margin-bottom: 20px;
	font-style: italic;
}

#header span a {
	text-decoration:none;
}

#header span a:hover {
	text-decoration: none;
	font-weight: bold;
}

#header img {
	margin-bottom: 30px;
	border:none;
}

/* Haupt-Navigation */
.navigation {
	text-transform: uppercase;
	/*font-weight: bold;*/
}

.navigation ul {
 margin: 0px auto;
}

.navigation li {
	letter-spacing: 0.2em;
	display: inline;
	margin-right: 45px;
}

.navigation a {
	text-decoration: none;
	font-style:normal;
}

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

.navigation li.active {
	text-decoration: underline;
}

/* Haupt-Navigation Ende */
/* Sub-Navigation */

 .subnavi {
	text-transform: none;
	font-style: italic;
}

.subnavi {
	padding-top: 10px;
	font-weight: normal;
}

.subnavi li {
	display: inline;
	letter-spacing: 0.1em;
	margin-right: 50px;
}

.subnavi li a {
	text-decoration: none;
}

.subnavi li a:hover { 
	text-decoration: none;
	/*font-weight: bold;*/
	text-decoration: underline;
}

.subnavi li.active {
	/*font-weight: bold;*/
	text-decoration: none;
	text-decoration:underline;
}

/* Sub-Navigation Ende */

#content {
	width: 1000px;
	margin: 80px auto;
	/*letter-spacing: 0.1em;*/
}

#content a {
	font-style:italic;
	text-decoration:underline;
}

#content a:hover {
	/*font-weight:bold;*/
	text-decoration:underline;
}

#content img {
	margin-bottom:10px;
}

/* Text-Content */
.textcont {
	width: 525px;
	margin: 80px auto;
	/*letter-spacing: 0.1em;*/
}

.textcont h1 {
	text-transform: uppercase;
	font-size:11px;
	margin:0px;
	margin-top: 15px;
	margin-bottom: 5px;
}

.textcont h2 {
	text-transform: normal;
	font-size:11px;
	margin:0px;
	margin-bottom: 5px;
}

.textcont h1 a {
	cursor: pointer;
}

.textcont p {
	/*margin-top:0px;*/
	margin:5px;
	margin-bottom:10px;
	margin-left:0px;
	line-height: 18px;
}

.textcont span {
	font-style: italic;
	letter-spacing: 0.1em;
}

.textcont .discription {
	font-style: italic;
}


.textcont .nextentry {
	padding-top: 50px;
}

.textcont li {
	list-style-type:disc;
	margin-left:15px;
	line-height: 18px;
}

.textcont ul {
	list-style-position:outside;
	padding-left:0px;
}

.textcont ol li {
	 list-style-type: decimal;
}

.textcont ol {
	list-style-position:outside;
	padding-left:20px;
	margin-top:0px;
}

/* Text-Content Ende */

/*SHOP*/
.firstcolumn {
	float: left;
	margin-right:25px;
	width: 250px;
}

/*.firstcolumn p {
	padding-bottom: 40px;
}*/

.secondcolumn {
	float: left;
	width: 250px;
}

/*.secondcolumn p {
	padding-bottom: 40px;
}*/

.thirdcolumn {
	float: left;
}
/*SHOP ENDE*/

/* Wenn Startseite SoPure dann... */

#start .leftcont {
	float: left;
	width: 521px;
}

#start .rightcont {
	float: right;
	width: 432px;
}

/* Startseite Ende */
/* Collection AW09 */

#collection_aw09 .imgcontainer {
 float: left;
 margin-left:6px;
}

#collection_aw09 .imgcontainer p {
	margin: 0px;
}

#collection_aw09 .imgcontainer a {
	border: none;
}

.certified {
	float:left; 
	margin-left: 10px; 
	width: 450px;
}
/* Collection AW09 */

 #thumbs img{
	/*float: left;*/
	padding:0px;
}

#container {
	margin:0px;
	padding: 0px;
	float:left;
	width: 375px;
}

#thumbcontainer div {
	margin:0px;
	padding:0px;
	/*padding: 0 5px 0 5px;*/
}

#thumbcontainer div img {
	clear:both;
	float:none;
}

.beschreibung {
	display:block;
	width: 350px;
}
/*Galerie ende*/

#footer img {
	margin-top: 70px;
}
