/* style.css */

/*================================================
 * Layout
 *===============================================*/
@media handheld, screen {
* {
    border: 0;
    margin: 0;
    padding: 0;
}
 
body {
    background:#CCCCCC;
    overflow: -moz-scrollbars-vertical;
    background-image:url(../upload/corporate/bg.gif);
    background-repeat: repeat-x;
}

#outer {
    width:960px;
    padding:0 0 60px 0;
    margin:0 auto;
}

#page {
    position:relative;
    border:1px solid #CCCCCC;
    border-top:none;
}

/** header **/
#header {
    position:relative; 
    width:100%;
    height:177px;
}

#logo {
    position:absolute;
    top:0;
    left:0;
    width:315px;
    height:177px;
}

#banner {
    position:absolute;
    top:0;
    right:0;
    width:645px;
    height:177px;
    overflow: hidden;
    z-index: 10;
}

/** mainnav **/
#mainnav {
    width:auto;
    border-top:10px solid #ff7f00;
    height:25px;
    clear:both;
    padding:0 228px 0 0;
    position:relative;
    z-index:20;
}

#suche {
    position:absolute;
    top:0;
    right:0;
    width:228px;
    height:25px;
    line-height:25px;
}

/** main **/
#main {
    clear:both;
    padding:0 0 20px 0;
    background:url(../upload/corporate/bg_main.gif) repeat-y;
}

#navbar {
    float:left;
    width:147px;
    color:#09337b; 
    padding:48px 0 0 2px;
}

#sidebar {
    width: 228px;
    padding:17px 0 0 0;
    float: right;  
}

#navtrail {
    position: absolute;
    z-index: 10;
    top: 230px;
    left:165px;
    font-size: 0.92em;
}

#content {
    width: auto;
    margin: 0 248px 0 165px;
    padding: 45px 0 0 0;
}

#contentLeft {
    float:left;
    width:228px;
}

#contentRight {
    width:auto;
    margin:0 0 0 244px;
}

/** footer **/
#footer {
    clear:both;
    width:auto;
    height:22px;
    color:#09337b;
    line-height:22px;
    margin:3px 0 0 0;
    padding:3px 0 0 0;
    position:relative;
    background: #FFFFFF;
    /*background-image:url(../upload/corporate/divider.gif);
    background-repeat: repeat-x;*/
}

#footer #copyright {
    position:absolute;
    right:13px;
    bottom:0px;
    height:22px;
    line-height:22px;
    width:auto;
    font-size:0.92em;
}

} /* end: @media handheld, screen */

/*================================================
 * Navigation
 *===============================================*/
@media handheld, screen {

/** subnav **/
#subnav ul {
    list-style:none;
    font-size:0.92em;
    margin:0;
    padding:0 0 30px 35px;
}

#subnav ul li {
    padding:0;
}

#subnav ul li a:link,
#subnav ul li a:visited,
#subnav ul li a:active {
    color:#09337b; 
    line-height:1.6em;
    width:auto;
    padding:2px 0; 
    text-decoration:none;
}


#subnav ul li a:hover,
#subnav ul li a:focus {
    outline:0;
    text-decoration:underline;
}

/** mainnav **/
#mainnav ul {
    margin:0 0 0 23px;
    padding:0;
    list-style:none;
}

#mainnav ul li {
    float:left;
}

#mainnav ul li a:link,
#mainnav ul li a:visited,
#mainnav ul li a:active {
    float:left;
    color:#09337b; 
    display:block;
    padding:0 14px;
    line-height:25px;
    height:25px;
    text-decoration:none;
}

#mainnav ul li:hover,
#mainnav ul li.sfHover,
#mainnav ul li a:hover,
#mainnav ul li a:focus,
#mainnav ul li a.current {
    text-decoration:none;
    background:#ff7f00;
    color:#09337b;
    outline:0;
}

#mainnav ul ul {
    background:#FFF;
    border:1px solid #ff7f00;
    padding:3px 0;
    margin:0;
    border-top:none;
}

#mainnav ul ul li {
    float:none;
    background:none !important;
}

#mainnav ul ul li a:link,
#mainnav ul ul li a:visited,
#mainnav ul ul li a:active {
    float:none;
    color:#09337b; 
    display:block;
    padding:3px 11px;
    line-height:1.2em;
    height:auto;
    /*height:1.2em;*/
    font-weight:normal;
    text-decoration:none;
    text-transform:none;
}


#mainnav ul ul li a:hover,
#mainnav ul ul li a:focus,
#mainnav ul ul li a.current {
    text-decoration:underline;
    background:none;
    color:#1a549f;
}


/** footer **/
#footer ul {
    margin:0 0 0 165px;
    padding:0;
    list-style:none;
    font-size:0.92em;
}

#footer ul li {
    float:left;
}

#footer ul li a:link,
#footer ul li a:visited,
#footer ul li a:active {
    float:left;
    color:#09337b; 
    display:block;
    padding:0 35px 0 0;
    line-height:20px;
    height:22px;
    font-weight:normal;
    text-decoration:none;
}

#footer ul li a:hover,
#footer ul li a:focus,
#footer ul li a .current {
    text-decoration:underline;
    color:#09337b;
    outline:0;
}

 
} /* end: @media handheld, screen */

/*================================================
 * Content
 *===============================================*/
@media all {

body {
    font-size:75%; /* 12px */
    text-align:left;
    color:#333333;  
    font-family:Verdana, Arial, Helvetica, sans-serif;
}

/** headings **/
h1 {
    font-size:1.3em;
    line-height:1.4;
    font-weight:normal;
    color:#09337b;
    padding:0px 0 0 0;
    margin:0 0 0.92em 0;
}
 
h2 {
    font-size:0.92em;
    line-height:1.4;
    font-weight:bold;
    color:#09337b;
    margin:0 0 0.5em 0;
} 

h3 {
    font-size:0.92em;
    line-height:1.4;
    font-weight:normal;
    text-decoration:underline;
    color:#333;
    margin:0 0 0.5em 0;
} 

#sidebar h2 {
    background:#ffba76;
    height:25px;
    line-height:25px;
    font-size:0.96em;
    padding:0 0 0 8px;
    width:auto;
    display:block;
}
 
/** text **/
p {
    font-size:0.92em;
    line-height:1.6;
    margin:0 0 1em 0;
}

p.backlink {
    text-align: right;
}

#navbar p {
    padding:0 0 0 35px;
}

small {
    font-size:0.92em;
}

blockquote {
    font-style:italic;
}

hr {
    margin:0 0 6px 0;
    padding:0 0 0 0;
    border:0;
    background:#FFF url(../upload/corporate/divider.gif) bottom repeat-x;
    width:100%;
    line-height:8px;
    height:8px;     
}

/** hyperlinks **/
a,
a:link,
a:visited {
    text-decoration:none;
    color:#09337b;
}

a:hover,
a:active {
    text-decoration:underline;
    color:#09337b;
}

/** images **/
.imgLeft {
    float:left;
    margin:0 10px 10px 0;
}

.imgRight {
    float:right;
    margin:0 0 10px 10px;
}

.imgRightTop {
    float:left;
    height:auto;
    width:auto;
    padding:0 16px 4px 0;
}
 
/** lists **/
ol {
    margin:0 0 1em 24px;
    padding:0;
    font-size:1em;
}

ul {
    margin:0 0 1em 16px;
    padding:0;
    list-style:disc;
    font-size:0.92em;
}

ul ul {
    margin-bottom:0;
}

li {
    line-height:1.6;
    font-weight:normal;
    margin: 0;
}

/** teaser **/
div.teaser {
    width:auto;
    overflow:hidden;
    margin:0;
    height:auto;
}

div.teaser h2 {
    font-size:1em;
    line-height:1.4em;
    margin:0;
}

div.teaser p {
    margin:0 0 0 0;
}   

div.teaser img {
    width:145px;
    display:block;
}

div.teaser .image {
    float:left;
    width: 145px; 
    height: 88px; 
    display:block;
    overflow: hidden;
}

div.teaser .text {
    margin:0 0 0 153px;
    width:auto;
    display:block;
}

div.teaser p a {
    white-space:nowrap;
}

div.teaser .date {
    color: #09337B;
}

div.teaser  h3 {
    font-size:0.92em;
    margin:0!important;
}

div.teaser  p {
    margin: 0;
}

#sidebar .teaser {
    padding: 0 6px 0 6px;
}

/** Schwerpunkte / Settings **/

.schwerpunkte, .settings {
    margin: 0 0 14px 0;
    font-size: 0.92em;
}

.schwerpunkte ul, .settings ul {
list-style-type:none;
margin: 0;
}

.schwerpunkte ul li, .settings ul li {
margin: 0;
vertical-align:middle;
}

.schwerpunkte ul li img, .settings ul li img {
    margin: 0 12px 0px 0;
}

/**** Teaser Startseite ****/
.teaserProdukte {
    margin: 30px 0 0 0;
    width: 540px;
    overflow: hidden;
}

.teaserProdukte .produkt {
    float: left;
    border: 1px solid #808080;
    height: 225px;
    padding: 2px 0 0 0;
    margin: 0 15px 0 0;
}

.teaserProdukte .produkt h2 {
        margin: 0 0 3px 3px;
}

.teaserProdukte .produkt img {
    width: 160px;
    border: none;
}

.teaserProdukte .produkt ul {
    margin: 12px 0 8px 0;
    list-style: none;
}

.teaserProdukte .produkt ul li {
    margin: 0 0 0 12px;
    width: 140px;
}


/* ZEBRA */
table.zebraTable { margin:0 0 1em 0; border: 1px solid  }

table.table td { 
    text-align:left; 
    background:#b0b7cb; 
    padding:1px 4px 1px 4px; 
} 

table.table th { 
    text-align:left; 
    background:#003f6d; 
    color:#FFF; 
    padding:3px 3px; 
}

table.zebraTable {
    font-size: 11px;
}

table.zebraTable th { 
    text-align:left; 
    background:#ff7f00; 
    color:#FFF; 
    padding:1px 4px; 
}

table.zebraTable tr { background:#FFF; }

table.zebraTable td { 
    text-align:left; 
    padding:1px 4px; 
}
 
table.zebraTable .odd { background:#EEEEEE; } 




/**** IMAGE GALLERY ****/
table.gallery {
    margin: 0px 0px 0px 0px;
    width: auto;
}

table.gallery td.gallery-navigation {
    /*font-size: 0.6875em;*/    
}

table.gallery tr.thumbnails td {
    padding: 0;
}

table.gallery dd {
}

div.download {
    padding: 3px 0 3px 10px;
    background: url(../images/link_pfeil_klein.gif) no-repeat 0px 7px;

}

div.downloadImg {

    padding: 0;
    margin-top:10px;
    background: url(../images/navi_pfeil_rechts.gif) no-repeat 10px 7px;
}

dl.gallery-detail {
    margin: 20px 10px 0px 0px;
}

dl.gallery-detail dt {
    text-align: left;
    padding: 0;
}


td.gallery_image{
    padding:0px;   
}

td.gallery_image img {
    margin: 0;
}

td.gallery_image div.link_image{
    padding:0;  
    background-position:top center; 
    margin: 0 29px 29px 0;
    overflow:hidden;
    height: 100px;
    width: 160px;
    border: 0px solid #fecf10;  
}

/*td.gallery_image div.icon-zoom {
    background-image: url(../upload/corporate/icon_zoom.gif);
    background-repeat: no-repeat;
    position: absolute;
    z-index: 10;
    left: 50px;
}*/

td.gallery_image img.icon-zoom {
    position: absolute;
    margin: -20px 0 0 80px;
}


td.gallery_image .bottom_links{

}
td.gallery_image .bottom_links{
    margin-bottom: 0px; 
    text-align:left; 
    width:180px; 
}
td.gallery_image .links{
    margin-bottom: 0px;
}



} /* end: @media all */

/*================================================
 * Forms
 *===============================================*/
@media handheld, screen {

label { 
    display: block;
    float: left;
    width: 100px;
    padding:2px 0;  
}

input {
    float: left;
    background:#FFF;
    border:1px solid #adacac; 
    padding:2px; 
    height:12px;
    font-size:11px;
}

input.termineSpeichern {
    float: left;
    background:#FFF;
    border:1px solid #adacac; 
    padding:2px; 
    font-size:11px;
    height: auto;
    margin: 0 0 0 0px;
}

select {
    display: block;
    float: left;
    width: 100px;  
    background:#FFF;
    border:1px solid #adacac;  
}

form br { 
  clear: left;
}

input.submit {
    width:auto;
    color:#09337b;
    background:#FFF;
    font-size:11px;
}

/** Seitensuche **/
#suche {
    padding:4px 0 0 0;
}

#suche label {
    width:40px;
}

#suche input {
    width: 140px;
    margin:0 1px 0 0;
    color:#666;
}

#suche input.submit{
    width:26px !important;
    height:18px !important;
    padding:0;
    text-align:center;
    outline:0;
}
} /* end: @media handheld, screen */

/*================================================
 * Farbmanagement
 *===============================================*/
@media handheld, screen { 

/** default / Home **/
#mainnav,
#sidebar h2 {
    background:#ffba76;
}

/** �ber uns **/
#ueberUns #mainnav,
#ueberUns #sidebar h2 {
    background:#fff7bd;
}

/** Erfahrungsp�dagogik **/
#erfahrungspaedagogik #mainnav,
#erfahrungspaedagogik #sidebar h2 {
    background:#d2e4ff;
}

/** Teamentwicklung **/
#teamentwicklung #mainnav,
#teamentwicklung #sidebar h2 {
    background:#d6d6d6;
}

/** Events **/
#events #mainnav,
#events #sidebar h2 {
    background:#ffba76;
}


} /* end: @media handheld, screen */

/*================================================
 * Print
 *===============================================*/
@media print {
#mainnav,
#banner,
#sidebar,
#footer ul,
#navbar {
    display:none;
}

#outer {
    width:100%;
}

html {
    height:100%;
}

body {
    font-size:11pt;
    color:#000;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}

#main {
    width:100%;
    margin:0;
    padding:30pt 0 0 0;
}

#content {
    width:100%;
    position:relative;
    padding:0 0 0 0;
    margin:0;
}

#content ul {
    margin:0 0 1em 21pt;
    list-style:disc;
}

#content li {
    padding-left:2pt;
}

h1 {
    page-break-after:avoid;
    color:#000;
}

h2 {
    page-break-after:avoid;
    color:#000;
}

h3 {
    page-break-after:avoid;
    color:#000;
}

} /* end: @media print */

/*================================================
 * Clearing
 *==============================================*/
@media handheld, screen {

.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.clearfix {
    display:inline-block;
}

/* Hide from IE Mac \*/
.clearfix { display:block; }
/* End hide from IE Mac */

* html .clearfix {
    height:1%;
}

.floatbox {
    overflow:hidden;
}

.hide {
    position:absolute;
    top:-5000px;
    left:-5000px;
    width:0;
    height:0;
    display:inline;
    overflow:hidden;
}

} /* end: @media handheld, screen */




 