/* @override http://kopfbunt.de/wp-content/themes/kopfbunt/style.css */

/*
Theme Name: kopfbunt
Theme URI: http://wordpress.org/
Description: Bunt-kreatives Theme basierend auf dem bekannten <a href="http://binarybonsai.com/kubrick/">Kubrick</a>. Die deutsche Bearbeitung erfolgte durch <a href="http://wordpress-deutschland.org/">WordPress-Deutschland.org</a>.
Version: 1.0
Author: Malte Christensen
Author URI: http://kopfbunt.com/
Tags: bunt

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */

html {min-height: 100.01%;}
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #eee;
	color: #585858;
	text-align: center;
	border-top: #00d8ff 10px solid;
}

#wrapper {
	width: 925px;
	overflow: hidden;
	margin: -180px auto;
	margin-bottom: 5em;
	z-index: 100;
}

#header {background: #fff url('images/3r5nm_pattern.jpg') top left; z-index: 0;}

#headerimg {
	background: transparent url('images/kopfbunt_header.png') no-repeat 0 -10px;
	margin: 7px 9px 0;
	height: 208px;
	width: 925px;
}

.ecke_links {
	position: absolute;
	top: 0px;
	left: -90px;
	background: transparent url('images/_ecke_links.png') no-repeat left top; 
	width: 245px; 
	height: 190px;
}
.ecke_rechts {
	background: transparent url('images/_ecke_rechts.png') no-repeat 0 0;
	width: 219px;
	height: 69px;
	position: absolute;
	top: 260px;
	right: 0;
}

/* NAVIGATION */

#navigation { text-align: left;}

#navigation ul{
	color: #000;
	font-weight: bold;
	margin: 0 0 0 270px;
	padding: 0;
	list-style-type: none;
}

#navigation li a {
	color: #fff;
	background-color: #000;
	float: left;
	padding: .5em 1.2em .6em .6em;
	margin-right: .5em;
	font-weight: bold;
	font-size: 1.2em;
}

#navigation li {
	text-align: left;
	text-decoration: none;
	display: inline;
	list-style-type: none;
	margin-left: .6em;
}


#navigation a:hover, #hauptnavi li a:focus {
	color: #000;
	background-color: #baff00;
	text-align: left;
	text-decoration: none;
	display: inline;
}

#navigation a:visited { border-style: none;}

#navigation .current_page_item a {
    color: #fff;
    background: #00D8FF;
	text-align: left;
	text-decoration: none;
	display: inline;
}

.rss_icon {
	float: right;
	margin: 85px 15px;
}

#content {font-size: 1.3em}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.6em;
	}

.widecolumn { line-height: 1.6em; }

.narrowcolumn .postmetadata { text-align: right; }
.entry p.postmetadata { text-align: left; border-style: none; }

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background: #d8d8d8;
	border-bottom: #fff 7px solid
}

small, .small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: .95em;
	line-height: 1.5em;
	}


em {
	font-style: italic; 
	font-weight: normal;
	font-size: 1em;
	}

ins { text-decoration:none; color: #585858;}

h1, h2, div.entry h2, h3, h4 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h1, h2 { font-size: 1.4em; }

h2.pagetitle {font-size: 1.6em;}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-weight: lighter;
	}

h3{font-size: 1.4em;}

h4 {font-size: 1.1em; text-transform: normal;}

h1.home, #headerimg .description {
	text-decoration: none;
	color: #000;
	text-indent: -9999px;
	border-style:none;
	background: transparent;
	}

h1, h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #585858;
	}

h1, h2, h2 a, h2 a:hover, h2 a:visited, #sidebar h2, #wp-calendar caption{
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	display: block;
	padding:0.5em 0.5em 0.6em;
	border-style:none;
	}
	
h3 a, h3 a:visited {
	color: #00d8ff;
	font-weight: normal;
	text-decoration: none;
	border-style: none;
	}
h3 a:hover { color: #585858;}


.post h2, .post h1 {
	text-transform: uppercase;
	text-align: left;
	font-weight: 100;
	letter-spacing: .06em;
	margin-top: .3em;
	padding:0.5em 0.5em 0.6em; 
	}
	
.post h2.no_padding {padding:0;}

.post h2.clear { padding: 0;}

div.entry h2 {
	background: transparent;
	color: #585858;
	text-transform: none;
	letter-spacing: 0;
	}


p { margin: 0 0 .9em 0; }

.search .entry p { margin: 1em 0 .9em 0;}

.commentlist li, #commentform input, #commentform textarea {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist a {color: #ea00ff;}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	padding: 0;
	margin: 0 15px .5em 0;
	}
	
.comment_info {
	float: left;
	overflow: hidden;
	width: 180px;
	}

.comment_content {
	display: inline;
	float: right;
	margin: 0 10px 0 10px;
	overflow: hidden;
	width: 330px;
	border-left: 1px dotted #00bddf;
}

.gravatar {
	padding: 0px 10px 0 10px;

}

.malte .gravatar {
	background: transparent url(../images/site/gravatar-alt.png) no-repeat scroll left top;
	float:left;
	margin:0;
	padding: 0 10px;
	}

.malte { background-color:#f2ffff; }


.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	clear: both;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover {
	color: #00bddf;
	text-decoration: none;
	}
	
.post h2 a:hover { color: #fff; background-color: #ea00ff; display: block;}

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

 #kontakt .vcard a:visited, .flickrbutton a:visited, .st-tag-cloud a:visited, .webservices ul li a:visited { border-style: none;}
	
a:focus {outline: none}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
#footer li { list-style-type: none;}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: #fff;
	margin: 0 auto;
	padding: 0;
	width: 925px;
	text-align: left;
}

#vorwort {
	text-align: right;
	padding: 29px 37px;
	border-bottom: #00d8ff 5px solid;
}

#vorwort p {
	width:605px; 
	padding: 0 230px 0 25px; 
	line-height: 1.4em; 
	font-size: 1.1em;
}

.vorwort {
	text-align: right;
	padding: 40px 37px 15px;
	border-bottom: #00d8ff 5px solid;
	height: 6em;
	}

.vorwort p {
	margin: 20px 40px 10px;
	line-height: 1.4em; 
	font-size: 1.1em;
	height: 6em;
	}
.vorwort a {color: #ea00ff;}


#header {
	background-color: #fff;
	margin: 0;
	padding: 0;
	height: 180px;
	width: 100%;
	}

#headerimg {
	margin: 0 auto;
	height: 208px;
	width: 925px;
}

#empfehlungen { 
	margin: 0 3.8em;
	padding: 0;
	}

#empfehlungen h1, #impressum h1, #kontakt h1 {
	width: 425px;
	}
	
#empfehlungen a, #impressum a, #kontakt a { color: #ea00ff;}
#empfehlungen span { line-height: 1.6em;}

.freunde , .freundel{ padding-top: 5em;}

.freundel span { display: block; margin-left:390px;}

.freunde span , .freundel span { width: 440px; line-height: 1.5em;}

.freunde span { display: block; text-align: right; padding-left: 10px; padding-right: 10px;}

.klein {width: 200px;}

#empfehlungen, #impressum, #kontakt {
	margin: 0 3em;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.8em;
	}
#impressum p { width: 45em; }
	
#page .kopfbunt .entry  p {
	width: 36.5em;
	text-align: left;
	font-size: 1.1em;
	}
	
.abstand {padding-right: 5em;}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 560px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}


.post {
	margin: 5em 0 0 0;
	text-align: left;
	border-bottom: 1px solid #d7d7d7;
}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 15px;
	}
.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
	line-height: 1.4em;
}

.postmetadata a { color: #ea00ff;}
.postmetadata a:hover { color: #585858;}

.clear {
	clear: both;
}

#footer {
	margin: 30em auto 0;
	width: 925px;
	height: 17em;
	clear: both;
	padding-top: 2em;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
	
.recent_comments {
	background-color: #fff;
	padding: .5em 1.5em 1.3em;
	margin: 1em 0 0 3em;
	width: 250px;
	}
.recent_comments ul {
	list-style-type: none;
	color: #585858;
	margin: 0;
	padding: 0;
	}

.recent_comments li { margin-top: .7em; line-height: 1.4em;}

.recent_comments h4 {font-size: 1.4em;}

.flickrbutton {
	margin: 0 0 0 34.5em;
	padding-top: 0;
	background: url('images/flickr_button.png') no-repeat 0 0;
	width: 74px;
	height: 74px;
	}
	
.flickrbutton a {	
	width: 74px; 
	height: 74px; 
	display: block;
	}
/*.postit_footer {
	margin: -115px 0 0 730px;
	display: block;
	} */

/* End Structure */



/*	Begin Headers */


h1, h2{
	color: #fff;
	background: #000;
	padding:0.5em 0.5em 0.6em;
	margin: 0 0 0 0;
}

h1.pagetitle, h2.pagetitle {
	margin-top: 0;
	text-align: left;
	width: 540px;
	padding: .2em .5em .4em;
	background: #00d8ff;
}

#sidebar h3 {
	font-weight: normal;
	text-transform: uppercase;
	color: #585858;
	background: transparent;
	margin: 0 0 .6em 0;
	padding: 0 0 0 0;
	}

.background_h2 { background: url('images/streifen.gif') no-repeat 202px 7px; padding-bottom: 9px;}

div.entry h2, h3, h4 {
	padding: 0;
	margin: 1.6em 0 .4em;
	}
	
h3#respond {padding-top: 3em; clear: both;} 

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
	
.entry p img {padding: 0 0 .5em}	

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 0 0 0 .9em;
	display: inline;
	}

/*div.alignleft img, img.alignleft {
	padding: 0;
	margin: 0 3em 0 0;
	display: inline;
	}

.alignright {
	float: right;
	margin: 0 0  0 .5em;
	} */

.alignleft {
	float: left;
	margin: 0 .9em 0 0;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	list-style: square;
	/*text-indent: 10px;*/
	}

/*html>body .entry li {
	margin: 7px 0 8px 10px;
	}


.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}
*/
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 7.7em 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 4em;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

/*ol li, #sidebar ul ol li {
	list-style: decimal outside;
	} */

#sidebar ul ul li, #sidebar ul ol li {
	margin: 1em 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 115px;
	text-align: left;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 17em;
	padding: 2px;
	margin: .7em .5em .1em 0;
	border: 1px solid #999;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	border: 1px solid #999;
	margin-top: 1.5em;
	}

#commentform #submit {
	margin: .5em 0 1.5em;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0 ;
	margin: 0;
	text-align: left;
	}

.commentlist li {
	margin: 0;
	padding: 1em .5em;
	list-style: none;
	clear: both;
	float:left;
	width: 545px;
	}

.comment_content p {
	margin: 0 5px 10px 0;
	padding: 0 0 1em 2em;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	padding: 26px 39px 10px 50px;
	margin-left: 610px;
	width: 219px;
	}

#sidebar p {
	line-height: 1.4em; 
	padding-top: .1em; 
	}

#sidebar form {
	margin: 0 0 1.5em 0;
	}

#sidebar .dropdown, #sidebar .postform, #searchsubmit, #s { 
	border: 1px solid #d7d7d7;
	color: #585858;
	padding: .1em 0 .1em .5em;
	font-size: 1.15em;
	background-color: #fff;
	}
#sidebar .input_image {background-color: transparent; border-style: none; vertical-align: bottom;}

.sidebar_search { 
	background: transparent url('images/postit_search.png') no-repeat top left;
	padding: 2.5em 1em;
	width: 200px;
	height: 177px;
	text-align: center;
	}
.sidebar_search option {padding: .1em .3em;}	

#sidebar .dropdown, #sidebar .postform { 
	margin: .7em;
	width: 168px;
	}

/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#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;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

q, blockquote {
	color: #999;
	font-family: georgia, serif;
	font-size: 1.1em;
	margin: 15px 30px 0 10px;
	padding-left: 35px;
	background: #fff url('images/quote.gif') 0 3px no-repeat;
	}
.kopfbunt blockquote, .kopfbunt q {
	color: #ea00ff;
	}

blockquote small { 
	font-size: .8em;
	font-family: georgia, serif;
	}

blockquote cite {
	color: #999;
	margin: 5px 0 0;
	display: block;
	font-size: .9em;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img, img a:hover {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 61px;
	margin-bottom: 90px;
	margin-left: 12px;
	}
	
#vorwort .navigation {
	display: block;
	text-align: center;
	margin-top: 35px;
	margin-bottom: 55px;
	margin-left: 12px;
	width: 555px;
	}

.p_o25 {padding-top: 2.5em;}
.p_u07 {padding-bottom: .7em}
.m_u07 {margin-bottom: .7em;}
.m_u15 {margin-bottom: 1.5em;}
.m_o15 {margin-top: 1.5em;}
.m_o30 {margin-top: 3em;}

.more-link {padding-top: .7em;}

.nerdbox {
	border: 1px solid #d7d7d7;
	float: left;
	padding: 2em;
	font-size: 1em;
	text-align: right;
	margin: 50px 0;
	overflow: visible;
	}
	
.nerdbox img { 
	float: left;
	margin: -70px 0 0 11px;
	}
	
.nerdbox p {
	padding-top: .1em; 
	line-height: 1.4em; 
	display: block;
	}

.flickr a {color: #ea00ff; border-style:none;}

.login{
	float:right;
	margin: 0 4.15em 0 0;
	position: relative;
	}
.login a {color: #585858;}
.login li {float:left; margin-left: 1em;}
.vcard {margin-top: 3em;}
.xing, .skype {padding: 0 2em; vertical-align: middle;}
.dsp_block {display: block;}
.dsp_inline {display: inline;}
.dsp_none {display: none;}
span.stichlinie { 
	background: #fff url('images/kopfbunt/kopfbuntstiche.gif') 0 0 no-repeat;
	height: 22px;
	width: 400px;
	overflow: hidden;
	}
h3#comments  {margin-top: 3em;}	

pre {
	overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	/* width: 99%; */
	 word-wrap: break-word; /* Internet Explorer 5.5+ */
	}

/**
 * for WordPress classes at images
 * 
 */
.aligncenter, div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.alignleft, ul.alignleft li {
float: left;
}

ul.alignleft li {padding-right: 1em;}
ul.alignleft {margin-bottom: 1em;}

.alignright {
float: right;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #fff;
padding-top: 5px;
margin: 0 10px 10px 10px;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption-text {padding: 0 15px; text-align: left; font-size: .9em;}

.kopfbunt a.smoothbox img  {border: 0; padding: 0; margin: 0;}


.klickempfehlungen ul li {
	background:#f6f6f6 url(http://www.kopfbunt.de/wp-content/themes/kopfbunt/images/herz.png) no-repeat scroll 8px 6px;
	list-style-type:none;
	line-height: 1.7em;
	margin:1.5em 0;
	padding:0.4em 0 .4em 3em;
	}

.klickempfehlungen ul {
	padding: 0;
	}

.square li, .klickempfehlungen .st-related-posts li {
	list-style-type: square;
	background: none;
	margin: .4em 0 0 2.2em;
	padding: 0 0 0 1em;
	}
	
.square li {
	margin: .6em 0;
}
.st-related-posts li {
	margin: .4em 0;
	padding: 0 0 0 1em;
	}
/**
 * Webservices / sidebar
 * 
 */

#sidebar .webservices ul li { float: left; padding-right: .5em;}
#sidebar .webservices {width: 215px;}
.aktt_tweets li {margin-bottom: 2em;}
.aktt_tweets ul li {line-height: 1.6em;}

/**
 * TagWolke
 * 
 */

.st-tag-cloud {margin-bottom: 6em;}
.st-tags { padding:.1em;} 

.t1 {color: #aaa; font-size: 8pt;}
.t2 {color: #97acaf; font-size: 9.56pt;}
.t3 {color: #84aeb5; font-size:; 11.1pt}
.t4 {color: #71b0bb; font-size:12.67pt;}
.t5 {font-size: 14.23pt;}
.t6 {font-size: 15.79pt;}
.t7 {color: #38b6cd; font-size: 17.3pt;}
.t8 {font-size: 18.8pt;}
.t9 {font-size: 20.3pt;}
.t10 {color: #00d8ff; font-size: 22pt;}

.youtube-video {margin-bottom: 1.5em;}
.flickr_thumbs li a img { width: 215px;}

.atr_reply, .atr_reply:hover {
	color: #aaa;
	font-size: .9em;
	}
	
.textbeitrag {
	padding: 0.5em; 
	font-family: serif; 
	font-size: 20pt; 
	line-height: 1.1em; 
	letter-spacing: 0.02em; 
	color: #676767;
	}

.pagebar {
	margin-bottom:90px;
	margin-left:12px;
	margin-top:61px;
	color: #585858;
	}
	
.pagebar a {
	padding: .4em .6em;
	background-color: #00d8ff;
	color: #fff;
	}
	
.this-page { padding: .5em .7em;}

.breadcrumb {
	border-bottom: #00d8ff 5px solid;
	padding: 8.5em 1.2em .6em 2.2em;
	color: #777;
	}

.breadcrumb p {
	width:710px; 
	padding: 0 230px 0 25px; 
	line-height: 1.4em; 
	font-size: 1.7em;
	font-family: georgia, serif;
	}

.entry p img.wp-smiley  {padding-bottom: 0;}

.TextArtikel p, p.klickempfehlungen {
	margin-top: .5em;
	font-size: 2.2em;
	line-height: 1.2em;
	color: #888;
	font-family: 'Georgia', Times, Serif;
	font-weight: lighter;
	}

.TextArtikel small, .TextArtikel .small, .TextArtikel ul li span {
	font-size: 11px;
	color: #777;
}

.TextArtikel p img {margin-bottom: .4em;}


.landingsites {
	background-color: #f8f8f8;
	padding: 1em;
	margin-top: 2em;
	}


/*FB FANBOX */

.fan_box a:hover{
	text-decoration: none;
	}
.fan_box .full_widget{
	height: 200px;
	border: 0 !important;
	background: none !important;
	position: relative;
	}

.fbFooterBorder {display:none !important; }

/*FB like */
.fb_edge_widget_with_comment {
	margin: 15px 0;
	}

/* End Various Tags & Classes*/