* {
	margin: 0;
	padding: 0;
}
/* clearing */
	.stretch,
	.clear {
		clear:both; 
		height:1px; 
		margin:0; 
		padding:0; 
		font-size: 15px;
		line-height: 1px;
	}
	.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 */
	}
/* end clearing */

ol.sitemap 		{ margin:10px 50px; }
ol.sitemap li 	{ margin:5px 0; }
hr{
  clear:both;
  height:1px;
  border:0;
  color:#eee;
  background:#eee none;
}
body {
	background-color: #e6e6e6;
	background-image: url("bg.gif");
	background-repeat: repeat-x;
	color: #8c8c8c;
	line-height: 18px;
	font-size: 11px;
	font-family: Arial, Helvetica, "Bitstream Vera Sans", "Nimbus Sans L", sans-serif;
	text-align: center;
}

div#page {
	position: relative;	
	width: 822px;
	margin: auto;
	padding: 13px 33px;
	background-color: #fff;
	background-image: url("shadow-bg.gif");
	background-repeat: repeat-y;
	text-align: left;
}

div#header {
	position: relative;
	height: 110px;
}
div#header h1 {
	width: 220px;
	height: 90px;
	background-image: url("../images/logotype.gif");
	background-repeat: no-repeat;
}
div#header h1 span {
	visibility: hidden;
}

div#kreditv { 
	float:right;
	position: absolute;
	top: 0px; 
	right: 24px;
}

div#kreditv img { border:none; }

p#print {
	position: absolute;
	top: 50px;
	right: 24px;
}
p#print a {
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	color: #8c8c8c;
}
div#search {
	position: absolute;
	top: 80px;
	right: 24px;
}
div#search label {
	display: none;
}

div#content {
	position: relative;
	padding-top: 22px;
}
div#main {
	padding-top: 13px;
	min-height:400px;
}
#page-home div#main {
	float: left;
	width: 600px;
	display: inline;
	padding-top: 186px;
	background-image: url("top.jpg");
	background-repeat: no-repeat;
}
#page-home div#main div#intro, div#main div#campaign {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #46949e;
	margin-bottom: 10px;
	padding-bottom: 18px;
}
#page-home div#sub {
	display: inline;
	float: right;
	width: 171px;
	margin: 20px 10px 0 0;
}
#page-home div#newsletter {
	padding-top: 11px;
	padding-left: 13px;
}
#page-home div#newsletter form {
	margin: 13px 0;
}
#page-home div#news p, div#news h2 {
	margin: 0;
}
#page-home div.newsitem {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #6dabb3;
	padding: 13px 0;
	margin-bottom: 8px;
}
#page-home div.newsitem p.date {
	line-height: 12px;
}
#page-home p.archive {
	text-align: center;
}
#page-home p.archive a {
	font-style: normal;
}

#page-webshop div#main ul {
	margin: 13px 0;
	list-style-type: none;
}
#page-webshop div#main li {
	padding-bottom: 8px;
}

div#nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-color: #c1c1c2;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
div#nav ul {
	height: 20px;
	line-height: 20px;
	font-size: 10px;
}
div#nav li {
	display: inline;
	float: left;
	margin-right: 30px;
	text-align: center;
	text-transform: uppercase;
	color: #000;
}
div#nav li a {
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	color: #8c8c8c;
}

div#footer {
	margin: auto;
	width: 888px;	
	background: #46949e url("shadow-bg.gif") repeat-y 0 0;
	text-align: center;
}
div#footercontent{
	color: #fff;
  padding: 3px 0;
  text-align: center;
  margin:0 auto;
  display:block;
  width: 848px;
	background: #46949e none;
}

dl#contact dt, dd {
	display: inline;
}
dl#contact dt {
	margin-left: 40px;
}

div.shadowlft, div.shadowrgt {
	height: 400px;
}
div.shadowlft {
	position: absolute;
	top: 0;
	left: 0;
	width: 19px;
	background: url("shadow-lft.gif") no-repeat;
}
div.shadowrgt {
	position: absolute;
	top: 0;
	right: 0;
	width: 19px;
	background: url("shadow-rgt.gif") no-repeat;
}

div.box {
	width: 170px;
	background-color: #46949e;
	background-image: url("box-top-bg.gif");
	background-repeat: no-repeat;
}
div.box, div.box a, div.box h2 {
	color: #fff;
	
}
div.inner-box {
	padding: 13px;
	background-image: url("box-bottom-bg.gif");
	background-repeat: no-repeat;
	background-position: bottom;
}

/* content */
p {
	margin-top: 8px;
}
h1,h2 {
	margin-top: 8px;
	font-size: 19px;
	font-weight: normal;
	color: #46949e;
	margin:0 0 5px 0;
}
h3 {
	font-size: 11px;
}

a {
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	color: #46949e
}

input {
	font-size: 9px;
}
input.text {
	border-style: solid;
	border-width: 1px;
	border-color: #cbcbcb;
	height: 16px;
	line-height: 16px;
}
input.button {
	margin-left: -3px;
	border: none;
	width: 24px;
	height: 18px;
	background-image: url("button.gif");
	font-size: 7px;
	text-transform: uppercase;
	color: #19555d;
}
div#dynamicnavigation{
  width:150px;
  margin:20px 0 0 0;
  float:left;
  display:inline;
  height:400px;
}
div#dynamicnavigation ul{
  margin:0;
  padding:0;
  list-style-type:none;
  border-bottom:1px solid #eee;
}
div#dynamicnavigation li{
  margin:0;
  padding:10px 0 10px 20px;
  border-top:1px solid #eee;
}
div#dynamicnavigation a{
  font-style:normal;
  height:400px;
}
div#dynamiccontent{
  padding:10px 0 0 0;
  margin:22px 0 0 20px;
  float:left;
  display:inline;
  width:600px;  
  min-height:400px;    
}
div#dynamiccontent p{
  margin:0 0 20px 0;
}
div.hr{
  clear:both;
}
div.hr hr{
  display:none;
}
div#main.search a{
  color:#333;
  font-style:normal;
  font-weight:normal;
}
div#main.search a.readmore {
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	color: #46949e;
	float:right;
	text-align: right;
}
