/* Start of CMSMS style sheet 'LxPN' */
* {
  margin:0;
  padding:0;
}

body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
}

div {
   font-size: 11px;
}

 img {
   border: 0;
   margin-right: 5px;
}

a,
a:link 
a:active {
   text-decoration: none;
   background-color: inherit; 
  /* color: #cc6714;  */
   color: #1761A3;
}

a:visited {
   text-decoration: none;
   background-color: inherit;
   color: #1761A3;
}

a:hover {
   text-decoration: none;
}

body {
   background-color: #fff;
   color: #666666;
}

/* center wrapper, min max width */
div#pagewrapper {
   background-color: #fff;
   width: 100%;
}

div#header {
   /* border-bottom: 4px solid #948979; */
   background: #E50000 url(images/cms/lxpn_logo.jpg) no-repeat scroll 1px 50%; 
   padding-top: 10px;
   padding-left: 10px;
   padding-bottom: 10px;
  font-size: 24px;
   height: 80px;
   width: 100%;
   position: fixed;
   z-index: 100;
} 

div#buttons {
position: fixed;
top: 100px;
z-index: 110;
background-color: #000;
width: 100%;
height: 27px;
overflow-y: hidden;
border-top: 2px solid white;


}

div#buttons h1  {

width: 198px;
height: 27px;
float: left;
margin-right: 0px;
font-weight: bold;
color: #fff;
border-left: 2px solid;
padding-top: 3px;
}


div#buttons h1 a {

color: #fff;
padding-left: 10px;

}

div#headerbildrechts {
position: fixed;
float: right;
padding-right: 10px;
background-color: #E50000;
height: 80px;
background: #E50000 url(images/cms/linux_distributor.jpg) no-repeat scroll 1px 80%; 
 padding-top: 10px;
 padding-left: 10px;
   padding-bottom: 10px;
width: 245px;
right: 0px;
}


div#header h1 {
   font-size: 32px;
   color: #ff6600;
   line-height:1em;
   margin:0;
   text-align:left;
   font-family: Arial, Helvetica, sans-serif;
   letter-spacing: 6px;
}

#startseite td
{
border-right: 3px solid white;
}

#herstellerverzeichnis td
{
border-bottom-color:#BD0C18;
border-bottom-style:solid;
border-bottom-width:1px;
padding-bottom:10px;

}

#produktverzeichnis td
{
border-bottom-color:#BD0C18;
border-bottom-style:solid;
border-bottom-width:1px;
border-top-color:#BD0C18;
border-top-style:solid;
border-top-width:1px;
padding-bottom:10px;
padding-top:10px;
}

div#content h1 {
font-family:'Arial';
font-size:large;
font-weight:bold;
margin-bottom:0px;
border-bottom-color:#BD0C0E;
border-bottom-style:solid;
border-bottom-width:2px;
}

background-color:#FFFFFF;
border-color:#BD0C18;
border-style:solid;
border-width:0px 1px 1px;
margin:0px;
padding:5px;

div#slogan {
   padding-left: 30px;
   font-size: 11px;
   color: #cccccc;
   font-family: Arial, Helvetica, sans-serif;
   letter-spacing: 6px;
}

div#search {
   width: 20px;  
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em 1.5em 1em;
   color: #000;
}

div#search input {
   margin: 4px 0 0 0;
   color: #666666;
}

div#content {
   color: #000;
   position: absolute;
   left: 210px;
   top: 140px;
   width: 800px;
   padding: 5px 10px 15px
}


div#leftsidebar {
   float: left;
   width: 198px;
   display: inline;  /* FIX IE double margin bug */
   /* margin-left: 10pt; */
  position: fixed; 
  top: 130px;
  padding-right: 1px;
  height: auto !important;
  height: 800px;
  min-height: 800px;
  background-color: #B2B2B2;
  z-index: 5;

}

div#logos {
   margin-top: 40px;
   border-top: 1px dotted #cccccc;
   border-bottom: 1px dotted #cccccc;
   width: 100%;  
   text-align: center;
}

div#logos img {
   padding-top: 20px;
   padding-bottom: 20px;
}


div#rightsidebar {
   float: right;
   width: 198px;
   top: 130px;
   position: fixed;
   right: 0px;
   padding-right: 1px;
   background-color: #E9E9E9;
   z-index: 5;
   padding: 0.5em 0.5em 0.1em 10px;
}

div#footer {
   clear: both;
   /* background-color: #575352; */
   background-color: #FFFFFF;
   color: #89817f;
}

div#footer p {
   font-size: 0.8em;
   padding: 1em;
   text-align: center;
   margin: 0;
}

div#footer p a {
   color: #89817f;
   /* border-bottom:1px dotted #89817F; */
   border-bottom:1px dotted #564931;
   text-decoration: none;
}

div#footer p a:hover {
   color: #fff;
   /* background-color: #575352; */
   background-color: #3a3429;
   text-decoration: none;
   border-bottom:1px dotted #fff;
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   /*padding-bottom: 1em;*/
   border-bottom: 1px dotted #c0c0c0;
   margin-top: 15px;
margin-bottom: 15px;
}

h1 {
   color: #000; 
   font-size: 115%; 
   text-align: left; 
   line-height: 1.5em;
   margin: 0 0 0.5em 0;
   font-weight: bold;
}

h2 {
border-bottom-color:#BBBBBB;
border-bottom-style:solid;
border-bottom-width:1px;
display:inline;
font-size:150%;
font-weight: normal;

}

h3 {
   color:#000;
   margin: 10px;
   font-size: 11px;

}


h4 {
   color: #000; 
   font-size:140%;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
   font-weight: normal;
}

h5 {
   color: #000; 
   font-size: 150%;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
   font-weight: normal;
}

h6 {

   color: #000;
   margin: 10px;
}

/* END HEADINGS */

/* TEXT */
p {
   /*font-size: 1em;*/
   margin: 0 0 0.8em 0; /* some air around p elements */
   padding: 0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}


pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;


}

/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#content ul,
div#content ol,
div#content dl {
   font-size: 11px;
   line-height: 1.6em;
   margin: 0 0 1.5em 0em;
}

div#content ul li,
div#content ol li {
  margin: 0 0 0.25em 3em;
}

/* definition lists topics on bold */
div#content dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#content dl dd {
   margin: 0 0 1em 1em;
}

div#content dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}


/* END LISTS */
/* End of 'LxPN' */

