@charset "utf-8";
/**
* Fischer css
* www.asf-fischer.nl
* auteur: GJ Bogaerts, Ziggurat
* www.zigg.nl
* locatie: css/index.css
**/

* {
	padding: 0;
	margin: 0;
}

html, body {
	background-color:#FFF;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


#main {
	position:absolute;
	width: 1000px;
	left:50%;
	top:50%;
	margin-left:-500px;
	margin-top:-290px;
	height:580px;
	border: 1px solid black;
}
#bout {
	position:absolute;
	left:0;
	top:0;
	width: 128px;
	height:580px;
	background-image:url(../graphics/bout.gif);
	background-position:left top;
	background-repeat:no-repeat;
	z-index:10;
}
#top {
	position:relative;
	width: 100%;
}
#top .content {
	text-align:right;
	margin-right: 29px;
	margin-top: 7px;
	text-transform:uppercase;
	color:#00C2D9;
}

#top .content a {
	color:#000;
	text-decoration:none;
}

#top .content .streep {
	color:#000;
	margin:0;
}

#header {
	position:relative;
	width: 937px;
	margin-left:63px;
	margin-top:12px;
	height:182px;
}
#fotovlak {
	width:562px;
	height:182px;
	float:left;
}
#menu {
	float:left;
	width: 375px;
	height:182px;
	background-image:url(../graphics/menu-1.jpg);
	background-position:left center;
	background-repeat:no-repeat;
}
#menu ul {
	position:relative;
	top:3px;
}

#menu li {
	list-style-type:none;
	font-size:12px;
	margin-left:26px;
	margin-bottom:9px;
	font-family:"Arial Black", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

#menu li a {
	color:#000;
	text-decoration:none;
}

.clear {
	clear:both;
	font-size:1px;
	height:1px;
}

#submenus {
	position: relative;
	font-size:11px;
	height:26px;
	left: 0;
	top: 0;
	z-index:100;
}

#submenus span.item, #submenus span.itemscheiding {
	color:#00C2D9;
	font-weight:bold;
	text-transform:uppercase;
}

#submenus span.itemscheiding {
	color: #000;
	margin: 0 3px;
}

#submenus span.item a {
	color: #000;
	text-decoration:none;
}

#submenus span.merkitem, #submenus span.merkitemscheiding {
	color:#00C2D9;
	font-weight:bold;
	text-transform:uppercase;
}

#submenus span.merkitemscheiding {
	color: #000;
	margin: 0 3px;
}

#submenus span.merkitem a {
	color: #000;
	text-decoration:none;
	font-weight:normal;
}

#middenvlak {
	position: relative;
	left:70px;
	top: 0;
	margin-top:26px;
	width: 930px;
	clear:both;
	float:left;
	z-index:100;
}
#tekstvlak {
	width: 555px;
	height:260px;
	margin-right:21px;
	overflow:auto;
	float:left;
	text-align:justify;
	padding-right:5px;
}

#tekstvlak h3 {
	font-size:14px;
}

#tekstvlak td {
	font-size: 12px;
	vertical-align:top;
}

.contact {
	width: 350px;
	/*font-size: 12px;*/
	margin-left: 10px;
	border: 1px solid black;
}

select #keuze {
	padding:5px;
}

.contactCheckbox {
	margin-left:10px;
}

.kleincontact {
	width: 50px;
}
#tekstvlak textarea {
	height: 150px;
}


#rechtervlak {
	height:270px;
	float:left;
	width: 349px;
	position:relative;
	top: -26px;
	z-index:110;
}
#rechtervlak h2 {
	text-transform:uppercase;
	font-size:12px;
	font-weight:normal;
	font-family:"Arial Black", Arial, Helvetica, sans-serif;
}

#rechtervlak h2 a {
	color:#000;
	text-decoration:none;
}
#rechtervlak .content {
	width:323px;
	font-size:11px;
	position:relative;
	margin-bottom: 15px;
}
#rechtervlak .catalogus {
	width: 220px;
	font-size:11px;
	position:relative;
}
#rechtervlak .catalogus img.cat {
	position:absolute;
	top:-20px;
	left:220px;
	border: 1px solid black;
}
#rechtervlak .content img.merk {
	position:absolute;
	right: 0px;
	top: -20px;
}

#rechtervlak .merkdiv img.merk {
	position:absolute;
	right: 0px;
	top: -20px;
}

#rechtervlak .merkdiv {
	width: 323px;
	font-size:11px;
	position:relative;
	margin-bottom: 60px;
}

img {
	border:0;
}
.verwijzing {
	font-style:italic;
}

#footer {
	position:absolute;
	clear:both;
	float:left;
	width:964px;
	height: 56px;
	left:36px;
	background-image:url(../graphics/adres.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	bottom:0px;
	
}

#icons {
	position:absolute;
	left: 790px;
	bottom: 6px;
}
#icons img {
	margin-left:10px;
}

.logos {
	float: left;
	margin-left: 20px;
	margin-bottom: 5px;
}

#tekstvlak sup {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}
#tekstvlak sub {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: -0.25em;
}
#tekstvlak a img {
	display:block;
	text-decoration:none;
}
