/* @group basics */
* {
	margin:  0;
	padding: 0;
}
.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 {
	height: 100%;
	width: 100%;
}
a {
	outline: none;
	text-decoration: none;
	color: #4486C7;
}
/* @end */
body {
	color: #444;
	font: 0.9em Arial;
	background: #fff url(../images/body_bg.png) repeat-x;
}
#page {
	width: 950px;
	margin: 0 auto;
}
#header {
    padding: 20px 0 20px 0;
	width: 950px;
	margin-top: 10px;
	background: url(../images/header_bg.png) no-repeat left 24px;
}
#header h1 {
	font-size: 1.8em;
	color: #fff;
	padding-left: 50px;
}
#header h2 {
	color: #D8E7FE;
	font: normal 1em Georgia, "Times New Roman", Times, serif;
	padding-left: 70px;
}
#content {
	background-color: #fff;
	padding: 20px;
	border: 5px solid #d3eaf8;
}
/* @group left */
#left {
	width: 550px;
	float: left;
}
#left h1 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.8em;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #ccc;
	color: #32639A;
	font-weight: 100;
}
#left h2 {
	background: #D8E7FE;
	color: #4A81DE;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	border-left: 10px solid #A8CF64;
	padding: 10px;
}
.content_teaser {
	background: #D8E7FE;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.content_teaser_startseite {
margin-top: 10px;
	margin-bottom: 10px;
}
.content_content {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.4em;
}
.content_content ul {
	margin: 5px 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.content_content h3, .content_content h4 {
	margin-top: 5px;
	padding-bottom: 5px;
	letter-spacing: 1px;
}
/* @end */
/* @group right */
#left p {
	margin-top: 5px;
	margin-bottom: 5px;
}
#left ul {
	margin: 10px 0 10px 20px;
}
#right {
	float: right;
	width: 340px;
    padding-top: 51px;
}
#right p{
	border: 1px dotted #ccc;
	background-color: #f5f5f5;
	padding: 20px;
}
#right ul {
	list-style: none;
	border-top: 1px dashed #ccc;
}
#right li {
	
}
#right li a {
	display: block;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dashed #D1D1D1;
}
#right li a:hover {
	text-decoration: underline;
	color: #8A8A8A;
}
/* @end */
#footer {
	background: #d3eaf8;
	border-top: 1px solid #ccc;
	margin-top: 10px;
	padding: 20px;
	text-align: center;
}
