/* CSS Document */

body {
	font-family: Tahoma,Verdana,Arial,sans-serif;
	font-size: 100.01%;
	line-height: 1em;	
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #f0edeb;
	color: #1B75BC;
}

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.nodisplay {
	display: none;
}

/***********************************************/
/* Layout Divs - Structure                     */
/***********************************************/

#container {
	position: relative;
	width: 780px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-align: left;
}
#slideshowwrapper {
	position: relative;
	width: 325px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 80%;
}
#slideshowwrapper a {
	display: block;
}
#helper {
	position: relative;
	top: 20px;
	width: 780px;
	height: 100%;
	margin: 0;
	left:0;
	z-index: 200;
}

#lang {
	position: absolute;
	width: 200px;
	height: 20px;
	top:0px;
	right: 0;
	margin: 0;
	text-align: right;
}
#masthead {
	position: absolute;
	width: 100%;
	top:20px;
	left: 0;
	height:127px;
	margin: 0;
	text-align: left;
	z-index: 500;
}
#aktionsbutton { width: 90px; height: 35px; position: absolute; top: 37px; right: 10px; }
#logo {
	position: absolute;
	width: 264px;
	top:30px;
	left: 10px;
	height:100px;
	z-index: 1000;
}
#flappe {
	position: absolute;
	width: 114px;
	top:79px;
	left: 0;
	height:38px;
	z-index: 1500;
}

/* #strano { font-size: 1px; line-height: 0; } */
#clamp, #clampreverse {
	position: relative;
	width: 100%;
	float:left;
	margin: 146px 0 0 0;
	border-bottom: 10px solid white; 
}
#startpage #clamp {
	background: #FFFFFF url('./images/320-224-185.gif') 10px 0 repeat-y;
}
#productpage #clamp {
	background: #FFFFFF url('./images/320w-424.gif') 10px 0 repeat-y;
}
#photopage #clamp {
	background: #FFFFFF url('./images/320-424.gif') 10px 0 repeat-y;
}
/* 
#photopage #clamp {
	background: #FFFFFF url('./images/560-185.gif') 10px 0 repeat-y;
} 
*/
#mainContent {
	float:left;
	width: 570px;
	margin: 0;
	padding: 0;
	text-align: left;
}
#column1 { width: 320px; float: left; margin-left: 10px; }
#column2 { width: 224px; float: right; }

#photopage #mainContent, 
#productpage #mainContent {
	width: 100%;
}
#photopage #column2, 
#productpage #column2 {
	width: 424px;
	margin-right: 10px; 
}

#clampreverse #mainContent { 
	float:right;
	width: 525px;
}
#sidebar { 	
	float:right;
	width: 185px;
	margin: 0 10px 0 0;
	text-align: left;
}
#productpage #sidebar {
	display: none;
}
#clampreverse #sidebar {
	margin: 10px;
	float:left;
	width: 230px;
}
#footer { 	
	clear: left;
}
div.inner { 
	margin: 10px 10px 0 10px;
	padding: 0;
}
div.padding { 
	padding: 10px;
}
#footer div.inner { 
	background: #EEEEEE;
	margin-bottom: 0;
}
#sidebar div.block { 
	position: relative;
	margin: 0;
	padding: 0;
	border-bottom: 10px solid #FFFFFF;
}
#sidebar div.noborder { 
	border: 0;
}

#sidebar li {
	list-style:none;
}

/***********************************************/
/* Layout Divs - Design                        */
/***********************************************/

#container {
	font-size: 0.7em;
}
#helper { background: #FFCCCC; }
#lang {
}
#masthead{
	background: #FFFFFF;
	color: #333333;
}
#clamp {
	background: #FFFFFF;
	color: #1B75BC;
}
#clampreverse {
	background: #FFFFFF;
	color: #333333;
}
#mainContent {
}
#column2 { color: #1B75BC; }
#photopage #column1 { color: #1B75BC; font-size: 1.2em; }

#sidebar ul {
	padding-left: 10px; 
}
#footer { 	
	background: #FFFFFF;
	color: #1B75BC;
	text-align: center;
	padding-bottom: 10px;
}
#footer span {
	margin: 0 10px;
}

#lang { line-height: 0; font-size: 8px; }
#lang img { position: relative; margin: 4px 1px 0 1px; }
#langsepa { margin-left: 3px; margin-right: 3px; }

/************* #globalNav styles **************/

#nav { 
	position: absolute;
	left: 274px;
	top: 10px;
	width: 496px;
	height: 100px;
	margin: 0; 
	padding: 0;
}
#nav li {
	list-style:none;
	margin:0;
	display:block;
	position: relative;
	width: 124px;
	height: 100px;
	float: left;
	color:#FFFFFF;
	text-align: center;
}
#nav li a {
	display:block;
	width: 124px;
	position: absolute;
	top: 62px;
	left: 0;
	padding:0;
	white-space: nowrap;
	text-align: center;
	color: #FFFFFF;
	background-color: #1B75BC;  /* #0F75BD */
	font-weight: bold;
}
#nav #li1 { background-color: #FFF200; }
#nav #li2 { background-color: #B3D335; }
#nav #li3 { background-color: #00AEEF; }
#nav #li4 { background-color: #00A88E; }
/*
#nav #li1 a:hover { background-color: #FFFA09; }
#nav #li2 a:hover { background-color: #B9D93F; }
#nav #li3 a:hover { background-color: #09B7F5; }
#nav #li4 a:hover { background-color: #09B295; }
*/

#nav li a span {
	display:block;
	width: 100%;
	padding:3px 0;
	text-align: center;
	color: #FFFFFF;
	background-color: #0F75BD;
}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
  padding: 0px 0px 10px 0px;
}

/************* #forms ***************/
form { margin: 0; padding: 0; }
fieldset { border: none; margin-top: 20px; }
fieldset legend { display: none; }
fieldset .left {
	float: left;
	text-align: right;
	width: 80px;
	margin-right: 5px;
}
fieldset .formfield {
	width: 200px;
	margin-bottom: 5px;
}
fieldset textarea.formfield {
	width: 280px;
}
button.submitbutton {
	margin-left: 95px;
}
input.nlformfield { width: 150px; }
button.nlsubmitbutton { margin-top: 5px; }

ul.errors {
	margin-left: 53px;
}
#sidebar ul.errors {
	margin-left: 0;
}


/************* #footer ***************/

/************* #general ***************/

p { margin: 0 0 1em 0; }
a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
}

h2{
 font-size: 114%;
 padding: 0 0 1.5em 0;
}

h3 {
	font-size: 100%;
	padding: 0 0 1em 0;
}
#sidebar h3 {
	padding: 0 0 0.5em 0;
}

h4{
	font-size: 100%;
	padding: 1em 0 0 0;
}

h5{
 font-size: 100%;
}

label{
	font: bold 100% Tahoma,Verdana,Arial,sans-serif;
}

img { border: none; }

div.thumbnail { text-align:center; padding: 10px 0; }
