html { 
padding:0px;
margin:0px;
}

body {
background-color: #111111;
font-size: 12px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#cccccc;  
padding:0px;
text-align: center;	
}

a {
color: ff9900;
}

h1,h2,h3{
display: inline-block;
color: #fff;
}

ul {
list-style-type: none;
}

img {
border: none;
}

#navlist li a {
text-decoration: none;
font-weight: bold;
}

#right li a {
text-decoration: none;
}

/*  positioning-layers statisch und absolut */
#container1 {
margin-left: auto;
margin-right: auto;
width: 1024;
text-align: center;
height: 100%;
}

#header {
width: 1024;
text-align: left;
}

#container2 {
margin-left: auto;
margin-right: auto;
width: 1024;
float: left;
text-align: left;
}

/*horizontal menu*/
#left {
float: right;
color: #564b47;
padding-top: 70px;
}

#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}

/*content*/
#content {
background-color: #000000;
margin: 0px 180px 0px 0px;
min-height: 300px; 
padding: 20px; 
}

#content2 {
background-color: #000000;
margin: 0px 180px 0px 0px;
min-height: 300px; 
padding: 20px; 
}

/* for Internet Explorer */
/*\*/
* html #content2 {
height: 900px;
border-right-color: #000000;
border-right-width: 0px;
width: 700px;
}
* html #right {

width: 220px;
}
/*product content hack*/
* html #container3 {

}

/**/
#container3 {
background-color: #000000;
}


/*vertical menu*/
#right {
float: right;
       
width: 220px;
color: #564b47;
margin: 0px; 
padding: 0px;
background-color: #000000;
text-align: left;
}

#footer {
width: 1024;
float: left;
padding-top: 10px;
padding-bottom: 20px;
}

/* Classes */
.thejust p {
text-align: justify;
}

