/*----------------------------------------------------------------------------
        mobatron.css

        this css-file contains all definitions, that are independend from the
        colorschemes.
 ----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
    background-color: #dedede;
    color: #7d7d7d;
    margin: 0;
    padding: 12px 0px 5px 0px;
    text-align: center;
}

/*-- global container ------------------------------------------------------*/

#container {
    position: relative;
    padding: 0;
    margin: 0 auto;
    text-align: left;
    width: 915px;
}

#main_container {
    position: relative;
    float: left;
    clear: both;
    padding: 3px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background-repeat: repeat-y;
    background-image: url(images/static/bg_content.jpg);
}

#layout_table {
    background-image: url(images/static/bg_subcontainers.jpg);
    border-collapse: collapse;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    background-repeat: no-repeat;
}
#content_b {
    background-image: url(images/static/bg_content_b.jpg);
    position: relative;
    float: left;
    clear: both;
    width: 915px;
    height: 51px;
    background-repeat: no-repeat;
}
/*--- header ---------------------------------------------------------------*/

#header {
    background-image: url(images/static/bg_header.jpg);
    position: relative;
    float: left;
    clear: both;
    padding: 0px 0px 0px 0px;
    margin: 0;
    width: 915px;
    min-height: 162px;
    top: 0px;
    left: 0px;
    background-repeat: no-repeat;
    background-position: top;
}
/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
    z-index: 1;
    position: relative;
    top: 0px;
    left: 0px;
    line-height: 0;
    padding: 0px 0px 0px 0px;
    margin: 0 0 0px 0;
    overflow: hidden;
    width: 206px;
    background-repeat: no-repeat;
}

/*--- key visiual ----------------------------------------------------------*/

#key_visual {
   position: relative;
   top: 0px;
   left: 0px;
   width: 909px;
   height: 121px;
   padding-right: 5px;
   float: right;
   z-index: 5;
   background-image: url(resources/mobatit2.jpg);
   background-repeat: repeat-x;
}

/*--- slogan (as text or background image) ---------------------------------*/

#slogan {
  position: relative;
  top: 0px;
  left: 0px;
  padding: 13px 15px 3px 15px;
  width: 655px;
  min-height: 25px;
  text-align: right;
  margin-left: 230px;
  z-index: 10;
  font-family: Arial, Verdana, sans-serif;
  font-style: normal;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  color: #a7a4a4;
}

#sub_nav_column {
    vertical-align: top;
}

#content_column {
    vertical-align: top;
    background-repeat: repeat-y;
}

#left_column_container {
    position: relative;
    top: 0px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 206px;
    background-repeat: repeat-y;
}

#sub_container1 {
    margin: 25px 0px 0px 10px;
    padding: 0;
}

#sub_container2 {
    margin: 0;
    padding: 5px 30px 5px 30px;
    width: 649px;
    background-repeat: repeat-y;
}

#content_container {
    overflow: hidden;
    margin: 0px;
    padding: 0;
    width: 649px;
}

/*--- logo -----------------------------------------------------------------*/
#logo {
   background-image: url(resources/logo.png);
   background-repeat: repeat-x;
   width: 175px;
   height: 85px;
   position: relative;
   top: 19px;
   left: 21px;
   float: left;
   z-index: 7;
}
#titel {
   position: relative;

   text-align:center;
   font-size: 5em;
   text-shadow: 3px 3px black;
   color: lightyellow;
   vertical-align: middle;
}

#main_nav_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#main_nav_list li {
    margin: 0px 0 0 0;
    padding: 0;
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a {
    overflow: hidden;
    margin: 0;
    padding-left: 31px;
    padding-right: 15px;
    display: block;
    background-position: top left;
    background-repeat: no-repeat;
    font-style: normal;
    text-decoration: none;
}

a.main_nav_item {
    line-height: 38px;
    text-align: left;
    width: 160px;
    height: 38px;
}

a.main_nav_item:hover {
    background: transparent;
    line-height: 38px;
    text-align: left;
    width: 160px;
    height: 38px;
}

a.main_nav_active_item {
    line-height: 38px;
    text-align: left;
    width: 160px;
    height: 38px;
}

/*--- container for the subnavigation --------------------------------------*/

.sub_nav_container {
    position: relative;
    top: 0px;
    line-height: 0;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 9px;
    width: 197px;
}

/*--- subnavigation --------------------------------------------------------*/

.sub_nav_list {
    border: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sub_nav_list li {
    clear: both;
    margin: 0px 0 0px 0;
    padding: 0;
    height: 25px;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
    overflow: hidden;
    padding: 0 5px 0 27px;
    display: block;
    background-position: top left;
    background-repeat: no-repeat;
    text-decoration: none;
}

body .sub_nav_list a {
    /*width: 165px;*/

}

a.sub_nav_item {
    line-height: 25px;
    height: 25px;
    width: 165px;
}

a.sub_nav_item:hover {
    line-height: 25px;
    height: 25px;
    width: 165px;
}

a.sub_nav_active_item {
    line-height: 25px;
    height: 25px;
    width: 165px;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
    margin: 0px 0px 0px 0px;
    padding: 0;
    width: 915px;
    height: 21px;
    clear: both;
}

#footer_text {
    width: 900px;
    padding: 0px 15px 0px 0px;
    margin: 0 0px 0px 0px;
    text-align: right;
}

.content {
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    margin: 5px 0 20px 0;
    padding: 0;
    line-height: 1.3;
}

.content select {
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.content input {
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
}

.content textarea {
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
}

.content p {
    margin: 5px 0 20px 0;
    padding: 0;
    line-height: 1.3;
}

.sg
{
    FONT-SIZE: 8pt;
    COLOR: #808080;
    FONT-FAMILY: Arial, Helvetica;
    TEXT-DECORATION: none;
}


.content a {
    font-family: Arial, Verdana, sans-serif;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
}

/*--- tables ---------------------------------------------------------------*/

.content tr.odd {
    padding: 3px 2px 3px 2px;
}

.content tr.even {
    padding: 3px 2px 3px 2px;
}

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
    padding: 15px;
    border-style: solid;
    border-width: 1px;
}

/*--- lists ----------------------------------------------------------------*/



div#logo a {
  display: block;
  width: 100%;
  height: 100%;
}
#footer_text a {
  font-family: Arial, Verdana, sans-serif;
  font-style: normal;
  font-size: 10px;
  font-weight: normal;
  color: #7d7d7d;
  text-decoration: underline; white-space: nowrap;
}

a.main_nav_active_item {
  background-image: url(images/static/n1active.gif);
  background-repeat: no-repeat;
  font-family: Tahoma, serif;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}
a.main_nav_item {
  background: url(images/static/n1.gif) no-repeat;
  font-family: Tahoma, serif;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #6d757d;
}
a.main_nav_item:hover {
  background: url(images/static/n1active.gif) no-repeat;
  font-family: Tahoma, serif;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}
a.sub_nav_active_item {
  background: url(images/static/sn1active.gif) no-repeat;
  font-family: Arial, Verdana, sans-serif;
  font-style: normal;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  color: #19719a;
}
a.sub_nav_item {
  background: url(images/static/sn1.gif) no-repeat;
  font-family: Arial, Verdana, sans-serif;
  font-style: normal;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  color: #405661;
}
a.sub_nav_item:hover {
  background: url(images/static/sn1active.gif) no-repeat;
  font-family: Arial, Verdana, sans-serif;
  font-style: normal;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  color: #19719a;
}
.content h1 {
  font-family: Arial, Verdana, sans-serif;
  font-style: normal;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #5a5959;
}
.content h2 {
  font-family: Arial, Verdana, sans-serif;
  font-style: normal;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  color: #5ca753;
}
.content h3 {
  font-family: Arial, Verdana, sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #0e7397;
}
.content, .content p {
  font-family: Arial, Verdana, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #7e7e7e;
}
.content a:link {
  font-family: Arial, Verdana, sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: #297f90;
}
.content a:visited {
  font-family: Arial, Verdana, sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: #297f90;
}

.content a:hover {
  font-family: Arial, Verdana, sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: none;
  color: #569d49;
}
.content a:active {
  font-family: Arial, Verdana, sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: #569d49;
}
#footer_text {
  font-family: Arial, Verdana, sans-serif;
  font-style: normal;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  color: #7d7d7d;
}


FORM
{
    FONT-SIZE: 12pt;
    margin-left: 8px;
    LEFT: 12px;
    WIDTH: 600px;
    FONT-FAMILY: Arial, Helvetica;
}


conten a:link
{
    CURSOR: pointer;
    COLOR: green;
    font-family: "Trebuchet MS",Tahoma,Verdana,Arial,sans-serif;
}

content a:visited
{
    CURSOR: pointer;
    COLOR: purple;
    font-family: "Trebuchet MS",Tahoma,Verdana,Arial,sans-serif;
}

conten a:hover
{
    BACKGROUND: yellow;
    font-family: "Trebuchet MS",Tahoma,Verdana,Arial,sans-serif;
    CURSOR: pointer;
    COLOR: red;
    TEXT-DECORATION: none;
}


.Z
{
    width: 100%;
    color: red;
    font-size:23pt;
    TEXT-ALIGN: center;
    text-shadow: 2px 2px #808080;
}

H6
{
    font-weight: bolder;
    font-size: 12pt;
    float: left;
    font-family: Arial, Helvetica;
    letter-spacing: 10pt;
    position: relative;
    background-color: lightyellow;
    text-align: center;
}

.sg
{
    FONT-SIZE: 8pt;
    COLOR: #808080;
    FONT-FAMILY: Arial, Helvetica;
    TEXT-DECORATION: none;
}

.gb
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 36pt;
    FLOAT: left;
    COLOR: red;
    FONT-FAMILY: "Times New Roman";
}

.sh
{
    font-size: 36pt;
    float: left;
    font-family: "Times New Roman";
    font-weight: bolder;
}

TABLE
{
    TABLE-LAYOUT: fixed;
}

code
{
    COLOR: blue;
    font-family: "Trebuchet MS",Tahoma,Verdana,Arial,sans-serif;
    cursor: pointer
}

.hovered
{
        COLOR: red;
        font-family: "Trebuchet MS",Tahoma,Verdana,Arial,sans-serif;
        BACKGROUND: yellow;
}

.link
{
    CURSOR: pointer;
    COLOR: blue;
    font-family: "Trebuchet MS",Tahoma,Verdana,Arial,sans-serif;
    TEXT-DECORATION: none;
}

#image50r {
         width: 50%;
         height: auto;
         float: right;
        }

#inhalt {
        border: none;
        background-color: white;
}

figure {
        position: relative;
        margin: 0;
        padding: 10px;
        width: 470px;
        border: 1px solid gainsboro;
        background: white;
}

figcaption {
        padding: 10px;
        text-align: center;
}


/*--- paragraph ------------------------------------------------------------*/

.content {
    color: #7e7e7e;
}

.content select {
    color: #7e7e7e;
}

.content input {
    color: #7e7e7e;
    border-color: #b4b8bb;
}

.content textarea {
    color: #7e7e7e;
    border-color: #b4b8bb;
}


.content a {
    color: #297f90;
}

/*--- tables ---------------------------------------------------------------*/

.content table {
    color: #7e7e7e;
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    margin: 0px 0px 15px 1px;
    border: 1px solid #078bb9;
    border-spacing: 0;
    border-collapse: collapse;
}

.content td {
    border: 1px solid #078bb9;
    padding: 3px 5px 3px 5px;
}

.content th {
    border: 1px solid #078bb9;
    color: #ffffff;
    background-color: #078bb9;
    text-align:center;
    padding: 3px 5px 3px 5px;
}

.content tr.odd {
    color: #6e6e6e;
    background-color: #ffffff;
}

.content tr.even {
    color: #6e6e6e;
    background-color: #efefef;
}

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
    border-color: #078bb9;
}

.content legend {
    color: #078bb9;
}

.content label {
    color: #74777a;
}

.content #submit {
    background-color: #f4f4f4;
    border-color: #b4b8bb;
    color: #74777a;
}

/* Für Bildunterschrift unter einem Bild im Fließtext */
.bul {                      /* links */
    text-align: center;
    float: left;
    font-size: 0.85em;
    color:#808080;
}

.bur {                     /* rechts */
    text-align: center;
    float: right;
    font-size: 0.85em;
    color:#808080;
}

.buc {                     /* zentriert */
    text-align: center;
    float: none;
    font-size: 0.85em;
    color:#808080;
}

.img-float-right {
  float:right;
  margin-top:5px;
  margin-bottom:3px;
  margin-left:3px;
  border-style:solid;
  border-radius:5px;
  border-width:1px;
  border-color:black;
}

.img-float-left {
  float:left;
  margin-top:5px;
  margin-bottom:5px;
  margin-right:5px;
  border-style:solid;
  border-radius:5px;
  border-width:1px;
  border-color:black;
}

.img-float-center {
  margin-top:5px;
  margin-bottom:5px;
  margin-left: auto;
  margin-right: auto;
  border-style:solid;
  border-radius:5px;
  border-width:1px;
  border-color:black;
}
/*--------------------------------------------------------------------------*/