* { margin: 0; padding: 0; border: none; outline: none; list-style:none; text-decoration: none;}

html {
}

body {
    font-family: arial;
    font-size: 12px;
    line-height: 18px;
    margin:15px 0px; 
    padding:0px;
    text-align:center;
}

a {
    color: #829D03;
}

a:hover {
    text-decoration: underline;
}

h1, h2, h3, h4 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    line-height: 30px;
    color: #192174;
    padding: 0 10px;
    border-top: 5px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

h2, h3, h4 {
    border: 0px solid #ddd;
}

h3, h4 {
    margin-bottom: 0px;
}

h4 {
   text-transform: none;
}

b{
    font-weight: bold;
}

#contentBody{
  width:800px;
  margin:0px auto;
  text-align:left;
  padding:0px;
}

#content{
  width: 800px;
  border: 1px solid #aaa;
  border-width: 1px 3px 3px 1px;
}

#header{
    background-image: url(../images/header.jpg);
    width: 800px;
    height: 172px;
}

.skip, .hideme, .print {
    height:1px;
    left:-1000em;
    position:absolute;
    top:-1000em;
    width:1px;
}

#search_header{
    height:124px;
    display: block;
    background: transparent url(../images/logo_header_rside.jpg) no-repeat left top;
}

#search {
    padding-top: 75px;
    float: right;
}

#search_form {
    float: right;
}

#searchbox {
    background: #FFFFFF none repeat scroll 0%;
    border: 1px solid #000;
    color:#5F6E7C;
    height:19px;
    margin-left:3px;
    padding:3px 4px 0pt;
    width:150px;
    margin-bottom: 5px;
}

.formItems{
    background: #FFFFFF none repeat scroll 0%;
    border: 1px solid #000;
    color:#5F6E7C;
    margin-left:3px;
    padding:3px 4px 0pt;
    margin-bottom: 5px;
}

#quick_links{
    height: 24px;
    color: #000;
    padding-bottom: 5px;
    float: right;
}

#quick_links ul{
    border-left: 1px #333393 solid;
    border-right: 1px #333393 solid;
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: right;
    margin: 0;
    /* (en) Left margin of the first button    */
    /* (de) Abstand des ersten Buttons vom linken Rand    */
    padding: 0;
}

#quick_links ul li {
    border-left: 1px #333393 solid;
    border-right: 1px #333393 solid;
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left;
    font-size: 1.0em;
    line-height: 1em;
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-right: 2px; 
}

#quick_links a {
    color: #fff;
}

#quick_links a:hover {
    text-decoration: underline;
}

#main {
    clear:both;
}

#main_left {
    float:left;
    margin-right:10px;
    margin-bottom: 3em;
    width: 70%;
}


#main_left ul {
    padding: .5em 3em;
}

#main_left ul li {
    list-style-type: disc;
    list-style-position: outside;
}

#main_right {
    float:left;
    margin-right:10px;
    margin-bottom: 3em;
    width: 25%;
}

.section_50 {
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left;
    margin: 0;
    padding: 5px 10px;
    width: 100%;
}

.section_50 div {
    display: inline;
    float: left;
    font-size: 1.0em;
    line-height: 1.5em;
    list-style-type: none;
    margin: 0;
    padding: 0 2px;
    width: 48%;
}

.section_50 div p {
    padding: 2px 0px; 
}

.section_100 p {
    padding: 5px 10px;
}

#footer{
    border-top: 1px #ddd solid;
    clear:both;
    background-image: url(../images/menu_back.png);
    background-repeat: repeat-x;
    height: 24px;
    color: #000;
    padding-bottom: 20px;
    text-align: center;
    padding-top: 10px;
    margin-top: 20px;
}

#footer ul{
    border-left: 1px #fff solid;
    border-right: 1px #fff solid;
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    margin: 0;
    /* (en) Left margin of the first button    */
    /* (de) Abstand des ersten Buttons vom linken Rand    */
    padding: 0;
}

#footer ul li {
    border-left: 1px #fff solid;
    border-right: 1px #fff solid;
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    font-size: 1.0em;
    line-height: 1em;
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-right: 2px; 
}

.portal p {
    padding-bottom: 10px;
}

.portal p a.more{
    position:relative;
    left: 120px;
}
#survey div{padding: 5px;}
#survey div label{
    font-weight: bold;
    float: left;
    text-align: right;
    width: 160px;
    padding-right: 15px;
}
#submitBtn{margin-left: 175px; }

#survey div input, #survey div select{
    border: 1px solid #DDDDDD;
}
#survey div textarea {border: 1px solid #DDDDDD; padding-left: 175px;}

  
