/*
* MAIN STYLESHEET ETALAGEPOPPENGIGANT.NL
* BY SANDER BECK
* SANDER@MULTIMOVE.NL
*/
html,body{
	height:100%;
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}
#container{
	position:relative;
	width:796px;	
	background:#f5f1f2 url(../images/layout/bg_container.gif) repeat-y;
	margin:0px auto;
	margin-top:15px;
}

/* HEADER */
#header{
	position:relative;
	width:796px;	
	height:116px;
}
#header_logo{
	position:relative;
	width:258px;	
	height:115px;
	background:url(../images/layout/img_logo.jpg);
	float:left;
	cursor:pointer;
}
#header_logo_de{
	position:relative;
	width:258px;	
	height:115px;
	background:url(../images/layout/img_logo_de.jpg);
	float:left;
	cursor:pointer;
}
#header_right{
	position:relative;
	width:538px;	
	height:115px;
	background:url(../images/layout/bg_header.gif) repeat-x;
	float:left;
}
#header_right_top{
	position:relative;
	padding-top:6px;
	padding-left:2px;
}
#header_right_bottom{
	position:relative;
	padding-top:12px;
}

/* CENTER */
#center{
	position:relative;
	width:783px;
	padding-left:13px;
	clear:both;
}
#center_menu{
	position:relative;
	color:#FFFFFF;
	width:235px;	
	padding-left:5px;
	padding-right:5px;
	padding-bottom:100px;
	padding-top:10px;
	float:left;
}
#center_content{
	position:relative;
	width:518px;
	margin-top:-28px;
	padding-left:0px;
	padding-right:20px;	
	overflow-x:hidden;
	float:left;
}

/* MENU */
a.menulink {
	display:block; 
	width:215px; 
	color:white; 
	line-height:14pt; 
	text-decoration:none; 
	font-weight:bold;
}
a.menulink_on
{
	display:block; 
	width:215px; 
	color:white; 
	line-height:14pt; 
	text-decoration:none; 
}
a:visited.menulink {
	/*color:#FFFF00; */
	font-weight:bold;
}
a:hover.menulink {
	color:#000000; 
	background-color:#d9eb01; 
	font-weight:bold;
}

/* BANNERS BOTTOM */
#banners{
	position:absolute;
	width:245px;
	bottom:0px;
	margin-bottom:64px;
	margin-left:13px;
	clear:both;
}
.banner_yellow{
	width:220px;
	height:34px;
	background:#d9eb01;
	padding-left:8px;
	padding-top:8px;
	border-top:3px solid #FFFFFF;
}

/* FOOTER */
#footer{
	position:relative;
	width:783px;	
	border-top:3px solid #FFFFFF;
	background:#f5f1f2 url(../images/layout/bg_footer.gif) repeat-y;
	height:26px;
	padding-top:13px;
	padding-left:13px;
	color:#FFFFFF;
	clear:both;
}
#footer_copyright{
	padding-left:23px;
	width:222px;	
	float:left;
}
#footer_terms{
	width:538px;
	text-align:center;
	float:left;
}
.terms{
	color:#FFFFFF;
	text-decoration:none;
}
.terms:hover{
	text-decoration:underline;
}

/* POWERED BY */
#poweredby{
	padding-top:5px;
	padding-left:70px;
	padding-bottom:5px;
	background:#FFFFFF;
	width:726;
	clear:both;
}
.poweredby{
	font-size:10px;
	color:#666666;
}


/* FONTS AND HEADERS */
h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000;
	margin-bottom:8px;
}
h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000;
	margin-bottom:16px;
	margin-top:4px;
}
h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#003c95;
	margin-bottom:5px;
	margin-top:4px;
}

a{
	color:#013c80;
}
images/layout{
	border:0px;
}

/* FORMS */
button {
	background:#888888;
	border:1px solid #000000;
	color:#FFFFFF;
	font-weight:bold;
}
input{
	background:#EEEEEE;
	background:#FFFFFF;
	border:1px solid #000000;
}

input[type="radio"], input[type="checkbox"]
{
	background:none;
	border:0px;
}

/* CLASSES */
.trblue{
	background:#013c80;
	font-size:10px;
	color:#FFFFFF;
}

.sale{
  color: #c0d000;
	/*color:#FF0000;*/
	font-weight: bold;
}
