/*
 * Einzelne Elemente
 */

* {
  margin: 0; padding: 0;
}

body {
  margin: 0; padding: 0;
  font: 71%/1.5em  Verdana, 'Trebuchet MS', Arial, Sans-serif;
  background: url(/images/headerbg-orange.gif) repeat-x;
/*
  background: url(/images/background.gif) center top repeat-y #B2B2B2;
*/
  color: #666666;
  text-align: center;
}

h1, h2, h3 {
  font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
  color: #555;
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 { font-size: 2.0em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }

p { margin: 15px 15px; }

img {
  border: 0;
}

a {
  background: inherit;
  color: #EC981F;
}
a:hover {
  background: inherit;
  color: #806B4D;
}

blockquote {
  margin: 15px;
  padding: 0 0 0 40px;
  background: #FAFAFA url(/images/quote.gif) no-repeat 5px 10px !important;
  background-position: 8px 10px;
  border: 1px solid #E0E0E0;
  border-left: 3px solid #EC981F;
  font-weight: bold;
}

/*
pre, code {
*/
pre {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  background: #FAFAFA;
  border: 1px solid #E0E0E0;
  border-left: 3px solid #EC981F;
}

kbd {
  font: 1em Courier New, Courier;
  padding: 0px 1px;
  border-style: solid;
  border-width: 1px 2px 2px 1px;
  background-color: #ededed;
  color: #000;
  border-color: #edd #baa #baa #edd;
}

/*
 * Layout
 */

#wrap {
  margin: 0 auto;
  width: 800px;
  text-align: left;
  background: #FFF;
}

#content-wrap {
  clear: both;
  margin: 0;
  padding: 0;
  width: 800px;
}


#header {
  position: relative;
  background: url(/images/headerbg-orange.gif) repeat-x 0% 0%;
  height: 84px;
}

#header h1#logo {
  position: absolute;
  margin: 0; padding: 0;
  font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
  letter-spacing: -2px;
  color: #CCC;
  top: 0; left: 5px;
}

#header h2#slogan {
  position: absolute;
  margin: 0; padding: 0;
  font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
  text-transform: none;
  color: #FFF;
  /* change the values of top and Left to adjust the position of the slogan*/
  top: 48px; left:65px;
}

#footer {
  position: relative;
  top: 50px;
  width: 100%;
  clear: both;
  background: url(/images/footerbg-orange.gif) repeat-x;
  color: #CCC;
  height: 45px;
  text-align: center;
  padding-top: 15px;
}

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

#footer p { margin: 0px; }


/* Alignment classes */
.float-left    { float: left;}
.float-right   { float: right; }
.align-left    { text-align: left; }
.align-right   { text-align: right; }
.align-center  { text-align: center;  }
.align-justify { text-align: justify; }

/* display classes */
.clear  { clear: both; }
.block  { display: block; }
.hide   { display: none; }
.orange { color: #FFA600; }
.blue   { color: #3791D7; }
.green  { color: #32CD32; }





#menu ul {
  position: relative;
  bottom: 4px;
  margin-left: 400px;
  font: bold 1.4em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
  width: 400px;
  list-style: none;
}
#menu ul li{
  display: inline;
}
#menu ul li a {
  position: relative; bottom: -4px;
  float: left;
  color: #CCC;
  padding: 0px 10px;
  text-decoration: none;
  background: none;
  border-bottom: 4px solid #808080;
}
#menu ul li a:hover{
  color: black;
  background-color: #F3F3F3;
  border-bottom: 4px solid #FFA600;
}
#menu ul li#current a{
  color: #333;
  background-color: #F3F3F3;
  border-bottom: 4px solid #FFA600;
}


#sidebar {
  float: left;
  width: 20%;
  margin: 0;
  padding: 0;
  display: inline;
}

#sidebar h1 {
  display: block;
  font-size: 1.5em;
}

#sidebar p.logo {
  padding-top: 20px;
  text-align: center;
}

#sidebar ul.sidemenu {
  list-style: none;
  text-align: left;
  margin: 0 0 8px 0;
  padding-right: 0;
  text-decoration: none;

  background: #FAFAFA;
  border: 1px solid #E0E0E0;
}

#sidebar ul.sidemenu li {
  padding: 2px 5px 2px 10px;
  display: block;
  border-left: 4px solid #808080;
}

#sidebar ul.sidemenu a {
  font-weight: bold;
  background-image: none;
  text-decoration: none;
  display: block;
}

#sidebar ul.sidemenu li:hover {
  background-color: #808080;
  border-left: 4px solid #FFA600;
  color: white;
}

#sidebar ul.sidemenu a:hover {
  font-weight: bold;
  background-image: none;
  text-decoration: none;
  background-color: #808080;
  color: white;
}


#main {
  float: left;
  margin-left: 15px;
  padding: 0;
  width: 75%;
}

#main ul {
  margin: 10px 0px 10px 0px;
  padding: 5px 0px 5px 30px;
}

#main ul.boxed {
  margin: 10px 15px 10px 15px;
  border: 1px solid #E0E0E0;
  border-left: 3px solid #EC981F;
}

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





#main table {
  margin: 15px 15px;
  padding: 0;
}

#main th {
  color: #555;
  background: #FFDF9F;
  padding: 5px 5px 5px 5px;
}

#main td {
  padding: 5px 5px 5px 5px;
}

#main tr.even {
  background: #FFEFBF;
}

#main tr {
  background: #FAFAFA;
}





#toolbox {
  border-bottom: #E0E0E0 1px solid;
  border-right: #E0E0E0 1px solid;
  border-left: 4px solid #EC981F;
}

#toolbox .title {
  background: #EFEEEF;
  padding: 5px 10px;
  border-top: #E0E0E0 1px solid;
  font-weight: bold;
  color: #555;
}

#toolbox .footer {
  background: #EFEEEF;
  padding: 10px 0px 0px 10px;
  border-top: #E0E0E0 1px solid;
  color: #555;
}

#toolbox .content {
  border-top: #E0E0E0 1px solid;
  background: #F8F8F8;
  padding: 0px 0px 0px 10px;
}

#toolbox .version {
  background: #FFEFBF;
  border-top: #E0E0E0 1px solid;
  padding: 0px 0px 0px 10px;
}

#toolbox .action {
  border-top: #E0E0E0 1px solid;
  background: #EFEEEF;
  padding: 0px;
  color: #555;
}

#toolbox .link {
  border-top: #E0E0E0 1px solid;
  background: #EFEEEF;
  padding: 0px;
  color: #555;
}

#toolbox .link a {
  display: block;
  font-weight: bold;
  text-decoration: none;
  background: url(/images/arrow.gif) 10px 4px no-repeat;
  padding: 0px 0px 0px 25px;
}

#toolbox .link a:hover {
  background: #808080 url(/images/arrow.gif) 10px 4px no-repeat;
  color: white;
}

#toolbox .action a {
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  display: block;
  background: url(/images/download_inactive.gif) 3px 3px no-repeat;
  padding: 6px 0px 0px 40px;
  height: 22px;
}

#toolbox .action a:hover {
  background: #808080 url(/images/download_active.gif) 3px 3px no-repeat;
  color: white;
}

#blackribbon {
  position: absolute;
  background: transparent url(/images/blackribbon.png);
  height: 150px;
  width: 150px;
  top: 0; left: 0;
  z-index: 10;
}

