@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	behavior:url("/csshover.htc");
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	letter-spacing: 0.1em;
	color: #666666;
	position: relative;
	width: 100%;
}

a {
	color: #666666;
}

a:hover {
	color: #333333;
}

h1 {
	font-size: 110%;
}

th {
	text-align: left;
}

dl {
	margin-left: 10px;
}

dd {
	margin: 5px 0 0 0;
}

/*============================================================================*/

#homepage {
	height: 100%;
	position: relative;
}
#wrapper {
	position: relative;
}
/*#middle {
	position: fixed;
	top: 50%;
	width: 100%;
	height: 380px;
	margin-top: -190px;
	background: url(../images/homefoto_background.png);
}*/
#middle {
	position: absolute;
	top: 25%;
	width: 100%;
	height: 380px;
	background: url(../images/homefoto_background.png);
}
/*#center {
	margin: 0;
	width: 705px;
	position: fixed;
	left: 50%;
	margin-left: -350px;
}*/
#center {
	width: 705px;
	margin: 0 auto;
}
#main {
	margin: 0 auto;
	width: 780px;
	border-left: dotted 1px #999;
	border-right: dotted 1px #999;
	padding-bottom: 25px;
}
#center img {
	margin: 0 10px;
	border: none;
}
/*#secnav {
	width: 680px;
	position: fixed;
	left: 50%;
	margin-left: -340px;
	top: 10px;
	text-align: right;
	border-bottom: dotted 1px #999;
	padding-bottom: 4px;
}*/

#secnav {
	width: 680px;
	margin: 0 auto;
	text-align: right;
	border-bottom: dotted 1px #999;
	padding-top: 4px;
	padding-bottom: 4px;
}

/*#homepagetext {
	width: 680px;
	position: fixed;
	left: 50%;
	margin-left: -340px;
	top: 50px;
	text-align: center;
	font-size: larger;
}*/

#homepagetext {
	width: 680px;
	padding-top: 50px;
	text-align: center;
	font-size: larger;
	margin: 0 auto;
}

#topnav {
	text-align: right;
	border-bottom: dotted 1px #999;
	margin-bottom: 30px;
	padding-bottom: 4px;
}
#topleft {
	float: left;	
}
#footer {
	text-align: right;
	position: absolute;
	bottom: 0px;
	width: 100%;
}
#mainfooter {
	text-align: right;
	width: 100%;
	border-top: dotted 1px #999;
	padding-top: 5px;
}
#copyright {
	width: 780px;
	margin: 0 auto 40px auto;
	font-size: 9px;
	color: #999999;
	letter-spacing: normal;
	text-align: left;
}
#omegalogo {
	float: right;
}
#left {
	width: 280px;
	float: left;
}
#left p {
	background: #808F91;
	color: #FFF;
	-moz-border-radius: 5px;
	padding: 10px 5px;
	margin: 0 50px 0 50px;
	text-align: center;
	font-weight: bold;
}
#left p:hover {
	background: #566364;	
}
#left a {
	color: #FFF;
	text-decoration: none;
}
#right {
	width:480px;
	margin-left: 280px;
	padding: 10px 0 10px 10px;
}
.separator {
	height: 1px;
	clear: both;
	width: 100%;
}
/*============================================================================*/

#logincontainer {
	height:100%;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:40;
}
#logincontainer_test {
	height:100%;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:40;
	background-color:#F00;
}
#loginbox {
	height:100%;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:50;
	background-color:#FFFFFF;
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
	-khtml-opacity: 0.60;
	opacity:0.60;
}


/*#loginform {
	border:6px solid #999;
	z-index:60;
	-moz-border-radius: 15px;
	width: 400px;
	background-color: #CCCCCC;
	padding: 0 20px 20px 20px;
	position: fixed;
	left:50%;
	top: 50%;
	margin-top: -150px;
	margin-left: -200px;
}*/

#loginform {
	border:6px solid #999;
	z-index:60;
	-moz-border-radius: 15px;
	width: 400px;
	background-color: #CCCCCC;
	padding: 0 20px 20px 20px;
	position: absolute;
	top: 25%;
	left: 30%;
	margin: 0 auto;
}


#loginform p {
	text-align: justify;	
}
#loginerror {
	color: #FF0000;
	margin: 0 0 5px 0;
}
#loginform label {
	width: 130px;
	padding-bottom: 1px;
}

#loginform input {
	width: 100%;
	border: none;
	margin-bottom: 5px;
	
}

#loginform .submitbutton {
	width: 50px;
	border: none;
	margin: 0 0 0 350px;
	border:1px solid #999;
	-moz-border-radius: 5px;
	background-color: #999;
	color: #FFF;
}

/*============================================================================*/

#besteltable {
	width: 100%;
	border: none;
	background-color: #FFFFFF;
}

#besteltable input#email {
	border: solid 1px #999999;
	color: #666666;
}

#besteltable input {
	border: solid 1px #CCCCCC;
}

#besteltable .productrow {
	background-color: #96A4A5;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

#besteltable .productrow .thumb {
	width: 50px;
	border: solid 1px #cccccc;
	background-color: #FFF;
	text-align: center;
}

#besteltable .productrow a, #besteltable .productrow img {
	border: none;
}

#besteltable .productrow:hover {
	background-color: #AAA;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	color: #FFF;
}

#besteltable .productrow td {
	border-bottom: solid 1px #FFFFFF;
	padding-left: 8px;
}

#besteltable .productrow_even {
	background-color: #EFEFFF;
}

#besteltable .productrow_odd {
	background-color: #FFF;
}

#besteltable .catrow {
	font-weight: bold;
}

#besteltable input {
	width: 90px;
}

.warning {
	color: #FF0000;
	border: solid 1px #FF0000;
	padding: 3px;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	background-color: #FFFFFF;
}

/*============================================================================*/

#productcategorieentable {
	margin: 0 auto;
}
#productcategorieentable tr {
	height:85px;
}
#productcategorieentable td {
	width:160px;
	margin: 3px;
	text-align: center;
	vertical-align: middle;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	border: solid 1px #566364;
}

#productcategorieentable .cat_odd {
	color: #FFFFFF;
	background-color: #566364;
}

#productcategorieentable .cat_odd a {
	color: #FFFFFF;
}

#productcategorieentable .cat_even {
	color: #566364;
	background-color: #FFFFFF;
}

#productcategorieentable .cat_even a {
	color: #566364;
}

#productcategorieentable td:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

#productcategorieentable td a {
	text-decoration: none;
}

#productcategorieentable .catlogo {
	border-color: #FFFFFF;
	background-color: #FFFFFF;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

#footnoot {
	background-color: #FFFFFF;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
/*============================================================================*/

#productentable {
	margin: 0 auto;
}
#productentable td {
	width:180px;
	margin: 3px;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #566364;
	background-color: #FFFFFF;
	padding: 0;
}

#productentable td:hover {
	filter:alpha(opacity=100);	
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

#productentable .product {
	width: 100%;
}

#productentable .prod {
	vertical-align: top;
	border: solid 1px #566364;
}

#productentable .naam {
	height: 70px;
	vertical-align: top;
	font-weight: bold;
	text-align: center;
}

#productentable .foto {
	height: 300px;
	margin: auto 0;
	vertical-align: center;
	text-align: center;
}

#productentable .omschrijving {
	background-color: #566364;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: left;
	vertical-align: top;
	padding: 3px;
	height: 12em;
}

#productentable td img {
	margin: auto 0;
}

/*============================================================================*/
