/*------------------- CSS RESET ---------------------
---------------------------------------------------*/
* {
padding : 0;
margin : 0;
}
ul, ol {
list-style : none;
}
b, strong {
font-weight : bold;
}
img, a img {
border : none;
}
a:link, a:visited, a:hover, a:focus, a:active {
color : #ffffff;
text-decoration : none;
}
/*------------------- ALLGEMEIN ---------------------
---------------------------------------------------*/
.fl {
float : left;
padding-right : 10px;
}

.fr {
float : right;
}

.clearFloat {
clear : both;
}

hr {
	border:none;
	height:1px;
	background-color:#0066CC;
}

h1 {
font-family : Arial, Helvetica, sans-serif;
font-size : 15px;
font-weight : bold;
text-transform : uppercase;
color : #0066cc;
}
h2 {
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
font-weight : bold;
color : #ffffff;
}
h3 {
font-family : Arial, Helvetica, sans-serif;
font-size : 15px;
font-weight : bold;
text-transform : uppercase;
line-height: 22px;
color : #0066cc;
}

h4 {
font-family : Arial, Helvetica, sans-serif;
font-size : 15px;
font-weight : bold;
text-transform : uppercase;
line-height: 22px;
color : #ffffff;
}

h5 {
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
font-weight : bold;
text-transform : uppercase;
color : #000000;
display:inline;
}

h6 {
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
font-weight : bold;
text-transform : uppercase;
color : #0066cc;
display:inline;
}

h7 {
font-family : Arial, Helvetica, sans-serif;
font-size : 10px;
font-weight : bold;
text-transform : uppercase;
color : #0066cc;
display:inline;
}


h8 {
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
font-weight : bold;
color : #0066cc;
}


span.fliesstextHead {
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
font-weight : bold;
text-transform : uppercase;
color : #000000;
}
/*------------------- LAYOUT ---------------------
---------------------------------------------------*/
body {
background : #ffffff url(../pics/gruppe_bg.jpg) no-repeat;
font-family : Arial, Helvetica, sans-serif;
color : #ffffff;
}

#container {
width: 100%;
}

p.kursiv {
	font-style:italic;
}


p.fett {
	font-weight:bold;
}


/*------------------- NAVIGATION OBEN ---------------
---------------------------------------------------*/

ul#hdMenu {
	width : 725px;
	position : absolute;
	left : 200px;
	top : 20px;
	height : 50px;
	font-size : 10px;
}


ul#hdMenu li {
display : inline;
text-transform : uppercase;
margin-bottom : 2px;
margin-left : 2px;
}

ul#hdMenu li a:link, ul#hdMenu li a:visited {
color : #ffffff;
font-weight : bold;
text-decoration : none;
padding : 0 21px 0 21px;
}

ul#hdMenu > li a:hover, ul#hdMenu > li a:focus, ul#hdMenu > li a:active, ul#hdMenu > li:hover, ul#hdMenu > li:focus, ul#hdMenu > li:active {
color : #3399ff;
}

li.aktiv {
color : #3399ff;
font-weight : bold;
text-decoration : none;
padding : 0 21px 0 21px;
}


/*---------------- SUBNAVIGATION OBEN ---------------
---------------------------------------------------*/


ul#subMenu {
	background:url(../pics/style/navi_bg.png);
	display: none;
	position: absolute;
	top: 41px;
	left: 7px;
	padding: 7px 0 0 0;
	width: 142px;
}

li:hover ul#subMenu {
	display: block;
}

ul#subMenu li {
	width: 250px;
	height: 150px;
	border: none;
	line-height: 18px;
}


/*-------- 2.Submenu -----------
------------------------------*/

ul#subMenu2 {
	background:url(../pics/style/navi_bg.png);
	display: none;
	position: absolute;
	top: 41px;
	left: 155px;
	padding: 7px 0 0 0;
}


li:hover ul#subMenu2 {
	display: block;
}

ul#subMenu2 li {
	width: 200px;
	border: none;
	line-height: 18px;
}




/*------------------- Home Impressum  ---------------*/


ul#NaviRight {
	width : 220px;
	position : absolute;
	left : 930px;
	top : 20px;
	height : 22px;
	font-size : 10px;
	font-weight:bold;
	color:#ffffff;
	text-align:right;
	padding-top: 28px; 
}


ul#NaviRight li {
	display:inline;
	text-transform : uppercase;
}

ul#NaviRight li a:link, ul#NaviRight li a:visited {
	color : #ffffff;
	font-weight : bold;
	text-decoration : none;
	padding: 20px 0px 0px 10px;
}

ul#NaviRight > li a:hover, ul#NaviRight > li a:focus, ul#NaviRight > li a:active, ul#NaviRight > li:hover, ul#NaviRight > li:focus, ul#NaviRight li:active {
	color : #3399ff;
}

li.aktiv {
	color : #3399ff;
	font-weight : bold;
	text-decoration : none;
	padding: 20px 0px 0px 10px;
}

/*------------------- HEADER -----------------------
---------------------------------------------------*/
#headerLeft {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #0066cc;
	border : 1px solid #ffffff;
	width : 720px;
	height : 100px;
	text-align : left;
	position : absolute;
	left : 200px;
	top : 130px;
}
#headerLeft > h1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 20px;
	font-weight : normal;
	text-align : right;
	text-transform : uppercase;
	color : #ffffff;
	margin : 70px 10px 5px 10px;
}
#headerRight {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #0066cc;
	border : 1px solid #ffffff;
	width : 220px;
	height : 100px;
	text-align : left;
	position : absolute;
	left : 930px;
	top: 130px;
}


/*------------------- CONTENT ---------------------
---------------------------------------------------*/

#wrapper {
	width: 700px;
	margin: 0;
	padding: 0 0 20px 0;
}


#sidebarLeft {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	padding : 10px;
	color : #ffffff;
	text-align : left;
	font-weight : bold;
	position : absolute;
	width : 150px;
	left : 20px;
	top : 240px;
}


#sidebarLeft a:link, a:visited {
	color: #ffffff;
}


#sidebarLeft a:hover, a:active, a:focus {
	color:#0066cc;
}




#contentFlashIntro {
	font-family : Arial, Helvetica, sans-serif;
	padding : 0px 0px 0px 0px;
	width : 720px;
	position : absolute;
	left : 200px;
	top : 240px;
	background-image: url(../pics/style/transparenz720_verlauf.png);
}

#content_main {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 16px;
	padding : 10px 10px 20px 10px;
	color : #000000;
	width : 700px;
	text-align : left;
	position : absolute;
	left : 200px;
	top : 240px;
	background-image: url(../pics/style/transparenz720_verlauf.png);
}

#content_main a:link, a:visited {
	color: #0066cc;
}

#content_main a:hover, a:active, a:focus {
	color: #cccccc;
}


#content_main > h1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	text-transform : none;
	color : #0066cc;
}


#contentSpalteLinks {
	width: 340px;
	float: left;
	margin: 0px 20px 20px 0px;
}


#contentSpalteLinksHome {
	width: 300px;
	float: left;
	margin: 0px 20px 20px 40px;
	padding: 65px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:20px;
	color:#0066cc;
	line-height:30px;
	
}


#contentSpalteLinksDownloads {
	width: 340px;
	float: left;
	margin: 0px 20px 20px 0px;
}


#contentSpalteLinksDownloads > h5 {
	color:#999999;
}


#contentSpalteLinksDownloads > h6 a:link,
#contentSpalteLinksDownloads > h6 a:visited {
	
	color:#0066cc;
}

#contentSpalteLinksDownloads > h6 a:hover,
#contentSpalteLinksDownloads > h6 a:active,
#contentSpalteLinksDownloads > h6 a:focus {
	color:#ffffff;
}


#contentSpalteRechts {
}

#contentSpalteRechtsHome {
	color:#000000;
	font-size:12px;
}


contentSpalteRechtsHome > h6 {
	color:#0066cc;
}


#contentSpalteRechts a:link,
#contentSpalteRechts a:visited {
	color: #0066cc;
	font-weight:bold;
	text-decoration: none;
}


#contentSpalteRechts a:hover,
#contentSpalteRechts a:focus,
#contentSpalteRechts a:focus {
	color:#ffffff;
	font-weight:bold;
	text-decoration: none;
}

#contentSpalteLinks a:link,
#contentSpalteLinks a:visited {
	color: #0066cc;
	font-weight:bold;
	text-decoration: none;
}


#contentSpalteLinks a:hover,
#contentSpalteLinks a:focus,
#contentSpalteLinks a:focus {
	color:#ffffff;
	font-weight:bold;
	text-decoration: none;
}


#contentZertifikate {
	width: 700px;
	margin: 0;
	padding: 0 0 20px 0;
}

#contentZertifikate a:link,
#contentZertifikate a:visited {
	color: #0066cc;
	font-weight:normal;
	text-decoration: none;
}


#contentZertifikate a:hover,
#contentZertifikate a:focus,
#contentZertifikate a:focus {
	color:#999999;
	font-weight:normal;
	text-decoration: none;
}


td.contentAufzaehlung {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-transform : uppercase;
	color : #000000;
}
#sidebarRight {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height: 13px;
	font-weight : bold;
	text-transform : uppercase;
	padding : 10px;
	color : #666666;
	width : 200px;
	height: 360px;
	text-align : left;
	position : absolute;
	left : 930px;
	top : 240px;
	background-image: url(../pics/style/sidebarright1_bg.png);
}



/* ------------ ContentSpalteLinks Zertifikate ------------
-------------------------------------------------------*/


#contentSpalteLinksZertifikate {
	width: 480px;
	float: left;
	margin: 0px 20px 20px 0px;
	line-height: 20px;
}


#contentSpalteRechtsZertifikate {
text-align:right;
}



/* ------------- AKTUELLES ------------
------------------------------------- */

#spalteLinksAktuelles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	width: 490px;
}


#spalteLinksAktuelles a:link, a:visited {
	color:#0066cc;
	text-decoration: none;

}


#spalteLinksAktuelles a:hover, a:focus, a:active {
	color:#cccccc;
	text-decoration:none;
}


#spalteRechtsAktuelles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 200;
	text-align:right;
}



/* ------------- KARRIERE--------------
------------------------------------- */

h2.karriere {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #0066cc;
}


h3.karriere {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-weight : bold;
	width: 235px;
	padding-left: 20px;
	text-transform : uppercase;
	line-height: 22px;
	color : #0066cc;

}


h4.karriere {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-transform:none;
	text-align:center;
	color:#FFFFFF;
	width: 110px;
	background-color:#0066cc;
}



/* ------- HISTORIE ZEITBALKEN --------
------------------------------------- */


ul#timeLine li {
	display:inline;
	margin: 0px;
	padding: 0px;
	text-align:center;
}


img.picsLinks {
	margin: 0px 0px 0px 0px; 
}

img.picsMitte {
	margin: 0px 0px 0px 0px;
}

img.picsRechts {
	margin: 0px 0px 0px 0px;
}


#thumbnails {
	width: 100%;
	height:120px;
	overflow:auto;
	overflow-y:hidden;
	white-space:nowrap;
	margin: 10px 0px 0px 0px;
	padding: 60px 0px 0px 0px;
}


/* ---------- Aufzählung Spiegelstriche ------*/



ul.spiegelStriche {
	line-height: 22px;
}



/*-------------- SITEMAP ----------
---------------------------------*/

#content_mainSitemap {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 16px;
	padding : 10px 0px 20px 0px;
	color : #000000;
	width : 720px;
	text-align : left;
	position : absolute;
	left : 200px;
	top : 240px;
	background-image: url(../pics/style/transparenz720_verlauf.png);
}

#content_mainSitemap a:link, a:visited {
	color:#0066cc;
	text-decoration: none;

}


#content_mainSitemap a:hover, a:focus, a:active {
	color:#FFFFFF;
	text-decoration:none;
}


#sitemapHead {
	width: 700px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	font-weight : bold;
	text-transform : uppercase;
	color : #0066cc;
	line-height: 30px;
	margin: 5px 0px 20px 0px;
	padding: 0px 0px 0px 20px;
	
}

#sitemapSubHead {
	width: 700px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	text-transform : uppercase;
	color : #0066cc;
	line-height: 30px;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 20px;
	/*background: url(../pics/style/1_1_20trans.png);*/
}

/*
#sitemapTable {
	width: 720px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	text-transform : uppercase;
	color : #0066cc;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}
*/

table.sitemapTable {
	width: 720px;
	padding: 20px;
}



td.sitemapTable {
	width: 200px;
	font-weight:normal;
	font-size:12px;
	color:#0066cc;
	background:url(../pics/style/1px_40prozent.png);
	border: 1px solid #ffffff;
	padding: 15px;
	
}

/*
#sitemapWrapper {
	float: left;
	width: 64%;
}

#sitemapLeft {
	width: 46%;
	float: left;
	padding: 0px 0px 0px 10px;
	margin: 0px 6px 0px 0px;
	background: url(../pics/style/1_1_20trans.png)	
}

#sitemapMiddle {
	width: 47%;
	float: right;
	padding: 0px 0px 0px 10px;
	margin: 0px 4px 0px 0px;
	background: url(../pics/style/1_1_20trans.png)
}

#sitemapRight {
	width: 33%;
	float: right;
	padding: 0px 0px 0px 10px;
	margin: 0px 4px 0px 0px;
	background: url(../pics/style/1_1_20trans.png)
}
*/



/*--------Links in NaviRechts ------- */
ul#sidebarRightLink li {
/*-------position:relative;-----testweise auskommentiert----*/
border-bottom : 1px solid #0066cc;
padding : 10px 10px 10px 0;

}
ul#sidebarRightLink li a:link, ul#sidebarRightLink li a:visited {
display : block;
color : #0066cc;
text-decoration : none;
}
ul#sidebarRightLink > li a:hover, ul#sidebarRightLink > li a:focus, ul#sidebarRightLink > li a:active, ul#sidebarRightLink > li:hover, ul#sidebarRightLink > li:focus, ul#sidebarRightLink > li:active {
color : #666666;
}
#sidebarRight > h1 {
font-family : Arial, Helvetica, sans-serif;
font-size : 15px;
font-weight : bold;
text-transform : uppercase;
color : #666666;
border-bottom: 1px solid #0066cc;
padding-bottom: 10px;
}

/*--------RollOver in NaviRechts1 ------- */

ul#Kompetenz1 {
	display:none;
	position:absolute;
	top: 33px;
	left: 0;
	width: 220px;
}


li:hover ul#Kompetenz1 {
	display: block;
}

ul#Kompetenz1 li {
	background: url(../pics/subMenuRollover/kompetenz1bg.png) no-repeat;
	border: none;
	height: 20px;
}


/*--------RollOver in NaviRechts2 ------- */

ul#Kompetenz2 {
	display:none;
	position:absolute;
	top: 67px;
	left: 0;
	width: 220px;
}


li:hover ul#Kompetenz2 {
	display: block;
}

ul#Kompetenz2 li {
	background: url(../pics/subMenuRollover/kompetenz2bg.png) no-repeat;
	border: none;
	height: 20px;
}

/*--------RollOver in NaviRechts3 ------- */

ul#Kompetenz3 {
	display:none;
	position:absolute;
	top: 101px;
	left: 0;
	width: 220px;
}


li:hover ul#Kompetenz3 {
display: block;
}

ul#Kompetenz3 li {
background: url(../pics/subMenuRollover/kompetenz3bg.png) no-repeat;
border: none;
height: 20px;

}


/*--------RollOver in NaviRechts4 ------- */

ul#Kompetenz4 {
	display:none;
	position:absolute;
	top: 135px;
	left: 0;
	width: 220px;
}


li:hover ul#Kompetenz4 {
display: block;
}

ul#Kompetenz4 li {
background: url(../pics/subMenuRollover/kompetenz4bg.png) no-repeat;
border: none;
height: 20px;

}

/*--------RollOver in NaviRechts5 ------- */

ul#Kompetenz5 {
	display:none;
	position:absolute;
	top: 169px;
	left: 0;
	width: 220px;
}


li:hover ul#Kompetenz5 {
display: block;
}

ul#Kompetenz5 li {
background: url(../pics/subMenuRollover/kompetenz5bg.png) no-repeat;
border: none;
height: 20px;

}

/*--------RollOver in NaviRechts6 ------- */

ul#Kompetenz6 {
	display:none;
	position:absolute;
	top: 203px;
	left: 0;
	width: 220px;
}


li:hover ul#Kompetenz6 {
display: block;
}

ul#Kompetenz6 li {
background: url(../pics/subMenuRollover/kompetenz6bg.png) no-repeat;
border: none;
height: 20px;

}


/*--------RollOver in NaviRechts7 ------- */

ul#Kompetenz7 {
	display:none;
	position:absolute;
	top: 237px;
	left: 0;
	width: 220px;
}


li:hover ul#Kompetenz7 {
	display: block;
}

ul#Kompetenz7 li {
	background: url(../pics/subMenuRollover/kompetenz7bg.png) no-repeat;
	border: none;
	height: 20px;
}


/*--------RollOver in NaviRechts8 ------- */


ul#Kompetenz8 {
	border-bottom : none;
	display:none;
	position:absolute;
	top: 271px;
	left: 0;
	width: 220px;
}


li:hover ul#Kompetenz8 {
	border-bottom : none;
}

ul#Kompetenz8 li {
	border-bottom : none;
	padding : 10px 10px 10px 0;
	border: none;
	height: 20px;

}


/*

ul#Kompetenz9 {
	display:none;
	position:absolute;
	top: 305px;
	left: 0;
	width: 220px;
}


li:hover ul#Kompetenz9 {
display: block;
}

ul#Kompetenz9 li {
background: url(../pics/subMenuRollover/kompetenz9bg.png) no-repeat;
border: none;
height: 20px;

}



ul#Kompetenz10 {
	display:none;
	position:absolute;
	top: 339px;
	left: 0;
	width: 220px;
}


li:hover ul#Kompetenz10 {
display: block;
}

ul#Kompetenz10 li {
background: url(../pics/subMenuRollover/kompetenz10bg.png) no-repeat;
border: none;
height: 20px;

}
*/

/* -------- Kompetenztranfer ------- */
#sidebarRight2 {
font-family : Arial, Helvetica, sans-serif;
font-size : 15px;
font-weight : bold;
text-transform : uppercase;
padding : 10px;
background : url(../pics/style/transparenz_30.png) repeat;
color : #666666;
width : 200px;
text-align : left;
position : absolute;
left : 730px;
top : 455px;
}
#sidebarRight2 > h1 {
font-family : Arial, Helvetica, sans-serif;
font-size : 15px;
font-weight : bold;
text-transform : uppercase;
color : #666666;
border-bottom : 1px solid #0066cc;
padding-bottom : 10px;
}
ul#sidebarRight2Logos li {
border-bottom : 1px solid #0066cc;
padding : 10px 25px 10px 10px;
text-align : right;
}