/* ---------------------------------------------- */
/* CASCADING STYLE SHEET - CSS FOR CD83.INFO      */
/*                                                */
/* adapted for CD83.info 2005 by                  */
/* Alexander Prechtel                             */
/* ---------------------------------------------- */

/* ============================================== */
/* BODY                                           */
/* ============================================== */
body {
background: #C6C6C6;
margin: 0;
padding: 0;
font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
text-align: center;
font-size: small;
margin-top: 10px;
margin-bottom: 10px;} 

/* ============================================== */
/* LINKS                                          */
/* ============================================== */
a {
color: #930;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

/* ============================================== */
/* HEADER H1, H2, H3                              */
/* ============================================== */
h1, h2, h3 {
font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
font-weight: normal;
margin-top: 10px;
margin-bottom: 25px;
color: #2D598D;
}

h1 {
background: none 0em 55%;
border-bottom: 1px dotted #930;
font-size: 150%;
} 

h2 {
background: none 0em 55%;
padding-left: 10px;
padding-right: 10px;
font-size: 133%;
}

h3 {
background: none 0em 55%;
padding-left: 10px;
font-style: italic;
font-size: 110%;
}

/* ============================================== */
/* WRAP                                           */
/* ============================================== */
#wrap {
background: url("cd83info_stylesheet_imgs/bgd_container.gif") repeat-y top left;
margin: 0em auto 0em auto;
padding: 0em;
height: auto;
text-align: justify;
width: 792px;}

/* ============================================== */
/* BANNER                                         */
/* ============================================== */
#banner {
background: transparent url("cd83info_stylesheet_imgs/header.jpg") no-repeat top left;
height: 70px;
margin: 0;
}

#banner p {
background: none 0em 90%;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 30pt;
text-indent: 0px;
color: #fff;
margin: 0em 35px 0em 35px;
padding-top: 0.6em;
min-height: 21px;
line-height: 1em;
font-weight: bold;}

/* --- Nav top level --------- */

#nav-toplevel {
background: transparent url("cd83info_stylesheet_imgs/toplevel.jpg") no-repeat top left;
height: 68px;
}

#nav-toplevel ul {
list-style-image: none;
margin: 0;
padding: 0;
}

/* --- Nav meta --------- */

#nav-meta {
height: 42px;
font-size: 85%;
line-height: 1.25em;
}

#nav-meta ul {
margin: 0px 24px 0 490px;
}

#nav-meta ul li {
display: inline;
float: right;
}

#nav-meta ul li a {
display: block;
background: transparent url("cd83info_stylesheet_imgs/small_bullet_blue.gif") no-repeat 0 50%;
padding: 0 0 0 8px;
color: #A5BCD3;
text-decoration: none;
}

#nav-meta ul li a:hover {
background: transparent url("cd83info_stylesheet_imgs/small_bullet_yellow.gif") no-repeat 0 50%;
color: #FFF;
}

/* --- Nav main --------- */

#nav-main {
background: #eee;
font-size: 100%;
font-weight: bold;
}

#nav-main ul {
margin-left: 16px;
}

#nav-main ul li {
display: inline;
float: left;
margin-right: 3px;
width: 110px;
text-align: center;
}

#nav-main ul li a {
display: block;
background: transparent url("cd83info_stylesheet_imgs/tabs.gif") no-repeat 0 0;
height: 26px;
line-height: 26px;
color: #2D598D;
text-decoration: none;
font-weight: bold;
}

#nav-main ul li a.current {
background: transparent url("cd83info_stylesheet_imgs/tabs.gif") no-repeat 0 -52px;
color: #930;
}

#nav-main ul li a:hover {
background: transparent url("cd83info_stylesheet_imgs/tabs.gif") no-repeat 0 -26px;
color: #930;
}

#nav-main ul li a.current:hover {
background: url(cd83info_stylesheet_imgs/tabs.gif) no-repeat 0em -0px;
} 
/* --- Container --------- */

#container {
margin: 0em 17px 0em 17px;
}

/* --- Content --------- */

#content {
background #FFFFFF;
float: left;
margin: 0;
padding: 16px;
width: 720px;} 
#content p, #content ol, #content ul {
font-size: 100%;
line-height: 1.5em;
padding-right: 25px;
} 

/* --- Info site --------- */

#info-site {
position: relative;
clear: both;
background: transparent url("cd83info_stylesheet_imgs/footer.jpg") no-repeat top left;
width: 792px;
padding-top: 12px;
text-align: center;
}

#info-site p {
font-size: 85%;
}

/* --- Info company --------- */

#info-company {
color: #FFD50F;
margin: 0 16px;
}

#info-company a {
color: #A5BCD3;
text-decoration: none;
}

#info-company a:hover {
color: #FFF;
}

/* --- Info standards --------- */

p#info-standards {
margin: 4px 314px 0 314px;
padding-bottom: 6px;
}

a#xhtml {
display: block;
float: left;
background: transparent url("cd83info_stylesheet_imgs/xhtml.gif") top left;
width: 78px;
height: 13px;
border: 1px solid #2D598D;
}

html>body a#xhtml {
margin: 0 82px 0 0;
}

a#xhtml:hover {
border: 1px solid #FFD50F;
}

#xhtml span {
display: none;
}

#css {
display: block;
background: transparent url("cd83info_stylesheet_imgs/css.gif") top left;
width: 78px;
height: 13px;
border: 1px solid #2D598D;
}

html>body #css {
margin: 0 0 0 82px;
}

a#css:hover {
border: 1px solid #FFD50F;
}

#css span {
display: none;
}