﻿/* -----------------------------------------
    File        : screen.css 
    Author      : christian.volz@terex.com
    Date        : 09.01.2009    
    Version     : 1.0
   ----------------------------------------- */

/* --- [General settings] --- */

* { padding: 0; margin: 0;} 

html, body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 1.2em;
    min-width: 770px;
    margin: 0 auto;
    background: #fff;
}

h1 {
    padding-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
}

h2, h3, h4 {
    font-weight: bold;
    font-size: 11px; 
}

ul{ padding: 2px 0px 0px 5px;}

li{ margin-left: 20px;}

td{ vertical-align: top;}

img{ border: 0px;}

p { padding: 4px 0;}

a {
    text-decoration: none;
    color:#c00;
    cursor:pointer;
}

a:hover { text-decoration:underline;}

.ffhack { clear:both;}

#container {
    width: 770px;
    margin: 10px auto;   
}

/* --- [text color content] --- */

.terex_red_normal{ color: #cc0000; }
.terex_red_bold{ color: #cc0000; font-weight: bold;}
.terex_black_bold{ color: #000; font-weight: bold;}

/* --- [accordion styles (JQuery: Standorte + Berufsausbildungen)] --- */

.accordion { border-bottom: 1px solid #ccc;}
.accordion p{ margin: 10px 0; line-height: 1.5em;}
.accordion h4{
 font-weight: bold;
 color: #cc0000;
 font-size: 11px;
 margin: 10px 0px;
}
.accordion h3 {
    background: #fff url(../r_img/arrow-square.gif) no-repeat right -51px;
    padding: 5px 10px;
    font: bold Verdana, Arial, Helvetica, sans-serif;
    border: solid 1px #ccc;
    cursor: pointer;
}
.accordion h3.active { background-position: right 5px;}

/* --- [Floating helpers (img)] --- */
.float_left {
    display:inline;
    float:left;
    margin-bottom:0.15em;
    margin-right:1em;
}

.float_right {
    display:inline;
    float:right;
    margin-bottom:0.15em;
    margin-left:1em;
}

.center {
display:block;
margin:0.5em auto;
text-align:center;
}

/* --- [Header with logo left & right top navigation] --- */

#logo{
    float: left;
    margin:0 0 0 1.5em;
}

#logo img{
    padding: 2em 0;
    margin-right: 0.5em;
}

#global{
    width: 450px;
    float: right;
    text-align: right;
    padding: 0.8em 0 0.7em 0;
}

#global a {
    padding: 0.8em 0.5em;
    color:#000;
    text-decoration:none;
}

#global a:hover{
    color:#cc0000;
    text-decoration:underline; 
}
 
#global a.local {
    padding-left: 5em;
    background:url(../r_img/global.gif) 0 50% no-repeat;
}

/* --- [Primary navigation] --- */

#navbar {
background:transparent url(../r_img/navBackground.gif) repeat-x scroll left bottom;
    clear:both;
    height:28px;
    width:770px;
}

#nav { border-top:2px solid #660000;}

#navbar, #nav, #nav ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}

#navbar, #nav li {padding-top:0.2em;}

#nav ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0.2em 0 0;
}

#nav ul li {
    float:left;
    margin:-0.4em -1em 0 0;
    padding:0.2em 0.5em 0.4em;
}

#nav li a {
    background:transparent url(../r_img/menubar_divide.gif) no-repeat scroll 0 4px;
    color:#FFFFFF;
    font-size:13px;
    padding:0 15px 0 15px;
    display:block;
    text-align:center;
    text-decoration:none;
}

#nav ul li a:hover {
    border-top:2px solid #FFFFFF;
    margin-top:-2px;
    padding-top:0;
}

#nav li#first a {
    background-image:none;
    padding-left:20px;
}

/* --- [Breadcrumb] --- */
 
#bread {
    margin: 0.2em 0 0 0;
    padding: 0.4em;
    background-color: #F2ECDE; 
}

#bread p { padding: 0 0.8em;}

#bread a { 
    color: #000;
    text-decoration:underline;
}

#bread a:hover {
    color:#cc0000;
}

/* --- [Content styles - main content container, lists] --- */

#mainContent {
    padding: 5px 0 0 0;
    float:right;
    width: 600px;
}

.standard { list-style: none;}

.standard a {
    color:#000;
    padding: 2px 0;
    text-decoration: none;
}

.standard img{ vertical-align: middle;}

.standard a:hover {
    color:#cc0000;
    text-decoration:underline;
}

/* --- [Tables - box splittings] --- */

.td_6{ width: 6px; }

.td_33{
    width: 196px;
    vertical-align: top;
    background-color: #F2ECDE;
    border-left: #DBD8C9 1px solid;
    border-top:  #DBD8C9 1px solid;
    overflow: hidden; 
    padding: 5px 5px 0px 5px;  
}

.td_66{
    width: 396px;
    vertical-align: top;
    background-color: #F2ECDE;
    border-left: #DBD8C9 1px solid;
    border-top:  #DBD8C9 1px solid;
    overflow: hidden; 
    padding: 5px 5px 0px 5px;  
}

.td_50{
    width: 298px;
    vertical-align: top;
    background-color: #F2ECDE;
    border-left: #DBD8C9 1px solid;
    border-top:  #DBD8C9 1px solid;
    overflow: hidden; 
    padding: 5px 5px 0px 5px;  
}

.td_100{
    width: 600px;
    vertical-align: top;
    background-color: #F2ECDE;
    border-left: #DBD8C9 1px solid;
    border-top:  #DBD8C9 1px solid;
    overflow: hidden; 
    padding: 5px 5px 0px 5px;  
}

.td_33 h2{
    padding: 5px 0px 10px 0px;
    color: #CC0000;
}

.img_style {
    padding: 2px; 
    border: 1px solid #ccc;
}

.bottom{
    background: #F2ECDE url(../r_img/b_bottom_right.gif) bottom right no-repeat;
    border-left: #DBD8C9 1px solid;
}

/* --- [Left navigation] --- */

#leftNav {
    float:left;
    width: 160px;
    background:#f2ecde; 
    margin: 5px 0px 10px 0px;
    overflow: hidden;
}

#leftNav h4{
    color: #cc0000;
    padding: 5px 5px 0px 5px;
   }

#leftNav ul {
    list-style:none;
    padding-bottom: 10px;
   }

#leftNav ul li {
   font-size: 1em;
    margin: 0px;
    padding: 0px;
}

#leftNav a {
    /* display:block; */
    color:#000;
    padding: .2em 0;
    text-decoration:none;
}

#leftNav a:hover {
    color:#cc0000;
    text-decoration:underline;
}

/* --- [Footer styles] --- */

#footer {
    font-size:0.9em;
    border-top:1px solid #CC0000;
    clear:both;
    margin:1em 0;
    padding:0;
}

#footerLinks {
    border-bottom:1px solid #666666;
}

#footerLinks a{
    color: #000;    
}

#footerLinks a:hover{
    color: #cc0000;    
}

/* --- [Subcolumns splitting] --- */ 

.subcolumns { width: 100%; overflow:hidden; }
.c50l, .c25l, .c33l, .c66l, .c75l { float: left; }
.c50r, .c25r, .c33r, .c66r, .c75r { float: right; margin-left: 0px; }
.c25l, .c25r { width: 25% }
.c33l, .c33r { width: 33.333% }
.c50l, .c50r { width: 50% }
.c66l, .c66r { width: 66.666% }

/* --- [Thickbox specific settings] --- */

#TB_window {
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
}
#TB_secondLine {
    font: 10px Verdana, Arial, Helvetica, sans-serif;
    color:#666666;
}

#TB_window a:link {color: #cc0000;}
#TB_window a:visited {color: #cc0000;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #cc0000;}
#TB_window a:focus{color: #cc0000;}

#TB_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
    background-color:#000;
    filter:alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
    position: fixed;
    background: #ffffff;
    z-index: 102;
    color:#000000;
    display:none;
    border: 1px solid #ccc;
    text-align:left;
    top:50%;
    left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
    display:block;
    margin: 15px 0 0 15px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
}
#TB_caption{
    height:25px;
    padding:7px 30px 10px 25px;
    float:left;
}
#TB_closeWindow{
    height:25px;
    padding:11px 25px 10px 0;
    float:right;
}
#TB_title{
    background-color:#ccc;
    height:30px;
    padding-left: 10px;
}

#TB_load{
    position: fixed;
    display:none;
    height:13px;
    width:208px;
    z-index:103;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
    z-index:99;
    position:fixed;
    top: 0;
    left: 0;
    background-color:#fff;
    border:none;
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    height:100%;
    width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
    clear:both;
    border:none;
    margin-bottom:-1px;
    margin-top:1px;
    _margin-bottom:1px;
}