body {
    background-image: url('pic/background_repeat.jpg');
    background-repeat: repeat-x;
    background-color: #DDDDDD;
    margin: 0px;
    }

table {
    font-family: tahoma;
    font-size: 12px;
    }


.bg_green {
    background-color: #549471;
    }

/* Top title "Welcome to Porter novelli/Many Minds. Singular Results. */

.maintitlebig{
    font-family:tahoma;
    font-size: 22px;
    font-weight: 100;
    color: white;
    margin: 0px;
    letter-spacing: 0.05em;
    }

.maintitlesmall{
    font-family:tahoma;
    font-size: 16px;
    font-weight: bold;
    color: #2D3170;
    margin: 0px;
    }

/* Background of green navigation */

.nav_background{
    background: url(../pic/background_nav.jpg);
    background-repeat: no-repeat;
    background-color:#C2DAED;
    }

/* Main title of content */

.page_header{
    text-transform: uppercase;
    font-family:tahoma;
    font-size:20px;
    font-weight: normal;
    color:#2D3170;
    margin-top:15px;
    margin-left:15px;
    margin-bottom:10px;
    }

/* Subtitle of content */
  
h1 {
    font-family:tahoma;
    font-size:18px;
    color:#549471;
    margin-bottom:-10px;
    margin-top:10px;
    }

/* Inline title of content */
  
.inlinetitle {
    color:#549471;
    margin-bottom:-15px;
    font-weight:bold;
    }

h2 {
    color:#549471;
    margin-bottom:-15px;
    font-family:tahoma;
    font-size:13px;
    font-weight:bold;
    }

/* Bodytext of content */
  
.block{
    font-family:tahoma;
    font-size:13px;
    color:#353638;
    margin-left:12px;
    margin-bottom:15px;
    }
  
.block a {
    text-decoration: none;
    color:#549471;
    text-align:left;
    margin-left: 2px;
    }
  
.block a:hover {
    text-decoration: underline;
    color:#2D3170;
    }

.block table {
    font-family:tahoma;
    font-size:13px;
    width: 100%;
    }

.block td {
    padding: 10px;
    }

.block img {
    vertical-align: middle;
    }

/* Holder on right side of body content */

.rightholder {
    vertical-align:right;
    position: relative;
    text-align: center;
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
    border: 1px solid #549471;
    padding: 5px;
    width: 170px;
    }

/* Images in bodytext, aligned right with text wrapped around. */

.contentpictures {
    border:0px;
    float: right;
    margin: 0px; 
    }

 
/* Seperate class for page leadership */
.biosmall {
    border:0px;
    float: left;
    margin: 0px; 
    }

/* General list-style */

ul {
    list-style-image: url('../pic/list_bullet.gif');
    }
  
li {
    list-style-image: url('../pic/list_bullet.gif');
    margin-bottom:5px;
    margin-top:0px;
    }
  
/* General link-style */
  
a.metanav {
    font-variant: small-caps;
    text-decoration: none;
    padding: 5px;
    color: white;
    }

a.metanav:hover {
    background-color:#FFFFFF;
    color: #581e00;
    }
 
/* main navigation */

.container a.nav {
    text-align: left;
    color: white;
    font-size: 12px;
    display: block;
    background-image: url('../pic/bol_white_green.gif');
    background-repeat: no-repeat;
    background-position: 96% 50%;
    padding: 5px;
    border-bottom: 1px solid #E6EFEE;
    font-weight: normal;
    text-decoration: none;
    }

.container a.nav:hover {
    background-image: url('../pic/button_over.png');
    background-repeat: no-repeat;
    color: #549471;  
    }

.container a.subnav {
    text-align: left;
    color: white;
    font-size: 11px;
    display: block; 
    background-image: url('../pic/bol_white_green.gif');
    background-repeat: no-repeat;
    background-position: 6% 50%;
    text-indent: 23px;
    padding: 5px;
    border-bottom: 1px solid #E6EFEE;
    font-weight: normal;
    text-decoration: none;
    letter-spacing: 0em;
    }

.container a.subnav:hover {
    background-color:  #fff;
    background-image: url('../pic/button_over_sub.png');
    background-repeat: no-repeat;
    color: #549471;
    }
    
/* styles for loginscreen */
.bg_color_dark{
    background-color: #549471;
    }
  