/* General */


.invisible{
    display: none;
}

h1{
    font-size:120%;
    font-weight: bold;
}


h2{
    font-size: 100%;
    font-weight: bold;

    margin-top:30px;
    margin-left:10px;
}



ul{
    list-style-type: square;    
}

html, body {
    height: 100%;
    background: #B4B8BB;
    
}


body {
    text-align: center;
    margin: 0px 0px 0px 0px;
}


a:link, a:visited {
    color: #12334A;
    text-decoration: underline;
}
a:hover, a:active {
    color: #12334A;
    text-decoration: underline;
}

img {
    display: inline;
    border: 0px;
}
.clear {
    clear: both;
}


div#head {
    margin: 0px 0px 0px 0px;
    background-image: url("../images/head/head01.jpg");
    width: 800px;
    height: 160px
}

body#market div#head {
    background-image: url("../images/head/market.jpg");
}



body#home div#content{
    background: white;
}



/**** MENU *****/


div#menu{
    position: absolute;
    top: 160px;
    height:  13px; 
    color: white;
    background: #12334A;    
    width:  800px;
    padding: 0px;
    margin: 0px;
    white-space: nowrap;
    border-bottom: 1px solid #12334A;
}



div#menu div{
    display: inline;
    font: 90% Arial, Helvetica, sans-serif;
}



div#menu ul#menu_right_list a{
    
    color: white;
    background-color: transparent;  
    padding: 0px 10px 0px 10px;
    text-decoration: none;
    font-size:12px; 
    border-left: 1px solid grey;
    margin: 0px;
}


div#menu ul#menu_right_list a:hover{
    background: #426C96;    
}


div#menu ul#menu_left_list a{
    height:  20px;
    color: white;
    background-color: transparent;  
    padding: 0px 10px 0px 10px;
    text-decoration: none;
    font-size:12px; 
    border-right: 1px solid grey;
    margin: 0px;
}


div#menu ul#menu_left_list a:hover{
    background: #426C96;    
}




div#menu_left{
    float: left;
    width:40%;  
    padding: 0px 0px 0px 0px;
    margin: 0px;
}


div#menu_right{
    float: right;
    width:40%;      
    text-align:right;
    padding: 0px 0px 0px 0px;
    margin: 0px;
}


div#menu_right li,
div#menu_left  li{
    list-style-type: none;  
    display: inline;
}



    


div#menu_left  ul,
div#menu_right ul{
    margin: 0px;
    padding: 0px;
    font-size: 0px;
}




/* Top Menu highlight */

body#home a#menu_home,
body#about a#menu_about,
body#skills a#menu_skills,
body#projects a#menu_projects,
body#development a#menu_development,
body#contact a#menu_contact{
    background: white !important;
    border-bottom: 1px solid white !important;
    border-right: 1px solid white !important;
    border-top: 1px solid white !important;
    color: #12334A !important;
    cursor: default;
}




/*** Page and Content ***/


div#pagearea {
    text-align: left;
    height: 100%; 
    width: 800px;
  margin: 0px auto;
}

div#pagearea {
//  background: #EEF0F1;
 
    background: white;
}


body#home div#pagearea {
    background:white;
}


div#content {
    position: absolute;
    top: 174px;
    text-align: left;
    width: 800px;
    margin: 0px auto;
    background: white;
}


/* Boxes for content area */

div.box1 {
    width:265px;
    float:left;
}

div.box2 {
    width:532px;
    float:left;
}

div.box3 {
    width:800px;
    float:left;
}


div.box1text {
    width:234px;
    float:left;
    padding: 15px;
    margin: 5px;
    font: 90% Arial, Helvetica, sans-serif;
}

div.box2text {
    width:498px;
    float:left;
    padding: 15px;
    margin: 5px;
    font: 90% Arial, Helvetica, sans-serif;
}

div.box3text {
    width:770px;
    float:left;
    padding: 15px;
    margin: 5px;
    font: 90% Arial, Helvetica, sans-serif;
}



div.box2text h1{
    margin-top: 0px;
}

div.box2text h2{
//  margin-top: 0px;
}



div#content .border{
    border: 1px solid grey;
}

div#content .dashed{
    border: 1px dashed grey;
}

div#content .lighted{
    background: white;
}




/* Boxes for content area 4 cols */

div.c4box1 {
    width:200px;
    float:left;
}

div.c4box2 {
    width:400px;
    float:left;
}

div.c4box3 {
    width:600px;
    float:left;
}

div.c4box4 {
    width:800px;
    float:left;
}









/* *** Home *** */

body#home div#content{
    background-image:  url("../images/home/radialwelcome02.png");
    background-repeat: no-repeat;
        height: 470px;
}




/* *** Person Menu *** */

div#personmenu{
    position:absolute;
    top:10px;
    right: 6px;
    width: 200px;
}

.personmenu a{
    width:220px;
    float:right;
    padding: 3px;
    margin: 12px 10px 2px 5px;
    font: 70% Arial, Helvetica, sans-serif;
    color: white;
    letter-spacing:  1px;
    text-align: left;
    text-indent: 20px;
    background: #28475B;    
    text-decoration: none;
    border: 1px solid #12334A;
}


div#personmenu_items {
    width:220px;
    float:right;
    padding: 3px;
    margin: 2px 10px 2px 5px;
    font: 80% Arial, Helvetica, sans-serif;
    color: #12334A;
    letter-spacing:  2px;
    text-align: left;
    list-style-type: square;
    
    background: white;  
    line-height:  250%;
    
    border: 1px solid #12334A;
}


div#personmenu_items li{
    list-style-type: square;
}


.personmenu a:hover{
    background: #526E82;    
}



.personmenu_head{
    padding: 3px;
    float:right;
    margin: 18px 10px 2px 5px;
    border-bottom: 1px solid grey;
    width:222px;
    text-align: right;
    font: 90% Arial, Helvetica, sans-serif;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}



div#personmenu_skills li#personmenu_item_skills{
    font-weight: bold;  
    letter-spacing:  1px;
}
div#personmenu_person li#personmenu_item_person{
    font-weight: bold;  
    letter-spacing:  1px;
}
div#personmenu_projects_cat li#personmenu_item_projects_cat{
    font-weight: bold;  
    letter-spacing:  1px;
}
div#personmenu_projects_year li#personmenu_item_projects_year{
    font-weight: bold;  
    letter-spacing:  1px;
}
div#personmenu_downloads li#personmenu_item_downloads{
    font-weight: bold;  
    letter-spacing:  1px;
}
div#personmenu_contact li#personmenu_item_contact{
    font-weight: bold;  
    letter-spacing:  1px;
}


/* *** Profile *** */

body#person div#title{
    visibility: hidden;
    height:0px;
    font: 0px Arial, Helvetica, sans-serif;
}

.image-left{
    float:left;
    border: none;
    margin-right: 20px;
}

.image-top{
    margin-bottom: 10px;
}

body#person img#picture{
    border: 1px solid  #7f7f7f;
}


/* ** Projects ** */

.list_streched li{
    line-height:  190%;
}


div#projectslist h2{
/*  margin-top:30px; */
/*  margin-left:10px; */
}



/* ** Person Skills ** */

div#dskills h2{
/*  margin-left: 10px; */
/*  margin-top: 40px; */
    border-bottom: 1px solid grey;
    width:388px;
    font-size:100%;
}

.skillstable th{
    line-height: 200%;
    text-indent:20px;
    font: 100% Arial, Helvetica, sans-serif;
    font-weight: normal;
    width:200px;
    text-align: left;   
}

.skillstable td{
    line-height: 200%;
    padding-left:30px;
}

.skillstable td.detail {
    line-height: 200%;
    padding-left:40px;
    font-size: 75%;
}


.skillstable strong{
    font-size:100%;
}


.skillstable small{
    font-size:90%;
}




.skilllevel_image{
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
}

.skilllevel_image_v0{background-image: url("../images/level/small_v0.gif");}
.skilllevel_image_v1{background-image: url("../images/level/small_v1.gif");}
.skilllevel_image_v2{background-image: url("../images/level/small_v2.gif");}
.skilllevel_image_v3{background-image: url("../images/level/small_v3.gif");}
.skilllevel_image_v4{background-image: url("../images/level/small_v4.gif");}
.skilllevel_image_v5{background-image: url("../images/level/small_v5.gif");}


/* ** contact ** */

div#contact h2{
/*  margin-left: 10px; */
/*  margin-top: 40px; */
    border-bottom: 1px solid grey;
    width:400px;
}


.contacttable th{
    text-indent:20px;
    font: 100% Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height:  200%;
    width:200px;
    vertical-align: top;
    color: #667C8A;
}

.contacttable td{
    vertical-align: top;
    line-height:  200%;
}


/* ** skill ** */

div#skill h2{
/*  margin-left: 10px; */
/*  margin-top: 40px; */
    border-bottom: 1px solid grey;
    width:260px;
}

.skilltable th{
    line-height: 200%;
    text-indent:20px;
    font: 100% Arial, Helvetica, sans-serif;
    font-weight: normal;
    width:200px;
    color: #667C8A;
    text-align: left;   
}

.skilltable td{
    line-height: 200%;
    padding-left:30px;
}

.skilltable td.detail {
    line-height: 200%;
    padding-left:40px;
    font-size: 75%;
}



/* ** project ** */

div#project h2{
/*  margin-left: 10px; */
/*  margin-top: 0px; */
    float: left;
}


div#project div#projecthead{
    margin-top: 40px;
    height:1.4em;
    padding-bottom: 8px;
    border-bottom: 1px solid grey;
}

div#project div#projectfoot{
    margin-top: 40px;
    height:1.4em;
    border-top: 1px solid grey;
}

div#project div#projectfoot_noborder{
    margin-top: 4px;
    height:1.4em;
}



div#project .projectnav{
    margin:0px;
    padding:0px;    
    float:right;
}




.projecttable th{
    text-indent:20px;
    font: 100% Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height:  200%;
    width:200px;
    vertical-align: top;
    color: #667C8A;
    padding-top: 10px;
padding-bottom: 10px;
}

.projecttable td{
    vertical-align: top;
    line-height:  200%;
    padding-top: 10px;
padding-bottom: 10px;
}



div#project ul#projectskills{
    margin:0px;
    padding:0px;
}


div#project ul#projectskills li{
    list-style-type: none;  
//  display: inline;    

    float: left;
    width:140px;
    font-size: 80%;
}


ul#lowskills{
    padding-left:20px;
}

ul#lowskills li{
    list-style-type: none;  
    display: inline;
    width:180px;
    float: left;
    font-size: 70%;
}


table#projecttable{
border-bottom: 1px solid grey;
}

div#project div#description_down{
/*  padding: 10px; */
    margin: 0px;
    font: 100% Arial, Helvetica, sans-serif;
    line-height:  200%;
/*  border-top: 1px solid grey; */
}


div#project div#description_detail{
    margin: 0px;
    font: 100% Arial, Helvetica, sans-serif;
    line-height:  200%;
/*  border-top: 1px solid grey; */
}

div#project div#description_detail_top{
    margin: 0px;
    font: 100% Arial, Helvetica, sans-serif;
    line-height:  200%;
/*  border-top: 1px solid grey; */
}

div#project div#description_longdetail{
    padding-top: 10px; 
    margin: 0px;
    font: 100% Arial, Helvetica, sans-serif;
    line-height:  200%;
/*  border-top: 1px solid grey; */
}
 


div#project img#description_image_1{
    float: left;
    border: 0px;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
/*  width:250px; */
}





/*  private addressblock for printing */
div#personaddressblock{
    display: none;
}


div#w3clogo{
    position: fixed;

    bottom: 1px;
    right: 1px;
}

div#w3clogo p{
    padding: 0px;
    margin: 0px;
}


/* ** training ** */

div#training h2{
/*  margin-top:30px; */
    margin-bottom:30px;
}

div#training table{
    width:400px;
    margin-left:40px;
    margin-bottom:40px;
}

div#training table th{
    padding-bottom:10px;
    font-weight: normal;
    color:black;
}

div#training table td{
    font-weight: normal;
    color:#12334A;
    padding-bottom:10px;
}



.projectsbyyeartable th{
    text-indent:20px;
    font: 100% Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height:  200%;
    width:120px;
    vertical-align: top;
    color: #667C8A;
    padding-top: 2px;
    padding-bottom: 2px;
}

.projectsbyyeartable td{
    vertical-align: top;
    line-height:  200%;
    padding-top: 2px;
    padding-bottom: 2px;
}



