body{
	background-color: #FAFAFA;
	background-image: url("img/main_bg.gif");
	background-position: left 231px;
	background-repeat: repeat-x;
	background-attachment: fixed;
	
	margin: 0;
	
	font-family: verdana, helvetica;
	font-size: 12px;
/*	color: #6C7F00; /* 50% */
/*	color: #364000; /* 25% */
	color: #526100; /* 38% */
	
	width: 550px;
}

a{
	color: #C49400;
	text-decoration: none;
}

a:hover{
	color: #0000C4;
	text-decoration: underline;
}

a:active{
	color: #C40000;
	text-decoration: underline;
}

a img{
	border: none;
}

h1,h2,h3,h4{
	margin-top: 0;
	font-size:120%;
}

dt{
	font-weight: bold;
}

dd{
	margin: 0 0 0.5em;
	padding: 0 0 0 2em;
}

.pre{
	white-space: pre;
}

div.artikel{
	border: solid 2px black;
	padding: 5px;
	color: black;
}

div.artikel p{
	text-indent: 15px;
	text-align: justify;
}

ul.stars{
	list-style-image: url('img/li_stern.gif');
	padding-left: 20px;
	
}

p,li{
	line-height:160%;
}

p.zitat{
	/*font-style: italic;*/
	padding-left: 20px;
	padding-top: 20px;
}

strike {
/*	color: #364000; /* 25% green */
	color: #800000; /* 50% */
/*	color: #610000; /* 38% */
}
