/*  
Theme Name: Clemens Buchegger for Perspektiven
Theme URI: http://www.clemensbuchegger.at
Description: Blog Style for Perspektiven
Version: 2.0
Author: Clemens Buchegger
Author URI: http://www.clemensbuchegger.com
Wien, Leipzig, Kairo 2009,2010,2011,2012
*/



/************************************/
/* 		RESET THE PRESET			*/
/************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/************************************/
/* 				GENERIC				*/
/************************************/

body {
	font: Georgia, Times, "Times New Roman", serif;
	font-weight: 400;
	background-image: url(gfx/bg_tile.gif);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size:100%;
	line-height:1.125em; /* 16×1.125=18 */
	color: #222222;
}

a {
	color: #A5051A;
	text-decoration: underline;
}

a:visited {
	color: #A5051A;
	text-decoration: underline;
}

a:hover {
	color: #A5051A;
	background-color: #D1D1D1;
	text-decoration: underline;
}

img { border:none; } 


/*searchform*/
input{
	border:1px solid #A5051A;
    padding:2px 0 0 2px;
    margin: 0;
    height: 16px;
}


/* NEW EINSORTIEREN */
div#artikel_main ul{
	list-style: circle;
}
div#artikel_main li{
	margin-top: 4px;
	font-size: 0.875em;
	padding: 0;
	margin-left:40px;
	margin-right:40px;
	line-height: 1.375em;
	text-align: left;
	color: #222222;
	list-style-position: inside;
}

.postings_nav {
	font-size: 1.3em;
	font-weight: 400;
}

a.tag_link_main{
text-decoration:none; color:#000000;
}

a.tag_link_main:hover{
text-decoration:none; color:#A5051A;
background-color: #FFFFFF;
}

.inhaltsverzeichnis_autorin{
	text-transform:uppercase;font-size:12px;
}

.inhaltsverzeichnis_titel_offline{
	font-size:1.3em;font-weight:400;line-height:1.1;
}

a.inhaltsverzeichnis_titel{
	font-size:1.3em;font-weight:400;line-height:1.1;
}
/********************/



/************************************/
/************************************/
/************************************/
/************************************/
/* 		LAYOUT						*/
/************************************/
/************************************/
/************************************/
/************************************/

#outer_main {
	background-color: white;
	padding: 0;
	margin: 0 auto;
	width: 990px;
	height: auto;
	text-align: left;
	background-image: url(gfx/bg_shadow.gif);
}

#inner_main {
	padding: 0;
	margin: 0px auto;
	width: 900px;
	height: auto;
	text-align: left;
}


#header{
	background-color: white;
	/*background-image: url(gfx/header_2.gif);
	background-repeat: no-repeat;
	background-position: bottom left;*/
	padding: 0;
	margin: 0;
	width: 900px;
	height: 103px;
	text-align: right;
	vertical-align: bottom;
	border-bottom: solid 1px #A5051A;
	overflow: hidden;
}

#header_links{
	background-image: url(gfx/header_2.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 400px;
	height:103px;
	float:left;
}

#header_rechts{
	float:right;
	text-align: right;
	vertical-align: bottom;

}

#middle{
	background-color: white;
	top: 0;
	left: 0;
	padding: 0px 0 0 0;
	margin: 0px auto;
	width: 900px;
	/*height: 380px;*/
	border-bottom: solid 10px #A5051A;
	overflow: hidden;
}

#middle_left{
	float: left;
	display: inline;
	top: 0;
	left: 0;
	width: 220px;
	text-align: left;
}

#middle_left_image_holder{
	margin: 16px 0 30px 1px;
	height: 338px;
	width: 218px;
	border: solid 1px #D1D1D1;
	text-align: center;
}

#middle_center{
	float: left;
	display: inline;
	top: 0;
	left: 0;
	width: 479px;
	height: 360px;
	position: relative;
}

#middle_center_spacer_top{
	margin-top: 12px;
	margin-left: 20px;
	margin-right: 20px;
	height: 260px;
	overflow: hidden;
}

#middle_center_spacer_bottom{
	position: absolute;
	bottom:0;
	margin-left: 20px;
	margin-right: 20px;
	overflow: hidden;
}

#middle_right_wrapper{
	float: left;
	display: inline;
	top:0;
	height: 400px;
	width: 199px;
	border-left: solid 1px #D1D1D1;
}

#middle_right_content{
	text-align: center;
	height: 500px;
	width: 162px; 
	margin-left: 20px;
	margin-right: 18px;
	margin-top: 12px;
	overflow: hidden;
}

#lower{
	background-color: white;
	padding: 0;
	margin: 0px auto;
	width: 900px;
	height: auto;
	overflow:hidden;
	text-align: left;
}


#lower_left{
	float: left;
	position: relative;
	top: 0;
	left: 0;
	padding: 0 0 0 0;
	margin: 6px 0 0 0;
	width: 220px;
	padding-bottom: 1000px;
	margin-bottom: -1000px;
	text-align: center;
	display:inline;
}

#veranstaltungen {
	float: left;
	position: relative;
	top: 0;
	left: 0;
	width: 220px;
	padding: 0px;
	margin: 0 0 10px 0;
	text-align: left;
}

.veranstaltungen_date {
	float: left;
	position: relative;
	top:0;
	left:0;
	padding: 0;
	margin: 0 0 0 15px;
	font-size: 0.875em;
	width: 40px;
}

.veranstaltungen_titel {
	float: left;
	position: relative;
	top:0;
	left:0;
	font-size: 0.875em;
	width: 165px;
}

#lower_center{
	float: left;
	position: relative;
	top: 0;
	left: 0;
	padding: 0px;
	margin: 0px auto;
	width: 478px;
	overflow: hidden;
	padding-bottom: 1000px;
	margin-bottom: -1000px;
	text-align: center;
	border-left: solid 1px #D1D1D1;
	border-right: solid 1px #D1D1D1;
	display: inline;
}



#lower_menue{
	top: 0;
	left: 0;
	position: relative;
	float: left;
	height: 20px;
	width: 478px;
	border-bottom: 1px solid #D1D1D1;
	margin: 10px 0 22px 0px;
	padding: 0;
}

#lower_right{
	float: left;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 200px;
	padding-bottom: 1000px;
	margin-bottom: -1000px;
	/*text-align: center;*/
	display: inline;
	overflow:hidden;
}

#lower_right_content{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 6px;
}


#bottom{
	background-color: white;
	padding: 0;
	margin: 0px auto;
	width: 900px;
	height: 45px;
	text-align: left;
}

#bottom_center{
	background-color: #A5051A;
	color: #FFFFFF;
	float: left;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 5px 20px 3px 0;
	width: 880px;
	height: 20px;
	text-align: right;
}



/************************************/
/************************************/
/************************************/
/************************************/
/************************************/
/* 			POSITIONING				*/
/************************************/
/************************************/
/************************************/
/************************************/
/************************************/


.centered {
	text-align: center;
}

.left_aligned {
	text-align: left;
}

.spacer_35px{
	height:40px;
}

.left_margin_5px{
	margin-left: 5px;
}

.right_margin_40px{
	margin-right: 40px;
}

/************************************/
/* 				HEADER				*/
/************************************/

/*suchen*/
#suchen {
	margin: 16px 0 0 0;
	padding: 0;
}	 

/*menue */
ul#menue {
    margin: 85px 0 0 0;
    padding: 0;
    list-style-type: none;
}

ul#menue li {
    padding: 0px;
    margin: 0 5px 0 5px;
    width: 20%;
    display: inline;
}

.border_around {
	border: solid 1px #000000;
}

.spacer_6px{
	display:inline;
	height:5px;
}

.spacer_5px{
	display:inline;
	height:5px;
}

.spacer_4px{
	display:inline;
	height:4px;
}

.spacer_1px{
	display:inline;
	height:1px;
}

/************************************/
/* 				MIDDLE				*/
/************************************/


/*left*/
.wp-post-image{
	margin: 2px;
}


/* right */
.img_ausgabe{
	margin-top: 0px;
	margin-bottom: 0px;
	-moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
	box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
}


#type_aktuelle_abo {
	width:160px;
	height: 20px;
	line-height: 20px;
	margin-top: 15px;
	background-image: url(gfx/bg_ausgabe.png);
	margin-left: auto;
    margin-right: auto;
}

#type_aktuelle_kaufen {
	width:160px;
	height: 20px;
	line-height: 20px;
	background-image: url(gfx/bg_ausgabe.png);
	margin-left: auto;
    margin-right: auto;
}


/* lower */

#persp_tag_cloud {
	margin-top: 40px;
	margin-bottom: 40px;
}

/************************************/
/************************************/
/************************************/
/************************************/
/* 		TYPOGRAPHY (SIZE & COLOR)	*/
/************************************/
/************************************/
/************************************/
/************************************/


/*General*/

h1 { 
	font-size:2.25em;  /* 16x2.25=36 */
	font-weight: 400;
}

h2 {
	font-size:1.6em;   /* 16x1.5=24 */ 
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
}

h2 a{
	color: #000000;
	text-decoration: none;
}

h2 a:visited{
	color: #000000;
	text-decoration: none;
}

h2 a:hover{
	color: #A5051A;
	text-decoration: none;
	background-color: transparent;
}

h3 {
	font-size:1.5em; /* 16x1.125=18 */
	font-weight: 400;
	line-height: 1.2;
}

h3 a{
	color: #000000;
	text-decoration: none;
}

h3 a:visited{
	color: #000000;
	text-decoration: none;
}

h3 a:hover{
	color: #A5051A;
	text-decoration: none;
	background-color: transparent;
}

h4 { font-size:0.875em; /* 16x0.875=14 */ 
		font-weight: 400;}
		
h5 {
	font-size: 	0.625em; /* 16x0.75=12 */
	font-weight: 400;
	color: #4C4C4C;
	text-transform: uppercase;	
}
		
h6 {
	font-size:0.688em; /* 16x0.688=11*/
	font-weight: 400;
	color: #4C4C4C;
	margin-top:1px;
} 
	
p {
	font-size:0.85em;
	font-weight: 400;  /* 16x0.75=12 */
	color: #151515;
	line-height: 1.3;
}

.grey{
	color: #808080;
}

.normal{
	font-size:0.875em;
}

.small{
	font-size:0.875em;
	line-height: 1.0;
}

/* header */

ul#menue li {
   	font-size: 0.75em;
}
ul#menue li a:link {
	color: #A5051A;
	text-decoration: none;
    text-transform: uppercase;
}
ul#menue li a:visited {
	color: #A5051A;
    text-decoration: none;
    text-transform: uppercase;
}
ul#menue li a:hover {
    background-color: #A5051A;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    padding: 3px;
}


/* middle_Center */
.date {
	font-size:0.688em; /* 16x0.688=11*/
	font-weight: 100;
	color: #4C4C4C;
}

.a_link {
	font-size:0.8em;
	color: #000000;
	text-decoration: none;
}

.a_link:visited {
	font-size:0.8em;
	color: #000000;
	text-decoration: none;
}

.a_link:hover {
	font-size:0.8em;
	color: #A5051A;
	text-decoration: underline;
	background-color: transparent;
}

/* Middle_Right */

#type_aktuelle_abo a:link {
	font: 0.875em;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
}

#type_aktuelle_abo a:visited {
	font: 0.875em;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
}

#type_aktuelle_abo a:hover {
	font: 0.875em;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: underline;
	background-color: transparent;
}

#type_aktuelle_kaufen a:link {
	font: 0.875em;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
}

#type_aktuelle_kaufen a:visited {
	font: 0.875em;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
}

#type_aktuelle_kaufen a:hover {
	font: 0.875em;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: underline;
	background-color: transparent;
}

/* lower */

ul.sf-menu {
	font-size: 0.75em;
}

/*lower entry style*/

.entry{
	padding: 0 20px 0px 20px;
	margin-top: 25px;
	border-bottom:1px dotted #C3C3C3;
}


.entry_author{
	font-size: 0.75em;
margin: 0 0 0 0;
text-transform: uppercase;
max-width: 175px;
display: inline-block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.entry_text p{
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: block;
	font-size: 0.75em;
	line-height: 1.2;
	color: #4c4c4c;
}

.entry_tags{
	font-size: 0.75em;
	margin-bottom: 25px;
}

.entry_headline{
	margin-bottom: 3px;
}

.highlight{
	color: #FFFFFF;
	background-color:#A5051A;
}

.highlight_ausgabe a{
	font-size: 0.875em;
	color: #FFFFFF;
	background-color:#A5051A;
	text-transform: uppercase;
	padding: 2px 5px 2px 5px;
	margin: 0 0 0 0;
}

.highlight_ausgabe a:visited{
	font-size: 0.875em;
	color: #FFFFFF;
	background-color:#A5051A;
	text-transform: uppercase;
	padding: 2px 5px 2px 5px;
	margin: 0 0 0 0;
}

.highlight_ausgabe a:hover{
	font-size: 0.875em;
	color: #FFFFFF;
	background-color:#000000;
	text-transform: uppercase;
	padding: 2px 5px 2px 5px;
	margin: 0 0 0 0;
}

.highlight_interview a{
	font-size: 0.875em;
	color: #FFFFFF;
	background-color: #0a90a0;
	text-transform: uppercase;
	padding: 2px 3px 2px 3px;
	margin: 0 0 0 0;
}

.highlight_interview a:visited{
	font-size: 0.875em;
	color: #FFFFFF;
	background-color: #0a90a0;
	text-transform: uppercase;
	padding: 2px 3px 2px 3px;
	margin: 0 0 0 0;
}

.highlight_interview a:hover{
	font-size: 0.875em;
	color: #FFFFFF;
	background-color: #000000;
	text-transform: uppercase;
	padding: 2px 3px 2px 3px;
	margin: 0 0 0 0;
}

.highlight_rezension a{
	font-size: 0.875em;
	color: #FFFFFF;
	background-color: #AAA700;
	text-transform: uppercase;
	padding: 2px 3px 2px 3px;
	margin: 0 0 0 0;
}

.highlight_rezension a:visited{
	font-size: 0.875em;
	color: #FFFFFF;
	background-color: #AAA700;
	text-transform: uppercase;
	padding: 2px 3px 2px 3px;
	margin: 0 0 0 0;
}

.highlight_rezension a:hover{
	font-size: 0.875em;
	color: #FFFFFF;
	background-color: #000000;
	text-transform: uppercase;
	padding: 2px 3px 2px 3px;
	margin: 0 0 0 0;
}

/* FOOTER */

.type_footer a {
	margin-left: 10px;
	text-decoration: none;
}

.type_footer a:link {
	font-size: 0.75em;
	color: #FFFFFF;
}

.type_footer a:visited {
	font-size: 0.75em;
	color: #FFFFFF;
}

.type_footer a:hover {
	font-size: 0.75em;
	color: #A5051A;
}

.bottom_link{
	font-size: 0.625em;
}





/************************************/
/************************************/
/************************************/
/************************************/
/* 		ARITKEL SEITEN				*/
/************************************/
/************************************/
/************************************/
/************************************/




/*artikel, abo, links, kontakt layout*/

#single_container{  
	background-image: url('gfx/bg_spacer.gif');  
	background-repeat: repeat-y;  
	width: 900px;
	margin: 0;
	padding: 0;
}  
  
#single_left{  
	float: left;  
	width: 560px;
	margin: 10px 40px 0px 30px;
	padding: 0px;
	top:0;
	left:0;
	text-align: center;
	display: inline;
}  
  
#single_right{  
	float: left;  
	top:0;
	left:0;
	width: 270px;
	padding: 0;
	margin: 0px;
	overflow:hidden; 
}  
  
#clearer {  
	clear: both;  
}    

#artikel_titel{
	padding-top: 20px;
	font-size: 1.875em;
	line-height: 1.1;
	font-weight: 400;
}

#artikel_autor{
	font-size: 0.688em;
	padding: 18px 0 0px 0;
	text-transform: uppercase;
	font-weight: 400;
}

#artikel_tags{
	font-size: 0.688em;
	padding: 15px 0 25px 0;	
	font-weight: 400;
}


#artikel_main p{
	font-size: 0.875em;
	padding: 0;
	width: 557px;
	margin: 10px 0 0 0;
	text-align: justify;
	line-height: 1.375em;
	color: #222222;
	font-weight: 400;
}

#artikel_main_tag p{
	font-size: 1em;
	padding: 0;
	width: 557px;
	margin: 10px 0 0 0;
	text-align: justify;
	line-height: 1.438em;
	color: #222222;
	font-weight: 400;
}

#artikel_main_ausgabe p{
	font-size: 1em;
	padding: 0;
	width: 557px;
	margin: 10px 0 0 0;
	text-align: center;
	line-height: 1.438em;
	color: #222222;
	font-weight: 400;
}

#artikel_middle_center_top_spacer{
	float: left;
	position: relative;
	top: 0;
	left: 0;
	padding: 0 0 0 0px;
	margin: 12px 0 0 0;
	width: 270px;
	height: 25px;
	/*text-align: center;*/
	border-bottom: solid 1px #D1D1D1;
}

#artikel_middle_center_top{
	float: left;
	position: relative;
	top: 0;
	left: 0;
	padding: 0 0px 0 0px;
	margin: 0px auto;
	width: 270px;
	height: 99px;
	/*text-align: center;*/
	border-bottom: dotted 1px #999999;
}

#artikel_middle_center_middle{
	float: left;
	position: relative;
	top: 0;
	left: 0;
	padding: 0 0px 0 0px;
	margin: 0px auto;
	width: 270px;
	height: 99px;
	/*text-align: center;*/
	border-bottom: dotted 1px #999999;
}

#artikel_middle_center_bottom{
	float: left;
	position: relative;
	top: 0;
	left: 0;
	padding: 0 0px 0 0px;
	margin: 0px auto;
	width: 270px;
	height: 99px;
	border-bottom: solid 18px #A5051A;
}

#artikel_border{
	padding-bottom: 10px;
	border-bottom: solid 18px #A5051A;
}


.artikel_type_center_headline{
	margin: 0 10px 0 10px;
	font-size: 1.188 em;
	color: #000000;
	text-decoration: none;
	/*text-transform: uppercase;*/
}


.artikel_type_center_headline a{
	margin: 0 10px 0 10px;
	font-size: 1.188em;
	color: #000000;
	text-decoration: none;
}

.artikel_type_center_headline a:visited{
	font-size: 1.188em;
	color: #000000;
	text-decoration: none;
}

.artikel_type_center_headline a:hover{
	font-size: 1.188em;
	color: #A5051A;
	background-color: transparent;
	text-decoration: none;
}

.artikel_type_center_author {
	font-size: 0.75em;
	text-transform: uppercase;
}

.artikel_printlink {
	float: right;
	position: relative;
	font-size: 10px;
	margin: 0 0 0 5px;
	text-transform: uppercase;
	width: auto;
}


/* tag cloud links */

div#persp_tag_cloud a{
	text-decoration: none;
}


div#persp_tag_cloud a:hover{
	text-decoration: underline;
}

/* ausgaben layout */

#ausgaben_container{
	float: left;
	width: 540px;
	margin: 0;
	padding: 0;
	text-align: center;
}

.ausgaben_issue{
	float: left;
	position: relative;
	top: 0;
	left: 0;
	width: 180px;
	height: 280px;
	padding: 0;
	margin: 0;
	text-align: center;
}

.ausgaben_content{
	width: 160px;
	margin-left:10px;
	margin-right:10px;
}

.ausgaben_bild{
	margin: 8px 0 6px 0;
}

.ausgaben_nummer{
	font-size: 0.75em;
	padding: 2px 3px 2px 3px;
	color: #FFFFFF;
	background: #A5051A;
}

.ausgaben_schwerpunkt{
	font-size: 0.75em;
	margin: 10px 0 0 0;
	line-height: 1;
}

.ausgaben_datum{
	padding: 1px 0 0 0;
}

.ausgaben_links{
	padding: 1px 0 0 0;
}


/* shop */
.wpsc_buy_button{
	margin: 10px 0 0 0;
	height: 21px;
}

.product_image{
}

hr{
	border: 0px; /* Für Firefox und Opera */
	border-top: solid 1px #D1D1D1;
	border-bottom: solid 1px #FFFFFF; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
}

.adjustform input{
	height: 20px;
}

.productcart input{
	height: 20px;
}

.make_purchase{
	height: 20px;
}

.attachment-aktuell {
	height:334px;
	width:214px;
}

.textwidget img{
	width: 200px;
	border: solid 1px #D1D1D1;
}


/* BLOG STYLES */

#cb_middle_left {
	float:left;
	width: 629px;
	border-right: 1px solid #D1D1D1;
}

#cb_middle_right {
	float:left;
	width: 270px;
	text-align: center;
}

div.cb_blog_entry{
	width: 629px;
	display: block;
	height: 250px;
	float:left;
	overflow: hidden;
	border-bottom: 1px dotted #C3C3C3;
	padding-top: 30px;
}

div.cb_blog_entry_left{
	width: 220px;
	float:left;
	display: block;
	height: 300px;
	overflow: hidden;
}

div.cb_blog_entry_img{
	width: 200px;
	height: 200px;
	overflow: hidden;
	-moz-box-shadow: 3px 3px 5px #888;
	-webkit-box-shadow: 3px 3px 5px #888;
	box-shadow: 3px 3px 5px #888;
	border-left: 1px solid #D1D1D1;
	border-top: 1px solid #D1D1D1;
	margin:0;
}

div.cb_blog_entry_img img{
	width: 200px;
	height: auto;
	margin:0;
}

div.cb_blog_entry_right{
	width: 409px;
	float:left;
	display: block;
	height: 300px;
	margin-right: 14px;
    width: 395px;
	/*overflow: hidden;*/
}

div.cb_blog_entry h2{
	font-size: 1.5em;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    margin-bottom: 5px;
}

div.cb_blog_entry h2 a:visited, div.cb_blog_entry h2 a{
	color: #A5051A;
}

div.cb_blog_entry h2 a:hover {
	color: #000000;
}

div.cb_blog_sub_infos {
	display: block;
	float:left;
	height: 21px;
    line-height: 21px;
    margin-right: 10px;
    margin-bottom: 5px;
}
.cb_fb_like {
	float: left;
}

div.cb_blog_entry_excerpt{
	float: left;
	height: 106px;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
}

div.cb_blog_entry div#artikel_tags{
	float:left;
	width: 200px;
	padding: 0;
	line-height: 1.3;
	margin-top: 5px;
	margin-left: 5px;
}

a.cb_weiterlesen {
    background-color: #A5051A;
    color: #FFFFFF;
    display: block;
    float: left;
    font-weight: 100;
    height: 25px;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    width: 100px;
    font-size: 0.875em;
    margin-left: 15px;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
}

a:hover.cb_weiterlesen {
	text-decoration: underline;
}

div.cb_blog_height_control{
	height:217px;
}

div.cb_ausgabe_bg {
   	padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 18px solid #A5051A;
    height: 340px;
}

div.cb_ausgabe_bg h6{
	margin-bottom: 0px;
    margin-top: 5px;
}

div.cb_ausgabe_bg h5{
	font-size: 0.8em;
	margin-bottom: 3px;
}

a.ausgabe_link, a:visited.ausgabe_link, a:hover.ausgabe_link{
	font-size: 1.1em;
	display: block;
	margin-bottom: 20px;
}

a#type_aktuelle_abo {
    color: #FFFFFF;
    display: block;
    float: left;
    height: 25px;
    line-height: 25px;
    margin: 0 0 0 10px;
    padding: 0;
    width: 100px;
    font-weight: 100;
    text-align: center;
    text-decoration: none;
    font-size: 0.875em;
    -moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;

}

a:hover#type_aktuelle_abo{
	text-decoration: underline;
}

a#type_aktuelle_kaufen {
    color: #FFFFFF;
    display: block;
    float: left;
    height: 25px;
    line-height: 25px;
    margin: 0 0 0 20px;
    padding: 0;
    width: 100px;
    font-weight: 100;
    text-align: center;
    text-decoration: none;
    font-size: 0.875em;
    -moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
}


a:hover#type_aktuelle_kaufen{
	text-decoration: underline;
}

div.navigation {
	text-align: center;
	float:left;
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: block;
}
div.navigation p {
	line-height: 40px;
}

div.navigation a{
	font-size: 1.4em;
}

div#image_leadin {
	margin-bottom: 35px;
}

div#image_leadin img {
	width: 350px !important;
	height: auto !important;
	-moz-box-shadow: 3px 3px 5px #888;
	-webkit-box-shadow: 3px 3px 5px #888;
	box-shadow: 3px 3px 5px #888;
	border-left: 1px solid #D1D1D1;
	border-top: 1px solid #D1D1D1;
	margin:0;
}

input#submit_nl {
	height: 24px;
	line-height: 22px;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

input#email {
	height: 22px;
	line-height: 22px;
	padding-top: 0px;
}

div#show {
	padding-top: 5px;
	font-size: 16px;
	color: #A5051A;
	font-weight: bold;
	font-family: Georgia, Times, "Times New Roman", serif;
}