/*  
Theme Name: Pixappeal MiGAZIN Theme
Theme URI: http://www.pixappeal.de
Description: A Pixappeal Wordpress Theme by Ekrem Senol 
Version: 2.00 (released 2010-09-06)
Author: Ekrem Senol
Author URL: http://www.pixappeal.de

Thanks goes to:
Tim McDaniels and Darren Hoyt for the great TimThumb script

/******************************************
*   HTML Elements                         
******************************************/

* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:101%;
	}
	
body {
	padding: 5px 0 25px 0;
	}

body, select, input, textarea {
	font: 12px Arial, Verdana, Sans-Serif;
	line-height:1.5em;
	}
	
p {	
	margin: 0px 0px 15px 0px;
	}

a:link {
	color: #c10000;
	text-decoration:none
	}

a:active {
	color: #c10000;
	text-decoration:none
	}

a:visited {
	color: #c10000;
	text-decoration:none
	}

a:hover {
	color: #666;
	}

img, a:link img, a:visited img {
	border: 0px;
	}

hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

small {
	font-size: 0.9em;
	color:#666;
	display: block;
	}

small a:link { 
	color: #c10000;
	text-decoration:none
	}

small a:active { 
	color: #c10000;
	text-decoration:none
	}

small a:visited { 
	color: #c10000;
	text-decoration:none
	}

small a:hover { 
	color: #666;
	}

contentsmall {
	font-size: 1em;
	color:#666;
	display: block;
	}

contentsmall a:link { 
	color: #c10000;
	text-decoration:none;
	font-weight:normal !important
	}

contentsmall a:active { 
	color: #c10000;
	text-decoration:none
	}

contentsmall a:visited { 
	color: #c10000;
	text-decoration:none
	}

contentsmall a:hover { 
	color: #666;
	}

.center {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	padding: 0 10px 0 10px;
	}


::selection {
  background: #c10000; /* WebKit/Blink Browsers */
  color: #FFFFFF;
}
::-moz-selection {
  background: #c10000; /* Gecko Browsers */
  color: #FFFFFF;
}

/************************************************
*	Pagebar Navbar  						    *
************************************************/

#pagenavbar {
	width: 980px;
	height: 30px;
	text-align:right;
	margin: 0px auto 0px;
	padding: 0px;
	overflow:hidden;
	}

#pagenav {
	margin: 0px;
	padding: 0px;
	float:right;
	list-style: none;
	}
	
#pagenav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#pagenav a {
	color: #c10000;
	display: block;
	font-size: 14px;
    text-transform: uppercase;
	font-weight:bold;
    margin: 0px;
	padding: 4px 0px 3px 20px;
	text-decoration: none;
	}
	
#pagenav a:hover {
	color: #666;
	display: block;
	text-decoration: none;
    margin: 0px;
	padding: 4px 0px 3px 20px;
	}

#pagenav li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#pagenav li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 140px;
	}
	
#pagenav li li a, #pagenav li li a:link, #pagenav li li a:active, #pagenav li li a:visited {
	background: #c10000;
	text-align:left;
	color: #fff;
	width: 140px;
	font-size: 11px;
	padding: 4px 5px 3px 5px;
	text-decoration: none;
	}
	
#pagenav li li a:hover {
	background: #333;
	text-align:left;
	color: #fff;
	padding: 4px 5px 3px 5px;
	}

#pagenav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	z-index: 10;
	}

#pagenav li:hover ul {
	left: auto;
	display: block;
	}
	
#pagenav li:hover ul, #pagenav li.sfhover ul {
	left: auto;
	}

/************************************************
*	Category Navbar  						    *
************************************************/

#catnavbar {
	background:#c10000;
	width: 980px;
	height: 25px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow:hidden;
	}
	
#catnavbarleft {
	width: 680px;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
#catnavbarright {
	width: 290px;
	float: right;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	text-align: right;
	}
	
#catnav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
#catnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#catnav a {
	color: #fff;
	display: block;
	font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px 5px 0px 0px;
	padding: 4px 5px 3px 10px;
	text-decoration: none;
	}
	
#catnav a:hover {
	background: #333;
	color: #fff;
	display: block;
	text-decoration: none;
    margin: 0px 5px 0px 0px;
	padding: 4px 5px 3px 10px;
	}

#catnav li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#catnav li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 140px;
	}
	
#catnav li li a, #catnav li li a:link, #catnav li li a:active, #catnav li li a:visited {
	background: #c10000;
	color: #fff;
	width: 140px;
	font-size: 10px;
	float: none;
	margin: 0px;
	padding: 4px 5px 3px 10px;
	text-decoration: none;
	}
	
#catnav li li a:hover {
	background: #333;
	color: #fff;
	padding: 4px 5px 3px 10px;
	}

#catnav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	z-index: 10;
	}

#catnav li:hover ul {
	left: auto;
	display: block;
	}
	
#catnav li:hover ul, #catnav li.sfhover ul {
	left: auto;
	}







/* ---------[ Slideshow ]--------- */

#leadarticle {
	width:980px;
	background:#fff;
	margin:0 auto;
	padding:20px 0px 5px;
	overflow:hidden;
	}

#slideshow {
	width: 637px;
	height:298px;
	margin:0 0 13px 0;
	padding:0;
	background:#fff; /* Hintergrund des ganzen */
	overflow:hidden;
	position:relative;
	float:left;
	}
	
#slideshow ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

/* ---------[ Slideshow Slides ]--------- */

#slideshow .slides {
	width:627px;
	overflow: hidden;
	float:left;
	color:#fff;
	}

#slideshow .slides ul {
	float:left;
	overflow: hidden;
	width:627px;
	height:288px;
	}

#slideshow .slides li {
	display:none;
	left:-99999em;
	width:627px;
	height:288px;
	display:block;
	overflow: hidden;
	position:relative;
	z-index:1;
	}

.js #slideshow .slides li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width:627px;
	height:288px;
	display:block;
	overflow: hidden;
	position:relative;
	z-index:1;
	}

.js #slideshow .slides li .leadtitlebg { /*Wrapper Titel*/
	width:auto;
	max-width:300px;
	padding: 3px 10px;
	overflow: hidden;
	position:absolute;
	top:22px;
	left:15px;
	background:#c10000;
	filter:alpha(opacity=90);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	z-index:2;
	}

#slideshow .slides li .leadtitlebg p {
	margin: 0;
	}

#slideshow .slides li .leadtitlebg h2 a, 
#slideshow .slides li .leadtitlebg h2 a:link,
#slideshow .slides li .leadtitlebg h2 a:visited,
#slideshow .slides li .leadtitlebg h2 a:hover,
#slideshow .slides li .leadtitlebg h2 a:active  {
	font-size:18px;
	line-height: 1.3em;
	margin:0;
	margin: 0;
	letter-spacing:0;
	}

.js #slideshow .slides li .leadtitletxt { /*Wrapper Titel*/
	width:auto;
	max-width:300px;
	padding: 3px 10px;
	overflow: hidden;
	position:absolute;
	top:22px;
	left:15px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
	z-index:3;
	}

#slideshow .slides li .leadtitletxt p {
	margin: 0;
	}

#slideshow .slides li .leadtitletxt h2 a, 
#slideshow .slides li .leadtitletxt h2 a:link,
#slideshow .slides li .leadtitletxt h2 a:visited,
#slideshow .slides li .leadtitletxt h2 a:hover,
#slideshow .slides li .leadtitletxt h2 a:active  {
	font-size:18px;
	font-weight:bold;
	line-height: 1.3em;
	margin:0;
	color:#fff !important;
	margin: 0;
	letter-spacing:0;
	}

.js #slideshow .slides li .entrybg { /*Wrapper Description*/
	width:612px;
	padding: 7px 5px 9px 10px;
	overflow: hidden;
	position:absolute;
	bottom:0;
	left:0;
	font-size:14px;
	line-height:1.3em;
	background:#000;
	filter:alpha(opacity=80);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	z-index:2;
	}

.js #slideshow .slides li .entrytxt { /*Wrapper Description*/
	width:612px;
	padding: 7px 5px 9px 10px;
	overflow: hidden;
	position:absolute;
	bottom:0;
	left:0;
	font-size:14px;
	color:#FFF;
	line-height:1.3em;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
	z-index:3;
	}


#slideshow .slides li .entrybg p {
	margin: 0;
	}

#slideshow .slides li .entrytxt p {
	margin: 0;
	}

.js #slideshow .slides li .stitelbg { /*Wrapper Stitel*/
	width:auto;
	padding: 5px 10px;
	overflow: hidden;
	position:absolute;
	top:0;
	left:15px;
	font-size:11px;
	color:#FFF;
	line-height:1.0em;
	background:#000;
	filter:alpha(opacity=80);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	z-index:2;
	}

#slideshow .slides li .stitelbg p {
	margin: 0;
	}

.js #slideshow .slides li .stiteltxt { /*Wrapper Stitel*/
	width:auto;
	padding: 5px 10px;
	overflow: hidden;
	position:absolute;
	top:0;
	left:15px;
	font-size:11px;
	color:#FFF;
	line-height:1.0em;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
	}

#slideshow .slides li .stiteltxt p {
	margin: 0;
	}

/* ---------[ Slideshow Navigation ]--------- */

#slidead {
	position: relative;
	float:right;
	top: 0px;
	z-index:998;
	width:300px;
	height:250px;
	border:solid #eaeaea 4px;
	padding:9px 9px 22px 9px;
	}

#slideshow .slides-nav { 
	position:absolute; 
	left:532px; 
	top:4px; 
	z-index:999; 
	width:81px; 
	height:288px 
	}

#slideshow .slides-nav li { 
	margin:0; 
	list-style-type: none;
	overflow:hidden 
	}

#slideshow .slides-nav li a { 
	display: block; 
	padding: 10px; 
	padding-bottom:0px; 
	margin:0; 
	outline: none; 
	background-color:transparent 
	}

.js #slideshow .slides-nav li.on, .js #slideshow .slides-nav li.on a { 
	}

.js #slideshow .slides-nav li.on a { 
	position: relative 
	}

.js #slideshow .slides-nav li.on a img { 
	padding:1px; 
	border:2px solid #fff;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1
	}

#slideshow .slides-nav li img { 
	padding:1px;
	border:2px solid #fff;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	}

/* ---------[ More Features ]--------- */

#more-feat {
	width:972px;
	margin:0 0 15px 0;
	padding:5px 0 8px 0;
	overflow:hidden;
	border: 4px solid #eaeaea;
	background-color:#fff;
	}

#more-feat .post {
	font-size:8pt;
	width:226px;
	margin: 0 0 0 0;
	padding:0 6px 0 10px;
	overflow:hidden;
	float:left;
	display:inline;
	clear:none;
	border-right:1px dotted #ccc;
	}

#more-feat .right .post {
	width:225px;
	margin: 0 5px 0 0;
	padding: 0 0 0 10px;
	float:right;
	border-right:none;
	}

#more-feat .post .entry {
	line-height: 1.3em;
	margin:0;
	padding:0px;
	height:115px;
	overflow:hidden;
	color:#333;
	}

#more-feat h2 {
	font-size: 10pt;
	letter-spacing:0;
	margin:0;
	line-height: 16px;
	}

#more-feat h3 { 
	font-size:16px;
	margin:5px 10px 5px 10px;
	text-transform:uppercase;
	letter-spacing:0.3em;
	padding:3px 3px 3px 5px;
	background-color:#ececec
	}

h3 a:link {
	color:#333;
	}

h3 a:active {
	color:#333;
	}

h3 a:visited {
	color:#333;
	}

h3 a:hover {
	color:#c10000;
	}

.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 */

/* ---------[ Rightcol More Features ]--------- */

.rightmore-feat {
	width:627px;
	margin:25px 0 25px 0;
	padding:20px 0 25px 0;
	overflow:hidden;
	border-top: 4px solid #eaeaea;
	border-bottom: 4px solid #eaeaea;
	}

.rightmore-feat .post {
	font-size:8pt;
	width:199px;
	margin: 0;
	padding:0 15px 0 0;
	overflow:hidden;
	float:left;
	display:inline;
	clear:none;
	}

.rightmore-feat .right .post {
	width:199px;
	margin: 0;
	padding: 0;
	float:right;
	border-right:none;
	}

.rightmore-feat .post img {
	padding:0 0 5px 0;
	}

.rightmore-feat .post .entry {
	line-height: 1.3em;
	margin:0;
	padding:0px;
	color:#333;
	}

.rightmore-feat h2 {
	font-size: 10pt;
	font-weight:bold;
	letter-spacing:0;
	margin:0;
	}

.rightmore-feat h3 { 
	font-size:16px;
	text-transform:uppercase;
	letter-spacing:0.3em;
	padding-bottom:0px;
	}

h3 a:link {
	color:#333;
	}

h3 a:active {
	color:#333;
	}

h3 a:visited {
	color:#333;
	}

h3 a:hover {
	color:#c10000;
	}

.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 */



/******************************************
*   Content Ad							  *
******************************************/
#contentad {
	width:301px;
	height:254px;
	padding-bottom:15px;
	margin: 0 auto 10px auto;
}

#indexad {
	width:628px;
	height:304px;
	padding-bottom:15px;
}
/* regular: width:301px; height:254px */
/* volle Breite: width:430px; height:225px */

/******************************************
*   Captions                        
******************************************/

.alignright {
	margin: 4px -10px -10px 10px;
	float: right;
	}

.alignleft {
	margin: 4px 0px -10px 0px;
	float: left;
	}

.aligncenter {
	margin: 0px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	}

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

.wp-caption p, {
	text-align: center;
	font-size: 10px;
	color:#666;
	line-height: 17px;
	margin: 0px 0px 5px 0px;
}

.wp-caption-text {
	text-align: center;
	font-size: 10px;
	color:#666;
	line-height: 17px;
	margin: 0px 0px 15px 0px;
}

.wp-captionleadarticel-text {
	text-align: center;
	font-size: 10px;
	color:#666;
	line-height: 17px;
	margin: 0px 0px 5px 0px;
}

/******************************************
*   General Structure                         
******************************************/

#page {
	width:980px;
	margin:0 auto;
	font-size:1em;
	}

#headerlogo {
	width:332px;
	height:60px;
	padding-bottom:21px;
	background:url(images/backgrounds/headerlogo.png) no-repeat;
	}

#headerlogo h2 {
	text-indent:-9999px;
	position:absolute;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}

/************** Rightcol *********************/

.rightcol {
	margin-top:0px;
	width:627px;
	}

.rightcol a:link img, a:visited img {
	float:left;
	padding: 3px 8px 0 0;
	}

.rightcol a:link { 
	color: #c10000;
	text-decoration:none
	}

.rightcol a:active { 
	color: #c10000;
	text-decoration:none
	}

.rightcol a:visited { 
	color: #c10000;
	text-decoration:none
	}

.rightcol a:hover { 
	color: #666;
	}

.rightcol h3 a:link {
	color: #666;
	text-decoration:none;
	}

.rightcol h3 a:active {
	color: #666;
	text-decoration:none;
	}

.rightcol h3 a:visited {
	color: #666;
	text-decoration:none;
	}

.rightcol h3 a:hover { 
	color: #c10000;
	}


/************** Rightcol ListedRelated *********************/
.rightcol .listedrelated {
	list-style-type: none;
	font-size:13px;
	margin: 12px 0 25px 0;
	padding: 0 0 12px 0;
	font-weight:bold;
	border-bottom: 4px solid #eaeaea;
}

.rightcol ul.listedrelated li {
	line-height:1.3em;
	margin-top:0.5em;
	}

.rightcol ul.listedrelated li a:link,
.rightcol ul.listedrelated li a:active,
.rightcol ul.listedrelated li a:visited {
	color: #333;
	text-decoration:none
	}

.rightcol ul.listedrelated li a:hover { 
	color: #c10000;
	}



/************** Rightcol ListedRelatedArchive *********************/
.rightcol .listedrelatedarchive {
	list-style-type: none;
	font-size:13px;
	margin: 12px 0 25px 0;
	padding: 0 0 15px 0;
	font-weight:bold;
	border-bottom: 4px solid #eaeaea;
}

.rightcol ul.listedrelatedarchive li {
	line-height:1.3em;
	margin-top:0.5em;
	margin-left:0px;
	}

.rightcol ul.listedrelatedarchive li a:link,
.rightcol ul.listedrelatedarchive li a:active,
.rightcol ul.listedrelatedarchive li a:visited {
	color: #333;
	text-decoration:none
	}

.rightcol ul.listedrelatedarchive li a:hover { 
	color: #c10000;
	}

/************** Rightcolbot *********************/

.rightcatbot {
	margin-bottom:10px;
	float:left;
	width:980px;
	}

.rightcatbot a:link { 
	color: #c10000;
	text-decoration:none
	}

.rightcatbot a:active { 
	color: #c10000;
	text-decoration:none
	}

.rightcatbot a:visited { 
	color: #c10000;
	text-decoration:none
	}

.rightcatbot a:hover { 
	color: #666;
	}

.rightcatbot h3 {
	font-size:1.5em;
	background-color:#ececec; 
	padding: 3px 5px 3px 5px; 
	margin:20px 0 10px 0;
	letter-spacing:4px;
	}

.rightcatbot h3 a:link {
	color: #333;
	text-decoration:none;
	}

.rightcatbot h3 a:active {
	color: #333;
	text-decoration:none;
	}

.rightcatbot h3 a:visited {
	color: #333;
	text-decoration:none;
	}

.rightcatbot h3 a:hover { 
	color: #c10000;
	}


/************** Rightcatleft *********************/

.rightcatleft {
	margin:0 10px 0 0;
	float:left;
	width:600px;
	}

.rightcatleft img {
	float:left;
	padding:2px 8px 0 0;
}

/************** rightcatlist *********************/

.rightcatlist {
	margin:2px 0 0 10px;
	float:left;
	width:360px;
	font-size:14px;
	}

.rightcatlist img {
	float:left;
	padding:2px 5px 0 0;
}

.rightcatlist ul {
	min-height:49px;
	padding-bottom:7px;
	margin-bottom:8px;
	border-bottom:1px dotted #ddd;
	}
	
.rightcatlist ul li {
	list-style-type: none;
	}

.rightcatlistright h5 {
	font-size:11px;
	letter-spacing:1px;
	color:#333;
	padding:0;
	margin-top:-1px;
	}

.rightcatlistright h5 a:link {
	font-size:11px;
	letter-spacing:1px;
	color:#333;
	padding:0;
	margin-top:-1px;
	}

.rightcatlistright h5 a:active {
	font-size:11px;
	letter-spacing:1px;
	color:#333;
	padding:0;
	margin-top:-1px;
	}

.rightcatlistright h5 a:visited {
	font-size:11px;
	letter-spacing:1px;
	color:#333;
	padding:0;
	margin-top:-1px;
	}

.rightcatlistright h5 a:hover {
	font-size:11px;
	letter-spacing:1px;
	color:#333;
	padding:0;
	margin-top:-1px;
	}

.rightcatlistright img {
	margin-top:1px;
}
	
/******************************************
*   Sidebar                         
******************************************/

#sidebar {
	float: right;
	width: 326px;
	margin: 0;
	padding: 0;
	}

#sidebar a:link {
	color: #444;
	text-decoration:none
	}

#sidebar a:active {
	color: #444;
	text-decoration:none
	}

#sidebar a:visited {
	color: #444;
	text-decoration:none
	}

#sidebar a:hover { 
	color: #c10000;
	}

#sidebar ul.recentleadarticle a:link {
	color: #fff;
	text-decoration:none
	}

#sidebar ul.recentleadarticle a:active {
	color: #fff;
	text-decoration:none
	}

#sidebar ul.recentleadarticle a:visited {
	color: #fff;
	text-decoration:none
	}

#sidebar ul.recentleadarticle a:hover { 
	color: #bbb;
	}

#sidebar ul {
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#sidebar ul li {
	clear: both;
	color: #444;
	font-size: 12px;
	}

#sidebar ul.no-splitted li {
/*	background: transparent url(images/dot_title.png) no-repeat 0px 5px; */
	line-height:1.3em;
	margin-bottom:0.5em;

	}

#sidebar ul.no-splitted li a:link {
	color: #444;
	text-decoration:none
	}

#sidebar ul.no-splitted li a:active {
	color: #444;
	text-decoration:none
	}

#sidebar ul.no-splitted li a:visited {
	color: #444;
	text-decoration:none
	}

#sidebar ul.no-splitted li a:hover { 
	color: #c10000;
	}

#sidebar ul.no-splitted ul li {
	margin: 3px 0;
	}

#sidebar ul.blc {
	padding: 0 5px;
	}

#sidebar li#sidebar-splitted {
	float: left;
	width: 100%;
	line-height:1.3em;
	margin-bottom:0.5em;
	margin: -5 0 15px 0;
	}

#sidebar-splitted a:link {
	color: #666;
	text-decoration:none
	}

#sidebar-splitted a:active {
	color: #666;
	text-decoration:none
	}

#sidebar-splitted a:visited {
	color: #666;
	text-decoration:none
	}

#sidebar-splitted a:hover { 
	color: #c10000;
	}

#sidebar-splitted .splitted-left {
	float: left;
	width: 120px;
	}

#sidebar-splitted .splitted-right {
	float: right;
	width: 160px;
	}

#sidebar ul.children2 {
	padding: 0 0 0 20px;
    }

ul.splittedlists li {
	background: transparent url(images/dot_title.png) no-repeat 0px 5px;
	padding: 0 0 0 11px;
	}

ul.splittedlists ul li {
	margin: 0 0 0 -5px;
	}

/******************************************
*   Externer RSS Feed Start */

#externrss ul li {
	font-size:10px;
	line-height:10px;
	margin-bottom: 8px;
	color: #999;
	}

#externrss ul li a:link {
	color: #333;
	line-height:16px;
	font-size:12px;
	text-decoration:none
	}

#externrss ul li a:active {
	color: #333;
	line-height:16px;
	font-size:12px;
	text-decoration:none
	}

#externrss ul li a:visited {
	color: #333;
	line-height:16px;
	font-size:12px;
	text-decoration:none
	}

#externrss ul li a:hover {
	font-size:12px;
	line-height:16px;
	color: #c10000;
	}

/*   Externer RSS Feed Ende
******************************************/

/******************************************
*   RECENT LEADARTICLES                         
******************************************/

.sidelead-image-wrapper {
	position: relative;	
	z-index:10; 
	}

.sidelead-image-wrapper h2 {
	width:190px;
	position: absolute;
	top: 16px;
	left: 7px;
	background-image: url(images/backgrounds/leadarticle_transparent_red_bg.png);
	}

.sidelead-image-wrapper h4 {
	font-size: 0.8em;
	color:#fff;
	line-height:15px;
	position: absolute;
	left: 7px;
	z-index: 1;
	background-image: url(images/backgrounds/leadarticle_transparent_grey_bg.png);
	background-repeat: repeat;
	padding: 0px 5px 1px 3px;
}

/**********************
*   discussion        *
***********************/

#discus {
	width: 655px;
	margin: 0;
	padding: 0;
	font-size:1.2em;
	}

#discus a:link {
	color: #333;
	text-decoration:none
	}

#discus a:active {
	color: #333;
	text-decoration:none
	}

#discus a:visited {
	color: #333;
	text-decoration:none
	}

#discus a:hover { 
	color: #c10000;
	}

#discus ul {
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#discus ul li {
	background: transparent url(images/dot_title.png) no-repeat 0px 5px;
	line-height:1.3em;
	margin-bottom:0.5em;
	padding: 0 15px;
	}



/******************************************
*   Headlines                         
******************************************/

.blogtitle, .blogtitle a {
	color: #000;
	font-size: 1.8em;
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: regular;
	padding: 20px 0px 10px 0px;
	}

h1 {
	color: #c10000;
	font-size: 2em;
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
	line-height: 1.3em;
	}
	
h2 {
	color: #c10000;
	font: 1.8em Arial, Verdana, Sans-Serif;
	margin: 0px 0px 3px -1px;
	font-weight: bold;
	}

.subtitle h2 {
	font: 14px Arial, Verdana, Sans-Serif;
	text-transform:uppercase;
	letter-spacing:0.08em;
	padding-bottom:1px;
	margin-bottom:0px;
	font-weight:bold;
	color:#444;
	}

h3 {
	font: 1.0em Arial, Verdana, Sans-Serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color:#c10000;
	}

h5 { /* stitel */
	font: 1.0em Arial, Verdana, Sans-Serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	padding-top:1px;
	padding-bottom:1px;
	font-weight:bold;
	color:#333;
	}

h6 { /* stitel single*/
	font: 1em Arial, Verdana, Sans-Serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin: 15px 0px 3px 0px;
	font-weight:bold;
	color:#454545;
	}

#sidebar h2, #sidebar h3 a {
	font: 1em Arial, Verdana, Sans-Serif;
	letter-spacing:0.1em;
	text-transform:uppercase;
	margin-bottom:4px;
	font-weight:bold;
	color:#c10000;
	}

#sidebar h3, #sidebar h2 {
	font-size:1.1em;
	padding:3px 3px 3px 5px;
	margin:0 0 9px 0;
	color:#333;
	background-color:#ececec
	}

h3#respond {
	font-size:1.2em;
	border-top:1px solid #666;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

h4 a:link {
	color: #c10000;
	text-decoration:none
	}
	
h4 a:visited {
	color: #c10000;
	text-decoration:none
	}

h4 a:active {
	color:#c10000;
	}

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

h4 {
	font-size:1.3em;
	line-height:1.4em;
	}

blockquote {
	color:#444;
	background:#efefef;
	padding:15px 15px 1px 15px;
	margin:18px 35px;
	border-left:3px solid #c10000;
	}	

.full {
	color:#444;
	background:#efefef;
	width:430px;
	padding:15px 15px 1px 15px;
	margin-left:-19px;
	border-left:4px solid #c10000;
	}

.fullzitat {
	color:#444;
	background:#fff;
	width:430px;
	padding:0px 15px 0px 15px;
	margin-left:-19px;
	border-left:4px solid #c10000;
	}

.leftquote {
	color:#666;
	float:left;
	width:180px;
	background:#efefef;
	padding:15px 10px 0px 15px;
	margin:7px 15px 3px 0px;
	border-right:3px solid #c10000;
	border-left:0px;
	color: #333;
	font-size:0.9em;
	line-height:1.4em;
	}

.rightquote {
	color:#666;
	float:right;
	width:180px;
	background:#efefef;
	padding:15px 10px 0px 15px;
	margin:7px 0px 3px 15px;
	border-left:3px solid #c10000;
	border-right:0px;
	color: #333;
	font-size:0.9em;
	line-height:1.4em;
	}

.leftzitat {
	color:#666;
	float:left;
	width:180px;
	background:#efefef;
	padding:15px 5px 0px 15px;
	margin:7px 15px 3px 0px;
	border-right:3px solid #c10000;
	border-left:0px;
	color: #555555;
	font-size:1.2em;
	line-height:1.3em;
	font-family:"Times New Roman", Times, serif;
	}

.rightzitat {
	color:#666;
	float:right;
	width:185px;
	background:#efefef;
	padding:15px 5px 0px 15px;
	margin:7px 0px 3px 15px;
	border-left:3px solid #c10000;
	border-right:0px;
	color: #555555;
	font-size:1.2em;
	line-height:1.3em;
	font-family:"Times New Roman", Times, serif;
	}

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

#content {
	width:627px;
	float:left;
	padding-top:20px;
	}

#indexcontent {
	width:627px;
	float:left;
	}

.singlecontenttxt {
	margin-top:0;
	width:433px;
	float:left;
	}

#singlecontentinfo {
	width:160px;
	margin:11px 15px 0 0;
	padding:3px 15px 50px 0;
	float:left;
	border-right:solid #eaeaea 4px;
	}

#singlecontentinfo .singlelistedrelated {
	list-style-type: none;
	font-size:12px;
	margin-top:10px;
}

#singlecontentinfo ul.singlelistedrelated li {
	line-height:1.3em;
	margin-bottom:0.5em;
	}

.blogdescription {
	font-size: 1.3em;
	font-weight: bold; 
	color:#999;
	}

.feature p, #rightcol p { margin:0;	}
			
#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	padding:1px;
	border: 1px solid #999;
	}

.title, a.title  {
	font-family: Arial, Verdana, Sans-Serif;
	font-size:1.5em;
	line-height:1.2em;
	font-weight:bold;
	color: #b10000;
	letter-spacing:normal;
	}
		
#lead p {
	margin-bottom:10px;
	}

/* Formating of "rightcol" */

#rightcol img {
	border:none;
	float:left;
	margin:3px 6px 0 0;
	}

#rightcol .clearfloat {
	padding:15px 0px 20px 0px;
	border-bottom:0px solid #ccc;
	}

/* Post Formatting */
.navigation {
	padding-bottom:10px;
	font-size:0.9em;
	color: #c10000;
	letter-spacing:0.2em;
	text-transform:uppercase;
	font-weight:bold;
	}

.entry {
	padding-bottom:10px;
	font-size:1.2em;
	line-height:1.53em; 
	margin:10px 0px 0px 0px; 
	color: #333;
	}

.entry h2 {
	color: #111;
	font: 1.2em Arial, Verdana, Sans-Serif;
	margin: 0px 0px 15px 0px;
	font-weight: bold;
	line-height: 1.5em;
	}

.entry a:link {
	color: #c10000;
	text-decoration:none
	}
	
.entry a:visited {
	color: #c10000;
	text-decoration:none
	}

.entry a:active {
	color:#666;
	}

.entry a:hover {
	color:#999;
	text-decoration:none;
	}

.footnote-identifier-link {
	line-height:8px;
	vertical-align:middle;
}

.listentry { /* excerpt */
	font-size:1.2em;
	line-height:1.4em;
	margin:0; 
	}

.post img {
	border:none;
	float:left;
	padding: 4px 7px 0px 0px;
	}

.post ul {
	margin-bottom:15px;
	}

.post ul li {
	margin-top:5px;
	margin-left:14px;
	margin-bottom:10px;
	}

.post ol li {
	margin-top:-5px;
	margin-bottom:10px;
	margin-left:48px;
	}
	
#tags {
	background:#f3f3f3;
	padding:5px;
	border: 1px solid #ddd;
	line-height:25px;
	margin-bottom:20px;
	}	

#ratings {
	background:#f3f3f3;
	padding-left:5px;
	border: 1px solid #ddd;
	line-height:15px;
	}	

#related {
	background:#f3f3f3;
	padding:5px;
	border: 1px solid #ddd;
	line-height:15px;
	}

.postmetadata {
	font-size:0.9em;
	margin:0 0 0px 0;
	padding:5px 10px;
	background:#f3f3f3;
	border-top:1px solid #E6E3D3;	
	border-bottom:1px solid #E6E3D3;	
	}

/******************************************
*   Video                        
******************************************/

#video {
	width:300px;
}

.video_box {
	padding:0px;
	margin:0px 0px 10px 0px;
}

#video h4 {
	color:#c10000 !important;
	font-size:13px;
	margin:0px 0px 5px 0px;
}

#video .video_title {
	list-style-type: none;
	margin:0px;
	padding:0px;
	}



/******************************************
*   MiGOMIC                        
******************************************/

#migomic {
	width:300px;
}

.migomic_box {
	padding:0px;
	margin:0px 0px -10px 0px;
}

#migomic h4 {
	color:#c10000 !important;
	font-size:13px;
	margin:0px 0px 5px 0px;
}

#migomic .migomic_title {
	list-style-type: none;
	margin:0px;
	padding:0px;
	}


/******************************************
*   Author Information                        
******************************************/

.author_info {
	margin-bottom:20px;
	padding:0 15px 20px 0;
	color:#666;
	border-bottom:solid #eaeaea 2px;
}

.author_photo {
	float:left;
}

.author_photo img {
	float:left !important;
	margin-bottom:5px;
	margin-top:3px;
}

.author_info p {
	font-size:12px;
	line-height:16px;
	padding:0px;
	margin-bottom:0px;
	width: 160px;
}

.author_info a {
	color:#666;
	text-decoration:none;
	padding:0;
	width: 160px;
}

.author_info a:hover {
	color:#666;
}

.author_info h3 {
	font-size:14px;
	margin-bottom: 5px;
	text-transform:none;
	color:#666;
	font-style:italic;
}

.author_email a {
	background-image: url(images/icon_email.png);
	background-repeat: no-repeat;
	padding:0 0 0 26px;
}


/************************************************
*	Search Form									*
************************************************/

#searchdiv {
	margin: 0px;
	padding: 0px;
	}
	
#searchform {
	margin: 0px;
	padding: 3px 0px 0px 0px;
	}
	
#s {
	background: #fff;
	width: 273px;
	color: #666;
	font-size: 0.9em;
	font-family: Arial, Verdana, Sans-Serif;
	padding: 2px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	}

/************************************************
*	Comments								*
************************************************/

.commentlist a:link {
	color: #c10000;
	}

.commentlist a:active {
	color: #c10000;
	}

.commentlist a:hover {
	color: #c10000;
	}

.commentlist li .avatar { 
	float: left;
	border: 1px solid #ddd;
	padding: 2px;
	margin-right:10px;
	background: #f3f3f3;
	}

.commentlist cite {
	color:#666;
	line-height:22px;
	font-weight: bold;
	font-style: normal;
	font-size: 18px;
	}

.commentlist cite a:link {
	color: #c10000;
	text-decoration:none
	}
	
.commentlist cite a:visited {
	color: #c10000;
	text-decoration:none
	}

.commentlist cite a:active {
	color:#c10000;
	}

.commentlist cite a:hover {
	color:#666;
	text-decoration:none;
	}

.alt {
	margin: 0;
	padding: 10px;
	}
	
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style-type: none;
	background:#f3f3f3;
	border:1px solid #ddd;
	}

.commentlist li ul li { 
	margin-right: -6px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
	font-weight: normal;
	font-size:14px;
	color:#333;
	line-height:1.5em;
}

.children { padding: 0; }

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

.commentlist blockquote {
	color:#666;
	background:#f3f3f3;
	padding:1px 10px 1px 10px;
	margin:0px 15px 15px 20px;
	border:1px solid #ddd;
	}	

.commentmetadata {
	font-size:0.8em;
	line-height:22px;
	margin-bottom:15px;
	font-weight: normal;
	border-bottom:solid;
	border-bottom-color:#bbb;
	}

#commentform input {
	width: auto;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: solid 1px #ddd;
	background: #f3f3f3;
	color: #666;
	}

#commentform {
	margin: 5px 10px 0 0;
	}

#commentform p {
	margin: 5px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	border:solid 1px #ddd;
	background:#f3f3f3;
	color:#666;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	}

/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block;
	}	

.clearfloat {
	display:block;
	}

/**********************
*   Bottom            *
***********************/

#bottom {
	clear: both;
	float: left;
	width: 980px;
	height: 100%;
	margin: 20px 0px 0px 0px;
	padding: 0;
	background: #fff;
	font-size: 0.9em;
	text-align: left;
	color: #666;
	border-top:solid;
	border-top-color:#c10000;
	}

#bottom-divs {
	float: left;
	clear: both;
	margin: 0;
	padding: 20px;
	}

#bottom-left {
	width: 260px;
	padding: 20px 20px 20px 0px;
	float: left;
	}

#bottom-mid {
	width: 370px;
	padding: 20px 20px 20px 0px;
	float: left;
	}

#bottom-right {
	width: 300px;
	padding: 20px 0px 20px 0px;
	float: left;
	}

#bottom h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1.3em;
	letter-spacing:2px;
	font-weight:bold;
	color: #c100000;
	}

#bottom h2 span {
	color: #333;
	text-transform:uppercase;
	}

#bottom ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#bottom ul li {
	line-height: 26px;
	border-bottom:1px solid #bbb;
	}

#bottom ul li a {
	display: block;
	padding: 0 8px;
	color:#c10000;
	text-decoration: none;
	}

#bottom ul li a:hover {
	color:#fff;
	background: #c10000;
	}


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

#footer {
	margin: 0 auto;
	width: 980px;
	font-size:0.9em;
	text-align:center;
	padding-top:15px;
	color:#999;
	}

#footer a {
	color:#c10000;
	}

/******************************************
*   Social Box                        
******************************************/

.socialbox {
	list-style: none;
	margin-left:50px;
}
 
.socialbox li {
	float:left;
}

.site-branding {
	display: none;
}