﻿/* DEFAULTS
----------------------------------------------------------*/
html {
  height: 100%;
  max-height: 100%;
  border: 0px;
  margin: 0px;
  padding: 0px;
  font-size: 1em;
  font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
  color: #696969;
  background-color: #fff;
  overflow: hidden;
}

body {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow: auto;
}

a:link, a:visited {
  color: #034af3;
}

a:hover {
  color: #1d60ff;
  text-decoration: none;
}

a:active {
  color: #034af3;
}

p {
  margin-top: 1px;
  margin-bottom: 10px;
  line-height: 1.5em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
  color: #666666;
  font-variant: small-caps;
  text-transform: none;
  font-weight: 200;
  margin-bottom: 5px;
  margin-top: 5px;
}

h1 {
  font-size: 1.6em;
  padding-bottom: 0px;
  margin-bottom: 00px;
  color: black;
}

h2 {
  font-size: 1.5em;
  font-weight: 600;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.3em;
}

h5 {
  font-size: 1.2em;
  color: blue;
  display: block;
  border: 0px;
  margin: 0px;
  margin-bottom: 10px;
  padding: 0px;
}

h6 {
  font-size: 1.1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
  margin-top: 0px;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/


#logow {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 80px;
  z-index: 99;
  visibility: hidden;
}

#div_topfixed {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 30px;
  z-index: 9;
  margin: 0px;
  padding: 0px;
  border-top: 0px;
  border-right: 0px;
  border-bottom: 5px solid rgb(180,190,200);
  border-left: 0px;
  background-color: rgb(240,240,240);
}

/*--------------------------------------------------------*/
/* microlinks 
----------------------------------------------------------*/
#div_microlinks {
  width: 1000px;
  height: 30px;
  border: 0px;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  text-align: center;
  vertical-align: middle;
}

  #div_microlinks ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
  }

    #div_microlinks ul li {
      float: left;
      text-align: center;
      vertical-align: middle;
      padding: 0px;
    }

      #div_microlinks ul li a {
        position: inherit;
        display: block;
        visibility: visible;
        overflow: hidden;
        width: auto;
        height: 25px;
        border: 0px none;
        margin: 0px;
        padding: 5px 15px 0px 15px;
        color: maroon;
        text-align: center;
        font-size: 0.9em;
        text-decoration: none;
        white-space: nowrap;
      }

        #div_microlinks ul li a:visited {
          background-color: whitesmoke;
          color: black;
        }

        #div_microlinks ul li a:hover {
          background-color: #bfcbd6;
          color: #465c71;
        }

        #div_microlinks ul li a:active {
          background-color: #465c71;
          color: #cfdbe6;
        }
/* microlinks ----------------------------------------------------------*/

#div_leftfixed {
  position: fixed;
  top: 35px;
  height: 100%;
  width: 200px;
  z-index: 8;
  margin: 0px;
  padding: 0px;
  border-left: 0px;
  border-right: 5px solid #bfcbd6;
  border-top: 0px;
  border-bottom: 0px;
  background-color: rgb(240,240,240);
}

#div_noscript {
  position: relative;
  z-index: 5;
  display: block;
  height: 100%;
  max-height: 100%;
  width: 800px;
  padding-left: 20px;
  margin: 90px auto auto 205px;
  text-align: center;
  font-size: large;
  background-color: #FFFFCC;
  color: #FF0000;
}

#div_header {
  position: relative;
  left: 0px;
  top: 40px;
  margin: 0px 0px 0px 000px;
  padding: 0px;
  border: 0px;
  background-color: #ddd;
  width: 100%;
  height: 300px;
}
#div_header1 {
  position: relative;
  left: 0px;
  top: 40px;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  border: 0px;
  background-color: #ddd;
  width: 1000px;
  /*height: 300px;*/
}
#div_page {
  position: relative;
  width: 1000px;
  min-height: 100%;
  height: 100%;
  margin: 0px auto 0px auto;
  padding: 35px 0px 0px 0px;
  background-color: white;
}


#div_content {
  position: relative;
  min-height: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  margin-top: 0px;
  margin-left: 10px;
  margin-right: 10px;
  border: 0px;
  border-top: solid;
  border-top-color: blue;
  border-top-width: 0px;
  padding: 20px 10px 10px 10px;
  background-color: white;
}

#div_footer {
  position: relative;
  min-height: 200px;
  color: #4e5766;
  background-color: rgb(90, 135, 210);
  margin: 0px auto;
  border-top: 1px solid rgb(70, 70, 70);
  padding: 8px 0px 0px 0px;
  text-align: center;
  line-height: normal;
}

#div_leftmenu {
  width: 200px;
  height: auto;
  border: 0px;
  margin: 100px auto auto auto;
  padding: 0px;
  text-align: center;
  vertical-align: middle;
}

  #div_leftmenu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
  }

    #div_leftmenu ul li {
      text-align: center;
      vertical-align: middle;
      padding: 0px;
    }

      #div_leftmenu ul li a {
        color: maroon;
        background-color: white;
        border: 1px solid maroon;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
        display: block;
        width: 180px;
        height: 35px;
        font-size: 1.1em;
        font-variant: small-caps;
        font-weight: 400;
        padding: 2px;
        margin: 5px;
        line-height: 1.35em;
        text-decoration: none;
        white-space: nowrap;
      }

        #div_leftmenu ul li a:visited {
          background-color: white;
          color: maroon;
        }

        #div_leftmenu ul li a:hover {
          background-color: #ccc;
          color: red;
        }

        #div_leftmenu ul li a:active {
          background-color: #aaa;
          color: red;
        }

/* microlinks ----------------------------------------------------------*/
#div_menue {
  position: absolute;
  left: 200px;
  margin: 30px auto 50px auto;
  padding: 10px;
  height: 40px;
  width: 1000px;
  background-color: gold;
}

div.s_menue ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

  div.s_menue ul li {
    float: left;
    margin: 0px;
    padding: 0px;
  }

    div.s_menue ul li a, div.s_menue ul li a:visited {
      color: maroon;
      margin-left: 10px;
      border: 1px solid maroon;
      border-top-left-radius: 1em;
      border-top-right-radius: 1em;
      border-bottom-left-radius: 1em;
      border-bottom-right-radius: 1em 1em;
      display: block;
      width: 160px;
      height: 30px;
      font-size: 1.4em;
      padding: 5px;
      line-height: 1.35em;
      text-decoration: none;
      white-space: nowrap;
    }

      div.s_menue ul li a:hover {
        background-color: #bfcbd6;
        color: #465c71;
      }

      div.s_menue ul li a:active {
        background-color: #465c71;
        color: #cfdbe6;
      }

/* microlinks ----------------------------------------------------------*/

/* auktionen  
----------------------------------------------------------*/
.auktion {
  min-height: 300px;
  border: 1px solid maroon;
  border-radius: 0px 10px;
  margin: 10px 0px 10px 0px;
  padding: 0px;
  background-color: antiquewhite;
}

.hidden {
  visibility: hidden;
}

/* TAB MENU   
----------------------------------------------------------*/

/*div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.s_menue
{
	position:absolute;
	margin: 30px auto 50px auto;
    padding: 10px;
		height:40px;
		width:1000px;
		background-color: red;
}
div.s_menue ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
div.s_menue ul li
{
float:left;
padding: 0px 8px 0px 0px;
}
div.s_menue ul li a, div.s_menue ul li a:visited
{
    background-color: maroon;
    border: 1px red solid;
    color: white;
    display:block;
		width:160px;
		height:30px;
		font-size:1.4em;
		padding: 5px 5px 5px 50px;
    line-height: 1.35em;
    text-decoration: none;
    white-space: nowrap;
}
div.s_menue ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
}
div.s_menue ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
}*/

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
  margin: 1em 0px;
  padding: 1em;
  border: 1px solid #ccc;
}

  fieldset p {
    margin: 2px 12px 10px 10px;
  }

  fieldset.login label, fieldset.register label, fieldset.changePassword label {
    display: block;
  }

  fieldset label.inline {
    display: inline;
  }

legend {
  font-size: 1.1em;
  font-weight: 600;
  padding: 2px 4px 8px 4px;
}

input.textEntry {
  width: 320px;
  border: 1px solid #ccc;
}

input.passwordEntry {
  width: 320px;
  border: 1px solid #ccc;
}

div.accountInfo {
  width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear {
  clear: both;
}

.title {
  display: block;
  float: left;
  text-align: left;
  width: auto;
}

.loginDisplay {
  font-size: 1.1em;
  display: block;
  text-align: right;
  padding: 10px;
  color: White;
}

  .loginDisplay a:link {
    color: white;
  }

  .loginDisplay a:visited {
    color: white;
  }

  .loginDisplay a:hover {
    color: white;
  }

.failureNotification {
  font-size: 1.2em;
  color: Red;
}

.bold {
  font-weight: bold;
}

.submitButton {
  text-align: right;
  padding-right: 10px;
}

.button {
  display: inline;
  min-width: 100px;
  border: 1px solid rgb(80,80,80);
  border-radius: 5px 5px;
  padding: 5px;
}

.div_buttons {
  display: block;
  height: 50px;
  width: auto;
  border: 0px none rgb(240,140,240);
  border-radius: 0px 0px;
  margin: 2px;
  padding: 2px;
}

  .div_buttons a {
    display: inline-block;
    visibility: visible;
    height: 40px;
    min-width: 120px;
    border: 1px solid rgb(80,80,80);
    border-radius: 0px 0px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    background-color: rgb(230,230,230);
    color: black;
    text-align: center;
    vertical-align: middle;
    font-size: 1.2em;
    text-decoration: none;
    white-space: nowrap;
  }

    .div_buttons a:visited {
      background-color: whitesmoke;
      color: black;
    }

    .div_buttons a:hover {
      background-color: #bfcbd6;
      color: #465c71;
    }

    .div_buttons a:active {
      background-color: #465c71;
      color: #cfdbe6;
    }

/*-------------------------------------------------------------------*/
.div_colc {
  position: relative;
  display: block;
  margin: 10px;
  padding: 5px;
  display: block;
  border: 1px solid gray;
  width: auto;
  height: 100%;
  background-color: rgb(196, 239, 18);
}

.col1 {
  display: inline-block;
  position: absolute;
  top: auto;
  left: -1px;
  width: 150px;
  height: 150px;
  margin-top: 10px;
  border: 1px solid gray;
  padding: 5px;
  background-color: white;
}

.col2 {
  display: inline-block;
  position: absolute;
  top: auto;
  left: 165px;
  right: 0px;
  height: 150px;
  margin-top: 10px;
  border: 1px solid gray;
  padding: 5px 10px 5px 10px;
  background-color: white;
}

.aufo {
  position: relative;
  display: block;
  margin: 10px;
  margin-top: 170px;
  padding: 5px;
  border: 1px solid blue;
  width: auto;
  height: 50px;
  background-color: rgb(196, 239, 18);
}

.waglink {
  color: #000066;
}

#wagtabelle {
  width: 100%;
}

  #wagtabelle a:link, a:visited {
    color: #000066;
  }

  #wagtabelle a:hover {
    color: maroon;
    text-decoration: none;
  }

  #wagtabelle a:active {
    color: #000066;
  }
