body
{
  margin: 20px;
  text-align: left;  /* nur für alte Browser */
  background-color: white;
}

ul {margin-left: -28px;}
td {font-family: Arial;font-size: 12px;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}

.image_logo {width: 920px; border: 0;}
.navigation {font-family: Arial; color: #fff; font-size: 12px; font-weight: bold; text-decoration: none;}
.navigation_welcome {font-family: Arial; color: #00027C; font-size: 12px; font-weight: bold; text-decoration: none;}
.navigation_chosen {font-family: Arial; color: #FF6A00; font-size: 12px; font-weight: bold; text-decoration: none;}
.header_welcome {font-family: Arial; font-size: 23px; font-weight: bold;}
.header1 {font-family: Arial; font-size: 18px; font-weight: bold; line-height: 50px;}
.text {font-family: Arial; font-size: 12px; color: black;}
.under_list {position: relative ;top: 5;}
.normal {font-family: Arial; font-size: 12px;}
.welcome {font-family: Arial; font-size: 14px;}
.firstpage_image {top: 10px; position: relative;}
.language {font-family: Arial; color: #fff; font-size: 12px; text-decoration: none;}
.chosen {color: #FF6A00;}
.pic_text {font-size: 10px; font-weight: bold;}
.longtext: {margin-right: 15px;}

#container
{
  width: 920px;
  margin: 0px auto;
  text-align: left;
  background-color: white;
  position: relative;
}

#text_body_welcome
{
  width: 920px;
  margin: 0px auto;
  text-align: left;
  background-color: white;
  position: relative
}

#text_body
{
  float: left;
  width: 720px;
  background-color: white;
  vertical-align: bottom;
  overflow-y: auto;
}

#submenu
{
  float: left;
  min-width: 173px;
  min-height: 400px;
  background-color: #00027C;
  border-right: 15px solid white;
  border-left: 10px solid #00027C;
}

#picture
{
  float: right;
  background-color: white;
  border-left: 20px solid white;
}

#picture_welcome
{
  float: left;
  background-color: white;
  border-right: 40px solid white;
}

#navigation
{
  width: 100%;
}

#navigation a
{
  color: #fff;
  background: #00027C;
  text-align: center;
  line-height: 25px;
  font-size: 12px;
  font-family: Arial;
  font-weight: bold;
}

#navigation a span
{
  background: #00027C;
  width: 90px;
  height: 30px;
  border-right: 2px solid grey;
}

#navigation a, #navigation a span
{
  display: block;
}

#navigation a:hover
{
  color: #FF6A00;
  background: #00027C;
  text-decoration: none;
}

#navigation a:hover span
{
  background: #00027C;
}

#navigation ul
{
  margin: 0;
  padding: 0;
  float: left;
}

#navigation ul li
{
  display: inline;
}

#navigation ul li a
{
  float: left;
  text-decoration: none;
}

#cover
{
  position: relative;
  top: -140px;
}

ol.roman
{
  list-style-type: upper-roman;
  list-style-position: outside;
  padding-left: 30px;
}

ol.alpha
{
  list-style-type: lower-alpha;
  list-style-position: inside;
  padding-left: 0;
}

ol.alpha_outside
{
  list-style-type: lower-alpha;
  list-style-position: outside;
  padding-left: 20px;
}