/* main settings */

body {
  background-color: #F9F8F8;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 69%; /*11px*/
  line-height: 1.5em;
  font-weight: normal;
  color: #000000;
  margin: 0px;
  padding:0px;
}

h1 {
  font-style: italic;
  color: rgb(253, 126, 0);
  font-size: 47px;
}

h2 {
  color: #5e77b2;
  margin: 0 0 5px 0;
  font-size: 1.3em; /*14px*/
  line-height: 1.1em;
  margin-top: 1.1em;
  margin-bottom: 1.1em;
  font-weight: bold;
  padding-bottom:5px;
  font-family: Arial, Helvetica, sans-serif;
}

h3 {
  color: #353535;
  font-size: 100%; /*11px*/
  margin: 5px 0;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
}


hr {
  color: rgb(253, 126, 0);
}

a:link { color:#00238a;text-decoration: none; }
a:visited { color:#00238a;text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { text-decoration: underline; }

#footer2 a:link { color: #ffffff;text-decoration: underline;   letter-spacing: 0.05em;}
#footer2 a:visited { color: #ffffff;text-decoration: underline; letter-spacing: 0.05em;}
#footer2 a:hover { text-decoration: underline; letter-spacing: 0.05em;}
#footer2 a:active { text-decoration: underline; letter-spacing: 0.05em;}


p {
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}


/* page settings */

#page_wrapper {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  background-color: #F9F8F8;
}

/* header */
#header {
  position: relative;
  width: 100%;
  background:url(head_tile_tlitsde1.jpg) #ffffff no-repeat;
  background-position: top right;
  height:49px !important;
  border-bottom:2px solid #8585db;
}
#logo {
  width: 100px; height: 33px;
  vertical-align: middle;
  margin: 7px;
}

/* middle */
#main_area_wrapper {
  overflow: auto;
}

#main_wrapper {
  position: relative;
  width: 960px;
  margin: 0 auto;
  min-height: 450px;
  text-align: left;
  overflow: auto;
  float: left;
}

/* vertical menue, required for menue.php */
#menue_vertical {
  float: left;
  margin: 10 auto;
  width: 180px;
  text-align: left;
  xfont-size: 12px;
  padding-top: 1px;
}

#content_wrapper {
  xwidth: 600px;
  margin: 10 auto;
}

#content {
  float: left;
  width:500px;
  background-color: #F9F8F8;
  margin: 10 auto;
  text-align: left;
  display: inline;
}
#border_notice {
  float:right;
  margin: 10 auto;
  padding-left: 12px;
  padding-right: 10px;
  padding-bottom: 20px;
  text-align: left;
  min-width: 150px;
  background-color: #f4f4f4;
}

#footer_wrapper {
  bottom:0;
  width: 100%;
  background: #8585db;
  height:36px !important;
  min-width: 600px;
  color: #ffffff;
}

#footer {
  width: 150px;
  padding: 10px;
  float: left;
}

#footer2 {
  width: 300px;
  padding: 10px;
  float: left;
}

#footer3 {
  width: 300px;
  padding: 10px;
  float: left;
}


.menue_actual_link {
  color: #8585db;
}
.menue_link {
  color: #8585db;
}
