@import url("rte.css");

a {text-decoration: none;}
a:link {color: rgb(51,65,255);}
a:visited {color: rgb(51,65,255);}
a:hover {text-decoration: underline;}

body 
{
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-family: Georgia, "Trebuchet MS", Arial, Helvetica, Times;
  font-size: 12px;
}

.standardFont
{
  font-family: Georgia, "Trebuchet MS", Arial, Helvetica, Times;
  font-size: 12px;
}

.nav-sidebar-bottom-top 
{
  margin: 0;
  padding: 0 0 0 10px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  text-align: left;
  font-weight: bold;
  font-size: 15px;
}

.nav-sidebar-bottom-mid 
{
  margin: 0;
  padding: 0 0 0 10px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  text-align: left;
  font-size: 15px;
}

.nav-sidebar-bottom-down 
{
  margin: 0;
  padding: 0 0 0 10px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  text-align: left;
  font-style: italic;
  font-size: 13px;
  display: block;
}

#container
{
  position : absolute;
  top : 0;
  left : 50%;
  width : 900px;
  margin : 0 0 0 -450px; 
  height: 100%;
  _height: expression((document.body.clientHeight) + "px"); /*IE*/
}

#header 
{
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100px;
  width: 900px;
}

#header-left 
{
  position: absolute;
  margin: 0px;
  padding: 0px;
  top: 0px;
  left: 0px;
  right: 290px;
  height: 100px;
  width: 610px;
}

#header-right 
{
  /*background: yellow none repeat scroll 0%;*/
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100px;
  width: 290px;
}

#sidebar-top-logo 
{
  background: transparent url(pics/SBK-Logo-unten.png) no-repeat;
	background-position: -20px 10%;  
  position: absolute;
  top: 99px;
  left: 0px;
  width: 200px;
  height: 22px;
}

#mailformuser
{
		width: 180px;
}

#mailformpass
{
		width: 180px;
}

#sidebar-top 
{
  /*background: blue none repeat scroll 0%;*/
  position: absolute;
  top: 110px;
  left: 0px;
  width: 200px;
  height: 130px;
 		margin-right: 30px;
}

#sidebar-bottom 
{
  /*background: yellow none repeat scroll 0%;*/
  position: absolute;
  top: 235px;
  bottom: 30px;
  left: 0px;
  width: 200px;
  overflow: auto;
  _height: expression((document.body.clientHeight - 265) + "px"); /*IE*/
  _top: 245px; /*IE*/
  _bottom: 32px; /*IE*/
}

#content 
{
  /*background: grey none repeat scroll 0%;*/
  border-style: solid;
  border-color: black;
  border-width: 2px 0px 0px;
  position: absolute;
  top: 100px;
  left: 200px;
  bottom: 27px;
  right: 0px;
  overflow: auto;
  padding-left: 10px;
  padding-right: 10px;
  width: 685px;
  _height: expression((document.body.clientHeight - 127) + "px"); /*IE*/
}

#footer 
{
  background: transparent url(pics/footer.png) no-repeat scroll center;
  border-style: solid;
  border-color: black;
  border-width: 2px 0px 0px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 25px;
  width: 900px;
  padding-right: 6px;
}
