/* CSS Document */

.title {
  font-size         : 20px;
  color             : #9B9B9B;
}

.subtitle {
  font-size         : 14px;
  font-weight       : bold;  
  text-decoration   : none;
}

.footer {
  font-size         : 8px;
  color             : #9B9B9B;
  font-weight       : bold;  
  text-decoration   : none;
}

.reginfo {
  font-size         : 7px;
  color             : #9B9B9B;
  font-weight       : bold;  
  text-align        : center;
  text-decoration   : none;
/*
  float             : left;
*/

}

img.floatRight { 
    float: right; 
    margin-left: 4px; 
/*
    margin-bottom: 0em;
*/
}


.links {
  text-decoration   : none;
}

.links:hover {
text-decoration: underline;
}

body { 
  background-color  : #CCCCCC;
  font-family       : Tahoma; 
  color             : #9B9B9B;
  margin-top        : 15px;
}

.main {
  font-size         : 12px;
  padding-left      : 10px;
  padding-right     : 10px;  
}

.portfolio {
  font-size         : 11px;
}

.contactform {
  font-size         : 11px;
  border-style      : solid;
  border-color      : #E6E6E6;
  border-width      : 1px;
  background-color  : #F8F8F8;
  padding-left      : 5px;
  padding-right     : 5px;
  padding-top       : 2px;
  padding-bottom    : 2px;  

}

.panel {
  font-size         : 12px;
  border-style      : solid;
  border-color      : #E6E6E6;
  border-width      : 1px;
/*  background-color  : #F8F8F8; */
  padding-left      : 10px;
  padding-right     : 10px;
  padding-top       : 10px;
  padding-bottom    : 10px;  
}

.image{
  border-style      : solid;
  border-color      : #E6E6E6;
  border-width      : 1px;
}