html{
margin:0;
padding:0;
}

body{
margin:0;
padding:0;
background: #eee url(../img/background.jpg) repeat-y 50% 0;
}

#content{
height:auto;
width: 924px;
margin:auto;
padding:0 0 44px 0;
text-align:left;
}


#header {
height: 132px;
width: 924px;
padding-bottom: 44px;
margin-left: 0;
text-align:left;
}

#menue {
width: 254px;
float: left;
text-align:right;
background:#fff;
margin-left: 1px;
}

#textarea {
float:left;
width: 460px; /* 669px - 200px padding - 1px margin */
text-align:left;
padding: 121px 160px 44px 40px;
}


/* ------ font-styles ------- */
p, body, #textarea {
   color:#666;
   font-size:11px;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   line-height: 1.6;
}
h1 {
   color: #99141b;
   font-size:16px;
   line-height: 1.8;
   font-weight:normal;
   margin-bottom: 22px;
   text-transform:uppercase;
   border-bottom: 1px solid #99141b;
}
h2 {
   color: #99141b;
   font-size:13px;
   line-height: 1.6;
   font-weight:normal;
   margin-bottom: 22px;
   text-transform:uppercase;
   border-bottom: 1px solid #99141b;
}
#menue {
   color: #666;
   font-size:12px;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-weight:bold;
   text-transform:uppercase;
}
a, p a {
      color: #333;
}

/* ------ formatting styles ------ */
#menue img {
        padding-top: 88px;
        padding-right: 100px;
}
.leftpic {
        margin-right: 10px;
        margin-bottom: 10px;
        float:left;
}

.rightpic {
        margin-left: 10px;
        margin-bottom: 10px;
        float:right;
}
.unfloater {
        background:#fff;
        border-right: 2px solid #ccc;
        clear: both;
}
.unfloat {
        line-height: 0;
        clear: both;
}
.linie {
        border-bottom: 1px solid #99141b;
        line-height: 0;
        margin-bottom: 11px;
}

/* ------ navigation level 1 ---------*/
#menulook ul{
  margin: 0;
  padding: 0em;
  list-style-type: none;
  color: #666;
}

#menulook ul li {
 /* background-color: #b1b2b4;  */
	color: #666;
}

#menulook ul li#li_nav1_open{  /* special layout for open links */
/*  background-color: #b1b2b4;  */
	height: auto !important;
	height: 1.9em;
}

#menulook ul li a{
  display: block;
  background-repeat: no-repeat;
  height: 2em;
  line-height: 1.9em;
  color: #666;
  text-decoration: none;
  font-weight: bold;
  padding-right: 100px;
}

#menulook ul li a:hover, #menulook ul li a:focus{
  color: #99141b;
}

#menulook ul a#a_nav1_open, #menulook ul a:hover#a_nav1_open{
  font-weight: bold;
  color: #99141b;
}
#menulook ul a#a_nav2_open, #menulook ul a:hover#a_nav2_open{
  font-weight: bold;
  color: #99141b;
}

/* ------ Design for submenu --------*/
#menulook li li{
  display: block;
  padding-left: 30px;
  line-height: 1.1em;
  color: #666;
  border-bottom: 0px solid #e0f0f5;
  text-align: left;
}

#menulook ul ul a{
  position: relative;
  display: block;
  background-repeat: no-repeat;
  padding: 0em;
  padding-left: 110px;
  padding-top: 0.28em;
  padding-bottom: 0px;
  color: #666;
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;
  text-align: left;
}

#menulook ul ul a:hover, #menulook ul ul a:focus, #menulook ul ul a#a_nav2_open{
  color: #99141b;
}