/**
 * Global
 */

* {
	border: 0;
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	background: #44494f;
	font: 100.01% Arial, Helvetica, sans-serif;
	text-align: center;
}

/**
 * Container
 */

#center {
	margin-bottom: -180px;
	float: left;
	width: 1px;
	height: 50%;
}

#box {
	margin: 0 auto auto auto;
	width: 720px;
	clear: left;
	text-align: left;
	height: 360px;
}

#head {
	height: 24px;
}

#spacer {
	width: 5px;
	float: left;
	height: 330px;
}

#navigation {
	width: 155px;
	float: left;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 0.7em;
	text-align: left;
	height: 330px;
	line-height: 1.2em;
}

#contentframe {
	border: 1px solid #ffffff;
	float: left;
	width: 550px;
	height: 330px;
}

#map {
	border: 1px solid #44494f;
	padding: 1px;
	margin-bottom: 5px;
	width: 522px;
	height: 295px
}

/**
 * Content Klassen
 */

.content-image,
.content-text {
	border: 1px solid #44494f;
	background: #ffffff;
}

.content-text {
	padding: 10px;
	overflow: auto;
	height: 308px;
}

.content-image {
	height: 328px;
}

#image-index {
	background: url(../layout/index_shop.jpg) no-repeat;
}

#image-kollektion {
	background: url(../layout/kollektion.jpg) no-repeat;
}

#image-kollektion-text {
	margin-left: 364px;
	/* margin-left: 25px; */
	height: 280px;
	position: relative;
}
#image-kollektion-text span {
	vertical-align: bottom;
	position: absolute;
	bottom: 0;
}

.center {
	text-align: center;
}

/**
 * Navigation
 */
 
#navigation img {
	margin: 4px auto 4px;
	display: block;
}

#navigation a:link,
#navigation a:visited,
#navigation a:active {
	color: #ffffff;
	text-decoration: none;
}

#navigation a:hover,
#navigation a:focus,
#navigation a.hl {
	color: #cc0000;
}
 
/**
 * Content
 */

.split-text {
	float: left;
	width: 240px;
}

.split-image {
	float: left;
	margin-left: 30px;
	width: 240px; /* margin-right: 20px;*/
	text-align: center;
}

h1 {
	display: none;
}

h2 {
	margin-bottom: 0.8em;
	font-size: 0.8em;
	font-weight: bold;
}

h3 {
	margin-bottom: 0.7em;
	font-size: 0.7em;
	font-weight: bold;
}

p {
	margin-bottom: 1.0em;
	font-size: 0.7em;
	text-align: justify;
	line-height: 1.4em;
}

ul {
	font-size: 0.7em;
    list-style-type: circle;
	margin-left: 15px;
	margin-bottom: 1.0em;
}

a:link,
a:visited,
a:active {
	color: #44494f;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #cc0000;
}

.content-text a:link,
.content-text a:visited,
.content-text a:active {
	color: #44494f;
	text-decoration: underline;
}

.content-text a:hover,
.content-text a:focus {
	color: #cc0000;
}


.frame {
	border: 1px solid #44494f;
	padding: 1px;
	margin-bottom: 5px;
}

/* Formulare */

form {
	margin-bottom: 10px;
	padding: 10px;
	font: 100.01% Arial, Helvetica, sans-serif;
}

form th, form td {
	color: #44494f;
	vertical-align: top;
	font-weight: normal;

}

form th {
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 0.75em;
	text-align: left; /* IE 5. fix */
}

form th label {
	display: block;
	font-size: 0.9em;

	cursor: pointer;
}

form td label {
	margin-left: 5px;
	margin-right: 10px;
	cursor: pointer;
}

form label.error {
	color: #ff0000;
}

legend {
	display: none;
}

input,
textarea,
select {
	border: 1px solid #44494f;
	color: #44494f;
	background: #eeeeee;
	vertical-align: middle;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus {
	border: 1px solid #cc0000;
}

input.button {
	color: #44494f;
}

input.button:hover {
	color: #cc0000;
}

/**
 * Lightbox
 */

#lightbox {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img {
	border: none;
}

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav {
	left: 0;
}
#hoverNav a {
	outline: none;
}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(../layout/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#prevLink {
	left: 0; float: left;
}

#nextLink {
	right: 0; float: right;
}

#prevLink {
	background: url(../layout/prev.gif) left 5% no-repeat;
}

#nextLink {
	background: url(../layout/next.gif) right 5% no-repeat;
}

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}

#imageData{
	padding:0 10px;
}

#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 30px; float: right;  padding-bottom: 0.7em;	}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

.clearfix:after {
	content: ".";
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block;
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}