﻿/*** RESET ***/
*{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
p
{
	margin-top: 10px;
	margin-bottom: 10px;
}
img
{
    border: 0;
}
a {
	text-decoration: none;
	color: #ddd2c0;
}
a:hover {
	color: #ddd2c0;
	text-decoration: underline;
}
body{
	font-family: Times, Serif;
	font-size: 1em;
	line-height: 1.2em;
	background-color: #000000;
	color: #f9f9f9;
}
ol, ul {
	list-style: none;
}
:focus {
	outline: 0;
}

a:active { outline: 0; }

.clearfloats {clear: both;}

/*** END RESET ***/

/*** BASIC LAYOUT ***/

#bgproduct 
{
	position: fixed;
	right: 0;
	top: 0;
}
#indexcontainer 
{
	position: fixed;
	top: 80px;
	left: 80px;
	width: 960px;
}

#binnencontainer 
{
	position: absolute;
	top: 80px;
	left: 80px;
	width: 960px;
	padding-bottom: 70px;
}

/*** CONTENT ***/

#supersize{
	position: absolute;
	overflow: hidden;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

#supersize img, #supersize a{
	height:100%;
	width:100%;
	position:absolute;
	z-index: 0;
}

#logo 
{
	width: 118px;
	height: 25px;
	margin-bottom: 45px;
}

#logobinnen 
{
	width: 531px;
	height: 51px;
	margin-bottom: 18px;
}

#taalmenu ul li 
{
	height: 22px;
}

#taalmenu ul li a, #taalmenu ul li a:hover
{
	text-decoration: none;
}

#sidebar 
{
	float: left;
	width: 120px;
}

#submenu 
{
	text-align: right;
	margin-right: 28px;
}

#subsubmenu
{	
	font-size: 13px;
	margin-top: 6px;
	margin-bottom: 4px;
	color: #9f9f9f;	
}

#subsubmenu li a
{	
	color: #9f9f9f;	
	text-decoration: none;
}

#subsubmenu li a:hover
{	
	color: #e0e0e0;	
	text-decoration: none;
}

ul#menu li span a 
{
	text-decoration: none;
}

ul#menu li span a:hover
{
	text-decoration: none;
}

li.submenu 
{
	padding: 5px 0 5px 0;
}

#main 
{
	float: left;
	width: 750px;
	margin-top: -9px;
	margin-left: 10px;
}

#leftmain 
{
	float: left;
	width: 380px;
}

#rightmain 
{
	float: right;
	width: 240px;
	margin-right: 40px;
}

.subtitle 
{
	margin: 50px 0 20px 0;
}

.maintext 
{
	color: #aeaeae;
	font-size: 0.8em;
}

.newsitem 
{
	border: 1px solid #2f2f2f;
	width: 202px;
	padding: 8px 16px 8px 16px;
	margin-top: 88px;
}

.newsitemtitle 
{
	margin-bottom: 8px;
}

.newsitemtext 
{
	color: #aeaeae;
	font-size: 0.8em;
	margin-top: 6px;
}

.maintitle 
{
	margin-top: 6px;	
}

.maintitleproducts
{
	margin-top: 6px;	
}

.view 
{
	float: right;
	width: 10px;
	height: 10px;
	margin: 4px 0 4px 0;
}

.newscontainerleft 
{
	float: left;
	margin-right: 20px;
}

.newscontainerright 
{
	float: right;
	width: 360px;
}

.newscontainerleft img
{
	width: 113px;
}

.newscontainer 
{
	width: 500px;
	margin-top: 32px;
}

.newssubtitle 
{
	margin-bottom: 6px;
}

.firstmaintitle 
{
	background: url("../images/divider.png") no-repeat right;
	float: left;
	margin-right: 8px;
	padding-right: 20px;
	margin-top: 6px;
}

.photogallery img 
{
	float: left;
	margin-right: 4px;
	margin-top: 4px;
	width: 61px;
	height: 62px;
}

.photogallery .photoviewer2 img 
{
	float: left;
	margin-right: 4px;
	margin-top: 4px;
	width: 61px;
	height: 62px;
	border: 1px solid #393939;
}

.download 
{
	background: 1px 3px url("../images/download.png") no-repeat;
	padding-left: 20px;
	margin-top: 10px;
	text-transform: uppercase;
	font-size: 0.8em;
}

.download a
{
	text-decoration: none;
	color: #ffffff;
}

/*** FOOTER ***/

#footer 
{
	background-color: #ffffff;
	height: 200px;
	width: 100%;
	position: fixed;
	bottom: 0;
	padding: 4px 0 0 80px;
	color: #636363;
	font-size: 0.8em;
	margin-bottom: -172px;
}

#leftfooter 
{
	float: left;
	line-height: 16px;
}

#leftfooter a
{
	color: #636363;
}


.small 
{
	font-size: 0.75em;
	line-height: 14px;
}
#adres 
{
	float: left;
	width: 150px;
}

#contactform 
{
	float: left;
}

#rightfooter 
{
	float: right;
	margin-right: 100px;
}

.contactindex 
{
	background: 1px 3px url("../images/openclose.png") no-repeat;
	padding-left: 12px;
	cursor: pointer;
	width: 60px;
	margin-bottom: 14px;
	margin-top: 4px;
}

.languageindex 
{
	margin-top: 7px;
	cursor: pointer;
}

#languages 
{	
	text-align: right;
	margin-top: 8px;
}

#languages ul li
{	
	line-height: 16px;
}

#languages ul li a
{	
	color: #636363;
	text-decoration: none;
}

.textarea 
{
	font-size: 1em;
	border: 1px solid #d6d6d6;
	color: #8f8f8f;
	padding: 1px 0 1px 2px;
	width: 190px;
	height: 60px;
	font-family: Times, Serif;
}

.textbox 
{
	margin-bottom: 6px;
	width: 150px;
	border: 1px solid #d6d6d6;
	color: #8f8f8f;
	padding: 1px 0 1px 2px;
	font-family: Times, Serif;
	width: 190px;
}

.contactbutton 
{
	background-color: #cfcfcf;
	border: 1px solid #cfcfcf;
	color: #545454;
	padding: 1px 2px 1px 2px;
	font-size: 0.85em;
	margin-top: 6px;
	font-family: Times, Serif;
	float: right;
}

.business 
{
	float: left;
	margin-right: 20px;
	width: 113px;
	height: 113px;
}

.stardekkfooter
{
	color: #5e5e5e;
	text-decoration: none;
	font-size: 0.8em;
	float:right;
}

.stardekkfooter:hover
{
	color: #5e5e5e;
	text-decoration: none;
}

.newspic 
{	
	width: 113px;
}

.newspic2
{	
	width: 113px;
}
