@charset "UTF-8";
/* CSS Document Presseschau*/

* {
	margin: 0;
	padding: 0;
}
body {
	font: 95% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	text-align: left;
}
a {
	color: #cc0066;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0 none;
}
h1, h2, h3, h4 {
	font-family: Arial, Geneva, sans-serif;
	background: transparent;
	padding: 5px 0 5px 0;
}
h1 {
	font-size: 1.6em;
	color: #0066CC;
}
h2 {
	font-size: 1.4em;
	color: #C00;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.0em;
	color: black;
}
p, li, dl {
	font-size: 0.80em;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
 	-o-hyphens: auto;
 	-webkit-hyphens: auto;
	hyphens: auto;
	text-align: justify;
}
p, li {
	line-height: 120%;
	padding: 0 0px 6px 0;
}
ul {
	list-style-type: square;		    
	padding-left:25px;
}

dl {
	margin: 5px 30px 5px 30px;
	background: #f5f5f5;
}
dd {
	margin: 5px 30px 5px 45px;
}
table {
	margin: 15px 0 10px 0;
	padding: 2px;
}
td {
	background: #f5f5f5;
	font-size: smaller;
}
#main {
	position: relative;
	width: 500px;
	margin: 0 auto;
	color: #000;
	background: transparent;
	margin: 0 auto;
	padding: 20px 5px 5px 5px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}
#bild {
	float: left;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
padding-left: 0px;
}
.bild {
	float:left;
	padding-right:6px;
}
.teaser {
	font-weight:bold;
	}