﻿* {
  margin:0;
  padding:0;
}
html
{
    height: 100%;
    width:100%;
}
body
{
    font-family: Trebuchet , Verdana,Arial,Helvetica,sans-serif;
    width:100%;
    margin: 0;
    padding: 0;
    height: 100%;
  color: #333;
  font-size:0.95em;
}

#mainstuff {
  display:block;
  width: 500px;
  position: absolute;
  float:left;
  left: -600px;
  }
.wrapper {
  min-height: 100%;
  min-width: 1024px;
  height: auto !important;
  height: 100%;
  margin: 0 auto -200px; /* the bottom margin is the negative value of the footer's height */
  width:100%;
  
}
.footer, .push {
  height: 200px; /* .push must be the same height as .footer */
  width:100%;
}

.footer {
    filter: alpha(opacity=80); 
    -moz-opacity: .80; 
    opacity: .80;
  z-index:1000;
}

#background{z-index:-100; width: 1024px; margin: 0px auto 0px auto; float:left;}
a img
{
    border: none;
}

/* HEADINGS */

h1, h2, h3, h4, h5, h6
{
    margin: 5px 0;
    color: #808080;
    padding: 5px 0;
}

h1.first, h2.first, h3.first, h4.first, h5.first, h6.first
{
    margin-top: 0;
}

.side-bucket
{
    background-color: #eeeeee;
    padding: 4px;
}

.side-bucket-heading-content h1, .side-bucket-heading-content h2, .side-bucket-heading-content h3, .side-bucket-heading-content h4, .side-bucket-heading-content h5, .side-bucket-heading-content h6
{
    color: #FFF;
    margin: 0;
    padding: 0;
}

h1
{
    font-size: 1.3em;
}

h2
{
    font-size: 1.1em;
}

h3
{
    font-size: 1em;
    color: #333300;
}

h4
{
    font-size: .9em;
}

h5
{
    font-size: .8em;
    color: #333300;
}

h6
{
    font-size: .8em;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   
   FORMS
   
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

fieldset
{
    padding: 10px 20px;
    margin: 15px 0;
    position: relative;
    border: 1px solid #3366cc;
    background-color: #FFFFFF;
}

fieldset fieldset
{
    margin: 10px 0;
}

legend
{
    font-weight: bold;
    font-size: 1em;
    padding: 10px 15px 0 15px;
    color: #FFF;
    margin: 0 0 0 10px;
    background: #3366cc url(../images/bg-legend.png) repeat-x;
    min-height: 32px;
    _height: 32px;
    display: block;
    width: 50%;
}

.input-box
{
    display: block;
    vertical-align: top;
    padding: 4px;
    color: #666666;
    border: 1px solid #467acc;
}

label
{
    font-weight: bold;
    font-size: .7em;
    font-weight: bold;
    display: block;
    margin-top: 10px;
}

.checkbox
{
    margin: 12px 0;
    width: 60%;
}

.checkbox input
{
}

input.button
{
    font-size: .7em;
    font-weight: bold;
    padding: 0 5px 2px 5px;
    cursor: pointer;
}

input.button-big
{
    padding: 2px 20px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   
   LINKS
   
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

a:link
{
    color: #3366cc;
}

a:visited
{
    color: #3366cc;
}

a:hover
{
    text-decoration: none;
}

a:active
{
    text-decoration: underline;
    color: #000000;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   
   MAIN CONTENT
      
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.main-container
{
    width: 1024px;
    height: 681px;
    margin: 20px auto 10px auto;
    background-color: #D2EDFF;
    overflow: hidden;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   
   HEADER
      
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/



#content{
    padding-top: 40px;
}

.contentblok
{
    background-color: #fefefe;
    width: 350px;
    height: 450px;
    overflow: auto;
    position:relative;;;
filter: alpha(opacity=80); 
    -moz-opacity: .80; 
    opacity: .80;
    padding: 10px;
    line-height: 130%;
    margin: 0;
    font-size: 0.8em;
    z-index:1;
}

.contentblok h1
{
    color: Navy;
  font-size: 1.1em;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   
   LISTS
      
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

ul
{
    margin-top: 0;
    padding: 0;
}

li
{
    list-style: none;
    padding: 1px 0 1px 1px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   
   MISC STYLES
      
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.none
{
    display: none;
}

.clear
{
    clear: both;
    font-size: 1px;
    margin: 0;
    padding: 0;
}

.align-left
{
    float: left;
    margin: 0 20px 15px 0;
}

.align-right
{
    float: right;
    margin: 0 0 15px 20px;
}

.align-middle
{
    vertical-align: middle;
}

.inline
{
    display: inline;
}

.no-margin
{
    margin: 0;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   
   LOGIN
      
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.nav-login
{
    font-size: .8em;
    text-align: right;
    margin: 0 auto;
    width: 864px;
    padding: 7px 30px 0 30px;
    min-height: 30px;
    _height: 30px;
}

/* LOGIN LISTS */

.nav-login ul
{
    margin: 0;
    padding: 0;
}

.nav-login li
{
    list-style: none;
    padding: 0 5px;
    display: inline;
    background: none;
}

.nav-login li.first
{
    list-style: none;
    border: none;
}

/* LOGIN LINKS */

.nav-login a:link, .nav-login a:visited
{
    color: #343434;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   
   DATA TABLES
      
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

table.data-table
{
    font-size: .8em;
    border-top: 1px solid;
    border-left: 1px solid;
    margin: 10px 0 30px 0;
    background-color: #FFFFFF;
}

table.data-table caption
{
    background: #bbb;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: #FFF;
    font-size: 1.2em;
    margin-top: 30px;
    border-bottom: 3px solid #FFF;
}

table.data-table td, table.data-table th
{
    padding: 8px;
    border-right: 1px solid;
    border-bottom: 1px solid;
}

table.data-table th
{
    text-align: left;
    background: #bbb;
    color: #000000;
    border-right: 1px solid;
    border-bottom: 1px solid;
}

table.data-table td
{
}

table.data-table tr.row-alternating td
{
    background: #ebebeb;
}


.left
{
    float: left;
    width: 400px;
}
.right
{
    background-color: #93AAE0;
    border: thin ridge;
    float: right;
    font-size: small;
    padding: 5px;
    width: 200px;
}
.ppbutton
{
    text-align: center;
}
a.active
{
    background-color: #000000;
    color: #FFFFFF;
}
.altlangisloading
{
    height: 25px;
    width: 25px;
    text-align: center;
    background-image: url('../images/wait24.gif');
    background-repeat: no-repeat;
}
.isloading
{
    height: 25px;
    width: 25px;
    text-align: center;
    background-image: url('../images/wait24.gif');
    background-repeat: no-repeat;
}
.cms-msg-top
{
    height: 0px;
}
.modules-sidebar
{
    width: 100%;
}
.rsslink
{
    font-size: xx-small;
}
.rssheader
{
    font-size: small;
}
.search
{
    float: right;
    display: none;
}

.gobutton
{
    width: 40px;
}
.s
{
    max-width: 42em;
    font-size: small;
}
.nav-right
{
    float: right;
}
.nav-left
{
    float: left;
}
.field-validation-error
{
    color: Red;
}
.xxsmall
{
    font-size: xx-small;
}
.small
{
    font-size: small;
}
.manageusershead
{
    font-weight: bold;
    background-color: #A8C3CB;
}
.contentpage-outerdiv
{
    margin: 6px 6px 6px 6px;
    padding: 6px 6px 6px 6px;
}
.comments-outerdiv
{
    margin: 6px 6px 6px 6px;
    padding: 6px 6px 6px 6px;
    background-color: #FFFFFF;
}
.content-background
{
    background-color: #DDDDDD;
}
.ajaximage
{
    cursor: pointer;
}
.mvccmsnotify
{
    height: 40px;
}
.isloading-container
{
    height: 30px;
}
.languages
{
    width: 100%;
}

.languageinlist
{
    cursor: pointer;
}
.languageinlist-active
{
    border: 4px solid #999999;
    cursor: pointer;
}

.TagCloud {
  margin: 5px auto 0px auto;
  background:none;
  text-align:right;
  vertical-align:middle;
  padding: 10px;
  width: 800px;
  
}

.TagCloud ul {
     padding: 2px; line-height: 1.5em; text-align: center; margin: 0px;
}

.TagCloud ul li {
  display: inline;
}

.TagCloud a{

  text-decoration:none;
  padding: 0px;
  margin: 1px;
}

.TagCloud a.een{
  color: #666666;  
  font-size: 7pt;
  margin: 0px;
}

.TagCloud a.twee{
  color: #333333;  
  font-size: 8pt;
}

.TagCloud a.drie{
  color: #ffffff;  
  font-size: 9pt;
 
}
.TagCloud a.vier{
  color: #aaaaaa;  
  font-size: 10pt;
 

}

.TagCloud a:hover{
 font-size: 103%; 
}

