/**************************************************************
   AUTHOR:  Pat Heard (fullahead.org)
   DATE:    2006.03.19
   PURPOSE: Controls the layout of the site and styles
            the menus
 **************************************************************/




/**************************************************************
   #header: Holds the site title and header images
 **************************************************************/

#header {
  position: relative;
  height: 80px;
  width:858px;
}

/* Holds the site title and subtitle */
#header #title {
  position: absolute;
  z-index: 3;
  top: 10px;
  left: 130px;

  padding: 5px;
  text-align: right;
}

#header h1 {
  margin: 0;
  padding: 0;

  font: 700 4em "trebuchet ms", serif;
  letter-spacing: -3px;
  text-transform: lowercase;
  color: #FFF;
}

#header h2 {
  position: absolute;
  top: 10px;
  right: 5px;

  margin: 0;
  padding: 0;

  font: 700 1em "trebuchet ms", serif;
  text-transform: lowercase;
  color: #00F0EC;
}


/* Sets where the header images will go */
#header img.left {
  position: absolute;
  z-index: 1;

  top: 0;
  left: 0;
}

#header img.right {
  position: absolute;
  z-index: 0;

  top: 0;
  right: 0;
}

#header img.balloons {
  position: absolute;
  z-index: 2;

  top: 70px;
  right: 400px;
}



/**************************************************************
   #mainMenu: The top level site menu
 **************************************************************/

#mainMenu { 
  float: left;
  width: 100%;
  clear: both;  
}






/**************************************************************
   .sideMenu: The side bar menu
 **************************************************************/

ul.sideMenu {
  margin: 0;
  padding: 0;
}

.sideMenu li {
  display: inline;
  
  /* Needed since IE fails when you give it list-style: none; */  
  list-style-image: url(foo.gif);
  font: 400 1.3em "trebuchet ms", serif;
}

.sideMenu li a {
  display: block;
  margin: 0.2em 0;
  padding: 3px 5px;    
  
  text-decoration: none;
  color: #FFF;
} 

.sideMenu li a:hover {
  color: #65EBFF;
  background: #5F5F5F;
}

/* Active menu item */
.sideMenu li.here {
  display: block;  
  padding: 5px;
  color: #65EBFF;
  background: #555;
}

/* Submenu of active menu item */
.sideMenu li.here ul {
  margin: 0;
  padding: 0;
}

.sideMenu li.here ul li a {
  padding-left: 35px;
  font: 400 0.55em verdana, arial, sans-serif; 
  color: #FFF;  
}

.sideMenu li.here ul li a:hover {
  color: #9FF3FF;
}



/**************************************************************
   #page: Holds the main page content.
 **************************************************************/

#page {
  float: left;
  width: 858px;
  clear: both;
  height:365px;
  background-image:url(../images/bg/main.png);
  width: 858px;
  
}

#page b {
 color:black;
}

#side_menu a {
color:black;
}

#side_menu a:hover {

color:black;
}



/**************************************************************
   #footer: The page footer - will stick to the bottom if not
            enough content.
 **************************************************************/

#footer {
  float: left;
  width: 858px;
  
  clear: both;
  background:#21242a;
  height:86px;
  border-top:solid 7px #515557;
  font-family:Tahoma;
  font-size:11px;
  color:#4f5256;
  line-height:14px;
  
}

/* Sets the width of the footer content */
#footer #width {
  position: relative;
  
  font-size: 0.85em;
  padding-top: 27px;
}



/**************************************************************
   Width classes used by the site columns
 **************************************************************/

.width100 {
  width: 100%;
}

.width75 {
  width: 75%;
}

.width50 {
  width: 49.7%;
}

.width33 {
  width: 32.7%;
}

.width25 {
  width: 25%;
}



/**************************************************************
   Alignment classes
 **************************************************************/

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}



/**************************************************************
   Generic display classes
 **************************************************************/

.clear {
  clear: both;
}

.block {
  display: block;
}

.small {
  font-size: 0.8em;
}

.green {
  color: #A1FF45;
}

.red {
  color: #EA1B00;
}

.grey {
  color: #666;
}

.grey a {
  color: #999;
}

.grey a:hover {
  color: #EEE;
}

.gradient {
  margin-bottom: 2em;
  background: #555 url(../images/bg/gradient.jpg) repeat-x bottom left; 
}



#inhalt {
float:right;
text-align:justify; 
width:520px;
margin-top:50px;
margin-right:50px;
color:#283d4d;
font-family:Tahoma;
font-size:11px;
padding-left:30px;
 
}

#inhalt2 {
float:right;
text-align:justify; 
width:560px;
height:250px;
margin-top:50px;
margin-right:30px;
color:#283d4d;
font-family:Tahoma;
font-size:11px;
/*scrollbar-3dlight-color:#ffd700;*/
scrollbar-arrow-color:white;
scrollbar-base-color:#1e2127;
/*scrollbar-darkshadow-color:#ffa500;*/
scrollbar-face-color:#515557;
scrollbar-highlight-color:#515557;
scrollbar-shadow-color:#515557;
scrollbar-track-color:#1f2228;
padding-left:30px; 
}

#inhalt a {
 color:#000;
}

#inhalt a:hover {
 color:#633d02; 

}

#headline1 {
color:#283d4d;
font-family:Tahoma;
font-size:40px;
font-weight:500;
display:block;
letter-spacing:5px;
text-transform:uppercase;
}

#headline2 {
color:#283d4d;
font-family:Tahoma;
font-size:21px;
font-weight:500;
display:block;
letter-spacing:2px;
text-align:left;
padding-bottom:10px;
text-transform:uppercase;
}

#sub {
color:#283d4d;
font-family:Tahoma;
font-size:13px;
font-weight:700;
display:block;
text-align:left;
text-transform:uppercase;

}


