/* !!! Es muss beachtet werden, dass alle DIVs im screen.css auf clear: both gesetzt sind !!!! */
body{
	margin: 0;
	padding: 0;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 1.4;
	background-color: #FFFFFF;
}

*{
		font-size: 11px;
		line-height: 1.4;
}

h1{
	font-size: 15px;
	color: #E26610;
	margin: 0 0 15px 0;
}

h2{
	font-size: 12px;
	line-height: 1.4;
	color: #737F86;
	margin: 5px 0 10px 0;
	clear: left;
}

h3 {
	font-size: 11px;
	color: #39576C;
	margin: 0 0 5px 0 !important;
}

a {
	font-size: 11px;
	color: #E26610;
	text-decoration: none;
}
a.download {
	background: #F5F5F5;
	border: solid #CCC;
	border-width: 1px 0;
	text-align: right;
	padding: 1px 5px;
	margin: -10px 0 0 0;
	text-decoration: none;
}

img {
	border: 0px;
}
p {
	margin: 0 0 10px 0;
}
div{
	float: none;
	clear: both;
}