/* Css Reset */
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, 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;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
strong {
	font-weight: bold;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* Html */
html {
	height: 100%;
}
/* Body */
body {
	height: 100%;
	background-color: #fcfcfc;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/* Flash */
#flash {
	height: 100%;
}
/* No Flash */
#noflash {
	min-width: 960px;
}
#header {
	height: 85px;
}
#header #lutz {
	float: left;
	margin: 20px 0 0 30px;
}
#header #logo {
	float: right;
	margin: 36px 30px 0 0;
}
#body {
	margin: 15px;
	padding: 15px;
	background-color: #E10019;
	color: #FFF;
}
#col_left {
	float: left;
	width: 65%;
}
#col_right {
	float: right;
	width: 307px;
}
/* News Item */
strong {
	font-weight: bold;
}
h1 {
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-top: 18px;
}
h2 {
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 20px;
}
p {
	font-size: 15px;
	line-height: 21px;
	font-weight: normal;
	padding-bottom: 10px;
}
p a:link,
p a:visited,
p a:active {
	color: #FFFFFF;
}
p a:hover {
	color: #000000;
}
hr {
	background-color: #E10019;
	border-top: 1px solid #FFFFFF;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 15px 0;
}
.news {
	padding: 20px 20px 10px 20px;
}
.news img {
	float: left;
	margin: 3px 15px 10px 0;
}
#col_right a img {
	margin-top: 15px;
}
#col_right p span {
	white-space: nowrap;
}