/* Tadek's Homepage template */

body {
       font-size: 62.5%;
       font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
       background: white;
       color: #333;
       margin: 2em;
}

h1 {
	font-size:3em;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;
	color:white;
	background:#1f66bd;
}

h2 {
	font-size:1.6em;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;
	color:blue;
}

h3 {
	font-size:1.3em;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;
	color:navy;
}

tr.title {
	font-size:1.5em;
	font-family: 'Trebuchet MS', verdana, arial, sans-serif;
	color:navy;
}



small {
         font-size: 0.8em;
         }

/* navigation box */
.navpane {
           margin-right:20px;
					 width:180px;
/*					 min-width:150px;
					 width:18%;*/
					 float:left;
}

.navpane img {
           width:100%;
           border:2px solid #999;
}


.navbox { 
           color:#333;
           font-size: 1.4em;
				   background:#66cccc;
           border:2px solid #999;
					 width:100%;
}

.navbox li{ 
    list-style:square;
/*    color:darkgrey;*/
    padding:0.5em;
    }

/* and this is the main section (shifter by 190px so thaht the left fits */
.mainpane {
				margin-left: 190px;
				font-size: 1.4em;
}


/* LINK BOX */
.rightpane {
  float:right;
  width:180px;
  margin-left:10px;
  margin-bottom:15px;
}

.linkbox {
  padding:10px;
  font-size: 1.0em;
 
	color:#333;
  background:#eee;
  border:2px solid #999;
}

.linkboxtitle {
  font-weight:bold;
	font-variant: small-caps;
}
	


.center { 
          text-align: center;
          }

.center table { 
                margin-left: auto;
                margin-right: auto;
                text-align: center;
                }


a:link {
         color: #007fFF;
         }

a:visited {
            color: #555;
            }

a:hover {
          color: #59acFF;
          }



