

/*************************
   LAYOUT
 *************************/

#top {
  height: 200px;
}

#container {
  width: 1024px;	
  background-image: url(../typo3temp/GB/cbbfebace6.png); /*** This are our faux columns. ***/
}

#outer {
  padding-left: 180px;
}
* html #outer {
  padding-right: 0px;
}

#inner {
  width: 844px;
  padding-bottom: 0px;
}

#float-wrap {
  width: 1024px;
  margin-left: -180px; /*** Same length as #outer padding-left but with negative value. ***/
}

#center {
  width: 844px;
}

#left {
  width: 180px;
}

#right {
  width: 0px;
}
* html #right {
  margin-right: -0px; /*** IE gets this margin. ***/
}

#bottom {
  width: 1024px;
  height: 0px;
  margin-top: -0px;
}

#right, #bottom {
  display: none;
  overflow: hidden;
}

#bgLeft, #bgCenter, #bgRight {
  top: 200px;
}

#bgCenter {
  left: 180px;
}

#center {
  min-height: 630px;
}
* html #center {
  height: 630px;
}


/*************************
   STYLING
 *************************/

body {
  background-color: #ffffff;
  background-image: ;
  background-attachment: ;
  background-repeat: ;
}

#top {
  background-color: white;
  background-image: url(../uploads/tf/maus-web2.jpg);
  background-attachment: scroll;
  background-repeat: repeat;
  color: #000000;
  font-family: sans-serif;
  font-size: 1em;
}

#resourceLogo {
  top: 0px;
  left: 0px;
}

#menu {
  margin-top: 50px;
  margin-left: 20px;
  margin-right: 10px;
  font-family: sans-serif;
  font-size: 13pt;
  font-weight: bold;
  font-style: normal;
  text-align: left;
}

img { border: 0; }

#menu a, #menu a:link, #menu a:active #menu a:visited {  color: #911CAD; }
#menu a:hover {  color: #6699CC; }

#menu .level1 li{
	margin-bottom: 30px
}
#menu .level2 li{
	margin-bottom: 0px
}


#content {
  margin-top: 50px;
  margin-right: 20px;
  margin-left: 15px;
  color: #000000;
  font-family: sans-serif;
  font-size: 12pt;
}
#content a, #content a:link {  color: #6699CC; }
#content a:hover {  color: #1F1F5D; }
#content a:active {  color: #6699CC; }
#content a:visited {  color: #6699CC; }

#content h1 {
  color: #6699CC;
  text-decoration: none;
  text-transform: none;
  font-family: sans-serif;
  font-size: 100%;
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
}

#configColFooter {
  margin-top: 20px;
  color: #000000;
  font-family: sans-serif;
  font-size: 1em;
}
#configColFooter a, #configColFooter a:link {  color: #000000; }
#configColFooter a:hover {  color: #000000; }
#configColFooter a:active {  color: #000000; }
#configColFooter a:visited {  color: #000000; }


#menu ul.level2 {
  margin-left: 0.5em;
}
#menu ul.level3 {
  margin-left: 1em;
}

