body {
	background-color: #FFFFFF;
}

a:link {color: #97005D; text-decoration: none; font-weight: bold;}
a:active {color: #97005D; text-decoration: none; font-weight: bold;}
a:visited {color: #97005D;  text-decoration: none; font-weight: bold;}
a:hover {color: #A7A9AC; text-decoration: none;}

.container {
	position: absolute;
	width: 900px;
	left: 50%;
	margin-left: -450px;
}

.frame_top {
	position: absolute;
	left: 0px;
	top: 30px;
}

.image_top {
	position: absolute;
	left: 0px;
	top: 30px;
}

.frame_menu {
	position: absolute;
	left: 0px;
	top: 251px;
	width: 900px;
	background-image: url(../images/frame_element.png);
	background-repeat: repeat;
	height: 35px;
}

.main {
	position: relative;
	left: 0px;
	top: 286px;
	width: 900px;
}

.frame_main {
	position: relative;
	left:0px;
	top:0px;
	width: 900px;
	background-image: url(../images/frame_element.png);
	background-repeat: repeat;
	min-height: 250px;
}

.content_holder {
	position: relative;
	width: 717px;
	left:52px;
	margin-left: 40px;
	margin-right: 40px;
	padding-top:20px;
}

.titel {
	background: url(../images/mini_logo.png) 0 0 no-repeat;
	background-position:center left;
	padding-left: 75px;
}

.tekst {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	text-align: justify;
}

.watermark {
	position: absolute;
	left: 810px;
	top: 50px;
}

.frame_bottom {
	position: relative;
}

.menu_holder {
	position: absolute;
	left: 52px;
	top:0px;
	height: 35px;
	width: 797px;
	float: left;
	padding: 0px;
	background-color: #A7A9AC;
	margin: 0px;
}

/***********MENU ITEM HOME:**************/

.menu-item-home {
	position: absolute;
	left:17px;
	top:0px;
	width:79px;
}
	
.menu-item-home a {
	display: block;
	background: url(../images/button_home.png) 0 0 no-repeat;
	text-decoration: none;
	height: 35px;
}

.menu-item-home a:hover {
	background-position: 0 -35px;
}

.menu-item-home a:active {
	background-position: 0 -35px;
}

/***********MENU ITEM MISSIE:**************/

.menu-item-missie {
	position: absolute;
	left:124px;
	top:0px;
	width:95px;
}

.menu-item-missie a {
	display: block;
	background: url(../images/button_missie.png) 0 0 no-repeat;
	text-decoration: none;
	height: 35px;
}

.menu-item-missie a:hover {
	background-position: 0 -35px;
}

.menu-item-missie a:active {
	background-position: 0 -35px;
}

/***********MENU ITEM PROCES:**************/

.menu-item-proces {
	position: absolute;
	left:244px;
	top:0px;
	width:107px;
	}

.menu-item-proces a {
	display: block;
	background: url(../images/button_proces.png) 0 0 no-repeat;
	text-decoration: none;
	height: 35px;
}

.menu-item-proces a:hover {
	background-position: 0 -35px;
}

.menu-item-proces a:active {
	background-position: 0 -35px;
}

/***********MENU ITEM EXPERTISE:**************/

.menu-item-expertise {
	position: absolute;
	left:375px;
	top:0px;
	width:150px;
}

.menu-item-expertise a {
	display: block;
	background: url(../images/button_expertise.png) 0 0 no-repeat;
	text-decoration: none;
	height: 35px;
}

.menu-item-expertise a:hover {
	background-position: 0 -35px;
}

.menu-item-expertise a:active {
	background-position: 0 -35px;
}

/***********MENU ITEM CONTACT:**************/

.menu-item-contact {
	position: absolute;
	left:550px;
	top:0px;
	width:124px;
}

.menu-item-contact a {
	display: block;
	background: url(../images/button_contact.png) 0 0 no-repeat;
	text-decoration: none;
	height: 35px;
}

.menu-item-contact a:hover {
	background-position: 0 -35px;
}

.menu-item-contact a:active {
	background-position: 0 -35px;
}

/***********MENU ITEM LINKS:**************/

.menu-item-links {
	position: absolute;
	left:701px;
	top:0px;
	width:79px;
}

.menu-item-links a {
	display: block;
	background: url(../images/button_links.png) 0 0 no-repeat;
	text-decoration: none;
	height: 35px;
}

.menu-item-links a:hover {
	background-position: 0 -35px;
}

.menu-item-links a:active {
	background-position: 0 -35px;
}
