@charset "utf-8";


* {  
    border: 0;
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    background-color: #989697;
    background-image: url(img/bg-body.jpg);
    background-position: 0px 0px;
    background-repeat: repeat-x;
    color: #303030;
    font: 14px/1.5em "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
}

.hidden {
    display: none;
}

.wrapper {
    display: block;
    clear: both;
    height: 1px;
    line-height: 1em;
}

#paper {
    margin: 0 auto;
    width: 980px;
}

#topPaper {
    width: 980px;
    height: 30px;
    background-image: url(img/bg-papertop.png);
    background-position: left top;
    background-repeat: repeat-y;
}

#mainPaper {
    width: 980px;
    background-image: url(img/bg-paper.png);
    background-position: left top;
    background-repeat: repeat-y;
}

#contentPaper {
    margin: 0;
    padding: 10px 40px;
}


 /* Columns Top */
 
#topColumns {
    width: 900px;
    position: relative;
}
.mainColumnLeft {
    display: inline;
    float: left;
    width: 660px;
}
.mainColumnRight {
    display: inline;
    float: right;
    text-align: left;
    width: 200px;
}



/* Columns right Content */

#columnRightNews {
    margin: 0;
    margin-top: 30px;
}
#columnRightNews h5 {
    margin: 0;
    font-size: 120%;
    font-weight: normal;
    padding-left: 30px;
    padding-bottom: 6px;
    background-image: url('file:///Z:/Projekte-Kunden/BBA/website_2009/Website/img/icon-news-headline.jpg');
    background-position: 0px 0px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #cbcbcb;
}
#columnRightNews li {
    list-style: none;
    font-size: 76%;
    line-height: 1.25em;
    padding: 10px 0px;
    padding-left: 30px;
    border-bottom: 1px solid #cbcbcb;
    background-image: url(img/icon-news-item.jpg);
    background-position: 2px 10px;
    background-repeat: no-repeat;
}
#columnRightNews li.allNewsLink {
    border: none;
    background-image: url(img/icon-news-all.jpg);
    background-position: 7px 12px;
    background-repeat: no-repeat;
}



#columnRightSchulungsorte {
	margin-top: 30px;
}
#columnRightSchulungsorte h5 {
    margin: 0;
    font-size: 120%;
    font-weight: normal;
    padding-left: 30px;
    padding-bottom: 6px;
    background-image: url(img/icon-orte-headline.jpg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #cbcbcb;
}
#columnRightSchulungsorte p {
    list-style: none;
    font-size: 76%;
    line-height: 1.25em;
    margin: 0;
    border-bottom: 1px solid #cbcbcb;
    padding: 10px 0px;
    padding-left: 10px;

}
#columnRightSchulungsorte .anfahrtLink {
    border: none;
    line-height: 2em;
    background-image: url(img/icon-anfahrt-link.jpg);
    background-position: 0px 6px;
    background-repeat: no-repeat;
    padding: 4px 0px;
    padding-left: 22px;
}
#columnRightSchulungsorte .anfahrtPdfLink {
    border-style: none;
	border-color: inherit;
	border-width: medium;
	line-height: 2em;
    background-image: url('img/icon-anfahrt-pdf.jpg');
    	background-position: 0px 6px;
    	background-repeat: no-repeat;
    	padding-left: 22px;
	padding-right: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}



/* Columns Content */

#contentColumns {
    width: 900px;
    padding: 20px 0px;
    position: relative;
}


/* Columns Courses */

.coursesColumns {
    display: block;
    margin-top: 16px;
    width: 880px;
}
.coursesColumnLeft {
    float: left;
    width: 600px;
    text-align: left;
    padding-left: 30px;
    background-image: url(img/icon-liste-kurse.jpg);
    background-position: 0px 2px;
    background-repeat: no-repeat;
}
.coursesColumnRight {
    float: right;
    width: 400px;
    text-align: left;
    padding-left: 30px;
    background-image: url(img/icon-liste-kurse.jpg);
    background-position: 0px 2px;
    background-repeat: no-repeat;
}



/* TOP-NAVIGATION  */

ul#topNav {
  list-style: none;
  list-style-image: none;
  height: 77px;
}

ul#topNav li a {
  text-indent: -9999px;
}

li#startseite a {    
  position: absolute;
  top: 28px;
  left: 0px; 
  height: 49px;
  width: 76px;
  overflow: hidden;
  background: url(img/topnavi-home-normal.gif) 0 0 no-repeat;
}
li#startseite a:hover,
li#startseite.current a {
  background: url(img/topnavi-home-over.gif) 0 0 no-repeat;
}

li#akademie a {    
  position: absolute;
  top: 28px;
  left: 76px; 
  height: 49px;
  width: 127px;
  overflow: hidden;
  background: url(img/topnavi-akademie-normal.gif) 0 0 no-repeat;
}
li#akademie a:hover,
li#akademie.current a {
  background: url(img/topnavi-akademie-over.gif) 0 0 no-repeat;
}

li#kurse a {    
  position: absolute;
  top: 28px;
  left: 203px; 
  height: 49px;
  width: 160px;
  overflow: hidden;
  background: url(img/topnavi-kurse-normal.gif) 0 0 no-repeat;
}
li#kurse a:hover,
li#kurse.current a {
  background: url(img/topnavi-kurse-over.gif) 0 0 no-repeat;
}

li#kontakt a {    
  position: absolute;
  top: 28px;
  left: 363px; 
  height: 49px;
  width: 172px;
  overflow: hidden;
  background: url(img/topnavi-kontakt-normal.gif) 0 0 no-repeat;
}
li#kontakt a:hover,
li#kontakt.current a {
  background: url(img/topnavi-kontakt-over.gif) 0 0 no-repeat;
}

#topnaviLineUnder {  
  display: block;
  width: 690px;
  top: 77px;
  clear: both;
  height: 8px;
  line-height: 8px;
  background-color: #d9d9d9;
  background-image: url(img/topnavi-line-under.gif);
  background-position: 0 0;
  background-repeat: no-repeat;
}

#topImage {
  display: block;
  top: 77px;
  height: 324px;
}






/* Content-Format */

.txtGreen {
  color: #5bc20e;
}

.txtSmall {
  font-size: 76%;
  line-height: 1.25em;
}

a:link,
a:active,
a:visited {
  color: #d81030;
}
a:hover {
  color: #000;
}

h1,h2,h3,h4,h6,h6 {
  font-weight: normal;
}

h2 {
  margin-bottom: 0.25em;
    font: 22px/1.15em "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;

}
h3 {

    font: 16px/1.25em "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;

  margin-bottom: 0.75em;
}
h4 {
  margin-top: 1em;
  margin-bottom: 0.75em;
  font-weight: bold;

    font: 14px/1.5em "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;

  border-bottom: 1px solid #000;
}

p {
  margin-bottom: 1.25em;
  font-size: 96%;
  line-height: 1.4em;
}
#contentColumns li {
  margin-bottom: 0.5em;
  font-size: 96%;
  line-height: 1.4em;
}

#contentColumns ol, 
#contentColumns ul {
  list-style-position: outside;
  margin-left: 16px;
}



/* Anfahrtsbeschreibung PDF Download-Buttons */

ul.pdfAnfahrt {
  margin-left: 0 !important;
  list-style: none;
  list-style-image: none;
  list-style-position: outside !important;
  position: relative;
  height: 110px;
}
ul.pdfAnfahrt li a {
    text-indent: -9999px;
}
ul.pdfAnfahrt li#mg a {    
  position: absolute;
  top: 0px;
  left: 0px; 
  height: 50px;
  width: 190px;
  overflow: hidden;
  background: url(img/pdf-anfahrt-mg.jpg) 0 0 no-repeat;
}
ul.pdfAnfahrt li#mg a:hover {
  background: url(img/pdf-anfahrt-mg.jpg) 0 -53px no-repeat;
}
ul.pdfAnfahrt li#neuss a {    
  position: absolute;
  top: 56px;
  left: 0px; 
  height: 50px;
  width: 190px;
  overflow: hidden;
  background: url(img/pdf-anfahrt-neuss.jpg) 0 0 no-repeat;
}
ul.pdfAnfahrt li#neuss a:hover {
  background: url(img/pdf-anfahrt-neuss.jpg) 0 -53px no-repeat;
}
ul.pdfAnfahrt li#krefeld a {    
  position: absolute;
  top: 112px;
  left: 0px; 
  height: 50px;
  width: 190px;
  overflow: hidden;
  background: url(img/pdf-anfahrt-krefeld.jpg) 0 0 no-repeat;
}
ul.pdfAnfahrt li#krefeld a:hover {
  background: url(img/pdf-anfahrt-krefeld.jpg) 0 -53px no-repeat;
}




/* Kontakt-Formular */

input,
textarea {
  border: 1px solid #ccc6c2;
  border-right-color: #e5dfda;
  border-bottom-color: #e5dfda;
  width: 350px;
  background-image: url(img/inputbg.gif);
  background-position: left top;
  background-repeat: no-repeat;
  padding: 2px;
  font-family: Courier new, monaco;
}
form textarea {
  height: 150px;
  font-size: 96%;
}
form .noborderInput {
  border: none !important;
  background-image: none !important;
  background-color: transparent;
}
form .inlineItem {
  width: auto;
  display: inline;
  margin-right: 30px;
}
form .inlineItem input {
  width: auto;
}
#kontaktform {
  display: block;
  width: 500px;
}
form #kontaktFormSubmit {
  width: 145px;
  height: 22px;
  border: none;
  background-image: none;
}
.formLeft {
  float: left;
  width: 100px;    
  text-align: right;
}
.formRight {
  float: right;
  width: 360px;   
}
#mailError {
    border: 1px solid #800;
    margin: 16px 0px;
    padding: 6px;
    background-color: #faeded;
}




#copyright {
    text-align: left;
    font-size: 76%;
    border-top: 1px solid #cbcbcb;
}

#footer {
    width: 980px;
    height: 20px;
    background-image: url(img/bg-footer.png);
    background-position: left top;
    background-repeat: no-repeat;
}



