/* 	Avantiro default style 													*/
/*																			*/
/* 	slagbijalmelo, 2007														*/
/*	http://www.slagbijalmelo.nl												*/
/*																			*/
/*	footer style from http://www.themaninblue/experiment/footerStickAlt/	*/
/*																			*/

a:link {text-decoration: underline; color: #f29400; font-weight: normal;}
a:visited {text-decoration: underline; color: #f29400; font-weight: normal;}
a:active {text-decoration: underline; color: #f29400; font-weight: normal;}
a:hover {text-decoration: none; color: #f29400; font-weight: normal;}

.navigation a, .navigation span {word-spacing: 0px;}
.navigation a:link {text-decoration: none; color: #fff; font-weight: normal;}
.navigation a:visited {text-decoration: none; color: #fff; font-weight: normal;}
.navigation a:active {text-decoration: none; color: #fff; font-weight: normal;}
.navigation a:hover, .navigation span {text-decoration: none; color: #56378a; font-weight: normal; background-color: #fff;}

.footer a:link {text-decoration: none; color: #6c6c6c; font-weight: bold;}
.footer a:visited {text-decoration: none; color: #6c6c6c; font-weight: bold;}
.footer a:active {text-decoration: none; color: #6c6c6c; font-weight: bold;}
.footer a:hover {text-decoration: none; color: #f29400; font-weight: bold; background-color: #fff;}

.intro a:link {text-decoration: none; color: #f29400; font-weight: bold;}
.intro a:visited {text-decoration: none; color: #f29400; font-weight: bold;}
.intro a:active {text-decoration: none; color: #f29400; font-weight: bold;}
.intro a:hover {text-decoration: none; color: #f29400; font-weight: bold;}

html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: arial, verdana;
	font-size: 12px;
	font-weight: normal;
	color: #6c6c6c;
	height: 100%;
	letter-spacing: 0.5px;
	background-color: #ffffff;
}

hr{
border:0;
height:1px;
border-top: 1px solid #cccccc;
}

h1 {
	background: #fff url('../img/header_bg.png') no-repeat right;
	font-size: 20px;
	font-weight: bolder;
	display: inline;
	color: #f29400;
	padding-right: 10px;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	display: inline;
	color: #f29400;
	padding-left: 5px;
}

h3 {
	font-size: 14px;
	padding: 0;
	margin: 0;
	margin-top: 20px;
	color: #f29400;
}

.intro {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.hightlight {
	font-weight: bold;
	color: #f29400;
}

.wrapper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
	width: 100%;
	min-height: 100%;
}

.wrapper { 
	width: 100%;
	text-align: left;
	position: relative;
	min-height: 100%;
}

* html .wrapper {
	height: 100%;
}

.header {
	width: 100%;
}

	.header .banner {
		background: #56378a;
		padding-top: 17px;
		padding-bottom: 17px;
		width: 100%;
	}
	
		.banner .image {
			background: #ffffff url('http://home.slagbijalmelo.nl/avantiro/img/nieuw/header_bg.jpg') no-repeat right;
			background-position: top right;
			background-color:#fff;
			background-repeat: no-repeat;
			border-top: 1px #fff solid;
			border-bottom: 1px #fff solid;
			height: 114px;
		}
		
			.image img {
				margin-left: 40px;
				margin-top: 20px;
			}
	
	.header .navigation {
		background-color: #f29400;
		padding-left: 102px;
		font-weight: bold;
		word-spacing: -4px;
	}
	
		.navigation a, .navigation span {
			padding: 0px 10px;
			margin: 0;
		}
		
		.navigation span {
			cursor: default;
		}
	
		.navigation ul {
			margin: 0;
			padding: 0;
		}
		
		.navigation li {
			display: inline;
			margin: 0;
			padding: 0;
			
		}
	
.main {

}

	.main .title {
		padding-left: 45px;
		padding-top: 30px;
	}
	
	.main .content {
		word-spacing: 1px;
		line-height: 18px;
		padding-left: 112px;
		padding-top: 10px;
		padding-right: 65px;
	}
	
	.main p {
		max-width: 840px;
	}
	
	.main p.quote{
	font-style:italic;
	}

.footer {
	clear: both;
	position: relative;
	margin: 0px auto 0 auto;
	height: 20px;
	padding-top: 0px;
	width: 100%;
	font-weight: bold;
	font-size: 11px;
}

	.footer .first {
		padding-left: 102px;
	}

* html .footer {
	/* margin-top: -21px; */
}

	.footer a {
		
	}
	
	.footer .spacer {
		margin-left: 20px;
		margin-right: 20px;
		cursor: default;
	}
