html {
     xoverflow:hidden;
     xoverflow: -moz-scrollbars-vertical;
}

 * {
	font-family: Verdana;
	font-size: 14px;
	color: #ffffff;
}

#wechsel a {
    display:block; width:160px; /* Linkbereich begrenzen */
}
#wechsel img {
    display:block; width:160px; border:0;
}
#wechsel a:hover img {
    visibility: hidden;
}

#content_container
{
    width:100%; 
    height:100%;
    top:0; bottom:0; left:0; right:0;
    position:absolute;
    z-index:2;
}

.std_main_column
{
    margin-left:240px; 
    margin-right:20px; 
    top:160px; 
    position:relative;
    z-index:2;
}
.std_main_column2
{
    margin-left:240px; 
    margin-right:20px; 
    top:160px; 
    position:relative;
    z-index:2;
}

#title
{
    z-index:3;
    position:fixed;
    top:20px; 
    right:0px;
    width:100%; 
    height:140px;
}

#menu
{
    z-index:3;
    position:fixed;
    top:180px; 
    left:30px; 
    width:200px; 
    height:100%;
}

#rand_left
{
    z-index:3;
    position:fixed; 
    top:0px; 
    left:0px; 
    width:20px; 
    height:100%; 
    background-image: url(images/rand_left.jpg);
    background-position:left center;
    background-repeat:repeat-y;
}

#rand_right
{
    z-index:3;
    position:fixed; 
    top:0px; 
    right:0px; 
    width:20px; 
    height:100%; 
    background-image: url(images/rand_right.jpg);
    background-position:right center;
    background-repeat:repeat-y;
}

#rand_top
{
    z-index:3;
    position:fixed; 
    top:0px; 
    right:0px; 
    width:100%; 
    height:20px; 
    background-image: url(images/rand_top.jpg);
    background-position:center top;
    background-repeat:repeat-x;
}

#rand_bottom
{
    z-index:3;
    position:fixed; 
    bottom:0px; 
    right:0px; 
    width:100%; 
    height:20px; 
    background-image: url(images/rand_bottom.jpg);
    background-position:center bottom;
    background-repeat:repeat-x;
}

#dot_topleft
{
    z-index:3;
    position:fixed; 
    top:0px; 
    left:0px; 
    width:20px; 
    height:20px; 
    background-color: #FFC001;
}

#dot_topright
{
    z-index:3;
    position:fixed; 
    top:0px; 
    right:0px; 
    width:20px; 
    height:20px; 
    background-color: #FFC001;
}

#dot_bottomleft
{
    z-index:3;
    position:fixed; 
    bottom:0px; 
    left:0px; 
    width:20px; 
    height:20px; 
    background-color: #FFC001;
}

#dot_bottomright
{
    z-index:3;
    position:fixed; 
    bottom:0px; 
    right:0px; 
    width:20px; 
    height:20px; 
    background-color: #FFC001;
}

INPUT {
  color: #000000;
  background-color: #C0C0C0;
  font-family: Verdana, Arial;
  font-size: 12px;
}

INPUT.SUBMIT {
  color: #000000;
  background-color: #C0C0C0;
  font-family: Verdana, Arial;
  font-size: 12px;
  text-align: center;
}

INPUT.CHECKBOX {
  color: #000000;
  background-color: #FFE619;
  font-family: Verdana, Arial;
  font-size: 12px;
}

INPUT.RADIO {
  color: #000000;
  font-family: Verdana, Arial;
  font-size: 12px;
  background-color: transparent;
}

TEXTAREA {
  background-color: #FFFFFF;
  color: #000000;
  font-family: Verdana, Arial;
  font-size: 12px;
  padding-top: 2px;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
}

SELECT {
  font-family: Verdana, Arial;
  font-size: 12px;
  color: #000000;
  background-color: #C0C0C0;
}
