* {
	margin: 0;
	padding: 0;
}

/* Wenn der Link zu den Kommentaren nicht mehr in der Liste erscheinen soll, dass hier wieder einkommentieren */
/*
p.article_further {
	display: none;
}
*/

body {
	text-align: center;
	color: #404040;
	font: 12px Georgia, "Times New Roman", Times, serif;
	line-height: 24px;
	background: #FFF url(../img/main_bg.gif);
}

a:link, a:visited {
	color: #fabb00;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	color: #ff9900;
	text-decoration: underline;
}

img {border: 0}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}



/* _________________________________________________ HEADER */

h1 {
	letter-spacing: 5px;
	color: #808080;
	font-size: 20px;
	line-height: 30px;
}

/* _________________________________________________AUTOR */

h2 {
	letter-spacing: 4px;
	font-style: italic;
	margin: 5px 0 20px 0;
	font-size: 14px;
	line-height: 28px;
}

/* _________________________________________________SUBHEADER (TEASER) */

h3 {
	font-style: italic;
	text-align: left;
	color: #404040;
	font: 12px Georgia, "Times New Roman", Times, serif;
	line-height: 24px;
}

/* ___________________________________________________________*/

h4 {
	letter-spacing: 3px;	
	font-size: 22px;
	line-height: 33px;
	margin: 33px 0 11px 0;

}

h5 {
	letter-spacing: 2px;	
	font-size: 18px;
	line-height: 27px;
	margin: 24px 0 9px 0;

}	

h6 {
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 21px;
	margin: 21px 0 7px 0;
}
