*{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

body{
	text-align:center;
	background-image:url("../images/bg.png");
}

h1{
	font-size:13px;
	color:#0A4FA0;
	font-weight:bold;
}

#container{
	margin:0 auto;
	width:870px;
}

#shadow_top{
	background-image:url("../images/shadow-top.png");
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.ebottles.eu/layout/images/shadow-top.png');
	height:9px;
}

#shadow_bottom{
	background-image:url("../images/shadow-bottom.png");
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.ebottles.eu/layout/images/shadow-bottom.png');
	height:9px;
}

#shadow_main{
	background-image:url("../images/shadow-main.png");
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.ebottles.eu/layout/images/shadow-main.png', sizingMethod='crop');
}

#content{
	width:830px;
	padding:10px;
	background-color:#FFF;
	margin:0px 10px 0px 10px;
	background-image:url("../images/map.jpg");
	background-repeat:no-repeat;
	height:765px;
	position:relative;
	background-position:10px 35px;
}

#border_blue{
	width:610px;
	border-bottom:3px solid #0A4FA0;
	float:left;
	height:20px;
	text-align:left;
	padding-left:10px;
}

#border_green{
	width:200px;
	border-bottom:3px solid #9CCE18;
	float:right;
	height:20px;
	text-align:left;
}

#ebottles_com{
	border-top:3px solid #D0D0D0;
	position:absolute;
	top:670px;
	left:10px;
	font-size:11px;
	color:#666;
	padding-top:5px;
	width:830px;
}

#footer{
	border-top:3px solid #D0D0D0;
	position:absolute;
	top:695px;
	left:10px;
	font-size:11px;
	color:#666;
	padding-top:5px;
	width:830px;
}

#footer a,#ebottles_com a{
	color:#666;
	text-decoration:underline;
	font-size:11px;
}

#keywords{
	border-top:2px solid #D0D0D0;
	position:absolute;
	top:735px;
	left:10px;
	font-size:10px;
	color:#666;
	padding-top:5px;
	width:830px;
}

#content_right{
	position:absolute;
	right:10px;
	top:35px;
	float:right;
}

.box{
	border:1px solid #D0D0D0;
	margin-bottom:3px;
	width:182px;
	padding:8px;
	background-image:url("../images/driehoek.jpg");
	background-position:left bottom;
	background-repeat:no-repeat;
	font-size:11px;
	color:#666;
	clear:both;
	float:right;
}

.title{
	color:#0A4FA0;
	font-weight:bold;
	text-align:left;
	padding-bottom:3px;
}
.flag{
	position:absolute; 
	width:16px;
	height:11px;
	background-repeat:no-repeat;
	background-position:center center;
}

.flag span{
	display:none;
}

.listitem{
	display:inline;
	text-align:left;
	color:#666;
	text-decoration:none;
	font-size:11px;
	margin:4px;
	margin-left:10px;
	outline:none;
	
	width: 70px;
	float:left;
	position:relative;
}

.subitem{
	display:block;
	text-align:left;
	color:#666;
	text-decoration:none;
	font-size:11px;
	margin:5px;
	margin-left:40px;
	background-image:url("../images/bullet.jpg");
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:7px;

	width: 80px;
	float:left;
	position:relative;
}

#wrapper_header,#wrapper_footer{
	display:none;
}