@charset "UTF-8";

/* CSS Document */

/* CSS Document */

/* Show CSS Styled boxes

* { outline: 2px dotted red }
* * { outline: 2px dotted green }
* * * { outline: 2px dotted orange }
* * * * { outline: 2px dotted blue }
* * * * * { outline: 1px solid red }
* * * * * * { outline: 1px solid green }
* * * * * * * { outline: 1px solid orange }
* * * * * * * * { outline: 1px solid blue }
*/

/* Browserreset - START */

/* http://meyerweb.com/eric/tools/css/reset/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
	color:#989898;
}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Browserreset - END */

/* =Clear Floated Elements
--------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

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

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* Clear Floated Elements - END */

/*-----------------START - fixed side navigation-----------------*/

ul#sidenavi {
	position: fixed;
	bottom: 94px;
	left: 1px;
	z-index: 5555;
}

ul#sidenavi li {
	clear: both;
	float: left;
	margin-bottom: 2px;
}

ul#sidenavi li a.home {
	width: 48px;
	height: 21px;
	background: url(../images/home.png) bottom left no-repeat;
	display: block;
	border: 0;
}

ul#sidenavi li a.home:hover {
	background: url(../images/home-a.png) bottom no-repeat;
}

ul#sidenavi li a.shop {
	width: 48px;
	height: 21px;
	background: url(../images/shop.png) bottom left no-repeat;
	display: block;
	border: 0;
}

ul#sidenavi li a.shop:hover {
	background: url(../images/shop-a.png) bottom no-repeat;
}

ul#sidenavi li a.contact {
	width: 48px;
	height: 21px;
	background: url(../images/contact.png) bottom left no-repeat;
	display: block;
	border: 0;
}

ul#sidenavi li a.contact:hover {
	background: url(../images/contact-a.png) bottom no-repeat;
}

ul#sidenavi li a.top {
	width: 48px;
	height: 21px;
	background: url(../images/top.png) bottom left no-repeat;
	display: block;
	border: 0;
}

ul#sidenavi li a.top:hover {
	background: url(../images/top-a.png) bottom no-repeat;
}


@media only screen and (max-device-width: 1023px) {

ul#sidenavi {
	display: none;
}

}

/*-----------------END - fixed side navigation-----------------*/

/*-----------------START - Page General declaration -----------------*/

html {
	margin: 0 auto;
	text-align: left;
	height: 100%;
}

body {
	background-color: #fff;
}

.ranking {
	position: absolute;
	width: 1px;
	height: 1px;
	left: -1000px;
	top: 0;
}

.info {
	position: absolute;
	width: 1px;
	height: 1px;
	left: -1000px;
	top: 0;
}

#container {
	float: none;
	width: 960px;
	margin: 0 auto;
}

#header {
	height: 240px;
	width: 960px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 0px;
}

#header h1 {
	text-indent: -9000px;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
	background: transparent url(../images/bg-main.gif) repeat-y ;
}

#content_main {
	color: #000;
	width: 900px;
	margin: 20px 30px 30px 30px;
	font-family: "Trebuchet MS",Lucida Grande, Lucida, Verdana, sans-serif;
}

#content_main_google {
	color: #000;
	width: 900px;
	margin: 0px 0px 0px 30px;
	font-family: "Trebuchet MS",Lucida Grande, Lucida, Verdana, sans-serif;
}

#content_main_google h1 {
	padding-top: 30px;
}

#content_main-index {
	color: #000;
	width: 900px;
	margin: 0px 35px 30px 35px;
	font-family: "Trebuchet MS",Lucida Grande, Lucida, Verdana, sans-serif;
}

#content {
	clear: both;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 35px;
}

#se_content, #se_content p, #se_content h1, #se_content a{
	width:0;
	height:0;
	font-size:0px;
	position:absolute;
	visibility:hidden;
	display:block;
	overflow:hidden;
}
#se_content li{
	list-style:none;
}

#slideshow {
	margin-bottom: 50px;
}

.two_column_left {
	width: 430px;
	float: left;
	margin-left: 0px;
	margin-bottom: 30px;
}

.two_column_right {
	width: 430px;
	float: right;
	margin-right: 0px;
	margin-bottom: 30px;
}

#introborder {
	width: 887px;
	height: 591px;
	margin-left: 0px;
	padding: 0px;
	background-color: #fff;
	border: 1px solid #8fbfbb;
	
}
#introborder2 {
	width: 887px;
	height: 591px;
	margin-left: 0px;
	padding: 0px;
	background-color: #fff;
	border: 1px solid #8fbfbb;
	margin-bottom: 35px;
	}



#footer {
	width: 960px;
	height: 70px;
	background: url(../images/footer.gif) no-repeat;
}

#footer-wrap {
	padding-top: 7px;
	text-align: center;
}

.footer {
	color: #989898;
	font-size: 12px;
}

.wborder {
	border: 1px solid #8fbfbb;
	margin-top: 20px;
}

.spacer15 {
	margin-top: 15px;
	margin-bottom: 15px;
	
}




.center {
	text-align: center;
}

.centeritalic {
	text-align: center;
	font-style: italic
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

img.left {
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 36px;
	margin-left: 33pt;
}

img.right {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 16px;
	margin-left: 13pt;
	border: 10px solid #000;
}

img.partner {
	float: left;
	margin-top: 15px;
	margin-bottom: 16px;
	margin-left: 73pt;

}

img.border {
	border: 1px solid #8fbfbb;
}

blockquote {
	position: relative;
	margin: 0px 150px 10px 150px;
	padding: 0px;
	font: .84em/24px "Trebuchet MS",Lucida Grande, Lucida, Verdana, sans-serif;
	font-style: normal;
	border-left: 0px solid #989898;
}

.clearer {
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	height: 0;
	line-height: 1px;
	font-size: 1px;
}

/*-----------------END - Page General declaration-----------------*/

/*-----------------START - Main Navigation START-----------------*/

ul.mainmenu {
	list-style-type: none;
	display: block;
	
	margin: 0 auto;
	padding-top: 188px;
	padding-left: 184px;
	font: 12px "Trebuchet MS",Lucida Grande, Lucida, Verdana, sans-serif;
	letter-spacing: 1px;
}

ul.mainmenu li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 2px;
	margin-left: 2px;
	padding: 0px 0px 0px 0px;
}

ul.mainmenu li a {
	
	color: #989898;
	text-decoration: none;
	padding: 5px 12px 5px 10px;
}

ul.mainmenu li a:hover,.current {
	color: #000;
	text-decoration: none;
}

ul.mainmenu .current a {
	color: #000;
	font-weight: normal;
	font-style: normal;
}


ul.mainmenu-g {
	list-style-type: none;
	display: block;
	
	margin: 0 auto;
	padding-top: 188px;
	padding-left: 184px;
	font: 12px "Trebuchet MS",Lucida Grande, Lucida, Verdana, sans-serif;
	letter-spacing: 1px;
}

ul.mainmenu-g li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 2px;
	margin-left: 2px;
	padding: 0px 0px 0px 0px;
}

ul.mainmenu-g li a {
	
	color: #989898;
	text-decoration: none;
	padding: 5px 12px 5px 10px;
}

ul.mainmenu-g li a:hover,.current {
	color: #000;
	text-decoration: none;
}

ul.mainmenu-g .current a {
	color: #000;
	font-weight: normal;
	font-style: normal;
}




/*-----------------END - Main Navigation END-----------------*/

/*-----------------START - Sub Navigation START-----------------*/

ul.menu {
	list-style-type: none;
	display: block;
	height: 35px;
	margin: 0 auto;
	padding-top: 5px;
	font: 12px "Trebuchet MS",Lucida Grande, Lucida, Verdana, sans-serif;
	letter-spacing: 1px;
}

ul.menu li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 2px;
	margin-left: 2px;
	padding: 0px 0px 5px 0px;
}

ul.menu li a {
	
	color: #989898;
	text-decoration: none;
	padding: 5px 12px 5px 12px;
}

ul.menu li a:hover,.current2 {
	color: #989898;
	font-weight: normal;
	border-bottom: 1px solid #8fbfbb;
	padding-bottom: 5px;

	
	
}

ul.menu .current a {
	color: #989898;
	font-weight: normal;
	border-bottom: 1px solid #8fbfbb;
	padding-bottom: 5px;
}

/*-----------------END - Sub Navigation END-----------------*/

/*-----------------START - Text styling START-----------------*/

/* Formatierung interner Links */

a {
	text-decoration: none;
}

a.link:link {
	color: #000;
	
}

a.link:visited {
	color: #000;
	
}

a.link:hover {
	color: #000;
	
}

a.link:active {
	color: #000;
	
}

/* Formatierung externer Links */

a.extern:link {
	background: url("../images/link-extern.gif") no-repeat right top;
	color: #000;
	text-decoration: none;
	padding-right: 17px;
}

a.extern:visited {
	background: url("../images/link-extern.gif") no-repeat right top;
	color: #000;
	text-decoration: none;
	padding-right: 17px;
}

a.extern:hover {
	background: url("../images/link-extern_h.gif") no-repeat right top;
	color: #000;
	text-decoration: none;
	padding-right: 17px;
}

a.extern:active {
	background: url("../images/link-extern.gif") no-repeat right top;
	color: #000;
	text-decoration: none;
	padding-right: 17px;
}

h1 {
	color: #8fbfbb;
	padding-bottom: 30px;
	padding-top: 0px;
	font: normal 18px/1.2em "Trebuchet MS",Lucida Grande, Lucida, Verdana, sans-serif;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.headline{
	margin-top: 0px;
	padding-top: 15px;
	margin-bottom: 0px;
}

h2 {
	color: #989898;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font: normal 16px/1.2em "Trebuchet MS",Lucida Grande, Lucida, Verdana, sans-serif;
}

h3 {
	color: #989898;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 5px;
	font: bold 14px/1.2em "Trebuchet MS",Lucida Grande, Lucida, Verdana, sans-serif;

}

.underline {
	color: #333333;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 10px;
	background: url(../images/ornament-h2neu.png) no-repeat 0px 4px;
	font: italic normal 20px/1.2em "Trebuchet MS",Lucida Grande, Lucida, Verdana, sans-serif;
}

p {
	font: .84em/24px "Trebuchet MS",Lucida Grande, Lucida, Verdana, sans-serif;
	padding-bottom: 10px;
	color: #989898;
}

ul.listing li {
	font: .84em/24px "Trebuchet MS",Lucida Grande, Lucida, Verdana, sans-serif;
	color: #989898;
	padding: 0px 0px 0px 20px;
	line-height: 220%;
	background: url("../images/ornament-ul_li.png") no-repeat 0px 8px;
}

ul.listing li.last {
	margin-bottom: 15px;
}

.partner {
	clear: both;
	display: block;
}

p.partner {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 30px;
	float: none;
	clear: right;
}

ul.sitemap li {
	font: .84em/24px "Trebuchet MS",Lucida Grande, Lucida, Verdana, sans-serif;
	padding: 0px 0px 0px 20px;
	line-height: 220%;
	background: url("../images/link-sitemap.gif") no-repeat 0px 7px;
}

ul.sitemap li ul li {
	font: 1em/24px "Trebuchet MS",Lucida Grande, Lucida, Verdana, sans-serif;
	padding: 0px 0px 0px 20px;
	line-height: 220%;
	background: url("../images/link-sitemap.gif") no-repeat 0px 7px;
}

/* Not found - Uebersicht */

.column {
	float: left;
	background-color: #8fbfbb;
	text-align: center;
	padding-bottom: 10px;
}

.grid7col {
	width: 100%;
}

.grid7col .column {
	width: 12.6%;
	margin-left: 2%;
}

.column.first, .column.last {
	margin-left: 0 !important;
}

.column.last {
	float: right !important;
	
}

.column h2  {
	text-align: center;
	padding-top: 0px;
	color: #fff;
}


.column ul li a {
	font: .65em/24px "Trebuchet MS",Lucida Grande, Lucida, Verdana, sans-serif;
	color: #000;
	line-height: 200%;
	display: inline;
}

.column ul li{
	border-bottom: 1px solid white;

	padding-top: 5px;
	padding-bottom: 5px;
}

ul.notfound li a{
	font: .64em/24px "Trebuchet MS",Lucida Grande, Lucida, Verdana, sans-serif;
	color: #000;
	text-align: center;
	
	line-height: 240%;
}

ul.notfound li ul li a{
	font: 1em/24px "Trebuchet MS",Lucida Grande, Lucida, Verdana, sans-serif;
	color: #000;
	text-align: center;
	
	line-height: 240%;
}

ol.agb {
	font: 0.84em/24px "Trebuchet MS",Lucida Grande, Lucida, Verdana, sans-serif;
	color: #989898;
	padding: 0px 0px 0px 0px;
	line-height: 240%;
}

ol.agb li {
	padding: 0px 70px 0px 70px;
}

/*-----------------END - Text styling END-----------------*/

/*-----------------START - Table styling START-----------------*/

table.api_table {
	width: 430px;
	margin-bottom: 10px;
	empty-cells: show;
	background-color: transparent;
}

table.api_table tr.even td {
	background-color: transparent;
}

table.api_table td {
	height: 15px;
	font-size: 12px;
	color: #989898;
	font-family: "Trebuchet MS",Lucida Grande, Lucida, Verdana, sans-serif;
	padding: 9px 5px 7px 10px;
	border-bottom: 1px solid #a4a194;
}

table.api_table thead td {
	font-size: 12px;
	font-weight: bold;
	font-family: "Trebuchet MS",Lucida Grande, Lucida, Verdana, sans-serif;
	color: #989898;
}

table.api_table td.small {
	font-size: 10px;
}

#main table.api_table td.right {
	margin-left: 0;
	text-align: right;
	float: inherit;
}

.alignright {
	text-align: right;
	padding-right: 20px;
}

/*-----------------END - Table styling END-----------------*/

/*-----------------START content area - pagebar styling-----------------*/

.pagebar {
	padding: 0.2em 0.5em;
	margin-right: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration: none;
	text-align: right;
	font: 12px/18px "Trebuchet MS",Lucida Grande, Lucida, Verdana, sans-serif;
	color: #989898;
}

.pagebar a,.pageList .this-page {
	border: 1px solid #8fbfbb;
	background-color: #fff;
	text-decoration: none;
	color: #8fbfbb;
	padding: 0.2em 0.5em;
}

.pagebar a:visited {
	border: 1px solid #989898;
	text-decoration: none;
	padding: 0.2em 0.5em;
}

.pagebar .break {
	padding: 2px 6px 2px 6px;
	border: none;
	background: #fff;
	text-decoration: none;
}

.pagebar .this-page {
	border: 1px solid #d2d2d2;
	padding: 0.2em 0.5em;
	font-weight: bold;
	background: #d2d2d2;
	color: #fff;
}

.pagebar a:hover {
	border-color: #d2d2d2;
}

.pagebar .inactive {
	border: 1px solid #989898;
	color: #ccc;
	text-decoration: none;
	padding: 0.2em 0.5em;
}

/*-----------------END content area - pagebar styling-----------------*/

/*-----------------START - content area - picture placement-----------------*/

.wideImageContainer {
	width: 887px;
	height: 591px;
	background-color: #fff;
	padding: 0px;
	float: left;
	margin-bottom: 27px;
	border: 1px solid #8fbfbb;
	-webkit-box-shadow: 1px 1px 8px rgba(0,0,0,.1);
	-moz-box-shadow: 1px 1px 8px rgba(0,0,0,.1);
	box-shadow: 1px 1px 8px rgba(0,0,0,.1);
}

.wideImageContainer-yt {
	width: 887px;
	height: 523px;
	background-color: #fff;
	padding: 0px;
	float: left;
	margin-bottom: 27px;
	border: 1px solid #8fbfbb;
	-webkit-box-shadow: 1px 1px 8px rgba(0,0,0,.1);
	-moz-box-shadow: 1px 1px 8px rgba(0,0,0,.1);
	box-shadow: 1px 1px 8px rgba(0,0,0,.1);
}


.tallSmallImageContainer {
	width: 275px;
	height: 413px;
	background-color: #fff;
	padding: 0px;
	float: left;
	margin-bottom: 27px;
	margin-right: 29px;
	border: 1px solid #8fbfbb;
	-webkit-box-shadow: 1px 1px 8px rgba(0,0,0,.1);
	-moz-box-shadow: 1px 1px 8px rgba(0,0,0,.1);
	box-shadow: 1px 1px 8px rgba(0,0,0,.1);

}

.tallBigImageContainer {
	width: 342px;
	background-color: #fff;
	padding: 0px;
	float: left;
	margin-bottom: 28px;
	margin-right: 29px;
	border: 1px solid #8fbfbb;
	-webkit-box-shadow: 1px 1px 8px rgba(0,0,0,.1);
	-moz-box-shadow: 1px 1px 8px rgba(0,0,0,.1);
	box-shadow: 1px 1px 8px rgba(0,0,0,.1);
}

.tallMiddleImageContainer {
	width: 428px;
	height: 642px;
	background-color: #fff;
	padding: 0px;
	float: left;
	margin-bottom: 27px;
	margin-right: 29px;
	border: 1px solid #8fbfbb;
	-webkit-box-shadow: 1px 1px 8px rgba(0,0,0,.1);
	-moz-box-shadow: 1px 1px 8px rgba(0,0,0,.1);
	box-shadow: 1px 1px 8px rgba(0,0,0,.1);
}

.squareBigImageContainer {
	width: 514px;
	background-color: #fff;
	padding: 0px;
	float: left;
	margin-bottom: 27px;
	margin-right: 29px;
	border: 1px solid #8fbfbb;
	-webkit-box-shadow: 1px 1px 8px rgba(0,0,0,.1);
	-moz-box-shadow: 1px 1px 8px rgba(0,0,0,.1);
	box-shadow: 1px 1px 8px rgba(0,0,0,.1);
	}

/*-----------------END content area - picture placement END-----------------*/

/*-----------------START Formulargestaltung
background-image: url(../images/form_bg.gif);
 START-----------------*/

.feld {
	
	border: 1px solid #989898;
	padding: 6px 5px 4px 5px;
	font-size: 11px;
	line-height: 14px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #000;
	background-color: #efefef;
	width: 180px;

}



.labelhz {
	float: left;
	margin-bottom: 10px;
}

.legend {
	color: #989898;
	padding-top: 20px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-bottom: 5px;
	font: bold 14px/1.2em "Trebuchet MS",Lucida Grande, Lucida, Verdana, sans-serif;
}

.newsletter {
	float: right;
	margin-right: 80px;
	margin-top: 35px;
}

input#submit {
	line-height: 14px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #8fbfbb;
	border: 1px solid #989898;
	font-weight: bold;
	padding: 5px;
	color: #fff;
	width: auto;
}

input#submit:hover {
	background-color: #989898;
	border: 1px solid #989898;
	color: #fff;
	cursor: pointer;
}


/*-----------------END Formulargestaltung END-----------------*/

/*-----------------Start Newsletter Start-----------------*/

.list {
	font: bold 0.94em/24px "Trebuchet MS",Lucida Grande, Lucida, Verdana, sans-serif;
	padding-bottom: 10px;
	padding-left: 50px;
}

/*-----------------END Newsletter END-----------------*/