/***** == Start General Style Information ======================================================== *****/
/***** #002B7F = Infracom blue *****/
/***** #000033 = Infracom dark purple *****/
/***** #7F7F99 = Infracom light purple *****/
/***** #E5E9F2 = Infracom light blue *****/
/***** #FFCC00 = Infracom yelllow *****/
/***** #FFFFFF = White *****/
/***** #000000 = Black *****/
/***** == End General Style Information ======================================================== *****/

/**** == Start HTML Basic Elements ========================================================  ****/
a,a:link {
color: #002B7F;
text-decoration: underline;
font-size:8pt;
margin: 0px;
padding: 0px;
}

a:visited {
}

a:active {
}

a:hover {
text-decoration:underline;
}

small,address,p,ul,ol,li,dl,dt,dd {
margin: 0px;
padding: 0px;
font-size:8pt;
line-height: 15px;
font-family: tahoma,arial,helvetica,sans-serif;
color:#000;
list-style: inside;
}

address {
display:inline;
}

small {
font-size:7pt;
}

address,
address a,
address a:link,
address a:visited,
address a:hover,
address a:active {
font-style:normal;
font-size: 7pt;
}


p:first-letter {
text-transform:uppercase;
}

img {
border: 0px;
margin: 0px;
padding: 0px;
}

fieldset,form,table {
margin: 0px;
padding: 0px;
border: 0px;
}

select,input,textarea { 
color: #000000;
margin: 0px;
padding: 0px 0px 0px 3px;
font-family:Arial, Helvetica, sans-serif;
}

select,
input  { 
width: 230px;
height: 17px;
margin-bottom: 5px;
border: solid 1px #333333;
background-color: #F7F7F7;
font-family:Arial,Verdana,Helvetica,sans-serif;
font-size:8pt;
color: #231f20;
}

label {
width: 180px;
height: 20px;
display:block;
clear:left;
float:left;
}

textarea  {
width: 230px;
height: 70px;
margin-bottom: 5px;
border: solid 1px #333333;
background-color: #F7F7F7;
font-family:Arial,Verdana,Helvetica,sans-serif;
font-size:8pt;
color: #000000;
}


h1,h2,h3,h4,h5,h6 {
color: #000033;
margin: 0px 0px 8px 0px;
padding: 0px;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
line-height:normal;
}

h1:first-letter,
h2:first-letter,
h3:first-letter,
h4:first-letter,
h5:first-letter,
h6:first-letter {
text-transform:uppercase;
}

h1 {
font-size:24pt;
}

h2 {
font-size:18pt;
}

h3 {
font-size:13.55pt;
}

h4 {
font-size:12pt;
}

h5 {
font-size:10pt;
}

h6 {
font-size:7.55pt;
}

strong,b {
font-weight:bold;
}

html>body {
width: 100%;
height: 100%;
}

/**** == End HTML Basic Elements ========================================================  ****/

/*** == Start Site Layout ========================================================  ***/

/*** Body ***/
#LAYOUT1-BODY {
text-align:left;
font-family: tahoma,arial,helvetica,sans-serif;
font-size:8pt;
color: #000;
line-height: 15px;
margin:0;
background-color:#29477e;
}

	/*** Site dimensions ***/
	#LAYOUT1-SITE-DIMENSIONS {
	margin: 0; 
	width: 950px; 
	overflow: hidden;
	background-color:#FFFFFF;
	background-image: url(LAYOUT1-SITE-DIMENSIONS.gif);
	position:relative;
	}
	
		/*** A Header ***/
		#LAYOUT1-A {
		width: 950px;
		height: 100px;
		clear:both;
		overflow:hidden;
		background-image: url(LAYOUT1-A.jpg);
		position:relative;
		}
		
		#LAYOUT1-A .ContactInfo {
		position:absolute;
		top: 7px;
		right: 10px;
		width: 400px;
		height: 50px;
		}
		
		/*** B Content ***/
		#LAYOUT1-B {
		width: 950px;
		overflow:hidden;
		float:left;
		display:inline;
		}
		
			/*** B1 Content Left ***/
			#LAYOUT1-B1 {
			width: 216px;
			height: 500px;
			float:left;
			display:inline;
			background-image: url(LAYOUT1-B1.jpg);
			background-position:top;
			background-repeat:no-repeat;
			background-color:#29477e;
			padding: 80px 0px 0px 0px;
			}
			
			html>body #LAYOUT1-B1 {
			min-height:500px;
			height:auto;
			}
			
			/*** B2 Content Right ***/
			#LAYOUT1-B2 {
			width: 694px;
			height: 600px;
			float:left;
			display:inline;
			background-image: url(LAYOUT1-B2.gif);
			background-position:top;
			background-repeat:no-repeat;
			background-color:#FFFFFF;
			padding: 35px 20px 20px 20px;
			}
	
			html>body #LAYOUT1-B2 {
			min-height:600px;
			height:auto;
			}
			
			#LAYOUT1-B2 img {
			margin: 0px 10px 10px 0px;
			}
					
		/*** C Footer ***/
		#LAYOUT1-C {
		width: 930px;
		height: 10px;
		clear:both;
		text-align:right;
		color:#7F7F99;
		padding: 10px;
		}
					
/*** == End Site Layout ========================================================  ***/

				
				
/*** == Start Classes ========================================================  **/

/** 4Sale Items **/
.Item {
overflow:hidden;
clear:both;
padding: 8px 0px 8px 0px;
}

/** 4Sale Groups **/
.Group {
overflow:hidden;
clear:both;
padding: 8px 0px 20px 0px;
}

/** Readmore Buttons **/	
.Readmore,
.Readmore a,
.Readmore a:link,
.Readmore a:visited,
.Readmore a:hover,
.Readmore a:active {
font-size: 7pt;
}


/** == End Classes ========================================================  **/	

/* == Start Forms and Components  ======================================================== */	

/* Contactform */
.ContactForm {
}

	.ContactForm .Submit {
	background-color: #e0e0e0;
	}
	
	.ContactForm .Checkbox {
	width:15px; 
	height:15px; 
	border:0px;
	}
	
/* Horizontal Navigatie */
.Nav1 {
height: 20px;
float:left;
color:#000;
}

	.Nav1 a,
	.Nav1 a:link,
	.Nav1 a:visited,
	.Nav1 a:active,
	.Nav1 a:hover {
	color:#000;
	margin-right: 15px;
	border-right: solid 1px #ccc;
	padding: 0px 15px 0px 0px;
	font-weight:bold;
	font-size: 11px;
	}
	
	.Nav1 a.Active,
	.Nav1 a.Active:link,
	.Nav1 a.Active:visited,
	.Nav1 a.Active:hover,
	.Nav1 a:active,
	.Nav1 a:hover {
	color:#ff0000;
	}
	
/* Vertical Navigation */
.Nav2 {
}

	.Nav2 a,
	.Nav2 a:link,
	.Nav2 a:visited,
	.Nav2 a:hover,
	.Nav2 a:active {
	color:#fff;
	display:block;
	clear:both;
	border-top: solid 1px #ccc;
	padding: 5px 15px 5px 0px;
	text-align:right;
	text-decoration:none;
	}
	
	.Nav2 a.Active,
	.Nav2 a.Active:link,
	.Nav2 a.Active:visited,
	.Nav2 a.Active:hover,
	.Nav2 a:active,
	.Nav2 a:hover {
	color:#163266;
	background-color: #a7b9d9;
	text-decoration:none;
	}
	
/* News Archive */
.News .Item {
border-top: solid 1px #CCCCCC;
margin: 8px 0px 0px 0px;
}

	.News .Item img {
	margin: 2px 8px 0px 0px;
	}
	
	.News .Item .Info {
	padding: 0px 0px 0px 0px;
	overflow:hidden;
	}
	
	.News .Item .Info .Readmore a {
	}


.News .Detail {
border-top: solid 1px #CCCCCC;
margin: 8px 0px 0px 0px;
padding: 8px 0px 0px 0px;
}

.News .Detail img {
margin: 0px 0px 8px 8px;
}

.Galerie {
background-color:#CCCCCC;
height: 500px;
overflow:hidden;
width: 430px;
}

	
	html>body .Galerie {
	min-height:500px;
	height:auto;
	}
	
	.Galerie .Small {
	width: 77px;
	height:100px;
	overflow:hidden;
	float:left;
	margin: 8px 4px 20px 4px;
	white-space:normal;
	position:relative;
	z-index: 10;
	display:inline;
	} 
	.Galerie .Small img {
	display:block;
	width: 75px;
	height:60px;
	overflow:hidden;
	display:block;
	border:#FFFFFF solid 1px;
	}
	
	
.LargeFirts {
width: 200px;
height: 300px;
z-index: 100;
position:absolute;
left: 685px;
top: 272px;
}

#LargeImage {
width: 200px;
height: 300px;
z-index: 100;
position:absolute;
left: 685px;
top: 272px;
}

.Pagenating {
padding: 10px 0px;
}

/* == End Forms and  Componets ========================================================  */	