/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	S2Intermedia Relaunch / Print CSS
	Januar 2008 / Alexander Buch / S2 intermedia
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Ausblenden unnštiger Elemente
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
body{
	font-size: 10pt;
}

h1{
	color: #D4313B;
}

div#claim,
div#topUtils,
div#footer,
div#leftTeaser,
div#rightTeaser,
div#navigation{
	display: none;
	visibility: invisible;
}

a{
	color: #D4313B;
}

h2 a{
	color: black;
}

div.s2teaserboxes-typ-1 {
	border: 1px solid #EEEEEE;
	margin-bottom: 10px;
	padding: 5px 5px 1px;
	display: block;
}

div.s2-columleft,
div.s2-columright{
	width: 48%;
	float: left;
	display: block;
}

div.s2-columleft{
	margin-right: 4%;
}

div#logo{
	text-align: center;
}

