/*
 *	General parts
*/
body {
	font-family: Verdana,sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #FFF;
	margin:0;
	 }

table,tbody,tr,td,div,form {
	color: #000;
	font-size: 11px; }

h1 {

	color: #4B5053;
	text-transform: uppercase;
	font-size: 14px;
	font: normal;
 }

h2 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	/* background-color:#FACA01; */
	color:#DAD82B;; }


hr {
	height: 1px;
	display: inline;
	background-color: #A4A4A4; }



/*
 *	Link parts
*/
a {
	font-weight: bold;
	color:#FFF;
	background-color:transparent;
	text-decoration:none; }
a:hover { 
	color:#FFF; text-decoration:underline; }

a.projectcategorie {
	color:#232323;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}

a.mainmenu {
	color:#232323;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	height: 21px;
	position: relative;
	top: 6px;
	left: 38px;
	background-color:transparent; }
a.mainmenu:hover { 
	/* color:#FACA01; */
	color: #FACA01;
	text-decoration:underline; }

a.mainmenuactive {
	color:#232323;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	height: 21px;
	position: relative;
	top: 6px;
	left: 37px;
	background-color:transparent; }
a.mainmenuactive:Hover {
	color:#232323;
	text-decoration: underline; }


a.submenu {
	color:#565656;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
	display: inline;
	text-decoration:none;
	background-color:transparent; }
a.submenu:hover { 
	color:#565656;
	text-decoration:underline; }


a.homeoption {
	color:#FFFFFF;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: normal;
	display: inline;
	text-decoration:none;
	background-color:transparent; }
a.homeoption:hover { 
	color:#FFFFFF;
	text-decoration:underline; }

/*
 *	Form parts
*/

select,option,input,textarea,submit { 
	font-weight : normal; 
	font-size : 12px; 
	color : #000000; 
	background-color : #ffffff; 
	border-width : 1px; 
	border-color : #B7B7B7; 
	border-style : solid; }