/*Copyright by R. Hilkens, 2005. Eijkhagencollege Landgraaf*/
/*Name: core.css*/

/*FONT DEFINITIES*/
p, td, a:link, a:visited, a:active, a:hover, div, ul, li, form, h1, h3, .indent
{
    margin-top: 0px;
    font-size: 10pt;
    margin-bottom: 0px;
    color: #000000;
    font-family: Comic Sans MS;
}
a:link, a:visited, a:active, a:hover
{
    text-decoration: underline;
    font-weight: bold;
}
a:hover
{
    /*font-weight: bold;*/
    color: #E5FFC9;
}
.smalla:link, .smalla:visited, .smalla:active, .smalla:hover
{
    text-decoration: none;
    font-weight: normal;
    font-style: italic;
}
.smalla:hover
{
    text-decoration: underline;
    color: #32660B;
}
body
{
    margin: 0px;
}
h1
{
	font-size: 12pt;
    font-weight: bold;
    color: #32660B;
}
h2 /*gebruikt voor pagina's die niet gebouwd worden met de template*/
{
    font-size: 20pt;
    color: #485D96;
    font-family: Arial;
    margin-bottom: 15px;
    margin-top: 10px;
}
h3 /*tussenkopje*/
{
    font-style: italic;
    font-weight: normal;
}
/*Tabellen, taskmanager, statistics and memberslist*/
.tb_main
{
}
.tb_dark
{
}
.tb_light
{
    background-color: #E5FFC9;
}
/*Image styles, zonder descriptions*/
.imgl
{
    margin: 4px;
    float: left;
    border: solid 1px #ecc85b; /*EAEC58*/
}
.imgr
{
    margin: 4px;
    float: right;
    border: solid 1px #ecc85b;
}
/*Image styles, voor links*/
.imglh
{
	margin: 4px;
	float: left;
	border: solid 1px black;
}
.imgrh
{
	margin: 4px;
    float: right;
	border: solid 1px black;
}
/*Overige opmaak*/
.title
{
	height: 2px;
	width: 100%;
	background-color: #32660B;
	overflow: hidden;
}

/*Image descriptions*/
.img_cont, img_contr
{
    float: left;
    margin: 5px;
}
.img_contr
{
    float: right;
    margin: 5px;
}
.img_descr
{
    float: left;
    clear: left;
    padding-left: 3px;
    background-image: url(body/imgdesc.bmp);
    background-repeat: repeat-y;
    height: 15px;
    width: 200px;
    margin-bottom: 5px;
}
.img
{
    float: left;
}

