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

/* Google-Fonts einbinden */
@import url("http://fonts.googleapis.com/css?family=Cabin");


/* STYLESHEETS */


/********************************************
*******   allgemeine Definitionen     *******
********************************************/

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

body {
	background: url(background.png) repeat-x top center #3d73a2;
	margin: 60px 0 100px 0;
	padding: 0;
	font-family: 'Lucida Grande', 'Tahoma', 'Helvetica', 'Verdana';
	font-size: 16px;
	color: #444d52;
	line-height: 140%;
	}

a {
	text-decoration: none;
	color: #195282;
	}
	
a:hover {text-decoration: underline;}

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
	}

ul, ol, li {list-style: none;}

h1, h2, h3 {
	color: #195282;
	font-weight: bold;
	font-size: 22px;
	margin-top: 0;
	letter-spacing: 1px;
	}

h2 {font-size: 20px; color: #444d52; font-weight: 100;}
h2 a {color: #444d52;}
h2 a:hover {color: #646d72;}
h3 {font-size: 14px; margin: 0 0 2px 0;}

.noborder {
	border: 0 !important;
	}

.more {
	white-space: nowrap;
	}

.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

/* CLEAR FLOATING ELEMENTS */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* KLASSEN FÜR jQUERY etc */

.hidden {
	display: none;
}

.noborder {
	border: 0 !important;
}

#container {
	width: 1020px;
	margin: 0 auto;
	}

#container #absolution{
	width: 1020px;
	margin: 0;
	position: absolute;
	}



/********************************************
*******           Header              *******
********************************************/

#header #link {
	width: 280px;
	height: 80px;
	position: absolute;
	left: 50px;
	top: 22px;
	}

#header #headmenu {
	background: url(header.png) no-repeat top center;
	width: 940px;
	margin: 0;
	padding: 20px 40px;
	height: 64px;
	}

#header #headmenu #menu {
	float: left;
	margin-left: 315px;
	position: relative;
	top: 32px;
	}

#header #headmenu #menu ul li {
	float: left;
	padding-right: 20px;
	}

#header #headmenu #menu ul li:last-child {
	padding-right: 0;
	}

#header #headmenu #menu a {
	color: #d5e2ec;
	}

#header #headmenu #menu a:hover {
	color: #fff;
	text-decoration: none;
	}

#buynow {
	background: url(buybutton.png) no-repeat top center;
	margin: 0 40px 0 0;
	position: relative;
	top: 24px;
	float: right;
	width: 146px;
	height: 29px;
	color: #fff;
	padding-top: 8px;
	text-align: center;
	text-shadow: #888 1px 1px 1px;
	font-size: 14px;
	}

#buynow:hover {
	background: url(buybutton-hover.png) no-repeat top center;
	}

#buynow:active {
	background: url(buybutton-click.png) no-repeat top center;
	padding-top: 9px;
	height: 28px;
	}

#buynow a {
	text-transform: uppercase;
	color: #fff;
	}

#header #bagger {
	background: #fff;
	width: 1020px;
	margin: 0;
	padding: 0;
	}
	
#header #slider {
	background: url(background-slider.png) no-repeat center center;
	width: 1020px;
	height: 300px;
	padding: 10px 0;
	}
	
#header #slider #imageslider {
	background: #ececec;
	height: 280px;
	width: 920px;
	max-width: 920px;
	margin: 10px 50px;
	position: relative;
	}
	
#header #slider #imageslider .smedia {
	margin: 10px;
	display: block;
	position: absolute;
	z-index: 70;
	bottom: 0px;
	left: 0px;
	list-style: none;
	}

#header #slider #imageslider .smedia li {
	float: left;
	display: inline;
	margin-right: 10px;
	list-style: none;
	}
	
#header #slider #imageslider .smedia li .fbicon {
	margin-top: -4px;
	}

#header #slider #imageslider img {
	border: 0px;
	}
	
#header #slider #imageslider #slframe {
	background: url(background-slider.png) no-repeat center center;
	width: 920px;
	height: 280px;
	margin: 0;
	display: block;
	position: absolute;
	z-index: 7;
	top: 0px;
	}
	
#header #midmenu {
	background: url(iconography.png) no-repeat center 0px #ebf6fc;
	width: 934px;
	margin: 10px 40px 0 40px;
	padding: 3px 3px 26px 3px;
	height: 11px;
	}
	
#header #midmenu ul {
	margin-top: 6px;
	margin-left: 8px;
	}
	
#header #midmenu li {
	float: left;
	padding: 0 16px;
	}
	
#header #midmenu .smedia {
	margin: 0 10px;
	display: block;
	position: relative;
	z-index: 70;
	top: -4px;
	list-style: none;
	float: right;
	}

#header #midmenu .smedia li {
	float: left;
	display: inline;
	padding: 0;
	margin-left: 10px;
	list-style: none;
	}
	

/********************************************
*******           Content             *******
********************************************/

#contentainer {
	background: #fff;
	width: 1020px;
	margin: 0;
	padding: 0;
	}

#contentainer #content {
	margin: 0;
	padding: 35px 20px 0 40px;
	float: left;
	}

#contentainer #content #blog {
	width: 600px;
	margin: 0;
	padding: 0;
	}

#contentainer #content #blog .post {
	margin-bottom: 40px;
	}

#contentainer #content #blog .post a.post-edit-link {
	font-size: 12px;
	color: #747d82;
	float: right;
	letter-spacing: 2px;
	text-align: right;
	text-transform: uppercase;
	position: relative;
	top: -53px;
	}

#contentainer #content #blog .post h1 {
	margin-bottom: 30px;
	}

#contentainer #content #blog .post p + h1, #contentainer #content #blog .post ul + h1, #contentainer #content #blog .post ol + h1 {
	margin-top: 50px;
	}

#contentainer #content #blog .post ul + ul {
	margin-top: 30px;
	}

#contentainer #content #blog .post .wpshopgermany h2 {
	font-size: 20px;
	color: #444d52;
	margin: 0;
	padding: 10px 0;
	font-weight: normal;
	}

#contentainer #content #blog .post h6 {
	font-size: 15px;
	color: #747d82;
	margin: 0;
	font-weight: normal;
	}

#contentainer #content #blog .post ul li {
	padding-left: 27px;
	padding-bottom: 8px;
}

#contentainer #content #blog .post ul li:before {
	content: "\25A0";
	margin-left: -19px;
	padding-right: 12px;
	color: #195282;
}

#contentainer #content #blog .post ol li {
	padding-left: 6px;
	list-style: decimal;
	margin-left: 22px;
}

#contentainer #content #cols {
	width: 600px;
	margin: 20px 0;
	padding: 0;
	font-size: 13px;
	color: #747d82;
	}

#contentainer #content #cols .col {
	width: 193px;
	margin: 0 10px 0 0;
	float: left;
	line-height: 150%
	}

#contentainer #content #cols .col .text {
	text-align:justify;
	padding-right: 15px;
	}

#contentainer #content #cols .col .frontthumb {
	width: 193px;
	height: 133px;
	margin: 0 0 20px 0;
	float: left;
	background: #aaa;
	max-width: 193px;
	max-height: 133px;
	position: relative;
	}

#contentainer #content #cols .col h2 {
	font-size: 16px;
	line-height: 20px;
	}

#contentainer #content #cols .col .frontthumb .overfrontthumb {
	background: url(thumb.png) no-repeat center center;
	width: 193px;
	height: 133px;
	margin: 0;
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	}

#contentainer #content #cols .col:last-of-type {
	margin: 0;
	}

/***** GALERIE *****/

.ngg-gallery-thumbnail {
	margin: 0 !important;
	}

.ngg-gallery-thumbnail img {
	border: 5px solid #ebf6fc !important;
	padding: 0 !important;
	}

.ngg-gallery-thumbnail:hover img {
	border: 5px solid #005483 !important;
	}

/********************************************
*******          Sidebars             *******
********************************************/

#contentainer #sidebar {
	width: 320px;
	margin: 0 0 40px 0;
	float: left;
	}

#contentainer #sidebar .sbbox_top {
	background: url(sbtopbg.png) no-repeat top center;
	width: 320px;
	height: 7px;
	margin: 0;
	}

#contentainer #sidebar .sbbox_top.blue {
	background: url(sbtopbg-blue.png);
	}

#contentainer #sidebar .sbbox_content {
	background: url(sbbg-blue.png) repeat-y center center;
	}

#contentainer #sidebar .sbbox_content {
	background: url(sbbg.png) repeat-y center center;
	width: 280px;
	padding: 10px 20px;
	font-size: 14px;
	color: #747d82;;
	}

#contentainer #sidebar .sbbox_content.blue {
	background: url(sbbg-blue.png);
	}

#contentainer #sidebar .sbbox_content h2 {
	margin: 0;
	}

#contentainer #sidebar .sbbox_content .sbbox {
	padding: 17px 0;
	border-bottom: 1px dashed #d4dde2;
	}

#contentainer #sidebar .sbbox_content .sbbox h6 {
	font-size: 13px;
	color: #949da2;
	margin: 0;
	font-weight: normal;
	text-transform: uppercase;
	}

#contentainer #sidebar .sbbox_content .sbbox:last-child {
	border-bottom: none;
	}
	
#contentainer #sidebar .sbbox_content ul#infoicons {
	position: relative;
	margin: 0;
	padding: 0;
	height: 28px;
	top: -1px;
	//left: 4px;
	}
	
#contentainer #sidebar .sbbox_content ul#infoicons li {
	position: relative;
	float: left;
	margin-right: 18px;
	}

#contentainer #sidebar .sbbox_content ul li ul li {
	font-size: 12px;
	}

#contentainer #sidebar .sbbox_bottom {
	background: url(sbbottombg.png) no-repeat bottom center;
	width: 320px;
	height: 7px;
	margin: 0 0 19px 0;
	}

#contentainer #sidebar .sbbox_bottom.blue {
	background: url(sbbottombg-blue.png);
	}



/********************************************
*******           Footer              *******
********************************************/

#footer {
	background: url(footer.png) no-repeat top center;
	width: 940px;
	margin: 0 0 90px 0;
	padding: 20px 40px;
	height: 38px;
	color: #747d82;
	}
	
#footer a {
	color: #747d82;
	}
	
#footer a:hover {
	text-decoration: none;
	color: #343d42;
	}

#footer #fooinfo {
	font-size: 12px;
	float: left;
	position: relative;
	top: 10px;
	}

#footer #foomenu {
	font-size: 12px;
	float: right;
	position: relative;
	top: 8px;
	}

#footer #foomenu ul li {
	padding-left: 20px;
	float: left;
	}
	
#footer #foomenu ul li#menu-item-456 {
	display: none;
	}
