/* Start of CMSMS style sheet 'Layout Basic' */
* {
   margin: 0;
   padding: 0;
}


body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
   line-height: 16px;
}


div {
   font-size: 11px;
}


img {
   border: 0;
}


a, 
a:link,
a:active,
a:visited {
   text-decoration: underline;
   background-color: inherit;
   color: #000;
}

a:hover {
   text-decoration: underline;
   background-color: inherit;
   color: #0071eb;
}


/*****************basic layout *****************/


body {
   margin: 0;
   padding: 0;
   color: #000;
   background: #2c2c2c url(images/cms/layout/body_bg.gif) repeat-y center top;
}


div#pagewrapper {
   width: 980px;
   margin: 0 auto;
   overflow: hidden;
   background: #2c2c2c;
}


div#header {
   height: 80px;
   width: 980px;
   overflow: hidden;
   margin: 0;
   padding: 0;
   background: url(images/cms/layout/header_bg.gif) no-repeat left top;
}

div#header h1 a {
   display: block;
   height: 0px;
   text-indent: -999em;
   text-decoration: none;
}

div#header h1 {
   margin: 0;
   padding: 0;
   line-height: 0;
   font-size: 0;
}


div#navi {
   background: #0071eb;
   margin: 0;
   padding: 0;
   height: 30px;
   width: 980px;
   overflow: hidden;
   line-height: 11px;
}


div#search {
   background: url(images/cms/layout/navi_bg.gif) repeat-x top;
   border-top: 1px solid #56a1f2;
   border-bottom: 1px solid #002d59;
   width: 168px;
   height: 24px;
   padding: 4px 0 0 0;
   margin: 0;
   overflow: hidden;
}

div#search label {
   text-indent: -9999em;
   height: 0px;
   width: 0px;
   display: none;
}

div#search input.search-input {
   width: 125px;
   height: 15px;
   border-style: none;
   color: #666;
   padding: 4px 2px 6px 6px;
   float: left;
   font: 11px Arial, Helvetica, sans-serif;
   background: #fff url(images/cms/layout/search.gif) no-repeat left top;
}

div#search input.search-button {
   width: 25px;
   height: 25px;
   border-style: none;
   text-indent: -9999em;
   margin: 0;
   padding: 0;
   float: left;
   cursor: pointer;
   font-size: 0px;
   line-height: 0px;
   background: transparent url(images/cms/layout/search.gif) no-repeat right top;
}


div#content_functions {
   margin: 30px 0 0 0;
   line-height: 16px;
   padding: 0;
   clear: both;
}


div#content_functions a {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 10px;
   font-weight: bold;
   text-decoration: none;
   color: #555;
   padding: 0 0 0 18px;
   margin: 0 20px 0 0;
}

div#content_functions a:hover {
   text-decoration: underline;
}

a#send {
   background: url(images/cms/layout/send.gif) no-repeat left;
}

.noprint {
   background: url(images/cms/layout/print.gif) no-repeat left;
}


div#footer {
   width: 956px;
   height: 50px;
   clear: both;
   padding: 12px;
   margin: 0 0 20px 0;
   background: #2c2c2c url(images/cms/layout/footer_bg.gif) repeat-x top;
}

div#footer p {
   font-size: 10px;
   padding: 4px 0 4px 0;
   color: #fff;
   margin: 0;
   text-align: center;
}

div#footer_copyright {
   font-size: 10px;
   padding: 4px 0 4px 0;
   color: #0071eb;
   margin: 0;
   text-align: center;
}

div#footer p a,
div#footer p a:active,
div#footer p a:visited {
   color: #fff;
   padding: 0 12px 0 12px;
   text-decoration: none;
}

div#footer p a:hover {
   color: #fff;
   padding: 0 12px 0 12px;
   text-decoration: underline;
}



div#galerie img {
   margin: 0 10px 10px 0;
}






/********************CONTENT STYLING*********************/


/* HEADINGS */

div#content h1 {
   font-weight: bold;
   font-size: 18px;
   line-height: 18px;
   color: #0071eb;
   margin: 0 0 10px 0;
   padding: 0;
}

div#content h2 {
   font-weight: bold;
   font-size: 16px;
   line-height: 16px;
   color: #0071eb;
   margin: 0 0 10px 0;
   padding: 0;
}

div#content h3 {
   font-weight: bold;
   font-size: 14px;
   line-height: 14px;
   color: #0071eb;
   margin: 0 0 10px 0;
   padding: 0 0 4px 15px;
   border-bottom: 1px solid #ddd;
   background: url(images/cms/layout/hl_dot.gif) no-repeat left top;
}

div#content h4 {
   font-weight: bold;
   font-size: 14px;
   line-height: 14px;
   color: #0071eb;
   margin: 0 0 10px 0;
   padding: 0;
}

div#content h5 {
   font-weight: bold;
   font-size: 11px;
   line-height: 11px;
   color: #0071eb;
   margin: 0 0 10px 0;
   padding: 0;
}

div#content h6 {
   font-weight: bold;
   font-size: 11px;
   line-height: 11px;
   color: #000;
   margin: 0 0 10px 0;
   padding: 0;
}


/* TEXT */

p {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
   margin: 0 0 10px 0;
   line-height: 16px;
   padding: 0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}

strong, b {
   font-weight: bold;
}

em, i {
   font-style: italic;
}


code, pre {
   white-space: pre-wrap;
   white-space: -moz-pre-wrap;
   white-space: -pre-wrap;
   white-space: -o-pre-wrap;
   word-wrap: break-word;
   font-family: "Courier New", Courier, monospace;
   font-size: 11px;
}

pre {
   border: 1px solid #000;
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;
}

div.templatecode {
   margin: 0 0 2.5em;
}


/* LISTS */

div#box ul,
div#box ol,
div#box dl {
   font-size: 11px;
   line-height: 16px;
   margin: 0 0 20px -5px;
}

div#box ul li,
div#box ol li {
   margin: 0 0 2px 20px;
}

div#box dl {
   margin-bottom: 20px;
   padding-bottom: 10px;
   border-bottom: 1px solid #c0c0c0;
}

div#box dl dt {
   font-weight: bold;
   margin: 0 0 0 20px;
}

div#box dl dd {
   margin: 0 0 10px 10px;
}



/* End of 'Layout Basic' */

