@CHARSET "ISO-8859-1";* {
    margin:  0;
    padding: 0;
}
html {
    height: 100%;
    min-height: 100%;

}

body {
    height: 100%;
    min-height: 100%;
    background: #cdcdcd url(../images/bg_html2.png) repeat-x;
    font-family: verdana, arial, helvetica, sans-serif;
    color: #333;
}

#wrapper {
    width:  930px;
    margin: 0 auto;
    background: #e0e0e0;
    min-height: 100%;
}
* html #wrapper {
    height: 100%;
}

#footer {
    width:  910px;
    margin: 0 auto;
    background: #0078df;
    margin-top: -20px;
    color: #fff;
    font-size: 10px;
    line-height: 10px;
    padding: 4px 10px 6px 10px;
}
#footer a {
    color: #fff;
}
#header {
    height: 79px;
    overflow: hidden;
    background: #fff;
}

#helper {
    background: #0078df;
    padding: 1px 10px 4px 10px;
    text-align: right;
    line-height: 18px;
    overflow: hidden;
}

* html #helper {
    overflow: visible;
    height: 1%;
}

#helper ul {
    float: right;
    list-style: none;
}
* html #helper ul {
    overflow: visible;
    height: 1%;
}

#helper li {
    float: left;
    margin-right: 5px;
}
#helper a {
    font-size: 10px;
    text-decoration: none;
    color: #fff;
    border-left: 1px solid #fff;
    padding-left: 5px;

}
#logo {
    float: left;
    padding: 10px;
}
#search {
    float: right;
    padding-right: 10px;
    padding-top: 29px;
}
#search input {
    border: 1px solid #ccc;
    font: verdana, helvetica, sans-serif;
    font-size:  12px;
    padding: 0.2em;
    color: #ccc;
}

/*#search input:focus {
    color: #333;
}*/

#search input.go {
    font-size:  11px;
}
* html #search input.go {
    padding: 0.1em;
}


.clearfix {
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* Additions for subnavimain */
#navimain {
    background: url(../images/bg_navi.png);
}


#nav {
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:1.5em; 
}

#nav ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:1.5em; 
}

#nav a{
display:block;
padding: 0px 5px 6px 10px ;
border-right: 1px solid #fff;
text-decoration:none;
color:#333;
font-size: 14px;
width: 130px;
text-align: center;
}

#nav a:hover{
background: #333;
color: #fff;

}

#nav li{
float:left;
position:relative;
}


#nav ul {
position:absolute;
display:none;
width:14.5em;
top:auto;
background: #333;
color: #fff;
}



#nav li ul a{
width:18em;
height:auto;
float:left;
font-size: 12px;
text-align: left;
border-bottom: 1px solid #fff;
}

#nav ul ul{
top:auto;
}   

#nav li ul ul {
left:13.9em;
margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
background: #ccc;
}

/*End of additions */




#login {
    padding-right: 5em;
    padding-top: 0.2em;
    float:  right;
    text-align: right;
    text-decoration: none;
}
#login a {
    border: 0;
    text-decoration: none;
    color: #333;
    font-size: 14px;
}


#login a:hover {
    text-decoration: underline;
    background: none;
}



#intro {
    background: url(../images/bg_intro.jpg);
    height: 260px;
}

#introDummy {
    background: url(../images/bg_intro.jpg);
    display: none;
    height: 260px;
}

#map {
    clear: both;
    background: #78afe3 url(../images/bg_map.png) no-repeat center bottom;
    overflow: visible;
}
* html #map {
    overflow: visible;
    height: 1%;
}
#map h1 {
    font-size: 14px;
    font-weight: normal;
    color:  #fff;
    line-height: 14px;
    padding: 4px 10px 7px 10px;
}
#map a {
    color:  #333;
    text-decoration: none;
}
#map h1 a {
    color: #fff;
}
#map a:hover{
    text-decoration: underline;
}
#map ul {
    list-style: none;
    overflow: hidden;
    background:url(../images/bg_map_header.png) no-repeat center top;
    padding: 20px 20px 30px 20px;




}
* html #map ul{
    overflow: visible;
    height: 1%;
}
#map ul li {
    border-right: 1px solid #d2e8f8;
    float: left;
    width:  165px;
}
#map ul li.last {
    border: 0;
    width: 223px;
}

#map ul li.last h1 {
    border: 0;
}

#map ul ul {
    float: none;
    padding: 10px 10px 10px 10px;
    font-size: 12px;
    background: none;
    list-style: none;
    overflow: hidden;
}
#map ul li.last ul {
    border: 0;
}

#map ul ul li {
    background: transparent url("../images/quad.gif") no-repeat 0 0.3em;
    width: auto;
    border: 0;
    line-height: 14px;
    padding: 2px 0 2px 16px;
    clear: both;
    float: none;
}

#info {
    background: url(../images/bg_info.png) no-repeat center bottom;
    clear: both;
    overflow: hidden;
    z-index: 1;
}
* html #info {
    overflow: visible;
    height: 1%;
}
#info h1 {
    font-size: 14px;
    font-weight: normal;
    color:  #fff;
    line-height: 14px;
    padding: 4px 10px 7px 10px;

}
#info h2 {
    font-size: 11px;
    margin-bottom: 3px;
}
#info a {
    text-decoration: none;
    color: #333;
    font-size: 11px;
}
#info ul {
    list-style: none;
    overflow: hidden;
    background:url(../images/bg_info_header.png) no-repeat center top;
    padding: 20px 20px 20px 20px;
}
* html #info ul {
    overflow: visible;
    height: 1%;
}
#info ul li {
    float: left;
    width: 296px;
    border-right: 1px solid #d2e8f8;
}

#info ul li.last {
    border: 0px;
}
#info ul ul {
    background: none;
    padding: 0;
    clear: both;
    margin: 10px;
}

#info ul ul li {
    float: none;
    clear: both;
    border: 0;
    width: auto;
    font-size: 11px;
    margin-bottom: 5px  ;
} 



img {
    border:  0px;
}

a {
    color: #0078df;
}

/** CONTENT **/
#content {
    overflow: hidden;
    line-height: 16px;
    font-size: 11px;
    background: #fff url(../images/bg_content.gif) repeat-x;
    padding-bottom: 10px;
}
#page {
    margin-left: 215px;
}
#pages {
    padding-left: 15px;
    overflow: hidden;
    background: url(../images/bg_content.gif) repeat-x bottom;
    padding-bottom: 5px;
}
#pages ul {
    margin: 0;
    list-style: none;}
#pages li {
    float: left;
}
#pages li.active {

}
#pages li.active a {
    background: #0078df url(../images/bg_blue.gif);
    color: #fff;
}
#pages li a:hover {
    background: #0078df ;
    color: #fff;
}
#pages a {
    font-family: arial;
    font-size: 12px;
    color: #333;
    padding: 0 5px 0 5px;
    text-decoration: none;
    line-height: 20px;
    display: block;
    background: #f3f3f3;
    border-right: 2px solid #ddd;
    margin-right: 3px;
    letter-spacing: 0px;
}
#pages h2 {
    font-weight: normal;
}
*html #pages {
    overflow: visible;
    height: 1%;
}
#pfad {
    margin-left: 15px;
    color: #aaa;
    height: 40px;
    line-height: 40px;
}
#pfad a {
    color: #aaa;
    text-decoration: none;
}
#article {
    margin: 0 170px 0 15px;
    padding: 10px 15px 0 0;
    font-size: 12px;
}
#article h1 {
    font-size: 18px;
    font-family: verdana, helvetica, sans-serif;
    font-weight: normal;
    margin-bottom: 15px;
    line-height: 22px;
/*  text-transform: uppercase;*/
}
#article h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
    background: #85bee8;
    padding: 2px 10px;
    font-weight: normal;
    /*clear: left;*/
}
#article img {
    margin: 0px;
    margin-bottom: 5px;
    margin-right: 10px;
}
#article h3 {
    font-size: 12px;
    margin-bottom: 1em;
}
#article p {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 15px;
}
#article hr {
    border: 0;
    border-top: 1px solid #ddd;
    margin-bottom: 15px;
}
#article ul {
    margin-left: 20px;
/*  list-style-image: url(../images/marker.gif);
    list-style: none; */
    list-style-type: none;
}
#article li {
    background: url(../images/marker_blue.gif) no-repeat left 3px;
    padding-left: 17px;
    margin-bottom: 5px;
}
#article dl {
    margin: 10px 20px;
}
#article dt {
    font-weight: bold;
    float:left;
    width:  40px;
}
#article dd {
    margin-left: 40px;
}
#article .teaser {
    font-size: 12px;
    font-style: italic;
    line-height: 16px;
}

#article div {
    background-position: bottom;
    background-repeat: no-repeat;

}
#sidebar {
    float: right;
    width: 170px;
    font-size:  12px;
}
#sidebar p {

}
#sidebar ul, #multimedia ul {
    list-style-image: url(../images/marker2.gif);
    background: url(../images/bg_sidebar.gif) repeat-x;
    padding:10px;
    margin-bottom: 15px;
}

#sidebar li, #multimedia li {
    margin-left: 15px;
}

#sidebar a, #multimedia a {
    font-size: 12px;
    color: #333;
    text-decoration: none;
}
#sidebar a img {
    background: url(../images/bg_content.gif) repeat-x bottom;
    padding-bottom: 5px;
    border-top: 2px solid #fff;
}
#sidebar a:hover img {
    border-top: 2px solid #0078df;
}


#sidebar a:hover {
    text-decoration: underline;
}
#sidebar #sidecontact {
    background: url(../images/bg_sidebar.gif) repeat-x;
    margin-top:  10px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

#sidebar #sidecontact h2 {
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 21px;
    background: url(../images/bg_blue.gif);
    color:  #fff;
    padding-left: 5px;
}
#sidebar #sidecontact p {
    padding: 5px; 
    border-bottom: 1px solid #ddd;
}
#sidebar #sidecontact a {
    background: url(../images/icon-mail.png) no-repeat left;
    padding-left: 18px;
}

#multimedia h2, #sidebar h2  {
    font-size: 12px;
    margin-bottom: 0px;
    line-height: 21px;
    background: url(../images/bg_blue.gif);
    color:  #fff;
    padding-left: 5px;
}
#multimedia h2 {
    margin-top:15px;
}
#multimedia img {
    margin-top:0px ! important;
}
#sidebar li h2 {
    line-height: 14px;
    background: none;
    margin: 5px 0;
    podding: 0;
    font-weight: normal;
}

#sidebar li.start {
    list-style: none;
    padding: 2px;
    margin: 0;
    text-align: center;
}

#sidebar li.start a {
    padding: 0;
    background: none;
    color:  #fff;
}


#imagebar {
    float: left;
}
#imagebar img {
    background: url(../images/bg_content.gif) repeat-x bottom;
    padding-bottom: 5px;
    margin-top: 15px;

}


/* TINY */

.highlight {
    display: block;
    padding: 5px 5px 5px 5px;   
    margin: 5px 0 5px 0;
    padding-left: 20px;
    background: url(../images/marker_blue.gif) no-repeat 5px 7px;
    font-size: 12px;
}
.highlight a {
    color: #0078df;
    text-decoration: none;
}
.highlight a:hover {
    text-decoration: underline;
}


.datatable, .datatable2 {
    font-size: 10px;
    width: 98%;
    border-collapse: 0;
    border-right: 1px solid #aaa;
    border-top: 1px solid #aaa;
}
.datatable thead th {
    background: #666;
    font-size: 12px;
    border-left: 1px solid #aaa;
    text-align: left;
    border-bottom: 1px solid #aaa;
    padding: 2px;
    color: #fff;
    font-style: italic;
    font-weight: normal;
}

.datatable thead td {
    background: #666;
    border-left: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    padding: 2px;
    color: #fff;
}
.datatable tbody td, .datatable2 tbody td {
    padding: 2px;
    border-bottom: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-top: 1px solid #aaa;
}
.datatable tbody th {
    border-top: 2px solid #ddd;
    border-left: 1px solid #aaa;
    padding: 2px;
    text-align: left;
    font-weight: normal;
    padding-top: 5px;
}
.datatable tbody th  b{
    font-weight: normal;
    font-style: italic;
}

.datatable2 {

}
.datatable2 tbody td {
    border-top: 2px solid #ddd;
}



/*
.datatable {
    font-size: 9px;
    margin: 0;
    padding: 0;
    border-right: 2px solid #666;
    border-left: 2px solid #666;
    border-top: 2px solid #666;
    border-bottom: 2px solid #666;
    border-collapse: collapse;
    border-spacing: 0;
    width:  98%;    
}
.datatable td {
    text-align: center;
    padding: 2px;
    border-left: 1px solid #999;
    border-bottom: 1px solid #999;
}
.datatable th {
    background: #333;
    color: #fff;
    font-weight: normal;
    border-top: 2px solid #666;
}
.datatable th b {
    font-weight: normal;
}
.dataalt {
    background: #cadeee;
    text-align: left;
}
*/
td.left,th.left {
    text-align: left;
}

.dataalt {
    background: #efefef;
}


/*Industries*/
#map {
    position: relative;



    padding-bottom: 30px;
}

#info {

}
#swrapper {
    position: absolute;
    margin-left: 30px;
    width: 151px;
    border-bottom: 1px solid #004397;
    background: url(../images/bg_industries2.png);
}
#but {
    background: url(../images/bg_industries.png) no-repeat;
    height:  23px;
}
#but.de {
    background: url(../images/bg_industries_de.png) no-repeat;
}
#slider {
    background: url(../images/bg_industries2.png);
    width: 151px;
    border-bottom: 1px solid #4d91e4;
    padding-bottom: 10px;
}
#slider a {
    color: #fff;
    padding-left: 10px;
    display: block;
    width: 130px;
} 
#slider a:hover {
    background: url(../images/marker_white.png) no-repeat left 1px;
    text-decoration: none;
} 
#map div#slider ul {
    margin: 0;
    padding: 0;
    padding-left: 10px;
    list-style-type: none;
}

#map div#slider ul li {
    text-align: left;
}




/* PRESSE */

#pdflist {

}

#pdflist ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#pdflist li {
    margin: 0;
    padding: 0;
    background: none;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #cecece;
}
#pdflist li img { 
    margin-bottom: 1em;
    max-width: 130px;
}
#pdflist ul ul {
    margin: 0;
    padding: 0;
    list-style: none;

}

#pdflist ul ul li {
    margin: 0;
    padding: 0;
    background: none;
    border:0;
    padding:5px;
    background-color: #efefef;
    margin-bottom: 1px;
}

#pdflist a {
    display: block;

    text-decoration: none;
    color: #333;
    padding-left: 18px;
    background: url(../images/file_acrobat.gif) no-repeat left top;
}

#pdflist small {
    font-weight: bold;
}



/* Sales */
#article ul#sales {
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-left: 20px;
}
#sales li {
    margin: 0;
    padding: 0;
    list-style-image: none;
    background: none;
    padding-bottom: 10px;
    clear: left;
}

#sales li .sImage {
    float: left;
    width: 100px;
    margin: 0 10px 10px 0;
    text-align: center;
}
#sales li .sText {
    float: left;
    width: 250px;
}

#sales li .gb {
    float: left;
    width: 185px;
    margin: 0 10px 10px 0;
    text-align: center;
}
#sales h2 {
}

/* PROPERTIES */

#properties {
    background: #ffffaa;
    margin: 10px 0 10px 0;
    padding: 10px;
}

#article ul.artlist   {
    margin: 0;
    padding: 0;
    width: 500px;
    list-style-type: none;
}

#article ul.artlist li  {
    background: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#article ul.artlist a  {
    color: #333;
}
#article ul.artlist a:hover  {
    text-decoration: none;
}

#info ul.artlist img {
    margin-right: 3px;
}


/* Galerie */

td.gallery_image {
    width: 170px;
    vertical-align: top;
    text-align: center;
}

td.gallery_image .link {
    margin: 0 17px;
}

td.gallery_image .description {
    margin: 0 17px;
    text-align: left;
}


#article td h3 {
    font-size: 12px;
    margin: 0 17px;
    margin-bottom: 5px;
}

/* mod BrügerFilm 06122007 */
table.gTable {
    float: left;
}
#infobox {
    background: url(../upload/bilder/infobg.jpg) no-repeat right 21px #a3a9ae ! important;
    background-position: top;
    color: #fff;
}
#infobox a {
    text-decoration: none;
}
#infobox h3 {
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 21px;
    background: url(../images/bg_blue.gif);
    color:  #fff;
    padding-left: 5px;
}
.interview {
    background:#52575b;
    color:white;
    margin-bottom:40px;
}
.interview h3 {
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 21px;
    background: url(../images/bg_blue.gif);
    color:  #fff;
    padding-left: 5px;
}
.zitat {
    font-size:14px;
    font-weight:bold;
    text-align:center;
    padding:10px;
}
.author {
    font-size:9px;
    font-weight:normal;
}
    
/* Academy */
#acc_div {
    background:url(http://alicona.com/cms/upload/bilder/bg_playbutton.jpg) #52575b center right;
    background-repeat:no-repeat;
    height:169px;
    width:503px; 
    padding: 6px 6px 6px 6px;
}
#acc_floating {
    float:left;
    color:#FFFFFF;
    font-size:9px;
}
#acc_text {
    color:#FFFFFF;
    padding: 5px 5px;
    line-height:18pt;
    font-weight:bold;
}
#acc h2 {
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 21px;
    background: url(../images/bg_blue.gif);
    color:  #fff;
    padding-left: 5px;
}
#acc h1 {font-size: 18px}

.iv_text {
    color:#FFFFFF;
    margin: 5px 5px;
    line-height:11pt;
}
#iv h2 {
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 21px;
    background: url(../images/bg_blue.gif);
    color:  #fff;
    padding-left: 5px;
}
#iv h1 {
    font-size: 16px;
    font-weight:bold;
}
#neinleitung img {
    float:right;
    margin: 0px 0px 300px 20px;
}
#newsletter h1 {
    margin-top:20px;
    color:#0078DF;
    border-style:solid;
    border-left:none;
    border-top:none;
    border-right:none;
    border-bottom:1px;
    border-bottom-style:solid;
    font-weight:bold;
    font-size:14px;
}
#newsletter h2 {
    color:#ffffff;
    background:#0078DF;
    line-height:14px;
    font-size:12px;
}
#newsletter a {
    font-style:italic;
    text-decoration:none;
}
#ncontent img {
    float:left;
    margin: 0px 20px 0px 20px;
}
.nartikel {
    margin-left:140px;
}
