@charset "utf-8";
/* CSS Document */
*
{
	margin: 0;
	padding: 0;
}

body 					{ 
						font-family: Arial, Helvetica, sans-serif; 
						font-size: 62.5%; 
						line-height: 62.5%;
						color: #373535;
						background-color: #FFFFFF; 
						margin-top: 0px; 
						margin-left: 0px; 
						margin-right: 0px; 
						margin-bottom: 0px; 
						padding-left: 0px;
						padding-right: 0px;
						padding-top: 0px;
						padding-bottom: 0px;						
						}
						*{
						font-size:1.0em;
						line-height: 1.0em;
						}

/* GENERELL ---------------------------------------------------------- */
p
{
	font-size:1.2em;
	line-height:2.0em;
	padding-bottom:1.0em;
}

a
{
	/*line-height:2.0em;*/
}
h1
{
	font-weight:bold;
	line-height:1.5em;
	font-size:1.6em;
	margin-bottom:0.5em;	
	color: #373535;			
}

h2
{
	font-weight:bold;
	line-height:2.5em;
	font-size:1.4em;
	margin-bottom:0.5em;	
}

h3
{
	font-weight:bold;
	line-height:2.5em;
	font-size:1.2em;
	margin-bottom:0.5em;	
	color:#006DB5;		
}

h4
{
	font-weight:bold;
	line-height:2.5em;
	font-size:1.2em;	
	margin-bottom:0.5em;		
}

img
{
	border: 1px solid #000000;
}

ul
{
	list-style:none;
}

ol {
	list-style:square;
	list-style-type:decimal;
	list-style-position: outside;
	margin-left:25px;
}
/* LINKS ---------------------------------------------------------- */
a			{ text-decoration: none; color: #006DB5; font-weight:bold; }
a:link 		{ text-decoration: none; color: #006DB5; font-weight:bold; }
a:visited 	{ text-decoration: none; color: #006DB5; font-weight:bold; }
a:hover 	{ text-decoration: none; color: #333333; font-weight:bold; }
a:active	{ text-decoration: none; color: #333333; font-weight:bold; }
a:focus 	{ text-decoration: none; color: #333333; font-weight:bold; }

/*  HAUPTNAVIGATION---------------------------------------------------------------*/
.navigationList {
	position:relative;
	z-index:20;
	list-style:none;
	font-size:12px;
	font-weight:normal;
	margin-top:5px;
	margin-bottom:0px;
}
.navigationList li, .navigationList ul.navigationList li
{
	display:block;
	list-style-type: none;
	list-style-position:outside;
	border-bottom: 1px solid #CCCCCC;
	background-color:#FFFFFF;
	width:auto;
	height:auto;
	line-height:normal;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.navigationList li.last
{
	border-bottom:none;
}
.navigationList ul.navigationList li
{
	border-bottom:none;
}

.navigationList li:hover{
	/*background-color:#D2E3F3;
	color:#FFFFFF;
	background-image:url(../img/thirdnav.jpg);
	background-repeat:repeat-y;*/
}

.navigationList .selected
{
	font-weight:bold;
	/*background-color:#13007C;
	color:#FFFFFF;
	background-image:url(../img/thirdnav.jpg);
	background-repeat:repeat-y;	*/
}

.navigationList a					{ text-decoration: none; color:#373535; font-weight:normal; display:block; padding:4px 3px 4px 10px; width:191px;}
.navigationList a:link 			{ text-decoration: none; color:#373535; font-weight:normal; display:block;}
.navigationList a:visited  		{ text-decoration: none; color:#373535; font-weight:normal; display:block;}
.navigationList a:hover 			{ text-decoration: none; color:#373535; background-color:#D2E3F3; font-weight:normal; display:block;}
.navigationList a:active			{ text-decoration: none; color:#373535; background-color:#D2E3F3; font-weight:normal; display:block;}
.navigationList a:focus 			{ text-decoration: none; color:#373535; background-color:#D2E3F3; font-weight:normal; display:block;}

.navigationList .selected a			{ text-decoration: none; color:#373535; font-weight:bold; display:block;}
.navigationList .selected a:link 		{ text-decoration: none; color:#373535; font-weight:bold; display:block;}
.navigationList .selected a:visited 	{ text-decoration: none; color:#373535; font-weight:bold; display:block;}
.navigationList .selected a:hover 	{ text-decoration: none; color:#373535; background-color:#D2E3F3; font-weight:bold; display:block;}
.navigationList .selected a:active	{ text-decoration: none; color:#373535; background-color:#D2E3F3; font-weight:bold; display:block;}
.navigationList .selected a:focus 	{ text-decoration: none; color:#373535; background-color:#D2E3F3; font-weight:bold; display:block;}

.navigationList .open a			{ text-decoration: none; color:#373535; font-weight:bold; display:block;}
.navigationList .open a:link 		{ text-decoration: none; color:#373535; font-weight:bold; display:block;}
.navigationList .open a:visited 	{ text-decoration: none; color:#373535; font-weight:bold; display:block;}
.navigationList .open a:hover 	{ text-decoration: none; color:#373535; background-color:#D2E3F3; font-weight:bold; display:block;}
.navigationList .open a:active	{ text-decoration: none; color:#373535; background-color:#D2E3F3; font-weight:bold; display:block;}
.navigationList .open a:focus 	{ text-decoration: none; color:#373535; background-color:#D2E3F3; font-weight:bold; display:block;}

/* Level 2 */
.navigationList ul.navigationList {
	margin-top:0px;
}

.navigationList ul.navigationList a					{ text-decoration: none; color:#373535; font-weight:normal; display:block; padding-left:30px;  width:171px;}
.navigationList ul.navigationList a:link 			{ text-decoration: none; color:#373535; font-weight:normal; display:block;}
.navigationList ul.navigationList a:visited  		{ text-decoration: none; color:#373535; font-weight:normal; display:block;}
.navigationList ul.navigationList a:hover 			{ text-decoration: none; color:#373535; font-weight:normal; display:block;}
.navigationList ul.navigationList a:active			{ text-decoration: none; color:#373535; font-weight:normal; display:block;}
.navigationList ul.navigationList a:focus 			{ text-decoration: none; color:#373535; font-weight:normal; display:block;}

.navigationList ul.navigationList .selected a			{ text-decoration: none; color:#373535; font-weight:bold; display:block;}
.navigationList ul.navigationList .selected a:link 		{ text-decoration: none; color:#373535; font-weight:bold; display:block;}
.navigationList ul.navigationList .selected a:visited 	{ text-decoration: none; color:#373535; font-weight:bold; display:block;}
.navigationList ul.navigationList .selected a:hover 	{ text-decoration: none; color:#373535; font-weight:bold; display:block;}
.navigationList ul.navigationList .selected a:active	{ text-decoration: none; color:#373535; font-weight:bold; display:block;}
.navigationList ul.navigationList .selected a:focus 	{ text-decoration: none; color:#373535; font-weight:bold; display:block;}

/* Level 3 */
.navigationList ul.navigationList ul.navigationList a					{ text-decoration: none; color:#373535; font-weight:normal; display:block; padding-left:60px;  width:141px;}
.navigationList ul.navigationList ul.navigationList a:link 				{ text-decoration: none; color:#373535; font-weight:normal; display:block;}
.navigationList ul.navigationList ul.navigationList a:visited  			{ text-decoration: none; color:#373535; font-weight:normal; display:block;}
.navigationList ul.navigationList ul.navigationList a:hover 			{ text-decoration: none; color:#373535; font-weight:normal; display:block;}
.navigationList ul.navigationList ul.navigationList a:active			{ text-decoration: none; color:#373535; font-weight:normal; display:block;}
.navigationList ul.navigationList ul.navigationList a:focus 			{ text-decoration: none; color:#373535; font-weight:normal; display:block;}

.navigationList ul.navigationList ul.navigationList .selected a			{ text-decoration: none; color:#373535; font-weight:bold; display:block;}
.navigationList ul.navigationList ul.navigationList .selected a:link 	{ text-decoration: none; color:#373535; font-weight:bold; display:block;}
.navigationList ul.navigationList ul.navigationList .selected a:visited { text-decoration: none; color:#373535; font-weight:bold; display:block;}
.navigationList ul.navigationList ul.navigationList .selected a:hover 	{ text-decoration: none; color:#373535; font-weight:bold; display:block;}
.navigationList ul.navigationList ul.navigationList .selected a:active	{ text-decoration: none; color:#373535; font-weight:bold; display:block;}
.navigationList ul.navigationList ul.navigationList .selected a:focus 	{ text-decoration: none; color:#373535; font-weight:bold; display:block;}


.navigationList ul.navigationList ul.modulTreeNodes a					{ text-decoration: none; color:#373535; font-weight:normal; display:block; padding-left:40px;  width:161px;}
.navigationList ul.navigationList ul.modulTreeNodes a:link 				{ text-decoration: none; color:#373535; font-weight:normal; display:block;}
.navigationList ul.navigationList ul.modulTreeNodes a:visited  			{ text-decoration: none; color:#373535; font-weight:normal; display:block;}
.navigationList ul.navigationList ul.modulTreeNodes a:hover 			{ text-decoration: none; color:#373535; font-weight:normal; display:block;}
.navigationList ul.navigationList ul.modulTreeNodes a:active			{ text-decoration: none; color:#373535; font-weight:normal; display:block;}
.navigationList ul.navigationList ul.modulTreeNodes a:focus 			{ text-decoration: none; color:#373535; font-weight:normal; display:block;}

.navigationList ul.navigationList ul.modulTreeNodes .selected a			{ text-decoration: none; color:#373535; font-weight:bold; display:block;}
.navigationList ul.navigationList ul.modulTreeNodes .selected a:link 	{ text-decoration: none; color:#373535; font-weight:bold; display:block;}
.navigationList ul.navigationList ul.modulTreeNodes .selected a:visited { text-decoration: none; color:#373535; font-weight:bold; display:block;}
.navigationList ul.navigationList ul.modulTreeNodes .selected a:hover 	{ text-decoration: none; color:#373535; font-weight:bold; display:block;}
.navigationList ul.navigationList ul.modulTreeNodes .selected a:active	{ text-decoration: none; color:#373535; font-weight:bold; display:block;}
.navigationList ul.navigationList ul.modulTreeNodes .selected a:focus 	{ text-decoration: none; color:#373535; font-weight:bold; display:block;}

/*  SERVICENAVIGATION---------------------------------------------------------------*/
#serviceNavigation
{
	margin:0px 0px 0px 0px;
	padding:7px 0px 0px 0px;
	width:auto;
	height:17px;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	background-color:#615F5F;
	text-align:right;
}
#serviceNavigation li
{
	display:inline;
	margin:0px 3px 0px 3px;
	padding:0px 8px 0px 0px;
	border-right:1px solid white;
	font-size:1.1em;
}
#serviceNavigation li.last
{
	border-right:none;
	padding-right:4px;
}

#serviceNavigation a				{ text-decoration: none; color:#FFFFFF; font-weight:normal;}
#serviceNavigation a:link 			{ text-decoration: none; color:#FFFFFF; font-weight:normal;}
#serviceNavigation a:visited  		{ text-decoration: none; color:#FFFFFF; font-weight:normal;}
#serviceNavigation a:hover 			{ text-decoration: underline; color:#FFFFFF; font-weight:normal;}
#serviceNavigation a:active			{ text-decoration: none; color:#FFFFFF; font-weight:normal;}
#serviceNavigation a:focus 			{ text-decoration: none; color:#FFFFFF; font-weight:normal;}

/* HINTERGRUND ------------------------------------------------- */
html
{
	height: 100%;
}

body
{
	height: 100%;
}

#mainframe
{	
	width: 994px;
	position: relative;
	margin: 0 auto 0 auto;
	min-height: 100%;
	text-align: left;
	background-image:url(../img/bg/bg_page.jpg);
	background-repeat:repeat-y;
}

* html #nonFooter
{
	height: 100%;
}

#frame
{
	/*border:1px solid darkgreen;*/
	position: relative;
	float:none;
	min-height: 100%;
	width:994px;
}

* html #frame
{
	height: 100%;
}

/* HILFSDIVS ---------------------------------------------------------------*/
#nonFooter
{
	/*border:1px solid orange;*/
	position: relative;
	min-height: 100%;
}

* html #mainframe
{
	height: 100%;
}

.clearer
{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

/* KOPFBEREICH---------------------------------------------------------------*/

#top
{
	width:994px;
	height:10px;
	margin-bottom:0px;
	/*border: 1px solid black;*/
	background-color:#FFFFFF;
	background-image:url(../img/bg/bg_top.jpg);
	background-repeat:repeat-x;	
	font-size: 1px;
}
#topright
{
	
	background-color:#FFFFFF;
	background-image:url(../img/bg/bg_top_right.jpg);
	background-repeat:no-repeat;	
	width:10px;
	height:10px;
	float:right;
}


#topleft
{
	background-color:#FFFFFF;
	background-image:url(../img/bg/bg_top_left.jpg);
	background-repeat:no-repeat;	
	float:left;
	width:10px;
	height:10px;
}

#header
{
	/*border: 1px solid red;*/
	clear: left;
	height:120px;
	margin: 0px 10px 0px 10px;
	background-color:#FFFFFF;
	/*background-image:url(../img/bg/bg_bubbles.jpg);
	background-position: left bottom;
	background-repeat:no-repeat;*/
}
#header div
{
	z-index:10;
}
#header hr
{
	position:absolute;
	top:227px;
	left:10px;
	width:952px;
	height:1px;
	color:#FFFFFF;
	background-color:#FFFFFF;
	border: none;
	z-index:10;
}
#image
{
	position:absolute;
	width:968px;
	overflow:hidden;
	left: 10px;
	z-index:0;
	padding-top:39px;
}
#image img
{
	/*margin-top: 39px;*/
	border:none;
}

#blockyellowright 
{
	position:absolute;
	top:10px;
	left:962px;
	width: 22px;
	height: 121px;
	background-color: #FFDE23;
}
#blockblueright
{
	position:absolute;
	top:131px;
	left:962px;
	width: 22px;
	height: 121px;
	background-color: #006DB5;
}
#unternehmen
{
	position:absolute;
	top:252px;
	left:962px;
}
#unternehmen img
{
	border:none;
}

#slogan
{
	position:absolute;
	left:733px;
	top: 29px;
}
#slogan img
{
	border: 0px;
}

#logo
{
	position:absolute;
	top:29px;
	left:23px;
}
#logo img
{
	border:none;
}

/* INHALTSBEREICH---------------------------------------------------------------*/
#contentmain
{
	/*border:1px solid red;*/
	position:relative;
	float:none;
	clear:both;
	position:relative;
	z-index:20;
	background-color:transparent;
	margin-left:31px;
	width:946px;
}

#mainnav_box, #mainnav_box_portal
{
	width:204px;
	float:left;
	margin-right:20px;
	background-color:#FFFFFF;
	border:1px solid black;
	border-bottom:none;
}
#mainnav_box_portal img{
	border: none;
}
#mainnav_box_portal p {
	text-align: center;
}
#content
{
	width:440px;
	float:left;
	margin-top:175px;
	margin-right:14px;
	margin-left:10px;
	/*padding-bottom:50px;*/
	height:100%;
}

#content a
{
	text-decoration:underline;
}

#newsbox
{
	margin-top:73px;
	margin-left:15px;
	width:204px;
	height:auto;
	float:left;
	padding-bottom:5px;
	background-color:transparent;
	border:1px solid #FFFFFF;
	border-bottom:none;
}

#searchbox
{
	height:23px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#006DB5;
}
#searchbox fieldset
{
	float:left;
	padding:0px 0px 0px 0px;
	width:148px;
	border:none;
	border-right:1px solid #FFFFFF;
}
#searchbox input
{
	width:145px;
	height: 17px;*
	height:18px;
	margin: 6px 2px 0px 2px;
	padding:0px 0px 0px 0px;
	/*padding: 3px 2px 0px 2px;*/
	border:none;
	color:#FFFFFF;
	font-size:1.1em;
	vertical-align:middle;
	background-color:#006DB5;
	font-style: italic;
}
#searchbox button
{
	float:left;
	width:48px;
	height:20px;
	height:20px;
	margin: 2px 2px 0px 2px;
	padding:0px 0px 0px 0px;
	border:none;
	color:#FFFFFF;
	font-size:1.1em;
	line-height:16px;
	background-color:#006DB5;
}

.news
{
	margin-top:10px;
	padding:25px;
	color:#FFFFFF;
}
.news a.img {
	margin-top:30px;
	display:block;
	float:left;
	border:1px solid #FFFFFF;
	background-color:#666666;
}
.news img
{
	border:none;
	filter:gray;
	-moz-opacity:.5;
	opacity:.5;
}
.news a:hover img
{
	filter:none;
	-moz-opacity:1;
	opacity:1;
}
.news h4
{
	font-size:1.1em;
	color:#FFFFFF;
}
.news p
{
	line-height:normal;
}
.news .more
{
	float:right;
}
.news a					{ text-decoration: none; color:#FFDE23; font-weight:bold;}
.news a:link 			{ text-decoration: none; color:#FFDE23; font-weight:bold;}
.news a:visited  		{ text-decoration: none; color:#FFDE23; font-weight:bold;}
.news a:hover 			{ text-decoration: underline; color:#FFDE23; font-weight:bold;}
.news a:active			{ text-decoration: none; color:#FFDE23; font-weight:bold;}
.news a:focus 			{ text-decoration: none; color:#FFDE23; font-weight:bold;}

/* FUSSZEILE ---------------------------------------------------------- */
#newsbox{
	margin-bottom:48px;
}
#content
{
	margin-bottom:48px;
}
#mainnav_box
{
	/*margin-bottom:393px;*/
	margin-bottom:170px;
}
#mainnav_box_portal
{
	/*margin-bottom:393px;*/
	margin-bottom:393px;
}
#footerbox
{
	/*border:1px solid blue;*/
	position:relative;
	clear:both;
	float:none;
	width:994px;
	height:48px;
	margin: -48px auto 0 auto;	
	background-color:#FFFFFF;
}
#footerimage
{
	position:absolute;
	z-index:10;
	top:-132px;
	left:32px;
	height:132px;
	width:91px;
	background-image:url(../img/bg/bg_glas_inhalt.jpg);
	background-repeat:no-repeat;
}
#footerimageportal
{
	position:absolute;
	z-index:10;
	top:-345px;
	left:32px;
	height:345px;
	width:203px;
	background-image:url(../img/bg/bg_glas_portal.jpg);
	background-repeat:no-repeat;
}
#footer
{
	/*border:1px solid green;*/
	position:relative;
	left:0px;
	width:994px;
	height:23px;
	background-image:url(../img/bg/bg_page_plain.jpg);
	background-repeat:repeat-y;
}
#footer hr
{
	position:absolute;
	top:0px;
	left:31px;
	width:910px;
	height:1px;
	color:#000000;
	background-color:#000000;
	border: none;
	z-index:10;
}
#footer address
{
	/*border:1px solid lightblue;*/
	position:absolute;
	left:235px;
	width:702px;
	text-align:right;
	margin:5px 50px 5px 5px;
	font-style:normal;
	/*color:#B6B6B6;*/
	color:#626061;
}
#blockblueleft
{
	position:absolute;
	left:10px;
	margin-top:1px;
	width: 227px;
	height: 22px;
	background-color: #006DB5;
}
#blockyellowleft
{
	position:absolute;
	top:-130px;
	left:10px;
	width: 21px;
	height: 131px;
	background-color: #FFDE23;
}

#bottomleft
{
	position:absolute;
	top:22px;
	left:0px;
	width:10px;
	height:10px;
	background-image:url(../img/bg/bg_bottom_left.jpg);
	background-repeat:no-repeat;
}
#bottommiddle
{
	position:absolute;
	top:22px;
	left:10px;
	width:974px;
	height:10px;
	background-image:url(../img/bg/bg_bottom.jpg);
	background-repeat:repeat-x;
}
#bottomright
{
	position:absolute;
	top:22px;
	left:984px;
	width:10px;
	height:10px;
	background-image:url(../img/bg/bg_bottom_right.jpg);
	background-repeat:no-repeat;	
}
#publisher
{
	position:absolute;
	top:35px;
	left:10px;
}
#publisher img
{
	margin:0px 0px 0px 0px;
	border:0px;
}

h1.ma_site {
	/*color:#006DB5;*/
	font-size: 15px;
}

h2.ma_site {
	font-size: 12px;
	line-height: 15px;
}

table.ma_site {
	border-bottom:1px solid #615F5F;
}

h4.ticker {
	line-height: 15px;
	padding-top:5px;
}
