/* General stylesheet for the whole Adjectif.be site */

html

{

  font-size: 62.5%; 

	width: 100%;

}



body

{

  margin: 0;

	width: 100%;

  font-family: times;

 	font-size: 62.5%;

	background-color: #ffffff;

  color: rgb(210,35,42);

}



a

{

 color: rgb(210,35,42);

 font-weight: bold;

}



/**** PAGINA OPBOUW ****/

div.header

{

  /*border: 1px blue solid;*/

	width: 100%;

	height: 22%;

	float: left;

	/*background-color: white;

	position: fixed;*/

}



html>body div.header

{

  max-width: 100%;

}



div.menu

{

 /*border: 1px red solid;*/

 float: left;

 width: 13%;

 font-size: 3.5em;

 line-height: 1.7em;

 padding-top: 1em;

 text-decoration: none;

 /*margin-top: 10%;

 position: fixed;

 background-color: #ffffff;*/

}



div.languages

{

 /*border: 1px orange solid;*/

 font-size: 2.5em;

 text-align: right;

}



div.content

{

 /*border: 1px green solid;*/

 float: left;

 width: 86%;

 /*margin-top: 12%;*/

 /*margin-left: 15%;*/

}



/**** HEADER ****/

img.headerleft{

  width: 45%;

	/*border: 1px purple solid;*/

	float: left;

}



img.headerright{

  width: 45%;

	/*border: 1px purple solid;*/

	float: right;

}



a.header

{

 text-decoration: none;

 color: rgb(210,35,42);

}



a.linklink

{

 font-weight: bolder;

}



ul

{

  padding:0;

  margin-left:1em;

}





/**** MENU ****/

a.menu

{

 /*border: 1px black solid;*/

 text-align: left;

 text-decoration: none;

 color: rgb(210,35,42);

 padding-left: 20px;

 font-weight: normal;

}



span.menuactive

{

 text-align: left;

 text-decoration: none;

 color: #ff9933;

 padding-left: 20px;

 font-weight: normal;

}



/**** CONTENT ****/

div.maintitle

{

 /*border: 1px purple solid;*/

 font-family: times;

 font-size: 6em;

 font-weight: bold;

 padding-bottom: 25px;

 padding-left: 20px;

 margin-left: 8%;

}



a.maintitle

{

  text-decoration: none;

}



div.subtitle

{

 /*border: 6px purple solid;*/

 font-family: times;

 font-size: 2em;

 font-weight: bold;

 width: 100%;

 clear: left;

 padding-bottom: 15px;

}



div.text

{

 /*padding-left: 10%;*/

 margin-left: 10%;

 font-size: 2.5em;

}



div.contentblock

{

 margin-bottom: 1em;

/* border: 1px blue solid;*/

}



div.errormessage

{

 margin-left: 8%;

 font-size: 2.5em;

 color: red;

 font-weight: bold;

}





table.texttable

{

 float: left;

 margin-bottom: 2em;

}





td.tdcenter

{

 text-align: center;

}



table.articletable

{

 font-weight: bold;

 font-size: 0.9em;

 margin-left: 2em;

 margin-bottom: 2em;

 float: left;

 border-left: 3px rgb(210,35,42) solid; 

}



td.tablepic

{

 text-align: center;

}



td.tablerightalign

{

 text-align: right;

 color: black;

 font-weight: normal;

}



td.tablecenteralign

{

 text-align: center;

}



td.arttabletext

{

  text-align: right;

	border-bottom: 1px rgb(210,35,42) solid;

}



td.centerunderline

{

  text-align: center;

	border-bottom: 1px rgb(210,35,42) solid;

}



p.rightalign

{

  text-align: right;

}



p.clearfloatleft

{

 clear: left;

}



/* TEXT OPMAAK */

span.blacktext

{

 color: black;

}



span.blacktextbig

{

 color: black;

 font-size: 1.5em;

}



span.boldtext

{

 font-weight: bold;

}



span.active

{

 color: #aaffff;

 text-decoration: underline;

}



span.maincat

{

 font-size: 2em;

 font-weight: bold;

}



span.subcat

{

 font-size: 1em;

 font-weight: bold;

}



span.middlecat

{

 font-size: 1.5em;

 font-weight: bold;

 text-decoration: underline;

}



span.textred

{

 color: #ff0033;

 font-weight: bold;

}



span.textgreen

{

 color: #009966;

 font-weight: bold;

}



span.bigfont

{

 font-size: 1.5em;

}



span.underline

{

 text-decoration: underline;

}



span.maincatunder

{

 font-size: 2em;

 font-weight: bold;

 text-decoration: underline;

}



span.strikethrough

{

 text-decoration: line-through;

}



/**************/

/* KNOPOPMAAK */

/**************/

button.button

{

 background-color: white;

 color: rgb(210,35,42);

}



button:disabled

{

 color: grey;

}





/***************/

/* FORM OPMAAK */

/***************/

form.rightalign

{

 float: right;

}



form.leftalign

{

 float: left;

}



input.inputuserform

{

 color: rgb(210,35,42);

 font-weight: bold;

}

