
* {
    margin: 0px;
    padding: 0px;
    border: 0px solid red;
    /* font-family: "Trebuchet MS", sans-serif; */
    font-family: Arial;
}

body {
    text-align: center;
    width: 100%;
    /* background-color: #FFFFFF; */
    background-color: #919297;
}

div#divMain {
    width: 984px;
    margin: 0px auto;
    text-align: left;
    border: 10px solid #ffffff;
    border-top-width: 3px;
    overflow: hidden;
    background-color: white;
}

div#divMain div#head {
    margin-top: 0px;
    margin-left: 0px;
    margin: 0px; 
    padding:0px;
    border-size: 0px;
    height: 190px;
}

div#divMain div#head img {
    margin: 0px;
    padding: 0px;
}

/* Anpassung der Boxen ganz rechts*/
div#divRight {
    width: 197px;
    overflow: visible;
    float: right;
    background-color: transparent;
}
/* Anpassung der Boxen ganz links (Navigation)*/
div#divLeft {
    margin-top: 0px;
    margin-left: 0px;
    width: 197px;
    overflow: hidden;
    float: left;
    background-color: #B1BD3D;
    padding: 4px;
}

div#divContent {
    width: 756px;
    overflow: hidden;
    float: left;
    border: 10px solid #ffffff;
}

div.boxLeft {
    margin-bottom: 15px;
}

/*Navigationsbox links Überschriften z.B.*/
div.boxLeft div.head {
    margin-bottom: 1px;
    padding-top: 3px;
    padding-left: 20px;
    font-size: 12px;
    height: 17px;
    width: 170px;
    font-variant: normal;
    letter-spacing: 0px;
    background-image: url(../images/navTop_.gif);
    color: white;

}

div.boxLeft div.level1Inverse {
    margin-bottom: 4px;
    padding-top: 3px;
    height: 43px;
    width: 195px;
    font-variant: normal;
    letter-spacing: 0px;
    color: white;
    font-size: 24px;
    border: 1px solid #ffffff;
    background-color: #D2E148;
    background-image: url(../images/home.png);
}
div.boxLeft div.level1Inverse a {
    text-decoration: none;
    padding-left: 20px;
    font-family: Arial;
    color: white;
    font-weight: bold;

    display: block;
    width: 170px;
}

div.boxLeft div.level1Inverse a:hover {
}



div.boxLeft div.level1 {
    margin-bottom: 4px;
    height: 43px;
    width: 195px;
    font-variant: normal;
    letter-spacing: 0px;
    color: white;
    font-size: 24px;
    border: 1px solid #ffffff;
    background-color: #D2E148;
}

/* Navigation unterkategorie nicht angewhlt*/
div.boxLeft div.level1 a {
    text-decoration: none;
    padding-left: 20px;
    font-family: "Arial Narrow", "Arial", "Verdana";
    color: white;
    font-weight: bold;

    display: block;
    width: 175px;
    height: 43px;
}

div.boxLeft div.level1 a:hover {
    background-color: #919297;
    color: #D2E148;
}


div.boxLeft div.level1Hi {
    margin-bottom: 4px;
    padding-top: 3px;
    height: 43px;
    width: 195px;
    font-variant: normal;
    letter-spacing: 0px;
    color: white;
    font-size: 24px;
    border: 1px solid #ffffff;
    background-color: #919297;
}

/* Navigation unterkategorie angewählt*/
div.boxLeft div.level1Hi a {
    text-decoration: none;
    padding-left: 20px;
    font-family: "Arial Narrow", "Arial", "Verdana";
    color: #ffffff;
    font-weight: bold;

    display: block;
    width: 170px;
}

div.boxLeft div.level1Hi a:hover {
    /* color: white; */
}

div.boxLeft div.level2 {
    margin-bottom: 4px;
    margin-left: 5px;
    height: 30px;
    width: 190px;
    font-variant: normal;
    letter-spacing: 0px;
    color: white;
    font-size: 24px;
    border: 1px solid #ffffff;
    background-color: #D2E148;
}

div.boxLeft div.level2 a:hover {
    background-color: #919297;
    color: #D2E148;
}

div.boxLeft div.level2 a {
    text-decoration: none;
    padding-left: 10px;
    font-family: "Arial Narrow", "Arial", "Verdana";
    color: white;
    font-weight: bold;

    display: block;
    width: 180px;
}

div.boxLeft div.level2Hi {
    margin-bottom: 4px;
    margin-left: 5px;
    height: 30px;
    width: 190px;
    font-variant: normal;
    letter-spacing: 0px;
    color: #ffffff;
    font-size: 24px;
    border: 1px solid #ffffff;
    background-color: #919297;
}

div.boxLeft div.level2Hi a {
    text-decoration: none;
    padding-left: 10px;
    font-family: "Arial Narrow", "Arial", "Verdana";
    color: #ffffff;
    font-weight: bold;

    display: block;
    width: 185px;
}

div.boxLeft div.level2Hi a:hover {
}


div.boxLeft div.banner {
    background-color: #B3E0FE;
    padding: 10px 5px;
    width: 180px;
}

div.boxLeft div.banner div {
    padding: 0px;
    background-color: black;
    color: white;
    height: 150px;
    width: 180px;

    line-height: 150px;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    font-variant: normal;
    color: white;

}

div.boxRight {
    margin-bottom: 15px;
}

div.boxRight div.head {
    margin-bottom: 1px;
    padding-top: 3px;
    padding-left: 20px;
    font-size: 12px;
    height: 17px;
    width: 170px;
    font-variant: normal;
    letter-spacing: 0px;
    background-image: url(../images/navTop_.gif);
    color: white;

}

div#box5 {
    background-color: #B3E0FE;
    padding: 10px 5px;
    width: 180px;
    height: 35px;
    position: relative;
}

input#box5Text1 {
    padding-left: 3px;
    position:absolute;
    left: 5px;
    top: 15px;
    width: 140px;
    height: 20px;

}

input#box5Submit1 {
    position: absolute;
    left: 150px;
    top: 15px;
}

div#box6 {
    padding: 10px 5px;
    width: 185px;
    /*
    height: 172px;
    */
    height: 90px;
    position: relative;
    border: 1px solid #ffffff;
}

div#box6 label {
    font-size: 12px;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
    letter-spacing: 0px;

}

div#box6 div.head {
    position: absolute;
    left: 10px;
    top: 0px;
    width: 1000px;
    overflow:hidden;

    text-decoration: none;
    padding-left: 0px;
    font-family: Arial;
    color: white;
    font-weight: bold;
    font-size: 24px;

   
}

span#box6Label1 {
    position:absolute;
    left: 10px;
    top: 30px;
    width: 50px;
    height: 20px;
}

input#box6Text1 {
    position:absolute;
    padding-left: 3px;
    left: 10px;
    top: 48px;
    width: 172px;
    height: 20px;

}

span#box6Label2 {
    position:absolute;
    left: 10px;
    top: 75px;
    width: 50px;
    height: 20px;
}

input#box6Text2 {
    padding-left: 3px;
    position:absolute;
    left: 10px;
    top: 93px;
    width: 172px;
    height: 20px;

}

input#box6Submit1 {
    position: absolute;
    left: 15px;
    top: 123px;
}

a#box6Link1 {
    position:absolute;
    left: 10px;
    top: 152px;
    width: 160px;
    height: 20px;

    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 0px;
}

a#box6Link1:hover {
    text-decoration: underline;
}

a#box6Link2 {
    position:absolute;
    left: 10px;
    top: 170px;
    width: 150px;
    height: 20px;

    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 0px;
}

a#box6Link2:hover {
    text-decoration: underline;
}

a#box6Link3 {
    position:absolute;
    left: 0px;
    top: 40px;
    width: 150px;
    height: 20px;

    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 0px;
}

a#box6Link3:hover {
    text-decoration: underline;
}

div.boxRight div.cmsMsg {
    background-color: #B3E0FE;
    padding: 10px 5px;
    width: 180px;
    position: relative;
    font-size:12px;
}

div#box7 {
    background-color: #B3E0FE;
    padding: 10px 5px;
    width: 180px;
    height: 80px;
    position: relative;
}

span#box7Label1 {
    position:absolute;
    left: 125px;
    top: 15px;
    width: 50px;
    height: 20px;

    font-size: 12px;
    color: black;
    font-weight: normal;
    text-decoration: none;
    letter-spacing: 0px;
}

input#box7Text1 {
    position:absolute;
    padding-left: 3px;
    left: 5px;
    top: 15px;
    width: 112px;
    height: 20px;

}

span#box7Label2 {
    position:absolute;
    left: 125px;
    top: 40px;
    width: 50px;
    height: 20px;

    font-size: 12px;
    color: black;
    font-weight: normal;
    text-decoration: none;
    letter-spacing: 0px;
}

input#box7Text2 {
    padding-left: 3px;
    position:absolute;
    left: 5px;
    top: 40px;
    width: 112px;
    height: 20px;

}

input#box7Submit1 {
    position: absolute;
    left: 5px;
    top: 75px;
}

a#box7Link1 {
    position:absolute;
    left: 10px;
    top: 92px;
    width: 160px;
    height: 20px;

    font-size: 12px;
    color: black;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 0px;
}

a#box7Link2 {
    position:absolute;
    left: 10px;
    top: 110px;
    width: 150px;
    height: 20px;

    font-size: 12px;
    color: black;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 0px;
}

div#box8 {
    background-color: #B3E0FE;
    padding: 10px 5px;
    width: 180px;
    position: relative;
}

span#box8Label1 {
    left: 125px;
    top: 15px;
    width: 50px;
    height: 20px;

    font-size: 12px;
    line-height: 12px;
    color: black;
    font-weight: normal;
    text-decoration: none;
    letter-spacing: 0px;
}

/*Überschrift zwischen Banner und Navigation*/
div#bc {
    color: #0059A4;
    margin-bottom: 6px;
    padding-top: 3px;
    padding-left: 20px;
    font-size: 12px;
    font-variant: normal;
    letter-spacing: 0px;
    float: left;
    font-family: "Trebuchet MS", sans-serif;


}
div#bc a {
    color: #4BA1EA;
    text-decoration: none;
}
/* Footer bereich einstellung */
div#siteFooter {
    margin-bottom: 1px;
    padding-top: 3px;
    padding-left: 20px;
    font-size: 12px;
    height: 20px;
    width: 800px;
    font-variant: normal;
    letter-spacing: 0px;
    color: #0059A4;
    font-family: "Trebuchet MS", sans-serif;
}

div#siteFooter a {
    color: #0059A4;
    font-family: "Trebuchet MS", sans-serif;
    text-decoration: none;
}

input.text {
    border: 0px;
    background-color: white;
    height: 18px;
}

div.artikelRow {
    clear: both;
}

div.artikelCol {
    float: left;
    margin: 2px;
    height: 100%;
}


/* formatierung des contents*/
div.artikel {
    border: 0px solid red;
    margin-bottom: 20px;
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
}

div.width11 {
    width: 752px;
}

div.width23 {
    width: 500px;
}

div.width12 {
    width: 374px;
}

div.width12 div.artikel div.content {
    /* height: 305px; */
}

div.width13 {
    width: 248px;
}

div#bc {
    display:none;
}

/* höhe des Überschriftenfeldes einer Artikelbox */
div.artikel div.head {
    background-repeat:no-repeat;
    background-color: #B1BD3D;
    border: 0px solid red;
    border-top:10px solid #929398;
    padding: 2px 4px 0px 38px;
    color: white;
    font-size: 16px;
}
/* höhe der Box eines Artikels */
div.artikel div.content {
    border-color: #F7941D;
    border-style: solid;
    border-width: 0px 0px;
    padding: 5px;
    /*height: 400px; */
    font-weight: normal;
}
div.artikel div.foot {
    padding: 5px 5px;
    color: white;
    text-align: left;

    border-right-width: 0px;
    border-right-style: solid;
    border-right-color: #F7941D;

    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #F7941D;

    border-left-width: 0px;
    border-left-style: solid;
    border-left-color: #F7941D;
    
    height: 25px;
}

div.artikel div.foot a {
    color:black;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
}

div.artikel div.foot a:hover {
    text-decoration: underline;
}

div.artikel div.foot div.details {
    float: left;
}

div.artikel div.foot div.back {
    float: left;
}

div.artikel div.foot div.downloads {
    float: left;
}

div.artikel div.foot div.bestellen {
    float: right;
    /*
    background-image: url(../images/iconI.gif);
    background-repeat: no-repeat;
    background-position: 0px 2px;
    */
}

div.artikel div.emptyfoot {
    background-color: #F7941D;
    padding: 0px;
    color: white;
    height: 1px;
    overflow: hidden;
    /* border: 0px 0px 1px 0px solid #F7941D;*/
}

.footnav {
	border: 0px solid red;
	float: right;
}
.footnav a {
    color: #ffffff;
    border: 1px solid #ffffff;
    text-decoration: none;
    padding: 0px  2px;
    position: relative;
    top: -2px;
    font-size: 10px;
}

div.imgAlignLeft {
    float: left;
    margin: 5px;
}

div.imgAlignLeft img {
   border: 1px solid #B1BD3D;
   margin:0px;
   padding: 0px;
}

table.downloads {
}

table.con11Default input {
    border: 1px solid #ECE9D8;
}

div#box2 {
    color: #ffffff;
    margin: 0px 0px 0px 0px;
    padding: 10px 5px;
    width: 185px;
    height: 112px;
    position: relative;
    border: 0px solid #ffffff;
}

div#box2 a {
    font-size: 14px;
    color: #ffffff;
}


div.hr {
    background-color: #B1BB41;
    margin: 2px;
    border-top: 8px solid #8F9396;
    height: 8px;
}

div#divContent p {
    margin: 10px;
}

div#divContent ul,
div#divContent ol { 
    margin: 10px;
    padding-left: 15px;
}
