html,body{
	margin : 0;
	padding : 0;
	background-color : #7252AB;
}

html,body {
	line-height : 19px;
	font-family : Verdana;
	font-size : 12px;
	color : #FFFFFF;
}

form {
	padding : 0;
	margin : 0;
}

a:link, a:visited, a:active {
	color : #FFFFFF; 
	text-decoration : none;
}

a:hover{
	color : #FFFFFF; 
	text-decoration :  underline;
}

hr {
	background-color :#dedede;
	color : #dedede;
	border : 0;
	margin : 15px 0 15px 0;
	height : 1px;
}

input, textarea {
	position : relative;
}

h1 {
	padding : 0 0 0 0;
	margin :  0 0 8px 0;
	font-family : Verdana;
	font-weight :  bold;
	font-size : 18px;
	color : #FFFFFF;
	line-height : normal;
}

h2 {
	padding : 0 0 0 0;
	margin :  0 0 6px 0;
	font-family : Verdana;
	font-weight :  bold;
	font-size : 14px;
	color : #FFFFFF;
	line-height : normal;
}

h3 {
	padding : 0 0 0 0;
	margin :  0 0 4px 0;
	font-family : Verdana;
	font-weight :  bold;
	font-size : 18px;
	color : #115EAB;
	line-height : normal;
}

h4 {
	padding : 0 0 0 0;
	margin :  0 0 4px 0;
	font-family : Verdana;
	font-weight : normal;
	font-size : 13px;
	color : #115EAB;
	line-height : normal;
}

h5 {
	padding : 0 0 0 0;
	margin :  0 0 4px 0;
	font-family : Verdana;
	font-weight : normal;
	font-size : 12px;
	color : #115EAB;
	line-height : normal;
}

h6 {
	padding : 0 0 0 0;
	margin :  0 0 4px 0;
	font-family : Verdana;
	font-weight : normal;
	font-size : 11px;
	color : #115EAB;
	line-height : normal;
}

/* //////////////////// LAYOUT \\\\\\\\\\\\\\\\\\\\ */


.container {
	position : relative;
	margin : 0 auto;
	width : 904px;
}

.holder{
	float : left;
	margin : 20px 0 0 0;
	width : 904px;
}

.content{
	float : left;
	background-image : url(http://www.swaflex.nl/gfx/content_mid.gif);
	background-position : bottom left;
	background-repeat : repeat-y;
	width : 904px;
}

.content_top{
	float : left;
	background-image : url(http://www.swaflex.nl/gfx/content_top.gif);
	background-position : bottom left;
	background-repeat : no-repeat;
	font-size : 0;
	line-height : 0;
	width : 904px;
	height : 8px;
}

.content_mid{
	float : left;
	padding : 0 8px;
	width : 888px;
}

.content_mid_l{
	float : left;
	background-color : #5A5983;
	margin : 0 18px 0 0;
	width : 200px;
}

.logo{
	float : left;
	font-size : 0;
	line-height : 0;
	width : 200px;
}

.content_mid_r{
	float : left;
	background-color : #768EBE;
	width : 670px;
}

.menu{
	float : left;
	background-color : #5A74AF;
	width : 660px;
	padding : 5px;
}

.menu ul {
	margin : 0;
	padding : 0;
	list-style-type : none;
}

.menu ul li {
	float : left;
	position : relative;
	font-family : Tahoma;
	font-weight : bold;
	line-height : normal;
	font-size : 11px;
}

.menu ul li.break {
	float : left;
	width : 5px;
	height : 16px;
}

.menu ul li  a, .menu ul li  a:link, .menu ul li  a:active, .menu ul li  a:visited {
	float : left;
	background-color : #C6C6C6;
	border : 1px solid #787878;
	padding : 4px 20px;
	color : #FA2E04;
	line-height : normal;
	text-decoration : none;
}

.menu ul li a:hover {
	float : left;
	background-color : #FFFFFF;
	border : 1px solid #787878;
	padding : 4px 20px;
	color : #787878;
	line-height : normal;
	text-decoration : none;
}

.menu ul li.select a, .menu ul li.select a:link, .menu ul li.select a:active, .menu ul li.select a:visited, .menu ul li.select a:hover {
	float : left;
	background-color : #FFFFFF;
	border : 1px solid #787878;
	padding : 4px 20px;
	color : #787878;
	line-height : normal;
	text-decoration : none;
}

.menu ul ul.sub {
	position : absolute;
	display : none;
	border-bottom : 1px solid #787878;
	border-left : 1px solid #787878;
	border-right : 1px solid #787878;
	border-top : 0;
	background-color : #C6C6C6;
	top : 23px;
	left : 0;
	margin : 0;
	padding : 0 0 0 0;
	line-height : normal;
	list-style-type : none;
	width : 175px;
}

.menu ul ul.sub li {
	float : left;
	font-family : Tahoma;
	line-height : normal;
	font-size : 11px;
}

.menu ul ul.sub li  a, .menu ul ul.sub li  a:link, .menu ul ul.sub li  a:active, .menu ul ul.sub li  a:visited {
	float : left;
	background-color : #C6C6C6;
	border-top : 1px solid #787878;
	border-top : 1px solid #787878;
	border-left : 0;
	border-right : 0;
	border-bottom : 0;
	padding : 4px 20px;
	color : #000000;
	line-height : normal;
	text-decoration : none;
	width : 135px;
}

.menu ul ul.sub li  a:hover {
	float : left;
	background-color : #FFFFFF;
	border-top : 1px solid #787878;
	border-left : 0;
	border-right : 0;
	border-bottom : 0;
	padding : 4px 20px;
	color : #000000;
	line-height : normal;
	text-decoration : none;
	width : 135px;
}

.menu ul ul.sub li.select a, .menu ul ul.sub li.select a:link, .menu ul ul.sub li.select a:active, .menu ul ul.sub li.select a:visited, .menu ul ul.sub li.select a:hover {
	float : left;
	background-color : #FFFFFF;
	border-top : 1px solid #787878;
	border-top : 1px solid #787878;
	border-left : 0;
	border-right : 0;
	border-bottom : 0;
	padding : 4px 20px;
	color : #000000;
	line-height : normal;
	text-decoration : none;
	width : 135px;
}

.text{
	float : left;
	padding : 20px;
	width : 630px;
}

.boog{
	float : left;
	width : 888px;
	height : 164px;
}

.image{
	float : left;
	font-size : 0;
	line-height : 0;
	width : 888px;
}

.content_bottom{
	float : left;
	background-image : url(http://www.swaflex.nl/gfx/content_bottom.gif);
	background-position : bottom left;
	background-repeat : no-repeat;
	font-size : 0;
	line-height : 0;
	width : 904px;
	height : 8px;
}

.footer{
	float : left;
	padding : 15px 8px;
	width : 888px;
}
