/*
Theme Name: fairtradekleidung.org
*/

html, body {border: 0; margin: 0; padding: 0;}

body {
  	font: 85%/0.9 arial, helvetica, sans-serif;
	letter-spacing:0.01em;
	background: url(images/bg_repeat.jpg) repeat 0 0;
  	line-height: 130%;
  	width: 100%;
}
/***** Common Formatting *****/

h2, h3, h4, h6 {
  	margin: 0;
  	padding: 0;
  	font-weight: normal;
	font-family: 'Oswald', sans-serif; font-weight: 700;
	color:#93846A;
}

h5{
	font-size: 1em;
  	margin: 10px 0 10px 15px;
	font-weight: bold;
	font-family: 'Oswald', sans-serif; font-weight: 700;
	color:#93846A;
	padding-bottom: 5px;
  	border-bottom: 1px dotted #93846a;
} 


h1{	font-size: 1.7em;
  color: #93846a;
  font-weight: bold;
  margin: 10px 25px 12px 25px;
  	padding-bottom: 7px;
  	border-bottom: 1px dashed #93846a;
		font-family: 'Oswald', sans-serif; font-weight: 700;
		clear:both;
}

.alignleft { float: left; }
.alignright { float: right; }

p {margin: 10px 0; padding: 0; color:#666; 	line-height:1.6em;}

p.notfound{padding: 15px 0 100px; line-height:2em;}

ul {list-style: none; margin: 0; padding: 0;}

blockquote {
  	font-family: Georgia, "Times New Roman", Times, serif;
  	font-style: italic;
  	color: #666;
	margin: 10px 20px;
	font-size: 1.2em;
	display: block;
}

blockquote span.open {
	background: url(images/quote_open.gif) no-repeat left top;
	padding: 0 0 0 15px;
}

blockquote span.close {
	background: url(images/quote_close.gif) no-repeat bottom right;
	padding: 0 15px 0 0;
}

code {
  	display: block;
	background: #F8F7F3;
	border-top: #EEEEDF 2px solid;
	border-bottom: #EEEEDF 2px solid;
  	color: #666666;
  	padding: 10px 15px;
  	margin: 10px 15px;
	font-family: "Courier New", Courier, monospace;
}

small {font-size: 0.80em;}

img {border: none;}

sup {
  	position: relative;
  	bottom: 0.3em;
  	vertical-align: baseline;
}

sub {
  	position: relative;
  	bottom: -0.2em;
  	vertical-align: baseline;
}

acronym, abbr {
  	cursor: help;
  	letter-spacing: 1px;
  	border-bottom: 1px dashed;
}

hr {
  	display: block;
  	clear: both;
  	border-top: 1px dotted #E7E1DE;
  	border-bottom: 1px dotted white;
  	margin: 5px 20px 0;
}

.red {
	color: #FF3300;
}

.green {
	color: #5EBA0A;
}

.sidebarhead{
	font-size: 1.4em;
	text-transform:uppercase;
    font-family: 'Oswald', sans-serif; font-weight: 700;
color:#93846A;
	border-bottom: 1px solid #ccc;
	width: 260px;
	font-weight: bold;
	margin: 15px 0 10px 0;
}

.sidebarbg {
		background: url(images/sidebar_bg.jpg) no-repeat 0 0;
		background-size: 100%;
}

.sidetop
{

	text-transform:uppercase;
    font-family: 'Oswald', sans-serif; font-weight: 700;
color:#669957;
font-weight:bold;
font-size: 1.4em;
padding:5px 0 3px 0;
font-variant: small-caps;
width: 260px;
text-align:center;}

.video{
background-color:#CCCCCC;
width:600px;
text-align:center;}
/***** Links *****/

.plugins{
font-size:14px;
color:#555555;
margin-bottom:8px;
font-weight:bold;}

a {
  	text-decoration: none;	
	color:#93846a;
}

a:hover {text-decoration: none; color:#93846a;}

a img {
  border: none;/*remove border for linked images*/
}
/***** Tables *****/

table {border: 0; margin: 0 0 18px 0; padding: 0;}

table tr td {padding: 2px 2px 0 2px; vertical-align:top;}


/***** clear *****/
.clear {
	clear: both;
	height: 0;
	line-height: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */.clearfix {height: 1%;}

.clearfix {display: block;}
/* End hide from IE-mac */

.endOfSection {
  	clear: both;
  	width: 110%;
  	height: 0;
  	line-height: 0;
  	font-size: 0;
  	padding: 0;
  	margin: 0;
  	border: 0;
}

/***** Global Classes *****/
.alignleft {float: left;}

.alignright {float: right;}

.aligncenter {
  	text-align: center;
  	margin: 0 auto;
}

.clear { clear: both; }

.uberschrift, .title{
	font-family: 'Oswald', sans-serif; font-weight: 700;
	font-size: 1.8em;
	line-height: 1.1em;
  	color: #93846a;
  	font-weight: bold;
	margin-top: 20px;
	margin-bottom:20px;
	text-align:left;}

span.title, a.title { display: block; font-size: 1.8em; margin: 0 0 10px; text-decoration: none; font-family: 'Oswald', sans-serif; font-weight: 700;}
.title.big { font-size: 1.8em; margin-bottom: 20px; 	font-family: 'Oswald', sans-serif; font-weight: 700; }

img.alignleft {
	float: left;
	margin: 0 10px 2px 0;
}

img.alignright {
	float: right;
	margin: 0 0 2px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.noborder {
	border: none;
	background: transparent;
	padding: 0;
}

/***** Main Layout ****/

#container {
	padding: 100px 0 20px;	
  	width: 100%;
  	height: 100%;
  	text-align: center;/* IE fix to center the page */
  	background: url(images/body-bg.png) no-repeat top center; 
}

#wrapper {
  	width: 1056px;  	
  	margin: 0 auto;/* center the page in Firefox */
  	text-align: left;
  	background-color: #fff;
  	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-khtml-border-radius: 8px;
}

/***** TOP PAGE *****/
#top {
	height: 90px;
	padding: 0 25px;
  	background: #F4F4EA url(images/bg.jpg) repeat-x 0 0;
}

.logo {
	width: 605px;
  	height: 144px;
  	float: left;
  	clear: left;
	margin: -90px 0 0 14px;
}



.logo a:hover {
	color: white;
}


.icons{
	float:left;
	margin: 40px 0 15px 15px;
	list-style:none;
}

.icons li{
	float:left;
	padding: 0 10px 6px 0;
}





/* Login */
ul.login {
  	height: 36px;
	width: auto;
  	float: right;
  	clear: right;
  	font-weight: bold;
	line-height: 36px;
	margin-right: 50px;
  	color: white;
  	font-size: 80%;
	text-align: center;
  	background: url(images/login_r.jpg) no-repeat right 0;
	padding-right: 40px;
}

ul.login li.left {
  	background: url(images/login_l.jpg) no-repeat left 0;
  	height: 36px;
	width: 40px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 36px;
  	background: url(images/login_bg.jpg) repeat-x 0 0;
}

ul.login li a {
	color: #d763b8;
}

ul.login li a:hover {
	color: white;
}

/*Login*/
/* toggle effect - show/hide login*/
#login {
	width: 100%;
	color: white;
	background: #1E1E1E;
	overflow: hidden;
	visibility:hidden;
	position: relative;
	z-index: 3;
	height: 0;
}

#login .loginContent {
	width: 550px;
	height: 60px;
	margin: 0 auto;
	padding-top: 25px;
	text-align: left;
	font-size: 0.85em;
}

#login .loginContent .left {
	width: 120px;
	float: left;
	padding-left: 65px;
	font-size: 0.95em;
}

#login .loginContent .right {
	width: 290px;
	float: right;
	text-align: right;
	padding-right: 65px;
	font-size: 0.95em;
}

#login .loginContent a {
	text-decoration: underline;
}

#login .loginContent input {
	border: 1px #666 solid;
	background: #444;
	margin-right: 5px;
	color: white;
}

#login .loginContent input.rememberme {
	border: none;
	background: transparent;
	margin: 0;
	padding: 0;
}

#login .loginContent form {
	margin: 0 0 10px 0;
}

#login .loginContent input.button_login {
	background: transparent url(images/button_login.jpg) no-repeat 0 0;
	width: 35px;
	height: 23px;
	cursor: pointer;
	border: none;
}

#login .loginClose {
	display: block;
	position: absolute;
	right: 15px;
	top: 10px;
	width: 70px;
	font-size: 0.8em;
	text-align: left;
}

#login .loginClose a {
	display: block;
	width: 100%;
	height: 17px;
	color: #0099CC;
	text-decoration: underline;
	background: url(images/button_close.jpg) no-repeat right 0;
	padding-right: 10px;
}

#login .loginClose a:hover {
	background: url(images/button_close.jpg) no-repeat right -17px;
  	color: #0099CC;
}

/* Main Navigation */
#nav {
	background: transparent url(images/nav_bg.jpg) repeat-x left top;
	display: block;
	padding: 0;
	margin: 0;
	height: 34px;
	width: 100%;
	list-style: none;
	text-align: center;
	z-index: 100;
  	position: relative;
}

#nav li {
	background: url(images/nav_sep.jpg) no-repeat 0 0;
	text-align: center;
	display: block;
	float: left;
	height: 34px;
	width: auto;
	margin: 0;
	padding: 0;
  	position: relative;
}

#nav li a {
	display: block;
	position: relative;
	float: left;
	height: 34px;
	padding: 0 15px;
	line-height: 34px;
	color: #ccc;
	font-size: 0.9em;
	left: 2px;
}

#nav li a:hover {
	background: url(images/nav_over.jpg) repeat-x 0 0;
	color: white;
}

#nav li a.active {
	background: url(images/nav_over.jpg) repeat-x 0 0;
  	color: white;
	font-weight: bold;
}

#nav li.sep {
	background: url(images/nav_sep.jpg) no-repeat 0 0;
	width: 2px;
	height: 34px;
	display: block;
}

#nav li.left {
	background: url(images/nav_l.jpg) no-repeat left top;
	width: 36px;
	height: 34px;
}

#nav li.right {
	background: url(images/nav_r.jpg) no-repeat right top;
	width: 36px;
	height: 34px;
	float: right;
}

/***** HEADER *****/
#header {
	position: relative;
	z-index: 1;
	color: white;
	font-family: "Trebuchet MS",Tahoma, Arial, sans-serif;	
}

#header .intro {
	width: 300px;
	height: 130px;
	padding: 30px 0 0 620px;
	text-align:right;
	line-height:24px;
}

#header .intro h1 {
	font-size: 1.4em;
	padding: 5px 0 15px 0;
	font-weight: bold;
}

.ueberschrift {
	font-size: 1.4em;
	padding: 5px 0 15px 15px;
	font-weight: bold;
	color:#555;
	font-family: 'Oswald', sans-serif; font-weight: 700;
}

#header .intro h2 {
	font-size: 1.2em;
	padding: 0;
	margin: 0;
	font-weight: bold;
}

#header .intro p {
	font-size: 1.1em;
	padding: 0;
	margin: 0;
}

/* Header info */
#header .info {
	position: absolute;
	z-index: 2;
	left: 20px;
	top: 190px;
	color: black;
	width: 530px;
	font-size: 0.85em;
	color: #999;
}


/***** Search Box *****/
#header #searchform {
	position: absolute;
	z-index: 2;
	left: 600px;
	top: 180px;
	width: 205px;
}

#header #searchform .searchField {
	display: block;
	float: left;
	border: none;
	background: transparent;
	width: 158px;
	color: white;
	height: 23px;
	padding-top: 5px;
}

#header #searchform .searchSubmit {
	background: transparent url(images/searchButton.png);
	display: block;
	float: left;
	width: 40px;
	height: 26px;
	border: none;
	cursor: pointer;
}



/***** CONTENT *****/

.tabellentext{
display:compact;
text-align:left;
vertical-align:text-top;
font-size:12px;
line-height:1.4;
margin-top:-18px;}

.tabellenhead
{
	text-transform:uppercase;
    font-family: 'Oswald', sans-serif; font-weight: 700;
	letter-spacing:0.04em;
font-size:20px;
font-weight:bold;
color:#D54698;
margin-bottom:30px;
vertical-align:text-top;}

.shops{
margin:40px 0 0 20px;}

#content {
	float: left;
	clear: left;
	width: 720px;
	padding: 20px 15px 20px 20px;
}

#content h1{	
	font-size: 2.2em;
	line-height: 1.1em;
  	color: #93846a;
  	font-weight: bold;
  	margin: 12px 15px 12px 15px;
  	padding-bottom: 7px;
  	border-bottom: 1px dotted #BCB19D;
	clear:both;
}


#content h2 {
	font-size: 2.2em;
	font-weight: bold;
	padding-top: 30px;
	color:#93846A;
	margin:0 15px 20px 15px;
	clear:both;
}

#content h3{	font-size: 1.5em;
  color: #93846a;
  font-weight: bold;
  margin: 14px 0 22px 0;
  	padding-bottom: 5px;
  	border-bottom: 1px dotted #93846a;
}


#content h4 {
	font-size: 1.5em;
	font-weight: bold;
	color:#93846a;
    margin: 10px 0 12px 0;
	color:#93846A;
	padding-bottom: 5px;
  	border-bottom: 1px dotted #93846a;
}

/* post */
#content .post {
	margin: 0 0 30px 0;
	padding: 0;
	clear: both;
	text-align: justify;
	line-height:1.8em;
}

#content .post .title {
    color:#93846a;
	padding-right: 10px;
}

#content .post .title h1 {
font-size:22px;
color:#93846a;
font-weight:bold;
margin-top: 30px;
margin-bottom:12px;
}

#content .post .title h1 a {
	color:#93846a;
	text-decoration: none;

}

#content .post .title h1 a:hover {
	color: #9CD85C;
}

#content .post .title small, #content .post .title span {
	color: #232323;
}

#content .post .title span {
	font-size: 0.5em;
}

#content .post .title small a, #content .post .title span a {
	color: #d763b8;
}

#content .post .title small a:hover, #content .post .title span a:hover {
	color: #0099FF;
}

/* Post Date */
#content .post .title .date {
  Float: left;
  clear: left;
  width: 48px;
  height: 24px;
  border-right: 1px solid #DFD8C8;
  margin: 10px 4px 4px 4px;
  text-align: center;
}

#content .post .title .date .day {
  display: block;
  clear: left;
  font-size: 1.8em;
  color: #393939;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

#content .post .title .date .month {
  display: block;
  clear: both;
  font-size: 0.9em;
  font-weight: bold;
  margin:-3px 0;
  text-transform: uppercase;
  padding: 0;
}

#content .post .title .date .year {
  display: block;
  clear: left;
  font-size: 0.85em;
  color: #393939;
  font-weight: bold;
  line-height: 12px;
  margin: 0;
  padding: 0;
}

/* Page */
#content #page h1 {
	padding: 5px 10px;
}


/* Post Entry */
#content .post .entry {
	padding: 0 15px;
	margin-top:15px;
}

#content .post .entry p.more {
	font-size: 0.8em;
}

#content .post .postmetadata {
	font-size: 0.8em;
	color:  #232323;
}

/* Writer Info */
#content #writerInfo {
	background: #F8F7F3;
	border: #EEEEDF 1px solid;
	padding: 20px 10px;
	display: block;
	margin:25px 0 15px 0;
	padding:12px;
	font-size: 0.9em;
}

#content #writerInfo img {
	padding:3px;
	background-color: white;
	border:1px solid #ccc;
	float:left;
	display: block;
	margin-right: 7px;
}

#content #writerInfo p {
	margin:0;
	width:500px;
	padding: 0;
	float: right;
}

#content #writerInfo span {
	display:block;
	float: left;
	padding-top:4px;
	margin-top:12px;
	border-top:1px solid #EEEEDF;
}

#content #writerInfo a.rss {
	background: url(images/feed_small.jpg) no-repeat right 2px;
	padding-right: 18px;
}

/* Content - Global Classes */


#content ul {
	padding: 5px 0 5px 0px;
}



#content ol li {
	margin: 10px 0;
}



/* Back to top */
#content a.backToTop {
	background: url(images/content_backToTop.jpg) no-repeat right 0;
	display: block;
	clear: both;
	width: 100%;
	height: 20px;
	margin-bottom: 4px;
	text-decoration: none;
}

#content a:hover.backToTop {
	border: none;
	background: url(images/content_backToTop.jpg) no-repeat right -20px;
}

#content .navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	font-size: 0.85em;
}

#content .navigation a {
	color: #d763b8;
}

#content .navigation a:hover {
	color: #0099FF;
}

/***** COMMENTS *****/
#content .commentlist {
	font-weight: bold;
	padding: 0 15px;
	margin: 0;
	list-style: none;
}

#content .commentlist li {
	font-weight: bold;
}

#content .commentlist .commentNumber {
	float: right;
	padding-right: 25px;
	color: #D8D1BA;
	width: 20px;
	height: 20px;
	font: 2em 'Trebuchet MS', Verdana, Arial, Sans-Serif;

}

#content .commentlist li .avatar {
	float: left;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	margin-right: 7px;
}

#content .commentlist cite, #content .commentlist cite a {
	font-weight: bolder;
	font-style: normal;
	font-size: 1em;
}

#content .commentlist cite a {
	text-decoration: none;
	color: #d763b8;
}

#content .commentlist cite a:hover {
	text-decoration: none;
}

.commentlist .commentText {
	font-weight: normal;
	font-size: 0.9em;
	text-transform: none;
	background-color: #F8F7F3;
	padding: 10px 20px 10px 10px;
	margin: 15px 0 30px 0;
}

/* highlight author comment with a different background color */
#content .commentlist .comment-admin {
 	background-color: #F0F0FF !important;
}

#content .commentmetadata {
	font-weight: bold;
	color: #999999;
}

#content #commentform {
	background: #F8F7F3;
	border: #EEEEDF 1px solid;
	padding: 20px 10px;
	display: block;
}

#content #commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#content .nocomments {
	font-size: 1.2em;
	font-weight: bold;
}

/* extras */
/* content typography */
#content a.dwnld{
	background: url(images/dwnld.jpg) no-repeat 0 0;
	display: block;
	clear: both;
	height: 48px;
	width: 216px;
	color: white;
	font-size: 1.8em;
	text-transform: uppercase;
	padding-left: 70px;
	padding-top: 18px;
	margin: 20px 0;
	text-decoration: none;
}

#content a:hover.dwnld {
	background: url(images/dwnld.jpg) no-repeat 0 -66px;
	text-decoration: none;
}

#content a.dwnld span {
	
	font-size: 0.70em;
}

p.note,
p.error {
	display: block;
	width: 560px;
	min-height: 35px;
	float: left;
	padding: 7px 10px 7px 40px;
	border-top: #EBE8D7 1px solid;
	border-bottom: #EBE8D7 1px solid;
	line-height: normal;
}

p.note {background: #FFF9D7 url(images/info.jpg) no-repeat 5px 4px;}

p.error {
	background: #FF9D9D url(images/error.gif) no-repeat 5px 4px;
	border-top: #FF3300 1px solid;
	border-bottom: #FF3300 1px solid;
	min-height: 20px;
}


/***** SIDEBAR *****/
#sidebar {	
	display: block;
	float: left;
	width: 260px;
	margin: -50px 0 30px 0;
	padding-left: 15px;
	font-size: 0.8em;
}

#sidebar p {
    margin: 10px 0;
	padding: 0;
}

#sidebar h2 {
	font-size: 1.4em;
	text-transform:uppercase;
	color:#93846A;
	border-bottom: 1px solid #CBE7A8;
	width: 260px;
	font-weight: bold;
	padding-bottom:5px;
	margin: 15px 0 10px 0;
}

h2.rss {
	background: url(images/rss.jpg) no-repeat 230px 0;
	height: 21px;
}

#sidebar ul li ul li {
	width: 260px;
	margin-bottom: 2px;
}

#sidebar ul li ul li a {
    font-family: 'Oswald', sans-serif;
	letter-spacing:0.03em;
	display: block;
	background: #F2F6E8;
	border-radius: 5px;
	border: #EEEEDF 1px solid;
	margin-bottom:5px;
	margin-top:5px;
	padding: 3px 8px;
	width: 94%;
	height: 100%;
	font-size:122%;
	color:#AA9777;
}

#sidebar ul li ul li a:hover {
	background: white;
}



#sidebar img.feed {
	display: block;
	padding: 0;
	background: transparent;
	border: none;
	margin-top: 15px;
	margin-bottom:20px;
}

#sidebar .ads {
	display: block;
	clear: both;
	width: 264px;
	margin: 20px 0;
	padding: 0;
}

#sidebar .ads img {
	display: block;
	width: 125px;
	height: 125px;
	padding: 0;
	border: none;
	background: transparent;
}

#sidebar .ads .ad-left {
	float: left;
	margin: 0 0 10px 0;
}

#sidebar .ads .ad-right {
	float: right;
	margin: 0 0 10px 0;
}

/* tabbed menu */
#sidebar .shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px Arial;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

#sidebar .shadetabs li{
	display: inline;
	margin: 0;
}

#sidebar .shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #CDC6A9;
	color: #d763b8;
	background: #232323;
	display: inline !important;
}

#sidebar .shadetabs li a:hover{
	background: #393939;
	color: #d763b8;
}

#sidebar .shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	top: 1px;
}

#sidebar .shadetabs li a.selected{ /*selected main tab style */
	background: url(images/shadetabs.jpg) repeat-x 0 0;
	border-bottom: none;
}

#sidebar .shadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
	background: url(images/shadetabs.jpg) repeat-x 0 0;
}

#sidebar .content {
	border: #CDC6A9 1px solid;
	padding: 15px 0;
	width: 260px;
}

#sidebar .content ul {
	padding: 0 10px;
}

#sidebar .content ul li {
	border-bottom: 1px #eee solid;
	margin: 0;
	padding: 3px 7px;
	display: block;
	width: 230px;
}

#sidebar .content ul li a {
	display: inline !important;
	background: transparent !important;
	border: none !important;
	padding: 0;
	width: 230px;
}

#sidebar .tabcontent{
	display:none;
}

@media print {
#sidebar .tabcontent {
	display:block !important;
}
}

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px 0 20px;
	padding: 10px;
	width: 260px;
	background: #F8F7F3;
	border: #EEEEDF 1px solid;
	float: left;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	font-weight: bold;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

.anzeige{
margin-top:30px;}

/***** FOOTER *****/
#footer {
	clear: both;
	color: #ffffff;
	font-size: 0.9em;	
	padding-bottom: 5px;
}

#footer a {
	color: #ffffff;
	border-bottom: 1px dotted #555;
}

#footer a:hover {
	color: #ffffff;
	border-bottom: none;
}

#footer .foot_l {
	background: url(images/footer_l.jpg) no-repeat left top;
	width: 80px;
	height: 74px;
	margin-top:-10px;
	float: left;
}

#footer .foot_l a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	border: 0;
}

#footer .foot_r {
	background: url(images/footer_r.jpg) no-repeat right top;
	width: 26px;
	height: 74px;
	float: right;
	clear: none;
}

#footer .foot_content {
	display: block;
	clear: both;
	padding: 10px 0;
	margin: 5px 5px 0;
	text-align: center; 
	background-color: #a89b88;
	
	border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-khtml-border-radius: 0 0 8px 8px;
	
}


#footer .foot_content p {
	margin: 0;
	padding: 0;
	line-height: 20px;
}

#footer .foot_content .logo {
	display: block;
	width: 196px;
	height: 38px;
	margin-top: 3px;
	float: left;
}

#footer .foot_content .logo a {
	background: url(images/footer_logo.jpg) no-repeat 0 0;
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	border: none;
}

#footer .foot_content .logo a:hover {
	background: url(images/footer_logo.jpg) no-repeat 0 -38px;
	display: block;
}

#footer .foot_info {
	display: block;
	clear: both;
	width: 850px;
	margin: 0 auto;
	text-align: center;
	font-size: 0.80em;
	line-height: normal;
}

/* Back to top */
#footer .backToTop {
	display: inline;
	width: 40px;
	height: 74px;
	float: right;
}

#footer .backToTop a {
	background: url(images/footer_backToTop.jpg) no-repeat 0 0;
	display: block;
	width: 100%;
	height: 100%;
	border: none;
}

#footer .backToTop a:hover {
	background: url(images/footer_backToTop.jpg) no-repeat 0 -74px;
	border: none;
}

#footer ul li {
	display: inline;
}


.shopbox { margin: 12px auto 20px; font-size: 12px; line-height: 16px; line-height:1.2em;}
.shopbox .screenshot_box, .shopbox .content { float: left; line-height:1.2em; }
.shopbox .screenshot_box { margin-right: 10px; }

.shopbox .boxcontent { width: 370px; float: right; line-height:1.2em; }

.overlay, .screen {	width: 300px; height: 225px; }
.overlay {
	display: block;
	margin-bottom: -225px;
	background: rgba(255, 255, 255, .5) url('images/button-zumshop.png') no-repeat center 95%;
	position: relative;
	z-index: 2;
	border: 1px solid #ccc;
}
.overlay:hover {
	background-color: rgba(255, 255, 255, .2);
	background-position: center 95%;
	border-color: #6C3;
}

.screen {
	position: relative;
	z-index: 1;
}
.screen img { width: 300px; height: auto; }


.screenshot_box.overview .screen, .screenshot_box.overview .screen img { width: 200px; height: auto; }

a.shoplink, .title.shop {
	font-family: 'Oswald', sans-serif; font-weight: 700;
	text-transform:uppercase;
	font-size:20px;
	font-weight:bold;
	color:#aa9c83;
	margin-bottom: 10px;
	vertical-align:text-top; 
	text-decoration: none !important; 
}

.marken{
margin-left:20px;}

.postimg { float: right; margin: 5px 0 10px 10px; }
.markenlogo.alignleft { float: left; margin: 4px 20px 10px 0; }

ul.outlets { width: 45%; float: left; text-align:left; font-size:96%; }
ul.outlets.right { float: right; }
ul.outlets li { padding: 5px 0 5px 32px; background-color: transparent;
  background-image: url("https://www.fairtradekleidung.org/wp-content/themes/fairtradekleidung.org/images/outleticon.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 0px 3px;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
margin: 8px 6px 8px 0;
}


.title.green { color: #669957 !important; }

.marke { float: left; margin: 0 8px 20px 0; border: 1px solid #ddd; }
.marke:hover { border-color: #333; }

.tag-description, .category-description { margin-bottom: 30px; margin-left:15px; }

#shopfilter { margin-bottom: 10px;  }
#shopfilter .leftbox, #shopfilter .rightbox { padding: 10px .5%; width: 48%; float: left; }
#shopfilter .rightbox { float: right; }
#shopfilter .title.pink { color: #e065a6;  padding-right:4px; font-size:1.6em; }
#shopfilter .leftbox .hl  { width: 25%; float: left; line-height:1.3em; }
#shopfilter .leftbox .bg { width: 63%; float:right; }
#shopfilter .rightbox .hl { width: 10%; float: left; line-height:1.3em; }
#shopfilter .rightbox .bg { width: 78%; float:right; }
#shopfilter .bg { padding: 10px 4%; border: 1px dashed #b3d59b; background: url('images/filter-hg.png') repeat; }
#shopfilter select { width: 99%; }
#shopfilter .submit { padding: 5px 15px; background-color: #8fb96f; color: #fff; font-weight: bold; border: none; font-family: "Oswald", sans-serif; letter-spacing: 1px; }
#shopfilter .submit:hover { cursor: pointer; }


a.button-angebote { display: block; width: 200px; height: 35px; background: url('images/button-marken-angeboteansehen.png') no-repeat; margin: 5px auto; }
a.button-angebote span { display: none; }


.textwidget {color:#444;}



/* Responsive */
@media all and (max-width: 1100px) {
	img, .video, .wp-caption, table { max-width: 100%; width: auto; height: auto; }
	iframe { max-width: 100%; }

	#wrapper, #footer, #header .info, #header .intro, #content #writerInfo p, p.note, p.error, #sidebar .ads, #sidebar .content, #footer .foot_info { width: 95%; }
	#wrapper { background-image: none; background-color: #fff; }
	#footer { font-size: 0.75em; line-height: 1.2em; }
	#footer .backToTop { width: 10%; }
	#footer .foot_l, #footer .foot_r { display: none; }
	#header { background-size: 100%; }
	#header .info { width: auto; }
	#header .logo { height: auto; margin-bottom: 20px; }
	#header .logo img { width: 100%; height: auto; }
	#content { width: 67%; padding: 0; }
	#sidebar { float: right; width: 30%; margin-right: 1%; padding-left: 0; }
	.sidetop, .sidebarhead, #sidebar h2, #sidebar ul li ul li, #sidebar ul li ul li a, #login .loginContent { width: auto; }
	.icons { margin: 0 0 20px 15px; }
	.shopbox .screenshot_box { width: 42%; }
	.shopbox .boxcontent { width: 55%; }
	.overlay, .screen { width: 100%; }
	
	#shopfilter .leftbox, #shopfilter .rightbox, #shopfilter .leftbox .hl, #shopfilter .rightbox .hl, #shopfilter .leftbox .bg, #shopfilter .rightbox .bg { float: none; width: auto; }
}
@media all and (max-width: 925px) {
	#header .logo { width: 95%; }
}
@media all and (max-width: 870px) {
	.overlay { margin-bottom: -175px; }
	.overlay, .screen { height: 175px; }
}
@media all and (max-width: 650px) {
	#content, #sidebar { float: none; clear: both; width: 95%; margin: 0 auto; }
	#sidebar { width: 90%; }
	#content h1{	
  	margin: 30px 15px 30px 15px;
	text-align:left;}
    a.shoplink, .title.shop {
	margin:10px 0 0 0px; }
	.sidebarbg {
	background-size:100%;}
	img{width:100%;}
	p{text-align:left;}

}
@media all and (max-width: 450px) {
	.shopbox .screenshot_box, .shopbox .boxcontent { width: 100%; float: none; }
	.overlay { margin-bottom: -225px; }
	.overlay, .screen { height: 225px; }
}



/* Adsense Banner */
.adsense-content { clear: both; margin: 20px auto; }