@charset "utf-8";
* {
 margin:0;
 padding:0;
}
body {
	color: #000000;
	line-height:105%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
body a {
	color:#990000;
	text-decoration:none;
}
body a:hover {
	text-decoration:none;
}
#container {
	width: 100%;
}
#header {
	background: url(../images/layout/headerMitLogo.gif) no-repeat;
	width: 977px;
	height: 95px;
	display:none;
}
#topImage{
	width: 950px;
	height:150px;
	margin: 0 14px;
	background:url(../images/layout/topImage.jpg) no-repeat;
	display:none;
}
#topNavigation{
	width: 950px;
	height:51px;
	margin: 0 14px;
	background-image:url(../images/layout/topNavBG.jpg);
	background-repeat:repeat-x;
	display:none;
}
#content {
	width: 100%;
	height:auto;
}
#leftColumn {
	float: left;
	width: 200px;
	margin-left: 14px;
	display:none;
}
.telefonBeratung{
	margin: 20px 8px 10px;
	padding:10px 0 10px;
	width:195px;
	border-top: 1px dashed #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
	height: auto;
}

#rightColumn {
	float: right;
	width: 195px;
	margin-right: 20px;
	font-size:90%;
	line-height:115%;
	display:none;
}

#mainContent {
	width: 100%;
}
#mainContent h1 {
	font-size:145%;
	color:#333333;
	font-weight:normal;
}
#mainContent h2 {
	font-size:120%;
	font-weight:normal;
	margin:0 0 10px 0;
}
#mainContent h3 {
	font-size:120%;
	color:#666666;
	font-weight:bolder;
	margin:0 0 7px 0;
}
#mainContent ul {
	list-style-position:outside;
	margin:0 0 0 25px;
}
#mainContent li {
	list-style: square;
}

#footer {
	background:#D2CEA9 url(../images/layout/containerBottom.jpg) no-repeat;
	height: 100px;
	width: 977px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 20px 0 0;
	text-indent:25px;
	display:none;
}
.icons{
	display:none;
}
.floatright {
	float: right;
	margin-left: 8px;
}
.floatleft {
	float: left;
	margin-right: 8px;
}
.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.trenner{
	width:100%;
	height: 1px;
	background: url(../images/layout/trenner.jpg) repeat-x;
	margin-top: 12px;
	margin-bottom: 12px;
}
.icons{
	padding:10px 0 15px;
	width:auto;
	text-indent:320px;
}
.teaserUebersicht{
	width:auto;
	height:auto;
	padding:10px;
	background: #e7e8d1;
	border: 1px solid #d3ceaa;
	margin:10px 0;
}

.teaserUebersicht-hover{
	width:auto;
	height:auto;
	padding:10px;
	background: #d7d8ba;
	border: 1px solid #d3ceaa;
	margin:10px 0;
}
.teaserTitle{
	width:auto;
	height:auto;
	padding:3px 0;
}
.teaserImage{
	padding:0 5px;
	margin:0 5px 0 0;
	float:left;
}
.teaserLink{
	width:auto;
	height:auto;
	text-indent:342px;
	margin:10px 0 0;
}
.teaserReferenzenUebersicht {
	width:125px;
	height:135px;
	padding:10px;
	float:left;
	border: 1px dashed #CCCCCC;
	margin:0px 5px 5px 0;
}
.referenzenContainer{
	float:left;
	width:520px;
}
a.printlink:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #0066FF;
}
a.printlink:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #FF6600;
}

#headerPrint {
	height: auto;
	width: auto;
	top: 0px;
	text-align: center;
	margin: 10px;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}
#footerPrint {
	height: auto;
	width: auto;
	clear: both;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
	margin-top: 10px;
}
#footerPrintLink {
	height: auto;
	width: auto;
	text-align: center;
	margin: 10px;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
}
