html, body, table, div {padding: 0; margin: 0;}

body {
  background-color: #ffffff;
  font-family: "Arial", "Verdana" ,sans-serif;
  font-size: 10pt;
  color: #484848;
}

table, input  {
  font-family: "Arial", "Verdana" ,sans-serif;
  font-size: 10pt;
  color: #484848;
}

a {text-decoration: none; color: #f15a22;}

#container {
  min-width:884px;
  width:100%;
  height:100%;
  width:expression(document.body.clientWidth < 886? "886px": "100%" ); /* pro IE */
  position:absolute;
  top:0;
  left:0;
  z-index: 2
}
#container-horizontal {
  text-align:left;
  margin:auto;
  position:absolute;
  left:50%;
}
#container-in {
  position:absolute; 
  left:-380px;
  width:884px;
  
} 

/* content yakout  */
 

div#left-column {background-color: #efe6ca; width: 664px; background-color: #efe6ca;}
div#left-column-inside {background-color: #efe6ca; width: 596px; margin-left:34px;}

div#right-column {background-color: #ffffff; float: right; width:179px; height: 800px; margin-left: 36px}

div#spacer {height: 30px;}


/* left column */

h1 {
  font-weight: lighter;
  font-size: 1.4em;
  margin-left: 20px;
  text-transform: uppercase;
}

div#menu ul {
 list-style-type: none;
 margin: 0;
 margin-left: 10px;
 padding: 0;
 margin-top: 10px;
 margin-bottom: 10px;
}

div#menu ul li {
  display: inline;
  padding-right: 20px;
  font-weight: normal;
  font-size: 1.3em;
  margin-left: 20px;
  text-transform: uppercase;
}

div#menu ul li.active {
  font-weight: bold;
}

div#menu ul li a {
  color: #686868;
}

div#left-column p {
  margin-left: 10px;
}

div#footer {
  margin-left: 10px;
  margin-top: 10px;
  font-size: 0.9em;
  line-height: 1.3em;
}

form {
 margin-left: 10px;
}

fieldset {
 border: 0 black solid;
}

/* form elements*/

.blue {
  background-color: #025299;
  border: 0px #e99545 solid;
  color: #f6f6f6;
  height: 23px;
  font-size: 8pt;
  width: 10em;
}

.orange {
  background-color: #e99545;
  border: 0px #e99545 solid;
  color: #f6f6f6;
  height: 23px;
  font-size: 8pt;
  width: 10em;
}

input.subscription {
  width: 251px;
  border: 0px black solid;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 8px;
}

/* MENUS  */



div#text {background-color: #f6f6f6; margin-left: 170px; margin-right: 205px; padding: 5px; font-size: 11px; line-height: 16px; padding-left: 10px; padding-right: 10px;}


