@import url("front.css");
@import url("form.css");

a:link, a:visited, a:active {
	color: #202020;
	text-decoration:none;
	font-weight: normal;
	font-size: 10pt;
	font-family: Verdana, sans-serif;
	outline: none;
}

a:hover {
	color: #993300;
	text-decoration:underline;
}

a.sub:link, a.sub:visited, a.sub:active {color: #006699; text-decoration:none; font-size: 9pt; font-family: verdana, sans-serif;}
a.sub:hover {color: #993300; text-decoration:underline;}

h1 {
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	}

h2 {
	font-family: Verdana, sans-serif;
	font-size: 11pt;
	color: #993300;
	}
	
p, body, div, table, td{
	color: #993300;
	font-size: 10pt;
	text-decoration: none;
	font-family: Verdana, sans-serif;
}

.small{	
	color: #993300;
	font-size: 8pt;
	text-decoration: none;
	font-family: Arial, sans-serif;
}

#img{ 
	border:0; 
} 

* {
	margin: 0;
}

html, body {height:100%;} 

html,body {
	margin: 0;
	padding: 0;
}

body {	
	background-color: #000000;
	background-image: url('images/bg.png');
	background-repeat: repeat-x; 
}
	
.container {
	width: 783px; 
	background-color: #ffffff;
	background-image: url('images/bg-container.png');
	background-repeat: repeat-y; 
  position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -80px; /* the bottom margin is the negative value of the footer's height */
}
	
.header {
	width: 783px;
	height: 56px;
	background-image: url('images/header.png');
	background-repeat: no-repeat;
	background-color: #993300;
	margin: 0px;
	padding: 0px;
	position: relative;
}

.header-uk {
	width: 783px;
	height: 56px;
	background-image: url('images/header-uk.png');
	background-repeat: no-repeat;
	background-color: #993300;
	margin: 0px;
	padding: 0px;
	position: relative;
}

* html #header {height: 56px;he\ight: 56px}

.submenu, .content{ 
	float: left; 
} 

.submenu {
	width: 250px;
	background: url(images/restaurantdeondeugd.gif) no-repeat left top;
	padding-top: 100px;
	padding-left: 10px;	
	padding-right: 0px; 
 	padding-bottom: 0px;
  margin: 0px;
}

.content {
	width: 500px;
	padding-top: 0px;
	padding-left: 10px;	
	padding-right: 0px; 
 	padding-bottom: 30px;
}

.button {
	font-family: Verdana, sans-serif;
	font-size: 8pt; 
	color: #202020;
	background-color: #F6F6EE; 
	border: 1px solid #993300;
}

.push {
	clear: both;
	width: 783px;
	height: 80px; /* .push must be the same height as .footer */
	margin: 0 auto;
	padding: 0px;
}

.footer {
	position: relative;
	width: 783px;
	height: 80px; /* .push must be the same height as .footer */
	margin: 0 auto;
	background: url(images/footer.png) no-repeat;
	padding: 0px;
}

#list, #adres{ 
	float: left; 
} 
#list {
	position: relative;
	width: 250px;
	height: 60px;
	margin: 0px;
	padding-left: 10px;
}

#adres {
	position: relative;
	width: 500px;
	height: 60px;
	margin: 0px;
	padding-left: 10px;
	text-align: left;
	font-family: Verdana, sans-serif;
	font-size: xx-small;
	color: #993300;
	border-top: #993300 1px solid;
}

.rand { 
	border-collapse: collapse;
	border: 1px solid #993300;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 8pt; 
	color: #202020;
}

input, select, checkbox, radio button, option, textarea  {
	border-collapse: collapse;
	font-family: Arial;
  font-size: 8pt;
	color: #202020;
	margin: 0px;
	padding: 0px;
}