/*Common information*/

body{
	color: #000;
	font-size: 12px;
	font-family: ARIAL; 	
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	/*background: url('../rotatorimages/rotator.php') 100% fixed ;*/
}



/*BLOKKEN*/

#titelblok {
	position: fixed;
	margin: 0 0 0 20px;
	padding: 0 0 0 0;	
}

#menublok {
	position: fixed;
	margin: 0 0 0 160px;
	padding: 0 0 0 0;	
	
}

#bodyblok {
	position: fixed;
	width: 400px;
	margin: 0px 0 0 280px;	
}

#extrablok {
	position: fixed;
	width: 300px;
	margin: 0px 0 0 670px;	
}

#fotoblok {
	position: absolute;
	width: 225px;
	height: auto;
	margin: 0px 0 0 1010px;	
	background: #FFF;
	padding: 0 0 25px 25px;
	
}




/*TITLES*/
#title_lm{
	font-family: arial;
	font-size: 18px;	
	color: #000;
	background: #FFF;
}


#title{
	font-family: arial;
	font-size: 18px;	
	font-weight: bold;
	color: #000;
	background: #FFF;
}

.subtitle {
	font-family: arial;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	text-transform:uppercase;
	background: #FFF;
}

.bodytext {
	font-family: arial;
	font-size: 12px;	
	background: #FFF;
	
}


/*MENU*/
a.menu, a.subtitle {
	font-family: arial;
	font-size: 18px;
	color: #000;
	text-decoration: underline;
	font-weight: bold;
	background: #FFF;
	}
	
.menu a:hover, .subtitle a:hover {
	text-decoration: underline;
	background: #FFF;	
	}

a.textlink {
	font-family: arial;
	font-size: 12px;
	color: #FF5D21;
	text-decoration: underline;
	background: #FFF;
	}




    

	
/*CONTACT*/

.contactrow {
        height: 14px;
        font-size: 12px;
        padding: 5px 0 5px 0;
    }


/*IMAGES*/
 .img-list
		 {
		 	clear:				both;
		 }

		 .img-list a
		 {
		 	float:				left;
		 	padding:			15px;
		 	outline:			0;
		 }











