/*
	Dit bestand is gemaakt door YolkNet Internetservices
		www.yolknet.nl
	
	Dit bestand is onderdeel van de website van European Hardware Solutions BV
		www.ehsbv.com
*/

/*
	Opmaakcodes voor de globale pagina
*/

html {
	background-color: #555048;
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	padding: 0;
	margin: 0;
	color: #454545;
	background-image: url('afb/achtergrond.gif');
}

body {
	margin: 0;
}

h1 {
	color: #d66e11;
	font-size: 1.2em;
	border-bottom: 1px solid #d66e11;
	padding-bottom: 6px;
}

img {
	border: 0;
}

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

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

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

.topbalk {
	background-image: url('afb/topbalk.gif');
	background-repeat: no-repeat;
	height: 197px;
}

.tekstvak {
	background-image: url('afb/tekst-achtergrond.gif');
	background-repeat: repeat-y;
	padding-left: 135px;
	padding-right: 165px;
	padding-bottom: 30px;
}

.vlaggen {
	text-align: right;
}

.menu {
	width: 180px;
	float: left;
}

.externe_links {
	margin-left: 12px;
	font-size: 1.1em;
	padding-left: 5px;
	margin-top: 0px;
}

.externe_links a:link {
	color: #b39b47;
	text-decoration: none;
	margin-left: 28px;
}

.externe_links a:visited {
	color: #b39b47;
	text-decoration: none;
}

.externe_links a:hover {
	color: #b39b47;
	text-decoration: none;
}

.tekst {
	margin-left: 50px;
	padding-left: 80px;
	width: 455px;
	float: left;
	background-image: url('afb/hardware.gif');
	background-repeat: no-repeat;
}

/*
	Opmaakcodes voor de overige elementen
*/

.melding {
	background-color: #eee5de;
	border: 2px solid red;
	padding: 3px;
}

.button {
	padding: 3px;
	margin-right: 10px;
}

.vlag {
	margin-left: 5px;
	margin-right: 5px;
}

.yolknet {
	text-align: center;
	font-size: 0.9em;
}

a.yolknet-website:link {
	color: #454545;
}

a.yolknet-website:visited {
	color: #454545;
}

a.yolknet-website:hover {
	color: #454545;
}

/*
	Opmaakcodes voor de navigatie
*/

.menu-lijst {
	list-style: none;
	padding-left: 10px;
}

.menu-item {
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url('afb/menu-default.gif');
	background-repeat: no-repeat;
	background-position: 0% 50%;
}

.menu-item-selected{
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url('afb/menu-selected.gif');
	background-repeat: no-repeat;
	background-position: 0% 50%;
}

a.menu-link:link {
	margin-left: 35px;
	text-decoration: none;
	color: #b39b47;
	font-size: 1.1em;
}

a.menu-link:visited {
	margin-left: 35px;
	text-decoration: none;
	color: #b39b47;
	font-size: 1.1em;
}

a.menu-link:hover {
	margin-left: 35px;
	text-decoration: none;
	color: #b39b47;
	font-size: 1.1em;
}

a.menu-link-selected:link {
	margin-left: 35px;
	text-decoration: none;
	color: #b97a06;
	font-size: 1.1em;
}

a.menu-link-selected:visited {
	margin-left: 35px;
	text-decoration: none;
	color: #b97a06;
	font-size: 1.1em;
}

a.menu-link-selected:hover {
	margin-left: 35px;
	text-decoration: none;
	color: #b97a06;
	font-size: 1.1em;
}

.sub-item {
	padding-left: 60px;
	padding-top: 5px;
	padding-bottom: 5px;
}

a.sub-link:link {
	text-decoration: none;
	color: #b39b47;
	font-size: 1.1em;
}

a.sub-link:visited {
	text-decoration: none;
	color: #b39b47;
	font-size: 1.1em;
}

a.sub-link:hover {
	text-decoration: none;
	color: #b39b47;
	font-size: 1.1em;
}

a.sub-link-selected:link {
	text-decoration: none;
	color: #b97a06;
	font-size: 1.1em;
}

a.sub-link-selected:visited {
	text-decoration: none;
	color: #b97a06;
	font-size: 1.1em;
}

a.sub-link-selected:hover {
	text-decoration: none;
	color: #b97a06;
	font-size: 1.1em;
}

/*
	Opmaakcodes voor formulieren
*/

.form_regel {
	clear: both;
}

.form_links {
	float: left;
	width: 110px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.form_rechts {
	padding-top: 8px;
	padding-bottom: 8px;
}

.form_tekst {
	width: 430px;
	height: 150px;
}

/*
	Opmaakcodes voor het contactformulier
*/

.contact_regel {
	clear: both;
}

.contact_links {
	float: left;
	width: 180px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.contact_rechts {
	padding-top: 8px;
	padding-bottom: 8px;
}

.contact_tekst {
	width: 430px;
	height: 150px;
}