/* 
Title:			Periflex.com
Modified:		13/07/2006
*/

/* redefine xhtml selectors
---------------------------------------------------------- */

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font: 10px/1.4em Arial, Helvetica, sans-serif;
	color: #6abae1;
	background: url(../img/bg_pattern.gif) repeat 0 0;
	text-align: center;
}

.urltarieven
{
	font: 10px/1.4em Arial, Helvetica, sans-serif;
	color: #6abae1;

}

h1, h2, h3, h4, h5, h6 {

}

p {
	margin: 0;
	padding: 0;
}

ul {

}

ul li {

}

dl {

}

dt {

}

dd {

}

blockquote {

}

blockquote p {

}

/* links
---------------------------------------------------------- */

a:link, a:visited {

}

a:hover {

}

a.selected {

}

a img {
	border: none;
}

/* layout
---------------------------------------------------------- */

#container {
	position: relative;
	margin: 0 auto;
	width: 950px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#flash {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 600px;
	margin-top: -300px;
	margin-left: -475px;
}

#footer {
	display: block;
	width: 100%;
}

#footer p {
	text-align: center;
}

