html,body {
  height:100%;
}
body {
  margin:0;
  padding:0;
  background:#fff url(/assets/images/body-bg.png) repeat-x;
}

body,table,input,textarea,button,select {
  font-family:arial,sans-serif;
  font-size:12px;
  line-height:16px;
  color:#043C69;
}

h1,h2,h3,h4,h5,h6,p,ol,ul,dl,table,form,fieldset,object {
  margin:0 0 15px 0;
}

h1 {
  font-size:20px;
  line-height:22px;
  font-weight:normal;
  text-transform:uppercase;
}
h2 {
  font-size:14px;
  line-height:20px;
  font-weight:bold;
}
h3 {
  font-size:14px;
  line-height:18px;
  font-weight:bold;
}
h4,h5,h6 {
  font-size:12px;
}


a {
  text-decoration:none;
  color:#CC4C00;
}
a:hover {
  text-decoration:underline;
}

img {
  border:0;
}
abbr {
  border:0;
}

/* clearfix
********************************/
.clearfix:after {  /* für Firefox, IE8, Opera, Safari, etc. */
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* + html .clearfix { /* für IE7 */
  display: inline-block;
}
* html .clearfix { /* für IE6 */
  height: 1%;
}

#container {
  width:960px;
  min-height:100%;
  background:url(/assets/images/main-bg.png) repeat-y;
  margin:0 auto;
  border:solid #fff;
  border-width:0 2px;
}
#header {
  padding:32px 0 0 0;
  height:102px;
  border-bottom:solid #fff 2px;
  background:url(/assets/images/header-bg.png) no-repeat;
}
#header #logo {
  display:block;
  float:left;
  border:solid #fff;
  border-width:2px 2px 0 0;
}
#header h4.title {
  width:440px;
  height:30px;
  float:left;
  color:#fff;
  padding:70px 18px 0 18px;
  margin:0;
  font-size:24px;
  font-weight:normal;
}
#header .image {
  float:left;
  width:270px;
  border:solid #fff;
  border-width:2px 0 0 2px;
}

#main {
  background:url(/assets/images/main-bg.png) repeat-y;
}

#leftbar {
  width:210px;
  float:left;
}

#nv {
  background:#5A6C91;
  border-bottom:solid #fff 1px;
  padding:40px 0 0 0;
}
#nv ul {
  margin:0;
  padding:0;
  list-style-type:none;
}
#nv ul li {
  margin:0;
  padding:0;
}
#nv ul li a {
  display:block;
  color:#fff;
  padding:2px 10px;
  padding:4px 10px;
}
#nv ul li a:hover {
  text-decoration:none;
  background:#A8AFC5;
}

#nv ul li.a1,
#nv ul li.s1 {
  background:#fff;
}
#nv ul li.a1 a,
#nv ul li.s1 a {
  color:#F3780A;
}
#nv ul ul li a {
  color:#053D69 !important;
  font-size:11px;
  line-height:14px;
  padding-left:20px;
  background:url(/assets/images/nv-d2.png) no-repeat 15px 4px;
}
#nv ul ul li a:hover {
  background:transparent url(/assets/images/nv-d2.png) no-repeat -195px 4px !important;
  color:#F3780A !important;
}
#nv ul ul li.a1 a,
#nv ul ul li.s1 a {
  background:transparent url(/assets/images/nv-d2.png) no-repeat -195px 4px !important;
  color:#F3780A !important;
}

.nv-meta {
  padding:5px 10px;
  font-size:11px;
}
.nv-meta a {
  color:#043C69;
  text-decoration: none;
}
.nv-meta a:hover {
   text-decoration: underline;
}

#search {
  height:40px;
}
#search form {
  margin:0;
  float:right;
}
#search form label {
  display:none;
}
#search form input.button {
  width:70px;
}
#search form input.text {
  width:196px;
  margin:0 2px 0 0;
}

#content {
  width:730px;
  float:left;
  padding:0 0 0 20px;
}