/*******************************************************************************
Title:	Stylesheet for azag-volketswil.ch
Media:  Screen
Author:	ability-webdesign.ch
Update: 16.11.2009
*******************************************************************************/

@import url("../dmmjobcontrol/styles.css");

body{
    margin: 0;
    padding: 0;
    font:small verdana, helvetica, arial, sans-serif;
    text-align: center;
    color:#757575;
    background:url(../images/body-bg.gif) 0 0 repeat-x;
}

a{
    text-decoration: none;
}

a:focus{
    outline:none
}

h1{
    font-size:18px;
    font-family:century gothic, verdana, helvetica, arial, sans-serif;
    /*font-weight:400;*/
    margin:0 0 10px 0;
}

h2{
    font-size:14px;
    margin:0 0 10px 0;
    /*border-bottom:1px dotted #757575;*/
}

h3{
    font-size:11px;
    margin-top:20px
}

h4{
    font-size:11px;
    border-bottom:1px solid #757575;
    margin-top:0px;
}

a img{
    border:0;
}

table{
    font-size:11px;
}

hr {
    border:none;
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 0;
    height: 1px;
}


/**********************************************************

Wrapper

***********************************************************/

#wrapper{
    position: relative;
    margin: 0 auto;
    padding: 0 10px;
    text-align: left;
    width: 955px;
    background: url(../images/wrapper-bg.gif) 0 0 repeat-y #fff;
}

#wrapper-shadow{
    position:absolute;
    top:0;
    left:0;
    width: 975px;
    height:450px;
    background: url(../images/wrapper-shadow.gif) 0 0 no-repeat;
}


/**********************************************************

Header

***********************************************************/

#header-nav{
    position:relative;
    font-size:10px;
    text-align:right;
    border-bottom:2px solid #fff;
    padding:8px 10px 8px 0;
    background: url(../images/body-bg.gif) 0 0 repeat-x;
}

#header-nav ul, #header-nav li{
    display:inline;
    padding:0;
    margin:0;
}

#header-nav ul li a{
    padding:0 5px;
    text-decoration:none;
    color:#757575;
    border-left:1px solid #757575;
}

#header-nav ul li a:hover{
    text-decoration: underline;
}

#header-nav ul .first a{
    border:none;
}


#header-spacer{
    border-top:1px solid #c3c3c3;
    border-bottom:1px solid #a6a5a5;
}

#header{
    position:relative;
    margin:0;
    padding:0;
    height:100px;
    width:955px;
    background:url(../images/logo.gif) 15px 10px no-repeat #fff;
}

#header h1{
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    width:470px;
}
#header h1 a{
    display: block;
    width:125px;
    height:100px;
    text-decoration: none;
}


#location-nav{
    position:absolute;
    left:128px;
    top:22px;
    margin:0;
    padding:0;
    list-style:none;
    font:italic bold 18px Verdana, Arial, Helvetica, sans-serif;
    font-weight:400;
}

#location-nav ul, #location-nav li{
    display:inline;
    padding:0;
    margin:0;
}

#location-nav li a{
    padding:0 8px 0 6px;
    text-decoration:none;
    color:#6e6060;
    border-right:2px solid #e30019;
}

#location-nav a:hover{
    color:#000;
}

#location-nav li.current a{
    color:#000;
    font-weight:600;
}

#location-nav .last a{
    border-right:none;
}


/***********************************************************

Main navigation

***********************************************************/

ul#nav{
    position:relative;
    font-size:10px;
    border-right:295px solid #a7a4a5;
    height:18px;
    margin:0;
    padding:0;
    border-left:10px solid #fff;
    background-color:#fff;
    z-index:1;
}

#nav li{
    float: left;
    list-style:none;
    padding:0;
    margin:0;
}

#nav li:hover,
#nav li.menuHover,
#nav li.active,
#nav li.current a{
    background-color: #a7a4a5;
    color:#fff;
}

#nav li a{
    display: block;
    padding:0 3px;
    width: auto !important;
    /* für den IE wird eine feste Breite benötigt,
    da ansonsten display: block nicht funktioniert.
    Da dem IE aber egal ist wenn das Element zu schmal
    definiert ist gehts wunderbar mit 1px und ist
    dennoch dynamisch breit */
    width: 1px;
    height: auto !important;
    height: 1px;
    line-height: 18px;
    color:#494b4e;
    white-space: nowrap;
}

#nav li a:hover{
    color:#fff;
}
/*
#nav li.active a{
color:#fff;
}*/

#nav li ul{
    position: absolute;
    top: 17px;
    left: -9999px;
    width: 188px !important;
    width: 210px;
    margin-left: -30px;
    padding: 0 30px 30px 30px;
    text-transform:none;
}

#nav li li{
    clear: left;
    width: 191px !important;
    width: 191px;
    border: none;
    background-color:#DBE0E2;
    opacity: 0.80;
    -moz-opacity: 0.80;
    -khtml-opacity: 0.80;
    filter: alpha(opacity=80);
}

#nav li li:hover{
    height: 100%;
    opacity: 1.0;
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    filter: alpha(opacity=100);
    background-color: #fff;
}

#nav li li a{
    width: 186px;
    line-height: 16px;
    padding: 2px 10px 2px 30px;
    background: url(../images/bullet.png) 18px 8px no-repeat;
    white-space: normal;
    border-bottom: 1px solid #ccc;
}

#nav li li a:hover{
    background-image: url(../images/bullet.png);
    background-color:#fff;
    color: #000;
}

#nav li:hover ul, #nav li.menuHover ul{
    left: auto;
}


/***********************************************************

Sub navigation

***********************************************************/

#subnav{
    position:relative;
    /*height:85px;*/
    padding-bottom:10px;
    border-bottom:2px solid #ccc;
}

#subnav table, #subnav table td{
    border:none;
    padding:0;
    margin:0;
    border-collapse:collapse;
}
#subnav table h1{
    padding-right:20px;
}
#subnav table td{
    vertical-align:top;
}

#subnav ul, #subnav li{
    margin:0;
    padding:0;
    list-style:none;
}

#subnav ul li a{
    display:block;
    padding:2px 17px 2px 10px;
    text-decoration:none;
    height:1%; /* IE */
}

#subnav ul li a:hover, #subnav ul .current a{
    background-color:#bcbabb;
    /*background:url(../images/subnav-bg.gif) right center no-repeat #bcbabb;*/
    color:#fff;
}

#subnav ul .current-level-2 a:hover, #subnav ul .current-level-2 a{
    /*background:url(../images/subnav-conn.gif) right center no-repeat #bcbabb;*/
    background-color:#bcbabb;
    color:#fff;
}

#content #nav_level2{
    /*border-right:5px solid #fff;*/

    list-style-image:none;
    padding-left:0;
    margin-left:0;
}

#content #nav_level3{
    border-left:1px solid #bcbabb;

    list-style-image:none;
    padding-left:0;
    margin-left:0;
}


/***********************************************************

Flash / Header Image

***********************************************************/

#flash{
    position:relative;
    clear:both;
    height:344px;
    border-left:10px solid #fff;
    border-right:65px solid #a7a4a5;
    /*background-color:#fff;*/
    background:url(../images/flash-bg.gif) 0 0 repeat-y #fff;
}

#no-flash{
    text-align:center;
    padding:20px;
    font-size:12px;
}

#header-image{
    clear:both;
    height:90px;
    border-left:10px solid #fff;
    background-color:#a7a4a5;
    background-repeat:no-repeat;
}

#header-image #shadow{
    height:10px;
    background:url(../images/header-image-btm-shadow.gif) 0 0 no-repeat;
}

#header-image-shadow{
    position:relative;
    height:10px;
    background-color:red;
    background:url(../images/header-image-btm-shadow.gif) 10px 0 no-repeat;
    border-right:295px solid #a7a4a5;
}

#header-image-opacity{
    margin-left:650px;
    height:90px;
    width:225px;
    padding-right:5px;
    background:url(../images/header-image-right-shadow.gif) 0 0 no-repeat #edeff0;
    opacity: 0.80;
    -moz-opacity: 0.80;
    -khtml-opacity: 0.80;
    filter: alpha(opacity=80);
}


/**************************************************************

Container

**************************************************************/

#container{
    position: relative;
    margin: 0;
    padding: 0;
    font-size:11px;
    background-color:#fff;
}

/*************************************************************

Content

*************************************************************/

#content{
    position:relative;
    float:left;
    margin:15px 40px 20px 40px;
    padding:0;
    font-size:11px;
    width:580px;
}

#content p{
    margin:0 0 1em;
    padding:0;
    line-height:1.5;
    font-size:11px;
}

#content h2{
    border-bottom:1px dotted #757575;
}

#content a{
    text-decoration:underline;
    color:#757575;
}

#content a:hover a:hover{
    color:#aaa;
}

#content ul ul{
    list-style-image:url(../images/bullet.gif);
    padding-left:10px;
    margin-left:10px;
}


#inner-content{
    clear:both;
    margin-top:20px;
}


#content-right{
    position:relative;
    top:-10px;
    background-color:#a7a4a5;
    float:right;
    width:295px;
    margin-bottom:20px;
}

#content-right-box{
    background-color:#edeff0;
    padding:10px 20px 59px 40px;
    width:170px;
    height:100px;
    color:#757575;
    background:url(../images/box-shadow.gif) right 0 no-repeat #edeff0;
}

#content-right-box a{
    color:#757575;
}

#content-right-box a:hover{
    text-decoration:underline;
}

#content #content-right-box h2{
    margin:0;
    padding:10px 0 0px 0;
}

#content-right-inner{
    padding:10px 75px 40px 40px;
    color:#fff;
}
#content-right-inner ul, #content-right-inner li{
    margin:0;
    padding:0;
    list-style:none;
}
#content-right-inner li a{
    display:block;
    color:#fff;
    padding:5px 0;
    border-bottom:1px solid #fff;
    height:1%;
}
#content-right-inner li.last{
    border-bottom:none;
}

#content-right-bottom{
    border-top:4px solid #fff;
    border-bottom:15px solid #a7a4a5;
}


#content ul{
    list-style-image:url(../images/bullet.gif);
    padding-left:10px;
    margin-left:10px;
}

#content .csc-textpic-imagecolumn ul {
    padding: 0;
    margin: 0;
}

/******************************************************

Footer

******************************************************/

#footer{
    position:relative;
    clear:both;
    font-size:10px;
    margin:0;
    padding:0;
    color:#757575;
    border-top:1px solid #e8ebed;
}

#brands{
    height:40px;
    border-top:1px solid #edeff1;
}
#brands img{
    padding:0 10.95px;
}

#brands table, tr, td{
    margin:0;
    padding:0;
}

#brands table{
    border-collapse:collapse;
    width:100%;
}

#brands table td{
    text-align:center;
}


#footer-links{
    height:40px;
    background-color:#e8ebed;
    margin:0;
    padding:0 10px;
}


#footer-nav-left{
    margin:0;
    padding:14px 0 0 0;
    float:left;
}

#footer-nav-left li{
    display:inline;
    padding:0;
    margin:0;
}

#footer-nav-left li a{
    padding:0 5px;
    margin:0;
    text-decoration:none;
    color:#757575;
    border-left:1px solid #757575;
}

#footer-nav-left li a:hover{
    text-decoration: underline;
}
#footer-nav-left .first a{
    border:none;
}


#footer-nav-right{
    margin:0;
    padding:14px 0 0 0;
    float:right;
}

#footer-nav-right li{
    display:inline;
    padding:0 5px;
    margin:0;
    color:#757575;
    border-left:1px solid #757575;
}

#footer-nav-right li a{
    text-decoration:none;
    color:#757575;
    font-weight:bold;
}

#footer-nav-right li a:hover{
    text-decoration: underline;
}
#footer-nav-right .first{
    border:none;
}

#shadow-btm{
    position:relative;
    margin:0 auto;
    height:5px;
    width:975px;
    background:url(../images/footer-shadow.gif) 0 0 no-repeat;
}


/**************************************************************

Form elements

***************************************************************/

/*
input.button, input.text{
border:1px solid #697883;
}
*/
input.button{
    color:#fff;
    background-color:#BCBABB;
    border:1px solid #697883;
    cursor:pointer;
}

input.text{
    width:240px;
}

input, select, textarea {
    font-size:11px;
}

.submit_button{
    text-align:right;
}

#search-box input{
    border:1px solid #697883;
    font-size:11px;
}

#search-box .search-input{
    width:105px;
    background-color:#e2e2e2;
}

#search-box .search-btn{
    cursor:pointer;
    background-color:#c6c5c5;
    width:20px;
}


/**************************************************************

Site elements

***************************************************************/

.error{
    font-size:10px;
    color:#FF0000;
    font-weight:bold;
}

.iframe{
    /*border:1px solid #fff;
    padding:10px;*/
}

#banner{
    position:absolute;
    right:0px;
    top:0px;
    width:200px;
    height:100px;
}

.clearer {
    clear: both;
}


/******************************************************

News

******************************************************/



/******************************************************

Content Table

******************************************************/

.contenttable {
    width:100%;
}

.contenttable p.bodytext {
    padding:0;
    margin:0;
}

.contenttable, .contenttable td, .contenttable th {
    padding:0;
    margin:0;
    border-collapse:collapse;
    vertical-align:top;
}

.contenttable td, .contenttable th {
    padding:3px;
}

.contenttable th {
    background:#dd021c;
    color:#fff;
}

.contenttable .odd {
    background:#fff;
}

.contenttable .even {
    background:#eee;
}


/******************************************************

Sales Table

******************************************************/

#sale {
    padding:0;
    margin:0;/*	border-collapse:collapse;*/
    width:600px;
    /*table-layout:fixed;*/
}
#sale tbody {
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
}
#sale tbody td {
    border-bottom:1px solid #ccc;
    border-right:1px solid #ccc;
    padding:3px;
}
#sale tbody td.first {
    border-left:1px solid #ccc;
}
#sale th.title {
    text-align:left;
    border-bottom:1px solid #ccc;
}
#sale tbody td.first p {
    width:90px;
}


/******************************************************

tx-abimagetour

******************************************************/


#c256 {
    margin:-10px 0 20px 0;
}

.tx-abimagetour-pi1-captions {
    width: 650px;
}

.tx-abimagetour-pi1-captions a {
    color: #757575;
    font-size: 11px;
}

.tx-abimagetour-pi1-imageset {
    background: url(../images/imageset-shadow.png) 0 bottom no-repeat;
    padding-bottom:8px;
}
/*
.tx-abimagetour-pi1-map {
background: url(../images/map-shadow.png) right bottom no-repeat;
padding:0 8px 8px 0;
}
*/


/******************************************************

Facts

******************************************************/

#content .facts {
    border-bottom:1px solid #ccc;
    height: 25px;
    overflow: hidden;
    padding:3px 0;
    cursor: pointer;
    position: relative;
}

#content .facts h1 {
    font-family: "Century Gothic",verdana,helvetica,arial,sans-serif;
    font-size: 18px;
    margin: 0;
    padding: 0;
    width: 260px;
    float: left;
}

#content .facts div.facts-content {
    margin: 0 20px 0 260px;
    padding: 0;
    font-family: verdana;
    font-size: 11px;
    color:#757575;
}

#content .facts div.facts-content p {
    line-height: 1.2;
}

#content .facts div.controls {
    position: absolute;
    top: 10px;
    right: 0;
    width: 15px;
    height: 11px;
    background: url(../images/up_down.png) 0 0 no-repeat;
}


/******************************************************

Two Cols

******************************************************/

#content .two-cols .left {
    float: left;
    width: 260px;
}

#content .two-cols .right {
    float: left;
    width: 260px;
}


#slideshow .infobox p {
    text-align: right;
}


/******************************************************

Opel Landing Page

******************************************************/

#flash_opel_landing_page {
    position: absolute;
    top:0;
    right:7px;
    width:223px;
    height:280px;
    z-index: 1000;
}

#flash_opel_landing_page div {
    background:#494949;
    position:absolute;
    right:0;
    bottom:0;
    height:50px;
    width:223px;
}

#flash_opel_landing_page a {
    color:#fff;
    text-align:right;
    padding:28px 13px 0 0;
    display:block;
}
