/*========================================================================
	Main Elements
========================================================================*/

.pngFix { behavior: url(/js/iepngfix/iepngfix.htc); }

body {
	margin:0px;
	padding:0px;
	/*background-color:#bbbdc0;*/
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:16px;
	color:#000000;
}

h1, h2, h3, h4, h5 {
	margin:0px;
	padding:0px;
}

p {
	margin:0px;
	padding:0px;	
}

a {
	margin:0px;
	padding:0px;
	color:#20b29e;
	text-decoration:none;
	font-weight:bold;	
}

a:hover {
	color:#666666;
}

img {
	margin:0px;
	padding:0px;
	display:block;
}

/*========================================================================
	Typo
========================================================================*/

h1 {
	font-weight:normal;
	font-size:15px;
	line-height:18px;
	font-weight:bold;
	color:#000000;
}

h2 {
	font-size:15px;   
	line-height:18px;
	font-weight:bold;
	color:#000;
	margin-bottom:8px;
}

h3 {
	font-size:13px;
	line-height:18px;
}

h4 {
	font-size:13px;
	line-height:16px;
	color:#6c6c6c;
}


div#mattig_left h1 {
	color:#000; /* color:#20b29e; */
}

div#mattig_right p {
	padding-right:36px;
}


/*========================================================================
	CMS Styles
========================================================================*/

.qgAlert{
	border:1px solid #00B3AD;
}

.qgAlert .title{
	background:#00B3AD;
}

.qgAlert .content{
	color:#959595;
}


div.cmsPopUpContent{
	overflow:auto;
}

#qgCmsContTrash{
	z-index:6000;
}


.Lead {
	font-size:13px;
	line-height: 16px;
	font-weight: bold;
}


.Legende {
	font-size:11px;
	line-height: 13px;
	font-weight: normal;
}

.Teaser {
	font-size:15px;
	line-height: 18px;
	font-weight: normal;
	color: #6c6c6c;
}

.Gruen { color:#20b29e; }

.Blau { color:#3366CC;}

.Grau { color:#6c6c6c; }


.Abstand {
	font-size:8px;
	line-height:8px;
	color:#000;
}

.Link { 
	color:#20b29e;
	font-weight:normal;
}

.Link:hover { 
	color:#6c6c6c;
	font-weight:normal;
}

.Underline {
	text-decoration: underline;
}


img.Right { float:right; }


/*========================================================================
	Navigation
========================================================================*/

a.mattig_sprachen {
	font-size:12px;
	margin-right:10px;
	display:block;
	float:left;
}


ul.mattig_sprachen, div.mattig_sprachen {
	position:absolute;
	top:30px;
	left:30px;
	margin:0px;
	padding:0px;
	list-style:none;
	font-size:12px;
}

ul.mattig_sprachen li {
	display:inline;
	margin-right:8px;
}

ul.mattig_sprachen li a, div.mattig_sprachen a {
	font-weight:normal;
}

ul.mattig_sprachen li a.Aktiv {
	color: #6C6C6C;
}

ul.mattig_subNavi {
	position:absolute;
	top:16px;
	left:0px;
	background:none;
	margin:0px;
	/*padding:6px;*/
	padding: 3px 6px 6px 6px;
	background:#FFFFFF;
	list-style:none;
	display:none;
	z-index:50;
	width:180px;
}

ul.mattig_subNaviAktiv{
	position:absolute;
	top:15px;
	left:0px;
	background:none;
	margin:0px;
	/*padding:6px;*/
	padding: 3px 6px 6px 6px;
	background:#FFFFFF;
	list-style:none;
	display:block;
	z-index:50;
	width:180px;
}

ul.mattig_subNavi li, ul.mattig_subNaviAktiv li {
	/*margin-bottom:6px;*/
	font-size:12px;
	line-height:17px;
}

ul.mattig_subNavi li a,  ul.mattig_subNaviAktiv li a{
	font-weight:normal;
}

ul.mattig_subNaviAktiv li a.Aktiv {
	font-weight:normal;
	color: #6C6C6C;
}

img.mattigMainNavi {
	float:left;
	margin-right:14px;
}


div#mattig_subNaviLeft {
	margin-bottom: 8px;
}

div#mattig_subSubNaviLeft {
	font-weight: normal;
	margin-top: -4px;
	margin-bottom: 4px;
}

div#mattig_subNaviLeft a{
	display: block;
	padding: 4px 0;
}

div#mattig_subSubNaviLeft a{
	display: block;
	padding: 0px;
	font-weight: normal;
}

div#mattig_subNaviLeft a.Aktiv, div#mattig_subSubNaviLeft a.Aktiv{
	color: #6C6C6C;
}

div.teaserlinks a {
	color: #666666;
	font-weight: normal;
}

div.teaserlinks a:hover  {
	color: #20b29e;
}


/*========================================================================
	Layout
========================================================================*/

div#mattig_mainContainer {
	margin:0px auto;
	padding:0px;
	width:1024px;
	min-height:913px;
	height:auto !important;
	height:913px;
	background-color:#FFFFFF;
	position:relative;
}

div#mattig_header {
	height:170px;
	width:1024px;
	position:relative;
	z-index:10;
}

div#mattig_navigation {
	position:absolute;
	top:30px;
	left:330px;
	/*left:335px;*/
	height:20px;
	width: 694px;
}
/*
div#mattig_naviLeft {
	position:absolute;
	top:30px;
	left:261px;
	height:20px;
}
*/

/* NEU: 04.11. */
div#mattig_naviLeft {
	position:absolute;
	top:30px;
	left:137px;
	width:175px; height:20px;
}

div#mattig_naviLeft_inside {
	position:relative;
	float:right;	
}

div#mattig_naviLeft_inside img { margin-right:0px;}
/* ENDE NEU */

div#mattig_left {
	position:relative;
	width:310px;
	float:left;
	text-align:right;
}

div#mattig_left img {
	float:right;
}

div#mattig_right {
	position:relative;
	width:694px;
	float:right;
	padding-bottom:24px;
}

div#mattig_homeright {
	position:relative;
	width:694px;
	float:right;
	padding-bottom:0px;
}

div#mattig_homecontent{
	width: 1235px;
	float: left;
}

div#mattig_nlcontent{
	width: 1024px;
	float: left;
}


img#mattig_footer {
	position:absolute;
	right:251px;
}

img#mattig_logo {
	margin-bottom:26px;
}

img#mattig_head {
	margin-bottom:26px;
}

div#mattig_right img.Rechts {
	float:right;
	margin-left:16px;
}

/*========================================================================
	Default Elements
========================================================================*/

.clearBoth {
	clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;
}

form {
	margin:0px;
	padding:0px;
}

.Rechts {
	float:right;
}



