body{
	background:#0055A5 url(img/header_st.jpg) no-repeat;	
	color: #333;
	padding:0px;
	margin:  auto;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
}

#wrap {
	width: 1000px;
	margin:  auto;
}

#header{
	background-image: url(img/header_start.jpg);	
	background-repeat:  no-repeat;	
	height:130px;
	padding-left: 27px;
}

#header img {
	border: none;
}



#content {
	float: left;
	width: 970px;
	background: #0055A5;
	color: #333;
	margin-left: 30px;
}

/* \*/ * html body #content { margin-left: 15px; } /* */

/* nur IE/Mac \*//*/
* html #content { width: 970px; }
/**/

#text{
	height: 620px;
	padding: 3px 0px 20px 20px;
	font-size: 0.9em;
	font-weight: normal;
	background: #E0F4FB;
	color: #333;
}

/* \*/ * html body #text { margin-left:20px; margin-top: -2px; } /* */

/* nur IE/Mac \*//*/
* html #text { position: relative; top: 25px; left: 0; width: 0%; margin-left: -260px; padding: 20px; background-image: url(img/text_ie_bg.gif);}
/**/

#footer{
	clear: both;
	height: 19px;
	padding: 3px 3px 3px 244px;
	background: #B5D8EE;
	color: #0254A6;
}

/* \*/ * html body #footer { margin-left:20px;  } /* */

#footer_bg{
	height: 19px;
	padding: 3px 3px 3px 20px;
	background:#0055A5 url(img/footer_bg.gif) repeat-y;
	color: #0254A6;
	margin-top: -42px;
	width: 50px;
	border: 1px solid red;
}

/* \*/ * html body #footer_bg { margin-top: -44px; } /* */


#footer a,
#footer a:link{
	font-size: 0.8em;
	text-decoration: none;
	margin-right: 15px ;
	background: #B5D8EE;
	color: #0254A6;
	z-index: 1;
}

#footer a:hover{
	font-size: 0.8em;
	text-decoration: none;
	margin-right: 15px ;
	background: #B5D8EE;
	color: #fff;
}

#end{
	height: 17px;
	background: #01B8CA;
	color: #fff;
	z-index: 2;
}
/* \*/ * html body #end { margin-left:20px;  } /* */

#end_bg{
	height: 17px;
	background:#0055A5 url(img/end_bg.gif) repeat-y;
	color: #fff;
	margin-top: 0px;
	width: 50px;
}


/*	Navigation horizontal - 
------------------------------------------------------------------------------*/

#header-nav {
	padding: 0;
	margin: 0 0 0 230px;
	height: 26px;
	background: #0055A5;
	color: #fff;
}

#header-nav ul.nav1st {
	position: relative;
	top: 0;
	height: 26px;
	margin: 0;
	padding: 0;
}


#header-nav ul.nav1st li {
	display:block;
	float:left;
	text-align: center;
}

#header-nav ul.nav1st a, 
#header-nav ul.nav1st a:link {
	text-transform: uppercase;
	color:#fff;
	background:inherit;
	font-size:0.9em;
	font-weight: 520;
	text-decoration: none;
}

#header-nav ul.nav1st li.rubrik-1 a {
	background-image: url(img/nav_unternehmen_bg.jpg);
	height: 22px;
	width: 140px;
	border-left: 1px solid #fff;
	display: block;
	padding-top: 4px;
}

#header-nav ul.nav1st li.rubrik-2 a {
	background-image: url(img/nav_news_bg.jpg);
	height: 22px;
	width: 140px;
	border-left: 1px solid #fff;
	display: block;
	padding-top: 4px;
}

#header-nav ul.nav1st li.rubrik-3 a {
	background-image: url(img/nav_software_bg.jpg);
	height: 22px;
	width: 140px;
	border-left: 1px solid #fff;
	display: block;
	padding-top: 4px;
}

#header-nav ul.nav1st li.rubrik-4 a {
	background-image: url(img/nav_training_bg.jpg);
	height: 22px;
	width: 175px;
	border-left: 1px solid #fff;
	display: block;
	padding-top: 4px;
}

#header-nav ul.nav1st li.rubrik-5 a {
	background-image: url(img/nav_support_bg.jpg);
	height: 22px;
	width: 140px;
	border-left: 1px solid #fff;
	display: block;
	padding-top: 4px;
}

#header-nav ul.nav1st li.rubrik-1 a:hover {
	background: #fff url(img/nav_unternehmen_bg.jpg);
	color:#003366;
}	
#header-nav ul.nav1st li.rubrik-2 a:hover {
	background: #fff url(img/nav_news_bg.jpg);
	color:#003366;
}	
#header-nav ul.nav1st li.rubrik-3 a:hover {
	background: #fff url(img/nav_software_bg.jpg);
	color:#003366;
}	
#header-nav ul.nav1st li.rubrik-4 a:hover {
	background: #fff url(img/nav_training_bg.jpg);
	color:#003366;
}
#header-nav ul.nav1st li.rubrik-5 a:hover {
	background: #fff url(img/nav_support_bg.jpg);
	color:#003366;
}

#header-nav ul.nav1st li a.active,
#header-nav ul.nav1st li a.active:link {
	color:#0254A6;
	background:#E0F4FB;
	height: 22px;
	display: block;
	padding-top: 4px;
}

/*	Navigation vertical - 
------------------------------------------------------------------------------*/
#submenu{
	position: relative;
	top: 26px;
	background:#B1E2F3;
	color:#0254A6;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width:206px;
	float: right;
	}

/* nur IE/Mac \*//*/
* html #submenu { margin-top: 26px; }
/**/
	
#submenu ul.nav2nd {
	list-style: none;
	position: relative;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
}

#submenu ul.nav2nd li {
	font-size: 0.9em;
	font-weight:normal;
	margin: 0;
	padding: 0;

}

#submenu ul.nav2nd a, 
#submenu ul.nav2nd a:link {
	background: #B1E2F3;
	color:#0254A6;
	text-decoration: none;
	font-weight: bold;
	display:block;
	height: 24px;
	padding: 4px 0 0 10px;
	margin: 0;
}

#submenu ul.nav2nd a.active, 
#submenu ul.nav2nd a.active:link {
	background: #fff;
	color:#0254A6;
	text-decoration: none;
	font-weight: bold;
	display:block;
	height: 24px;
	padding: 4px 0 0 10px;
}

#submenu ul.nav2nd a:hover {
	background: #E5EDF0;
	color:#0254A6;
	text-decoration: none;
	font-weight: bold;
	display:block;
	height: 24px;
	padding: 4px 0 0 10px;
}

#submenu ul.nav3rd {
	list-style: none;
	position: relative;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
}

#submenu ul.nav3rd li {
	font-size: 0.9em;
	font-weight:normal;
	margin: 0;
	padding: 0;

}

#submenu ul.nav3rd a, 
#submenu ul.nav3rd a:link {
	background: #B1E2F3;
	color:#0254A6;
	text-decoration: none;
	display:block;
	font-weight: normal;
	height: 20px;
	padding: 3px 0 0 45px;
	margin: 0;
}

#submenu ul.nav3rd a.active, 
#submenu ul.nav3rd a.active:link {
	background: #fff;
	color:#0254A6;
	text-decoration: none;
	display:block;
	font-weight: normal;
	height: 20px;
	padding: 3px 0 0 45px;
}

#submenu ul.nav3rd a:hover {
	background: #E5EDF0;
	color:#0254A6;
	text-decoration: none;
	display:block;
	font-weight: normal;
	height: 20px;
	padding: 3px 0 0 45px;
}

.box3 {
	float:left;
	width:170px;
	margin:3% 0 0 5px;
	padding:0 0 0 0;
	font-size: 1.0em;
	line-height: 18px;
}


