* {
	margin: 0;
	padding: 0;
}

img,
a { border: 0; }

body {
  background: #fff url(../gfx/dds/bg.png) repeat-y center top;
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
}

h1,
h2,
h3 {
	font-family: verdana, arial, sans-serif;
	margin-bottom: .3em;
}

p { margin-bottom: 1em; }

em { font-style: italic; }

a {
	color: #215968;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
a:focus { outline: none; }

h2 {
	font-size: 16px;
	color: #46585c;
}
h3 {
	font-size: 14px;
	color: #46585c;
}

#mainframe {
	width: 1000px;
	margin: 15px auto 3px;
}

#header {
	padding: 3px 5px 0;
	background: transparent url(../gfx/dds/bg_header.png) top left repeat-x;
	height: 135px;
	position: relative;
	color: #7F8F9C;
	z-index: 2;
}
  #header #logo {
    float: left;
    margin: 7px 0 0 8px;
  }
  #header #menu {
  	position: absolute;
  	left: 0;
  	bottom: 37px;
  	width: 1000px;
  	list-style-type: none;
  	background-color: #80A8B7;
  }
    #header #menu li {
    	float: left;
    	position: relative;
    	display: block;
    }
      #header #menu ul { visibility: hidden; }
      #header #menu li a {
        display: block;
        color: #fff;
        font-size: 13px;
        padding: 6px 23px 7px;
        border-left: 1px solid #fff;
      }
      *:first-child+html #header #menu li a { padding-top: 7px; }
      #header #menu li.first a { border-left: 0; }
      #header #menu li.active a { background-color: #68777a; }
      #header #menu li li.active a { text-decoration: underline; }
      #header #menu li ul {
      	position: absolute;
      	left: 0;
        bottom: 0;
      	list-style: none;
      }
        #header #menu li li {
        	clear: left;
        	display: block;
        	border-top: 1px solid #fff;
        	background-color: #80a8b7;
        }
          #header #menu li li a { 
          	font-size: 11px;
          	font-weight: normal;
          }
      
  #header #helpmenu {
  	position: absolute;
  	right: 0;
  	bottom: 77px;
  }
    #header #helpmenu ul { list-style-type: none; }
      #header #helpmenu li {
      	float: left;
      	margin-left: 0;
      	margin-right: 40px;
      }
        #header #helpmenu li a {
        	color: #46585c;
        	font-size: 13px;
        }
        #header #helpmenu li a.active {
        	text-decoration: underline;
        	cursor: default;
        }
  #header .quicksearch {
  	float: left;
  	clear: left;
  	margin: 45px 0 0 2px;
  }
    #header .text {
    	float: left;
    	padding: 3px 2px 0;
    	width: 95px;
    	height: 18px;
    	border: 1px solid #616161;
    	border-left: 0 !important;
    	font-size: 13px;
    	color: #666;
    	background: #fff none left top;
    }
    #header .text:focus { border: 1px solid #000; }
    #header .searchbutt {
    	float: left;
    	background: url(../gfx/dds/searchbutt.png) no-repeat left top;
    	height: 23px;
    	width: 56px;
    	border: 0;
    	text-indent: -9999px;
    	cursor: pointer;
    }
    #header .searchbutt:focus,
    #header .searchbutt:hover { background-position: left bottom; }
  #header .path {
    float: left;
  	margin: 48px 0 0 10px;
    font-size: 13px;
    color: #535353;
  }
  *:first-child+html #header .path { margin: 107px 0 0 0; }
    #header .path a {
    	text-decoration: underline;
    	color: #535353;
    }
    #header .path a:hover { text-decoration: none; }

#content {
	position: relative;
	z-index: 1;
	width: 1000px;
	background: #fff none no-repeat left top;
}
.main #content { background: #fff none no-repeat left top; }
#sidecol {
  clear: left;
	float: left;
	width: 220px;
	margin: 50px 0 20px 1px;
}
  #tree { width: auto; }
  #tree,
  #tree ul { list-style-type: none; }
    #tree li {
    	position: relative;
    	padding-bottom: 1px;
    	width: 180px;
    	float: left;
    	clear: left;
    }
    #tree li ul {
    	display: none;
      position: absolute;
    	left: 180px;
    	top: 0;
    	padding-left: 1px;
      background: #fff;
    }
    #tree li a {
      display: block;
      color: #fff;
      background-color: #80a8b7;
      padding: 4px 15px;
      font-size: 12px;
      width: 150px;
    }
    #tree .active a,
    #tree a:hover,
    #tree .active li a:hover,
    #tree .active .active a,
    #tree .active .active li a:hover,
    #tree .active .active .active a {
      background-color: #dae1e2;
      color: #3f3f3f;
      text-decoration: none;
    }
    #tree .active a,
    #tree .active ul .active a,
    #tree .active ul .active ul .active a { text-decoration: underline; }
    #tree li li a,
    #tree .active li a,
    #tree .active .active li a,
    #tree .active .active li .active li a {
      background-color: #68777a;
      color: #fff;
      text-decoration: none;
    }

#addons {
	float: left;
	clear: left;
	margin: 25px 45px 0 15px;
	font-size: 13px;
	color: #535353;
}
  #addons ul { list-style-type: none; }
    #addons li { margin-bottom: 20px; }
      #addons .title { font-weight: bold; }

.object {
	float: left;
	padding-bottom: 30px;
	width: 560px;
}
.main .object {
	width: 1000px;
	clear: both;
}
  .object ul { margin: 0 20px; }
  .object h1 {
  	font-size: 20px;
  	font-weight: bold;
  	color: #515151;
  	margin: 20px 25px .3em 25px;
  }
  .main .object h1 {
  	color: #46585c;
  	font-size: 15px;
  	margin: 20px 0 0 25px;
  }
  .main .object .caption {
  	margin-top: 1em;
  	font-weight: normal;
  	font-size: 12px;
  }
  .main .object .readmore {
  	display: block;
  	margin: -5px 25px 15px 25px;
  	font-size: 13px;
  }
  .main .object .image {
  	float: right;
  	clear: right;
  }
  .main .object img {
  	float: right;
  	clear: right;
  	margin: 10px 0 0 40px;
  }
  .object .caption,
  .object .body { margin: 0 25px; }
  .object .caption {
  	margin-bottom: 15px;
  	font-weight: bold;
  	font-size: 13px;
  	color: #575757;
  	line-height: 18px;
  }
  #folder .caption,
    .object .body {
  	color: #333;
  	line-height: 16px;
  	font-size: 11px;
  	font-weight: normal;
  	margin-bottom: 0;
  }

#teaser {
	float: left;
	clear: left;
	padding-bottom: 25px;
	background: url(../gfx/dds/bg_box_bottom.png) no-repeat left bottom;
	overflow: hidden;
}
  #teaser .faq {
  	overflow: hidden;
  	list-style-type: none;
  	width: 1000px;
  }
    #teaser .faq li {
    	float: left;
    	margin: 0 30px 20px 52px;
    	width: 160px;
    } 
      #teaser .faq h3 a { color: #46585c; }
      #teaser .faq strong {
      	color: #535353;
      	font-size: 13px;
      	font-weight: normal;
      	line-height: 14px;
      }
      #teaser .faq p {
      	margin-top: 4px;
      	color: #6d6d6d;
      	font-size: 10px;
      }
  #teaser .box {
  	overflow: hidden;
  	width: 1000px;
  	list-style-type: none;
  	background: url(../gfx/dds/bg_box.png) repeat-y left top;
  }
    #teaser .box li {
    	float: left;
    	padding-top: 20px;
    	width: 250px;
    	text-align: center;
    	background: url(../gfx/dds/bg_box_top.png) no-repeat left top;
    }
    #teaser .box li.box0 { background-position: left top; }
    #teaser .box li.box1 { background-position: -250px top; }
    #teaser .box li.box2 { background-position: -500px top; }
    #teaser .box li.box3 { background-position: -750px top; }
      #teaser .box ol { padding: 5px 40px 20px 70px; }
        #teaser .box li li {
        	float: none;
        	margin-top: 5px;
        	padding: 0;
        	width: auto;
        	background: none;
        	color: #242424;
        	font-size: 13px;
        	text-align: left;
        }
          #teaser .box li li a { color: #242424; }
      #teaser .box h2 {
      	padding: 0 12px;
      	color: #535353;
      	font-size: 18px;
      }
        #teaser .box h2 a { color: #535353; }
      #teaser .box strong {
      	display: block;
      	padding: 0 12px;
      	color: #242424;
      	font-size: 13px;
      	font-weight: normal;
      }

#search fieldset { border: 0; }
  #search #searchform,
  #search .searchresults { margin: 10px 25px 20px; }
    #search #searchform fieldset { margin-bottom: 10px; }
      #search .searchfield {
        float: left;
        padding: 3px 2px 0;
        width: 95px;
        height: 18px;
        border: 1px solid #616161;
        border-left: 0 !important;
        font-size: 13px;
        color: #666;
        background: #fff none left top;
      }
      #search .searchfield:focus { border: 1px solid #000; }
      #search .butt {
        float: left;
        background: url(../gfx/dds/searchbutt.png) no-repeat left top;
        height: 23px;
        width: 56px;
        border: 0;
        text-indent: -9999px;
        cursor: pointer;
      }
      #search .butt:focus,
            #search .butt:hover { background-position: left bottom; }
    #search h3 { font-size: 12px; }
    #search .searchresults li { margin-bottom: 10px; }
      #search .searchresults li h3 a,
      #search .searchresults li p { color: #333; }
      #search .searchresults .prevnext { overflow: hidden; }
        #search .searchresults form,
        #search .searchresults div {
        	float: left;
        	margin-right: 5px;
        }
          #search .searchresults div a { color: ; }

#frontpage #banner { position: relative; }
#frontpage #banner img.top {
	position: absolute;
	top: 0;
	left: 0;
}
#frontpage #banner img.bottom {
	position: absolute;
	bottom: 0;
	left: 0;
}

#article .date { display: none; }
.object .date {
  display: none;
/*
	margin: 0 25px;
	color: #666;
*/
}

.author,
.date { font-size: 100%; }

#contentlist li { margin-bottom: 1em; }
#contentlist a {
	font-size: 1.2em;
	font-weight: bold;
}

#footer {
	padding: 15px 5px 0;
/*	background-color: #f3f1ee;*/
  background-color: #fff;
/*	border-top: 3px solid #fbfaf8;*/
	text-align: center;
}
#footer address {
	font-style: normal;
	font-size: 13px;
	color: #46585c;
}
#footer img {
	display: block;
	margin: 10px auto 0;
	width: 113px;
}

/* useful stuff */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.spacer {
	clear: both;
	border: none;
	background: transparent;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	float: none;
}

.on-top { z-index: 10000; }

