/*  
Theme Name: Arthemia
Theme URI: http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/
Description: <a href="http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/">Arthemia</a> theme is combining a magazine and a weblog into one; it is not too magazine-ish nor too blog-ish. Designed for Wordpress. Gravatar support included along with automatic thumbnail resizer.
Version: 1.0
Author: Michael Jubel Hutagalung
Author URI: http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/


@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,300,200|PT+Sans:400,700,400italic|Ubuntu:300,500,300italic);

/* HTML Elements */
* {
	margin:0;
	padding:0;
	}

body {
        background:transparent url(images/Werkstatt_Background.jpg) no-repeat fixed;
        border-top: 4px solid #000000;
	font: 100% Verdana, Arial, Helvetica;
        color: #333;
	}

p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #EE7600;
	text-decoration:none
	}

a:hover, a:active {
	color: #EE7600;
	text-decoration:underline;
	}

a img {
	border:0;
	}

code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#ececec;
	}	

acronym, abbr, span.caps {	
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}			

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding: 10px 10px 10px 10px;
        margin: 0.5em 2em 0.5em 2em;
	border-top: 0px solid #ddd;
	border-bottom: 0px solid #ddd;
        border-left: 1px solid #EE7600;
	background: #fff;
	font: 1.0em Verdana, Arial;
	line-height: 1.6em;
	margin:0.6em 2em 0.6em 2em;
        background: #E8E8E8 url(images/S..ide_Banner03.jpg) no-repeat scroll right top;
	}

select {
	width: 130px;
	}	



/* Structure */


#head {
	width:960px;
	margin:0px auto;
	margin-top:15px;
	padding:0px;
	font-size:0.7em;
	}


#page {
	width:940px;
	margin:0px auto;
	padding:10px;
	background:#ececec;
	font-size:0.7em;
	}

.left, .alignleft {
	float:left;
	}

.right, .alignright {
	float:right;
        border: 1px solid #dcdcdc;
	}


/* Navigation Bar*/
#navbar {
	margin:0 auto;
	margin-top:15px;
	padding:0px 10px;
	text-transform:uppercase;
	background:#2c2c2c url(images/navbar.png);
	}

#page-bar {
	width:722px;
	}

#page-bar ul {
	list-style: none;
	}

#page-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	border-right:1px solid #333;
	}

#page-bar li:hover {
	background: #EE7600;
	}


#page-bar a, #page-bar a:visited {
	margin: 0px;
	padding:10px 11px;
	font-weight:bold;
	color:#FFF;
	display:block;
	}

#page-bar a:hover {
	text-decoration:none;
	display:block;
	}

#searchform {
	width:194px;
	float:right;
	text-align:right;
	padding-top:8px;
	margin-right:10px;
	}

/* Dropdown Menus */		
#page-bar li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#page-bar li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 122px;
	text-transform:none;
	}
	
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	background: #2B2B2B;
	width: 122px;
	float: none;
	margin: 0px;
	padding: 5px 10px 5px 18px;
	border-top: 1px solid #C0C0C0;
	}
	
#page-bar li li a:hover, #page-bar li li a:active {
	background: #666666;
	padding: 5px 10px 5px 18px;
	}

#page-bar li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#page-bar li:hover ul {
	left: auto;
	display: block;
	}
	
#page-bar li:hover ul, #page-bar li.sfhover ul {
	left: auto;
	}


/* Text*/

h1 {
	font:3em Verdana, Arial;
	font-weight:bold;
	letter-spacing:-0.08em;
	}

h2 {
	font:2em Georgia, "Times New Roman";
	}

h3 {
	font:1.3em Verdana, Arial;
	margin-bottom:3px;
	color:#3c78a7;
	font-weight:bold;
	}

h3_Kaffee {
	font:1.7em 'PT Sans','Yanone Kaffeesatz',Verdana, Arial;
	margin-bottom:3px;
	color: white;
	font-weight:400;
	}

h4 {
	font:1.0em Verdana, Arial;
	}

h3.cat_title, h3.cat_title a {
	color:#333;
	letter-spacing:-0.05em;
	font-size:0.85em;
        margin: 4px 0 6px 0;
	}

h3#respond {
	margin-top: 2em;
	padding-top:20px;
        font-size: 2em;
        font-weight: lighter;
        font-family: Georgia, "Times New Roman";
        font-style: italic;
        color: #696969;
	}

h3#comments {
	margin-top:32px;
	padding-left:0px;
        font-size: 1.9em;
        font-weight: lighter;
        font-family: Georgia, "Times New Roman";
        color: #696969;
	}

h3.authors {
	margin-top:15px;
	}

/* Index Page*/

#logo {
	width:350px;
	}

.sponsor {
	text-align: right;
        float: right;
	font-size:0.5em !important;
	color:#333;
	}

#tagline {
	margin-top:5px;
	font-size:1em;
	color:#333;
	}

#top {
	padding:0;
	}

#headline {
	width:590px;
	float:left;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.5em;
	margin:0;
	}

#headline  div.title {
	font-weight: normal;
	font:2em Georgia, "Times New Roman";
	letter-spacing: -0.05em;
	display:block;
	padding-bottom:6px;
        padding-top: 7px;
	}

#headline div.meta {
	display:block;
	margin-top:-5px;
	padding-bottom:2px;
	}

#headline p {
	padding-bottom:15px;
	}

#featured {
	width:300px;
	background:#fff;
	float:right;
	padding:10px 10px 9px 10px;
	}

#featured .clearfloat {
	margin-top:7px;
	margin-bottom:8px;
	}

#featured .info {
	margin-top:5px;
	padding-top:5px;
	float:right;
	width:180px;
	}

#featured .title {
	font-weight:bold;
	}

#headline a img, #featured a img {
	border:1px solid #ccc;
	margin-top:5px;
	margin-right:10px;
	padding:2px;
	}


#middle {
	width: 920px;
	background:#fff;
	float:right;
	padding:10px;
	margin:10px 0;
	}

.category {
	width:164px;
	float:left;
	border-top:8px solid #333;
	margin:0px;
	padding:5px 10px 10px 10px;
	background:#fff;
	}

.category p {
	margin:0;
	}

#cat-1, #cat-3, #cat-5  {border-top:8px solid #333333;}
#cat-2, #cat-4 {border-top:8px solid #3c78a7;}

.category span.cat_title, #front-list .cat_title, #archive .cat_title {
	text-transform:lowercase;
        font-family: 'PT Sans', Verdana, Arial;
	margin:0;
	font-weight:400;
	font-size:1.5em;
	letter-spacing:-0.05em;
	}

#front-popular h3 {
	color:#fff;
        font-weight:200;
        font-size:2.3em;
        text-transform:lowercase;
        font-family: 'Yanone Kaffeesatz', 'PT Sans', Verdana, Arial;
	margin:0;	
	}

.category a {
	color:#333;
	display:block;
	background:none;
	}

.category a:hover {
	background:none;
	color:#fff;
	text-decoration:none;
	}

#cat-1:hover, #cat-3:hover, #cat-5:hover {background:#333333; color:#fff; }
#cat-2:hover, #cat-4:hover {background:#3c78a7; color:#fff; }
#cat-1:hover a, #cat-3:hover a, #cat-5:hover a {background:#333333; color:#fff; }
#cat-2:hover a, #cat-4:hover a {background:#3c78a7; color:#fff; }

#bottom {
	width: 940px;
	}

#front-list {
	width:590px;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	}

#archive {
	padding-top:15px;
	font-size:1.05em;
	line-height:1.75em;
	}

#front-list blockquote {
	padding: 0px 10px 0 10px;
	}

#front-list .title, #archive .title {
	font-weight:bold;
	font:2.0em Georgia;
	letter-spacing:-0.05em;
	}

#front-list .clearfloat, #archive .clearfloat {
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
	}

#front-list .spoiler, #archive .spoiler {
	display:block;
	margin-top:3px;
	}

#front-list p, #archive p {
	margin:0px;
	padding:0px;
	}

.author {
	font-size:0.8em;
	font-weight:bold;
	}

.meta {
	font-size:0.8em;
	color:#333;
	}

.meta a {
	color:#333;
	}

#headline p, #featured p {
	margin:0;
	}


/* Content Page*/

#content {
	width:590px;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.75em;
	float:left;
	min-height:400px;
	}

#content .breadcrumbs, #content .breadcrumbs a {
	font-weight:bold;
	color:#333;
	}

#content h2.title {
	font:1.9em Georgia, "Times New Roman";
	font-weight: normal;
	letter-spacing:-0.05em;
	border-bottom:0px solid #ddd;
	border-top:3px solid #ddd;
	padding:11px 0px;
	}

#content h3.subtitle {
	font:1.5em Georgia, "Times New Roman";
	font-weight: normal;
        color: #666666;
	letter-spacing:-0.05em;
	border-bottom:1px solid #ddd;
	border-top:0px solid #ddd;
	padding:5px 0px 2px 0px;
        margin:0px !important;
        min-height: 1px;
        }

.post {
	font-size:1.05em;
	line-height:1.75em;
	}

.post p {
	margin-top:0px;
	}

.post .clearfloat {
	border-bottom:1px dotted #ccc;
	margin:10px 0px;        
	}

.post ul, .post ol, #front-list ul, #front-list ol {
	margin-bottom:15px;
	}

.post ul li, #front-list ul li {	
	list-style:square;
	margin-left:30px;
	}

.post ol li, #front-list ol li {	
	list-style:decimal;
	margin-left:30px;
	}

.post ol li ul li, #front-list ol li ul li {	
	list-style:square;
	margin-left:20px;
	}

.post img, .post a img, #front-list img, #archive img {
	border:1px solid #ccc;
	margin:0 10px 5px 0;
	padding:2px;
	}

.post .ads {
	margin-top:10px;
	}

.entry {
	margin-top:20px;
	}

#stats {
	margin-top:0px;
	padding:4px 0px;
	text-transform:uppercase;
	font:0.8em Arial;
	display:block;
	}

#stats span {
	padding: 0px 20px 0px 0px;
	}

#stats span a:hover {
	background:none;
	}

#stats span a {
	color:#333;
	}

#stats img, #nav img {
	border:0px;
	margin:0px;
	padding:0px;
	}

#tools {
	width:590px;
	height:25px;
	font-size:0.95em;
	}

#tools a:hover {
	background:none;
	}

.navigation {
	padding:5px 0px;
	text-align:Center;
	}

/* Sidebar*/
#sidebar {
	width:320px;
	float:right;
	margin:0px 0px 0px 0px;
	}

#sidebar h3 {
	font:1.1em Arial;
	font-weight:bold;
	background:#333;
	color:#fff;
	margin:10px 0px 5px 0px;
	padding:3px 10px;
	}

#sidebar h2 {
	font:1.1em Georgia;
	font-weight:bold;
	background:#333;
	color:#fff;
	margin:10px 0px 5px 0px;
	padding:3px 10px;
	}

#sidebar-top, #sidebar-bottom {
	width:300px;
	float:right;
	padding:0px 10px 10px 10px;
	background:#fff;
	}

#sidebar-bottom, #sidebar-middle {
	margin-top:10px;
	}

#sidebar-middle {
	width:320px;
	float:right;
	}

#sidebar-twitter {
	width:145px;
        margin-top: 10px;
	padding: 0px 5px 5px 5px;
        float:left;
	background:#fff;
	}

#sidebar-rss {
        margin-top: 10px;
	width:145px;
	padding: 0px 5px 5px 5px;
	float:right;
	background:#fff;
	}

#sidebar-left {
	width:135px;
	padding:0px 10px 10px 10px;
	float:left;
	background:#fff;
	}

#sidebar-right {
	width:135px;
	padding:0px 10px 10px 10px;
	float:right;
	background:#fff;
	}


#sidebar li {
	list-style:none;
	border-bottom:1px dotted #ccc;
	display:block;
	padding:2px 0px 2px 13px;
	background:url(images/sub.png) no-repeat 0 0px;
	}

#sidebar li ul li:last-child{
	list-style:none;
	border-bottom:0px dotted #ccc;
	display:block;
	padding:2px 0px 0px 13px;
	background:url(images/sub.png) no-repeat 0 0px;
	}

#sidebar-ads {
	width:300px;
	float:right;
	margin-bottom:10px;
	padding:10px;
	background:#fff;
	}

#sidebar_tabs li {
	list-style:none;
	border-bottom:1px dotted #ccc;
	padding:2px 0px 2px 10px;
	background:url(images/diamond.gif) no-repeat 0 0px;
	}


/* Sidebar_tabs*/
#sidebar_tabs {
	width:320px;
	float:right;
	margin:0px 0px 0px 0px;
        background: #fff !important;
        border-top: #ee7600 2px solid;
	}

#sidebar_tabs h3 {
	font:1em Verdana, Arial;
	text-transform: lowercase;
        font-weight: bold;
	background:#333;
	color:#fff;
	margin:10px 0px 6px 0px;
	padding:2px 4px;
	}

#sidebar_tabs li {
	list-style:none;
	padding:2px 0px 6px 13px;
	background: #fff url(images/sub.png) no-repeat 0 0px;    
	}



/* Form Elements */

select {
	border:1px solid #333;
	width:100%
	}
	
.field {
	padding: 2px;
	border:1px solid #333;
	background:#fff;
	font-size:1.0em;
	}

#s {
	padding:1px;
	font-size:1.0em;
	width:150px;
	}
	
#searchsubmit {
	padding-left:5px;
	}

#commentform input {
	width: 140px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 99%;
	margin-top:5px;
	}



/* Comments*/

.commentlist cite {
	font-style:normal;
	margin-bottom:4px;
	display:block;
	}	

.commentlist blockquote {
	background:#ededed;
	}
			
.commentlist li {
	padding: 10px 0px 10px 0px;
	list-style:none;
	margin-bottom:3px;
	}

.commentlist li li {
	background:none;
	border:none;
	list-style:square;
	margin:3px 0 3px 20px;
	padding:3px 0;
	}

.commenttext {
	padding: 10px 10px 0px 10px;
	background:#f2f2f2;
	border-top:1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width:495px;
	float:right
	}

.my_commenttext {
	padding: 10px 10px 0px 10px;
	background:#DDD url(images/pencil2.png) no-repeat top right;
        
        border-top:1px solid #eee;
        border-right: 1px solid #eee; 
	border-bottom: 1px solid #EE7600;
	width:495px;
	float:right
	}

.tweet_commenttext {
	padding: 10px 10px 0px 10px;
	background: #FFF url(images/Tweetbacks.png) no-repeat top right;
	border-top: 0px solid #ddd;
        border-right: 1px solid #ddd; 
	border-bottom: 1px solid #ddd;
	width:495px;
	float:right
	}
		
.commentlist cite strong {
	font-size:1.1em;
	}
	
li.my_comment {
	background: #FFF;
	padding: 8px 0 0 0;
        }

.my_comment {
	border: 0px solid #EE7600;
	padding: 8px 0 0 0;
        }

li.my_comment cite strong {
	font-size: 1.3em;
	color:#313228;
	}

li.by_tweet {
	background: #FFF url(images/Tweetbacks.png) no-repeat top right;
	border-top: 1px solid #ddd;
        padding: 8px 0 0 0;
        color: #666;  
        }




	
#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	color:#4d4d4d;
	display: block;
	margin-top:3px;
	text-align:right;
	font-size:0.9em;
	}

.commentmetadata a, .commentmetadata a:visited {
	color:#959382;
	}
	
.commentlist small {
	background:#e9e9e9;
	}

.commentnum {
	text-align: right;
        float: right;	}

.trackback {
	padding: 10px 10px 10px 10px;
	background:#f2f2f2;
	border-top:16px solid #ddd;
	border-bottom: 1px solid #ddd;
	width:495px;
	float:right
       	}

.trackback li {
	list-style-type: square !important;
        margin: 1.6em;	
        line-height: 1.1em;
        font-size: 98%;
        padding: 0px !important;
	}

.trackback h4 {
	color: #696969;
        font-size: 1.9em;
        font-family: Georgia, "Times New Roman";
        font-weight: lighter; 
        margin: 0.7em 0 24px 25px;
	}

.trackback_icon {
          float : left;
          border-right : 1px dotted #505247;
          margin-right: 10px;
          padding-right: 14px;}








.comment_title {
          float : left;
          border-right : 1px dotted #505247;
          margin: 0 12px 10px 0;
          padding: 0 14px 0px 0px;}

.comment_title h3 {
	color: #696969;
        font-size: 1.9em;
        font-family: Georgia, "Times New Roman";
        font-weight: lighter;         
	}

.tweetlist {
	padding: 10px 10px 10px 10px;
        margin: 1em 0 1em 0;
	background:#FFFFFF;
	border: 1px dotted #505247;
	width:495px;
        list-style-type: square !important;
	float:right
	}


.tweet_line {
          float : left;
          border-top : 1px dotted #505247;
          padding : 4px 240px 1.2em;  

      }

.tweety {
          float : left;
          border-right : 1px dotted #505247;
          margin-right: 12px;
          padding-right: 14px;}

.avatar {
	border:0px solid #bbb;
	margin:0px 10px 0px 0px;
	float:left;
	padding:2px;
	width:55px;
	height:55px;
	}	

#comment {
	width:590px;
	background:#fff;
	}


/* Autorenbox*/
.Autoren-Box {
    margin: 16px 0;
    padding: 8px;
    background: #eee;
    border: 1px solid #ddd;
}
.Autoren-Foto {
    float: left;
    margin-right: 10px;
    background: #eee;
}
.Autoren-Name {
    font:1.35em 'Ubuntu','Yanone Kaffeesatz',Verdana, Arial;
    font-weight: 300;
    margin: 2px;  
    padding: 0px 0px 3px 80px;
    border-bottom: 1px solid #ddd;  
}

.Autoren-Bio {
    font-size: 0.9em;
    line-height: 1.4em;
    margin: 5px 0;
    padding: 0 0 0 80px;
    
}

.Autoren-Social {
    font-size: 0.8em;
    border-top: 1px solid #ddd;  
    margin: 5px 0;
    padding: 0 0 0 80px;
}







/* Footer*/

#front-popular {
	font-size:0.7em;
	color:#fff;
	width: 940px;
	background:#2c2c2c url(images/bottombar.png) bottom no-repeat;
	margin: 0 auto;
	padding:10px;
	}

#front-popular h3 {	
	margin: 0 0 0.8em 0;	
	}

#recentpost, #mostcommented {
	width:280px;
	float:left;
	padding:10px;
	border:1px solid #fff;
	}

#mostcommented {
	margin-left:17px;
	}

#recent_comments {
	width:280px;
	float:right;
	padding:10px;
	border:1px solid #fff;        
	}

#recentpost a, #mostcommented a, #recent_comments a {
	color:#fff;
	}

#recentpost ul, #mostcommented ul, #recent_comments ul {
	margin-top:5px;
	}

#recentpost ul li, #mostcommented ul li, #recent_comments ul li {
	list-style:none;
	border-top:1px dotted #fff;
	padding:5px;
	display:block;
	}

#recentpost ul li:hover, #mostcommented ul li:hover, #recent_comments ul li:hover {
	background:#EE7600;
	color:#fff;
	}

#recentpost ul li:first-child, #mostcommented ul li:first-child, #recent_comments ul li:first-child {
	border-top:0px dotted #fff;
	}


#footer {
	margin: 0 auto;
	width: 960px;
	font-size:0.6em;
        text-align: center;
	padding-top:10px;
	padding-bottom:10px;
	}

.footer_line  {
	margin: 6px 0 6px 0;
	border-top: 1px solid #fff;
	padding-top: 5px;
	
	}


/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}


/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}



/* Anpassungen \*/
.pullquote {
padding: 12px;
float: right;
width: 215px;
margin:10px 0 10px 10px;
border-top:1px solid #EE7600;
border-bottom:1px solid #EE7600;
text-align: center;
font-size : 1.05em;
font-weight : normal;
line-height: 24px;
font-family: Georgia,Times, verdana, Arial, Helvetica, sans-serif;
color:#666666;}

.pullquote_left {
padding: 12px;
float: left;
width: 205px;
margin:10px 15px 10px 0px;
border-top:1px solid #EE7600;
border-bottom:1px solid #EE7600;
text-align: center;
font-size : 1.05em;
font-weight : normal;
line-height: 24px;
font-family: Georgia,Times, verdana, Arial, Helvetica, sans-serif;
color:#666666;}

.links {
padding: 1.5em 23px 1em 0.5em;
margin: 3em -15px 0 0;
border: 1px solid #C0C0C0;
text-align: left;
font-weight : normal;
background: #E8E8E8 url(images/Side_Banner03.jpg) no-repeat scroll right top;
}

.links_kurz {
padding: 1.3em 23px 1.6em 0.5em;
margin: 3em 0 0 0;
border-top: 1px solid #C0C0C0;
text-align: left;
font-weight : normal;
background:#E8E8E8 url(images/sidebar_tear.png) no-repeat scroll center bottom;
}

.werkstattlinks {
padding: 1.3em 23px 1.6em 0.5em;
margin: 2.6em 0 1em 0;
border-top: 1px solid #C0C0C0;
text-align: left;
background:#E8E8E8;
}

.werkstattlinks ul li {background:#E8E8E8;}

.links_ticker {
padding: 0.8em 0.4em 0.2em 0.5em;
margin: 1.2em 0 1.8em 0;
text-align: left;
font-weight: normal;
background:#E8E8E8;
}

.youtube {
margin: 1em 0.5em 1em 0.5em;
text-align: center;
}

.abstand {
margin: 1em 0.5em 1em 0.5em;
text-align: left;
}

.line_01 {
        margin: 1.8em 250px 2.5em 140px;
        border-top: 1px solid #CDCDCD;      
}

hr {
  background-color:#CDCDCD;
  color:#CDCDCD;
  border:#CDCDCD;
  height:1px;
  margin: 0.2em 10px 0.7em 10px;
}


.invisible {display:none}
a.technorati {color:black; text-decoration:none; display:none}
a:hover .technorati {color:black; text-decoration:none; display:none}


.anker  {
        text-align: right;   
        float: right;
        font-size: 1.1em;
        font-family: Georgia, Times, serif;
        font-style: italic;    
        padding: 8px 8px 0 2px; 
}


  .seitzeichen {
          margin : 0 0 7px 0;
          border-top : 0px solid #eee;    
          text-align: right;      }

     .artikel_info_1 {
          font-size: 90%;
          margin : 0px 0 0px  0;
          padding: 0px 0.5em 0px 0.5em;        
          border-left: 0px dotted #9C9C9C;  
          border-right: 0px dotted #9C9C9C;  
          border-bottom: 0px dotted #9C9C9C;  
          background: #FFF;   
          text-align: center;   
          line-height: 1.1em; 
  }

   .artikel_info_2 {
          margin : 0px 0px 0px  0px;
          padding: 0px 5px 4px 30px;        
          border-left: 1px solid #9C9C9C;  
          border-right: 1px solid #9C9C9C;  
          border-bottom: 1px solid #9C9C9C; 
          border-top: 1px solid #9C9C9C;  
          background: #E8E8E8 url(images/Schmetterling_transparent.gif) no-repeat top left;     
          
          }

 .citation_entry {
          font-style: italic;
          margin: 0 0 0 1.1em;
          text-indent:-1em;
          max-width: 100%;         

      }

    .citation_box {
          font-size : 0.9em;
          margin : 2px;
          padding: 6px;
          width: 150%;          
          background-color: #CFCFCF;
          border: #828282 1px solid;
      }


     .citation_hdrtxt {
          font-weight: bold;
          margin: 0 0 0.4em 0;
}

    .view_citations_link  {
          color: #EE7600;          
}


   .hide_citations_link  {
          color: #EE7600;          
}



.hide_citations_link  {
          color: #EE7600;          
}






.series_toc {
      background: #DCDCDC;
      margin-top: 3em;
      margin-bottom: 2em;
      padding: 1em;


}

.series_links {     
      margin-bottom: 1em;
}

.tabelle  {    
      text-align: center;  
      padding: 0 20px 0 45px;    
      
}

.tabelle2011  {    
      text-align: center;  
      padding: 8px 2px 10px 2px;    
      
}


.flattr_button {
          width: 115px;
          height: 58px;
          margin : 0px 0px 0px 12px;
          padding: 10px;        
          border-left: 1px solid #9C9C9C;  
          border-right: 1px solid #9C9C9C;  
          border-top: 0px solid #EE7600;  
          border-bottom: 1px solid #CCCCCC;
          background: #E8E8E8;
	  float: right;   
          text-align: center;    
  }


.flattr_button .post a img .post img {border: 0px !important;}













/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
h2 { font-size:11px;}
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber { font-size:11px;
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 0px dotted #dcdcdc;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
  font-size: 100%;
 text-transform: lowercase;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-right: 3px;
 border-bottom: 0px dotted #dcdcdc;
 background: #fff;
 text-decoration: none;
 color: #000000;
 text-transform: lowercase;
}

ul.tabbernav li a:link {}
ul.tabbernav li a:visited { }

ul.tabbernav li a:hover
{
 color: #000;
 background: #efefef;

}

ul.tabbernav li.tabberactive a
{
 background: #EE7600;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #fff;
 background: #EE7600;

}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border-top: 1px solid #696969;
 background:#fff !important;
 margin-bottom:10px;
 font-size:12px;


 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
  font-size:12px;
}
.tabberlive .tabbertab h3 {
 display:none;
 
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

.tabbertab p { padding-bottom:10px; line-height:140%; }
.tabbertab ul { padding:0; margin:0;}
.tabbertab ul li { padding:5px 0 6px 0; }
.tabbertab ul li { background:url(images/diamond.gif) no-repeat 0 5px; padding-left:24px; border-bottom:1px solid #fff;} 

/* Captions */
.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto; margin-right: auto;
    text-align: center;
}

.alignleft {
    float: left; margin-right: 10px;
}

.alignright {
    float: right; margin-left: 10px;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 16px;
padding: 2px 4px 5px;
margin: 0;
}
/* End captions */

#related_posts_thumbnails {
list-style-type: none;
list-style-position: inside;
padding: 0pt;
margin: 0pt;
}
	 
#related_posts_thumbnails li {
float: left;
	margin: 0pt;
	padding: 5px;
	display: block;
	border-right: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	}
	 
	#related_posts_thumbnails li:hover {
	background-color: #EEEEEF;
	}
	 
	#related_posts_thumbnails li a {
	border: 0pt none;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	}
	 
	#related_posts_thumbnails li a+a {
	display: block;
	width: 110px;
	overflow: hidden;
	height: 75px;
	color: #333333;
	text-decoration: none;
	font: 12px Arial;
	}
	 
	#related_posts_thumbnails img {
	padding: 0px;
	margin: 0px;
	border: 0pt none;
	}

.vgwort {
height: 0px;
overflow: hidden;
}

.flattr-button-im-beitrag {
          width: 95px;
          height: 30px;
          margin : 0px 0px 0px 12px;
          padding: 10px;        
          border-left: 0px solid #EE7600;  
          border-right: 0px solid #EE7600;  
          border-top: 0px solid #EE7600;  
          border-bottom: 0px solid #EE7600;
          float: right;   
          text-align: center;    
  }

/*SCHRIFTARTEN*/
.kaffeesatz_400 {font-family: 'Yanone Kaffeesatz', Verdana, Sans-Serif; font-weight:400; font-size:1.7em;}
.kaffeesatz_300 {font-family: 'Yanone Kaffeesatz', Verdana, Sans-Serif; font-weight:300; font-size:1.8em; }
.kaffeesatz_200 {font-family: 'Yanone Kaffeesatz', Verdana, Sans-Serif; font-weight:200; font-size:1.7em;}

.ptsans_700 {font-family: 'PT Sans', Verdana, Sans-Serif; font-weight:700; font-size: 1.5em;}
.ptsans_400 {font-family: 'PT Sans', Verdana, Sans-Serif; font-weight:400; font-size: 1.5em;}
.fredericka_gross {font-family: 'Fredericka the Great', Verdana, Sans-Serif; font-size: 1.6em;}
.ubuntu_500 {font-family: 'Ubuntu', Verdana, Sans-Serif; font-weight:500; font-size: 1.4em;}
.ubuntu_300 {font-family: 'Ubuntu', Verdana, Sans-Serif; font-weight:300; font-size: 1.4em;}
.ubuntu_kursiv {font-family: 'Ubuntu', Verdana, Sans-Serif; font-weight:300; font-style: italic;}
.zwischenueberschrift {font-family: 'Ubuntu', Verdana, Sans-Serif; font-weight:300; font-size:1.4em;}
.zwischenueberschrift_mit_linie {font-family: 'Ubuntu', Verdana, Sans-Serif; font-weight:300; font-size:1.4em; border-bottom: 1px solid #DDDDDD;}




