body {
	margin-top: 10px;
	background-image: url(../images/hintergrund_body.jpg);
	background-repeat: repeat-x;
}
#inhalt {
	width: 900px;
	margin: auto;
	position: relative;
	top: 40px;
}
#teaser {
	border-bottom: 1px solid #999;
	position: relative;
	margin-bottom: 30px;
}
#teaser h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	line-height: 1em;
	font-weight: bold;
	position: absolute;
	width: 290px;
	top: 40px;
	color: #000000;
	left: 20px;
}
#teaser h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #3366CC;
	position: absolute;
	width: 290px;
	top: 80px;
	left: 20px;
}
#teaser h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #333333;
	position: absolute;
	width: 290px;
	top: 120px;
	left: 20px;
}
#teaser p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	position: absolute;
	width: 180px;
	top: 285px;
	text-align: right;
	left: 30px;
	height: 130px;
}
#referenz1 {
	position: relative;
	width: 290px;
	float: left;
}
#referenz2 {
	position: relative;
	width: 290px;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
}
#referenz3 {
	position: relative;
	width: 290px;
	float: left;
}
#referenz1 h1, #referenz2 h1, #referenz3 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
	margin: 0px;
}
#referenz1 h2, #referenz2 h2, #referenz3 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #3366CC;
	margin: 2px 0px 10px 0px;
}
#navlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	position: relative;
	text-align: right;
	width: 900px;
	top: 10px;
	clear: both;
	margin-bottom: 20px;
}
#navlinks a:link, #navlinks a:visited {
	color: #3366CC;
	background-image: url(../images/pfeil_re_blau.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
}
#navlinks a:hover, #navlinks a:active {
	color: #FFCC00;
	background-image: url(../images/pfeil_re_gelb.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
}
#twitter_update_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	list-style-type: none;
	margin-left: 0px;
}
#twitter_update_list li {
	border: 1px dotted #999999;
	margin-bottom: 10px;
	padding: 5px;
}

#twitter_update_list a {
	color: #3366CC;
	text-decoration: underline;
}
#twitter_update_list a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
#twitter_link a:link, #twitter_link a:visited {
	color: #3366CC;
	background-image: url(../images/pfeil_re_blau.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
}
#twitter_link a:hover, #twitter_link a:active {
	color: #FFCC00;
	background-image: url(../images/pfeil_re_gelb.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
}
