/*------------------- 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;
}
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;
line-height: 22px;
color : #0066cc;
}
h4 {
font-family : Arial, Helvetica, sans-serif;
font-size : 9px;
font-weight : bold;
text-transform : uppercase;
color : #0066cc;
display:inline;
}
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;
}


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/hebesysteme_bg.jpg) no-repeat;
font-family : Arial, Helvetica, sans-serif;
color : #ffffff;
}

#container {
width: 100%;
}

/*------------------- 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: #0066cc;
}

li.aktiv {
color : #0066cc;
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: 6px;
	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: 154px;
	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 : 50px;
	font-size : 10px;
	font-weight:bold;
	color:#ffffff;
	text-align:right;
}


ul#NaviRight li {
	display:inline;
	text-transform : uppercase;
	margin-bottom : 2px;
	margin-left : 2px;
}

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 : #0066cc;
}

li.aktiv {
color : #0066cc;
font-weight : bold;
text-decoration : none;
padding: 20px 0px 0px 10px;
}


/*------------------- HEADER -----------------------
---------------------------------------------------*/

ul#headerDirektsuche {
	width:700px;
	height:150px;
	background-color:#FFFFFF;
	padding:0;
	margin: 0;
}

ul#headerDirektsuche li {
	display: inline;
	padding:0;
	margin: 0;
}


#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;
}

#headerLeftTicker {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	float:left;
	width:450px;
	margin: 75px 0px 10px 30px;
}

#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;
}

#wrapperStart {
	width: 700px;
	margin: 0;
	padding: 0px 0px 15px 0px;
}


#sidebarLeft {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	padding : 10px;
	color : #000000;
	text-align : left;
	font-weight : bold;
	position : absolute;
	width : 150px;
	left : 20px;
	top : 240px;
}


#sidebarLeft a:link,
#sidebarLeft a:visited {
	color:#000000;
}


#sidebarLeft a:hover,
#sidebarLeft a:active,
#sidebarLeft a:focus {
	color:#ffffff;
}



#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 > 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;
}



/*------------- Startseite ----------------
--------------------------------------------*/

#contentSpalteLinksStart {
	width: 340px;
	float: left;
	padding: 20px 0px 0px 10px;
	background-color:#99ccff;
	border-right:solid 2px #FFFFFF;
}

#contentSpalteLinksStartBild {
	width: 350px;
	padding: 0px 0px 0px 0px;
	float:left;
	background-color:#99ccff;
	border-right:solid 2px #FFFFFF;
}


#contentSpalteRechtsStart {
	padding: 20px 0px 20px 370px;
	background-color:#99ccff;
}


#abmeldungStart {
	padding: 20px 0px 10px 370px;
	background-color:#0066cc;
}

#abmeldungStart label.error {
    color: #a00;
}

#abmeldungStart input[type=submit] {
    font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	margin: 0px 0px 0px 208px;
	padding: 2px 6px 2px 6px;
	background-color:#0066CC;
	border: 1px solid #FFFFFF;
}

input.auftragsNR {
	display:inline;
	width:180px;
	margin: 0px 0px 0px 30px;
	border:none;
}

#abmeldungStart input.error {
    background-color: #e99;
}

input.maschinenNR {
	display:inline;
	width:180px;
	margin: 0px 0px 0px 22px;
}

input.abmelden {
	display:inline;
	margin: 0px 0px 0px 128px;

}

p.abmeldenAbschicken {
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	margin: 0px 105px 0px 132px;
	padding: 2px 6px 2px 6px;
	background-color:#0066CC;
}



/*------------- Startseite NEU --------------							NOCH IN IE-CSS übertragen!!!!
--------------------------------------------*/


#linkSchnellsuche {
	font-size:12px;
	font-weight:bold;
	padding: 10px 0px 40px 30px;
	color:#0066cc;
	width: 670px;
}


#linkSchnellsuche a:link, a:visited {
	color:#0066cc;
}


#linkSchnellsuche a:hover, a:active, a:focus {
	color:#cc0066;
}



#headlineVermietungPink {
	font-size:40px;
	font-weight:normal;
	padding: 0px 0px 25px 30px;
	color:#cc0066;
	width:670px;
}


#subHeadVermietungBlau {
	font-size: 22px;
	font-weight:normal;
	padding: 0px 0px 30px 280px;
	color:#0066cc;
	width: 420px;
}


#contentStartTextLeft {
	font-size:18px;
	font-weight:normal;
	line-height:20px;
	color:#0066cc;
	padding:0px 10px 0px 30px;
	width: 130px;
	float:left;
}


#contentStartTextLeft a:link, a:visited {
	color: #0066cc;
}

#contentStartTextLeft a:hover, a:active, a:focus {
	color: #cc0066;
}


#contentStartPicRight {
	padding:0px 0px 50px 0px;
	margin:0px;
	width:480px;
	float:right;
}



/*------------- Schnellsuche ----------------
--------------------------------------------*/


#wrapperSchnellsuche {
	width: 675px;
	border-top:solid 5px #FFFFFF;
	border-right:solid 5px #FFFFFF;
	border-bottom:solid 5px #FFFFFF;
	border-left:solid 5px #FFFFFF;
	padding: 20px 0px 20px 20px;
}

.buehnentyp {
	display:inline;
}

select.buehnentyp {
	display:inline;
	width: 180px;
	margin: 0px 0px 0px 50px;
}


.arbeitshoehe {
	display:inline;
}

select.arbeitshoehe {
	display:inline;
	width: 180px;
	margin: 0px 0px 0px 38px;
}


h6.schnellsuche {
	text-align:right;
	font-size:12px;
	text-transform:none;
}


#contentSpalteRechts {
}


#contentSpalteRechts h5 a:link,
#contentSpalteRechts h5 a:visited {
	color:#0066CC;
}

#contentSpalteRechts h5 a:hover,
#contentSpalteRechts h5 a:focus,
#contentSpalteRechts h5 a:active {
	color:#ffffff;
}


#contentSpalteRechtsSchnellsuche {
	text-align:right;
	margin: 70px 10px 0px 0px;
}

td.contentAufzaehlung {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-transform : uppercase;
	color : #000000;
}



/* ------- BILDLEISTE CONTENT --------
------------------------------------- */


ul#bildleisteContent li {
	display:inline;
	margin: 0px;
	padding: 0px;
	text-align:center;
}


img.picsLinksContent {
	margin: 0px 0px 0px 0px; 
}

img.picsMitteContent {
	margin: 0px 0px 0px 0px;
}

img.picsRechtsContent {
	margin: 0px 0px 0px 0px;
}


#thumbnailsContent {
	width: 340px;
	height:80px;
	overflow:hidden;
	overflow-y:hidden;
	white-space:nowrap;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


/* ------------- AKTUELLES ------------
------------------------------------- */

#spalteLinksAktuelles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	width: 490px;
}



#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;
}



/*---------- Mietprogramm �bersicht ----------
--------------------------------------------*/


table.mietprogramm a:link,
table.mietprogramm a:visited, {
	color:#0066CC;
	
}

table.mietprogramm a:hover;
table.mietprogramm a:focus;
table.mietprogramm a:active {
	color:#FFFFFF;
}



/*---------- Hebesysteme MaschinenSeite -------
--------------------------------------------*/

table.maschinenSeiteHeader {
	width: 700px;
	font-size:16px;
	color:#FFFFFF;
	margin-bottom: 40px;
}

table.maschinenSeiteHeader a:link,
table.maschinenSeiteHeader a:visited {
	color:#ffffff;
}

table.maschinenSeiteHeader a:hover,
table.maschinenSeiteHeader a:focus, 
table.maschinenSeiteHeader a:active {
	color:#0066cc;
}


td.maschinenSeiteHeaderZelle1 {
	font-weight:bold;
	text-transform:uppercase;
	width: 25%;
	height: 30px;
	padding-top:7px;
	padding-bottom:7px;
	background-color:#666666;
}



td.maschinenSeiteHeaderZelle2 {
	font-weight:bold;
	text-transform:uppercase;
	width: 25%;
	height: 30px;
	padding-top:7px;
	padding-bottom:7px;
	background-color:#6699cc;
}

td.maschinenSeiteHeaderZelle3 {
	font-weight:bold;
	text-transform:uppercase;
	width: 25%;
	height: 30px;
	padding-top:7px;
	padding-bottom:7px;
	background-color:#99ccff;
}

td.maschinenSeiteHeaderZelle4 {
	font-weight:bold;
	text-transform:uppercase;
	width: 25%;
	height: 30px;
	padding-top:7px;
	padding-bottom:7px;
	background-color:#cccccc;
}


#contentSpalteHebesysteme {
	width: 700px;
	margin: 0px 0px 20px 0px;
}



table.hebesystemeUebersicht {
	width: 340px;
}



table.hebesystemeUebersicht td a:link,
table.hebesystemeUebersicht td a:visited {
	color:#0066CC;
}


table.hebesystemeUebersicht td a:hover,
table.hebesystemeUebersicht td a:focus,
table.hebesystemeUebersicht td a:active {
	color:#333333;
}


td.hebesystemeUebersichtHeadline {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	line-height:25px;
	text-transform : uppercase;
	color : #0066cc;
	text-align:left;
	padding: 0px 0px 0px 10px;
	border: 1px solid #FFFFFF;
}


table.bilderHebesysteme {
	width:700px;
}

td.bilderHebesysteme {
	width: 165px;
	text-align:center;
}



table.TechnischeDatenContainer {
 	width: 700px;
}


 table.TechnischeDaten {
 	width: 335px;
	color: #000000;
	font-size:10px;
	font-weight:bold;
	line-height: 20px;
 }


 td.TechnischeDatenAlignLeft {
	padding: 0px 0px 0px 5px;
 }
 
 
 td.TechnischeDatenAlignLeft > h6 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-transform:none;
	color : #0066cc;
	display:inline;
 }
 
 
 td.TechnischeDatenAlignRight {
 	text-align:right;
	padding: 0px 5px 0px 0px;
 }
 
 
  td.TechnischeDatenAlignRight > h6 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-transform:none;
	color : #0066cc;
	display:inline;	 
 }
 
 
  td.TechnischeDatenAlignLeftWhite {
	background-color:#FFFFFF;
	padding: 0px 0px 0px 5px;
 }
 
 
 td.TechnischeDatenAlignRightWhite {
	background-color:#FFFFFF;
 	text-align:right;
	padding: 0px 5px 0px 0px;
 }






/*-------------- 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;
	/*background: url(../pics/style/1_1_20trans.png);*/
}

table.sitemapTable {
	width: 720px;
	font-size:9px;
	/*
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	*/
	padding: 5px 0px 5px 40px;
}


#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)
}

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;
}




/*------------- SITEMAP ALT --------

#sitemap {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	line-height: 25px;
	font-weight : bold;
	text-transform : uppercase;
	color : #0066cc;
}

ul#sitemap li a:link, ul#sitemap li a:visited {
display : block;
color : #0066cc;
text-decoration : none;
}
ul#sitemap > li a:hover, ul#sitemap > li a:focus, ul#sitemap > li a:active, ul#sitemap > li:hover, ul#sitemap > li:focus, ul#sitemap > li:active {
color : #666666;
}

li.sitemapEbene1 {
	padding-left: 30px;
}

li.sitemapEbene2 {
	padding-left: 60px;
}

-------------------------------------*/



#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: 200px;
	text-align : left;
	position : absolute;
	left : 930px;
	top : 240px;
	background-image: url(../pics/style/sidebarRight1_bg.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/translog_komp_bg.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/translog_komp_bg.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/translog_komp_bg.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/translog_komp_bg.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/translog_komp_bg.png) no-repeat;
border: none;
height: 20px;

}



/*

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;

}


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;
}



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 : 11px;
	line-height: 22px;
	font-weight : bold;
	text-transform : uppercase;
	padding : 10px;
	color : #666666;
	width : 200px;
	height: 220px;
	text-align : right;
	position : absolute;
	left : 930px;
	top : 480px;
	background-image: url(../pics/style/sidebarRight2_bg.png);
}


/*--------Links in KompetenzTransfer ------- */
ul#sidebarRight2Link li {
	border-bottom : 1px solid #0066cc;
	padding : 10px 24px 10px 0;  /*---------- Padding von 10 auf 11 gesetzt ----*/

}
ul#sidebarRight2Link li a:link, ul#sidebarRight2Link li a:visited {
	display : block;
	color : #0066cc;
	text-decoration : none;
}

ul#sidebarRight2Link > li a:hover, ul#sidebarRight2Link > li a:focus, ul#sidebarRight2Link > li a:active, ul#sidebarRight2Link > li:hover, ul#sidebarRight2Link > li:focus, ul#sidebarRight2Link > li:active {
	color : #666666;
}
#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;
	text-align: left;
}

/*--------RollOver in NaviRechts1 ------- */

ul#KompetenzTransfer1 {
	display:none;
	position:absolute;
	top: 42px;
	left: 0;
	width: 220px;
}


li:hover ul#KompetenzTransfer1 {
	display: block;
}

ul#KompetenzTransfer1 li {
	
	background: url(../pics/subMenuRollover/translog_kompTransfer_bg.png) no-repeat;
	border: none;
	height: 46px;   /* ----- war 28px --- */
}


/*--------RollOver in NaviRechts2 ------- */

ul#KompetenzTransfer2 {
	display:none;
	position:absolute;
	top: 85px;
	left: 0;
	width: 220px;
}


li:hover ul#KompetenzTransfer2 {
	display: block;
}

ul#KompetenzTransfer2 li {
	background: url(../pics/subMenuRollover/translog_kompTransfer_bg.png) no-repeat;
	border: none;
	height: 46px;   /* ----- war 28px --- */
}

/*--------RollOver in NaviRechts3 ------- */

ul#KompetenzTransfer3 {
	display:none;
	position:absolute;
	top: 128px;
	left: 0;
	width: 220px;
}


li:hover ul#KompetenzTransfer3 {
display: block;
}

ul#KompetenzTransfer3 li {
	background: url(../pics/subMenuRollover/translog_kompTransfer_bg.png) no-repeat;
	border: none;
	height: 46px;	/* ----- war 28px --- */

}


/*--------RollOver in NaviRechts4 ------- */

ul#KompetenzTransfer4 {
	display:none;
	position:absolute;
	top: 171px;
	left: 0;
	width: 220px;
}


li:hover ul#KompetenzTransfer4 {
	display: block;
}

ul#KompetenzTransfer4 li {
	background: url(../pics/subMenuRollover/translog_kompTransfer_bg.png) no-repeat;
	border: none;
	height: 46px;	/* ----- war 28px --- */

}



/*-------- Online-Buchung-Anfrage ------- */

.serviceForm input {
    width: 300px;
    margin-right: 24px;
    margin-bottom: 9px;
    margin-top: 2px;
    border: 1px solid #0066cc;
    padding: 2px;
}

.serviceForm input[type=radio] {
    width: auto;
}

.serviceForm input[type=checkbox] {
    width: auto;
}

.serviceForm input.error[type=checkbox] {
    border: 1px solid red;
}


.serviceForm input.error {
    background-color: #e99;
}

.serviceForm label.error {
    color: #a00;
}

.serviceForm input.long {
    width: 629px;
}

.serviceForm textarea {
    width: 300px;
    padding: 2px;
    border: 1px solid #0066cc;
}

.serviceForm .serviceSubmit {
    background-color: #0066CC;
    color: #f0f0f0;
    width: 100px;
}

.serviceForm .agb {
    display: none;
}

.serviceForm .agb.error {
    display: block;
}

.serviceForm a {
    color: #0066CC;
}

.grid-view table.items th {
    background:none repeat scroll 0 0 #0066CC;
    color:white;
    text-align:center;
}

.grid-view table.items tr.selected {
    background:none repeat scroll 0 0 #6699ff;
}

.grid-view a {
    color: #0066CC;
}

.grid-view td {
    text-align: center;
}

.grid-view td:first-child{
    text-align: left;
}

ul.yiiPager .selected a {
    background:none repeat scroll 0 0 #0066CC;
    color:#FFFFFF;
    font-weight:bold;
}
