/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	font-weight: normal;
	background-color: #000000;
	line-height: 16px;
	margin: 0;
	padding: 0;
	border: none;
} 

td {
	font-size: 11px;
}

a:link {
	color: #ff801e;
	text-decoration: none;
	font-weight: bold;
} 

a:active {
	color: #ff801e;
	text-decoration: none;
	font-weight: bold;
} 

a:visited {
	color: #ff801e;
	text-decoration: none;
	font-weight: bold;
} 

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}	

h1 {
	font-size: 17px;
	line-height: 21px;
	color: #ff801e;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 13px;
	line-height: 19px;
	color: #CCCCCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
	
.zijbalk {
	background-image: url(../images/zijbalk.png);
	height: 400px;
	width: 250px;
}
.bgmenu {
	background-image: url(../images/bg-menu.png);
	height: 34px;
	width: 570px;
}
.bgcontent {
	background-image: url(../images/bg-content.png);
	background-repeat: no-repeat;
}
.bg {
	background-image: url(../images/bg.png);
	background-repeat: repeat;
}
.adres {
	background-color: #000000;
}

.menu {
	height: 34px;
	text-align: center;
}

.menu a:link {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
} 

.menu a:active {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
} 

.menu a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
} 

.menu a:hover {
	color: #ff801e;
	text-decoration: none;
	font-weight: bold;
}

.submenu {
	height: 24px;
	font-size: 9px;
	color: #fff;
}

.submenu a:link {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
} 

.submenu a:active {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
} 

.submenu a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
} 

.submenu a:hover {
	color: #ff801e;
	text-decoration: none;
	font-weight: bold;
}
.bgphoto {
	background-image: url(../images/bg-photo.png);
	background-repeat: no-repeat;
	height: 165px;
	width: 165px;
}
.bglogo {
	background-image: url(../images/beertec-logo.png);
	height: 200px;
	width: 250px;
}
.bglogo-uk {
	background-image: url(../images/beertec-logo-uk.png);
	height: 200px;
	width: 250px;
}


