
body 
{
background-image:url(cloud.jpg);
background-repeat:repeat;
background-attachment:fixed;
background-position:center;
 }

body {
scrollbar-face-color: #e9e6e1;
scrollbar-shadow-color: #990000;
scrollbar-highlight-color: #e9e6e1;
scrollbar-3dlight-color: #;
scrollbar-darkshadow-color: #e9e6e1;
scrollbar-track-color: #e9e6e1;
scrollbar-arrow-color: #990000;
scrollbar-base-color: #990000;
}

body 
{ 
border: 5px ridge #0099FF;
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::*/


body {
  margin: 2em ;
  padding: 0px;
  font-family: verdana, sans-serif;
  font-size: 1em;
  background-color: #fff;  
}

#siteBox {
  float: left;
  width: 100%;
  color: #fff;
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::*/


#header {
  float: left;
  width: 100%;
  height: 4.5em;
  background: url(lila.jpg) repeat;
}

#header a {
  float: right;
  width: 7.5em;
  padding: 5px 10px 5px 10px;
  font-size: 0.6em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  background-color: #25509f;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #000000;
  border-left: 2px solid #ffffff;
}

#header a:hover, #header a.active {
  padding-top: 5px;
  background-color: green;
}

a .desc {
  display: none;
  text-transform: lowercase;
  color: #000000;  
}

a:hover .desc, .active .desc {
  display: block;
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::*/


.title {
  float: left;
  padding: 1em 30px 0 2em;
  font-size: 1.4em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  line-height: 0.75em;
  letter-spacing: -0.15em;
  color: #00F1F4;
}

.subTitle {
  display: block;
  font-size: 0.4em;
  text-transform: lowercase;
  line-height: 1.2em;  
  letter-spacing: 0.01em;
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::*/


#content {
  float: left;
  width: 100%;
  padding: 1em 0 1em 0;
  background: #666;
}

#contentLeft {
  FILTER: progid:dximagetransform.microsoft.gradient(gradienttype=1,startcolorstr=#FF00FF,
  endcolorstr=#00CCFF);
  float: left;
  width: 24%;
  margin-bottom: 1em;
  background: #999;  
}

#contentRight {
  float: right;
  width: 73%;
  background: #000 url(rightframe_lo.gif) no-repeat top left;
}

#content p {  
  margin: 1.2em 1.2em 2em 1.2em;
  font-size: 0.8em;
  line-height: 1.8em;
}

#content a {  
  text-decoration: none;
  color: #00F1F4;
  border-bottom: 1px solid #aaa;
}

#content a:hover {
  color: #fff;
  background-color: #a66a93;
  border-bottom: 1px solid #a66a93;
}

.header, .subHeader {
  display: block;
  clear: both;  
  font-weight: bold;
  font-size: 0.8em;
  text-transform: lowercase;
  color: #00F1F4;
  border-bottom: 1px solid #aaa;    
}

.subHeader {
  border: 0px;
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::*/


#content a.menuItem {
  display: block;  
  padding: 5px 0 5px 54px;
  background: url(1.bmp) no-repeat left;
  border: 0px;
}

#content a:hover.menuItem { 
  color: yellow;
  background: #999 url(2.bmp) no-repeat left;
  border: 0px;
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::*/


#footer {
  float: left;
  width: 100%;
  height: 3em;
  font-size: 0.6em;
  text-transform: lowercase;
  line-height: 2.5em;
  color: #0ad;
  background: #25509f;
}

#footer a {
  color: #ffffff;
}

#footer a:hover {
  color: yellow;
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::*/


.grey {
  font-size: 0.8em;
  color: #aaa;
}

.white {
  color: #fff;
}

acronym {
  cursor: help;
  border-bottom: 2px dotted #00f1f4;
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::*/


ul{
  font-size: 1em;
  padding-top: 5px;
  padding-bottom: 5px;
  list-style-image: url(bild.gif);
}

li {
  margin-left: 50px;
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::*/


.imgLeft, .imgRight {
  margin: 6px;
}

.imgLeft {
  float: left;
  margin-left: 0px;
}

.imgRight {
  float: right;
  margin-right: 0px;
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::*/


.bottomCorner {
  text-align: right;
}

.vBottom {
  vertical-align: bottom;
}





