/* shop.css */

div#headerUserInformation {
background-color: #B3DD8B !important;
}
div#menuFooter {
background-color: #B3DD8B !important;
}

a:hover {
/*text-decoration: underline;*/
/*color: #919090!important;*/
}


body.oneElement {
        background-image: URL(/users/18000/17343/17343/img/17343_cksback_streifen2.gif); 
        background-repeat: repeat-x !important;
        background-color:#B3DC8B;
        /*color: #919090!important;*/
}

body.oneElement.mvc #main {
        padding: 0.3%;
        margin:0 0 0 0 !important;
}

body.oneElement #barLeft, body.oneElement #barRight {
        display:none;
}

body.oneElement #menuTop {
        float:left;
        width:821px;
        height: 30px;
        padding:0 0 1em 0;
        margin:2em 0 0.5em 0;
        font-size:0.9em;
}

body.oneElement #menuTop h1 {
        font-size: 3em;
        color: #919090!important;
        margin-left: 200px;
}

body.oneElement #menuTop p {
        margin:1em 0 0 0em;
        margin-left:200px;
        color: #919090!important;
}

body.oneElement #menuTop a:visited{
       color: #919090!important;
        text-decoration: none;
}

body.oneElement #menuLeft {
        width: 170px;
        float:left;
        font-size:0.9em;
        margin: 0 10px 0 0!important;
        padding:10px;
        /*background-color:#FFCC00!important;*/
        color: #232323 !important;
        /*border: 1px solid #9AFE2F;*/
}

body.oneElement #menuLeft p {
        float:left;
        width:100%;
       color: #333333 !important;
}

body.oneElement #menuLeft h1 {
        float:left;
        width:100%;
        font-size: 1.5em;
        color: #333333 !important;

}

body.oneElement #menuLeft ul {
        margin:0.5em 0 2em 0.5em;
        color: #333333 !important;
        padding: 5%;
        float:left;
        list-style-type: circle;
        border-bottom: 1px dashed #fff;
        width: 80%;
}

body.oneElement #menuLeft ul li .button {
        margin:0.5em 0 0 0;
        width:100%;
       color: #333333 !important;
}

body.oneElement #menuLeft a{
        color: #333333 !important;
        text-decoration: none;
        font-size: 1.2em;
}

body.oneElement #menuLeft a:link{
        color: #333333 !important;
        text-decoration: none;

}

body.oneElement #menuLeft a:visited{
        color: #fff;
        text-decoration: none;
}

body.oneElement #menuLeft a:focus{ }

body.oneElement #menuLeft a:hover{
        color: #333333 !important;
        text-weight: bold;
        text-decoration: none;
        background-color:#9AFE2F;
}

body.oneElement #menuLeft a:active { }

table.lefto {
	border-width: 0px;
	border-collapse: collapse;
}


table.lefto td {
  height: 100%;
  width: 200px;

}
table.lefto td a {
  display: inline-block;
  height:100%;
  width:100%;
}
table.lefto td a:hover {
  background-color: yellow;
}

table.lefthead {
font-size:20px;
font-weight:bold;
color:#CAEDC3 !important;
background-color: #78A04B;
width: 170px;
}

a.moti:link {color:#000000;}
a.moti:visited {color:#878787;}
a.moti:hover {color:#6cff00;font-weight:bold;}