/*
	Dit bestand is gemaakt door YolkNet Internetservices
		www.yolknet.nl
	
	Dit bestand is onderdeel van de website van ProfiKozijnen
		www.profikozijnen.nl
*/

/*
	Algemene opmaakcodes
*/

body {
	min-width: 1000px;
	background-image: url('afb/achtergrond.gif');
	background-repeat: repeat-x;
	background-color: #fdf5ec;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 80%;
	color: #59452a;
	line-height: 140%;
}

h1 {
	font-size: 140%;
	margin: 0px;
	padding-bottom: 10px;
}

img {
	border: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}

textarea {
	font-family: Arial, sans-serif;
}

.melding {
	color: red;
	font-weight: bold;
	background-color: #eeeeee;
	border: 2px solid #aca065;
	margin: 10px;
	padding: 3px;
}

/*
	Opmaakcodes voor de kaders van de website
*/

.frame {
	width: 1000px;
	margin: 0 auto;
}

.frame_top {
	background-image: url('afb/achtergrond_menu.gif');
	background-repeat: no-repeat;
	background-position: 100% 10%;
	height: 166px;
}

.frame_menu {
	width: 780px;
	float: left;
	padding-top: 55px;
	font-size: 125%;
}

.frame_tekst {
	background-image: url('afb/pagina_achter.gif');
	background-repeat: repeat-y;
	padding-left: 220px;
}

.tekst {
	clear: both;
}

.voettekst {
	text-align: center;
	border-top: 1px solid #59452a;
	margin-top: 10px;
	padding-top: 10px;
	clear: both;
}

/*
	Opmaakcodes voor de menu-items
*/

.menu_lijst {
	list-style: none;
	padding-left: 15px;
	padding-top: 18px;
	padding-bottom: 7px;
	margin-left: 0px;
	height: 57px;
	background-image: url('afb/achtergrond_menu2.gif');
	background-repeat: no-repeat;
}

.menu_item {
	display: inline;
	margin-right: 10px;
	padding-top: 10px;
}

.menu_link {
	color: #59452a;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
}

.menu_link:link {
	color: #59452a;
}

.menu_link :visited {
	color: #59452a;
}

.menu_link:hover {
	color: #ffffff;
	background-color: #553509;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 7px;
}

.menu_select {
	color: #59452a;
	background-color: #edcc9f;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 7px;
}

/*
	Opmaakcodes voor link in voettekst
*/

.yolknet:link {
	color: #59452a;
	font-weight: bold;
}

.yolknet:visited {
	color: #59452a;
	font-weight: bold;
}

.yolknet:active {
	color: #59452a;
	font-weight: bold;
}

.yolknet:hover {
	color: #59452a;
	font-weight: bold;
}

/*
	Opmaakcodes voor contactformulier
*/

#form_links {
	width: 100px;
	float: left;
	padding-bottom: 7px;
}

#form_rechts {
	width: 500px;
	padding-bottom: 7px;
	clear: right;
}

/*
	Opmaakcodes voor afbeeldingen in portfolio
*/

.port_afb:link {
	text-decoration: none;
}

.port_afb:visited {
	text-decoration: none;
}

.port_afb:active {
	text-decoration: none;
}

.port_afb:hover {
	text-decoration: none;
}