@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-image:url('/media/images/cafe_bg_A3.jpg');
	background-repeat:repeat;
	color: #999999;
	font-size: 11px; 
}

h1, h2, h3, h4, h5, h6 {
	color: #e1aa58;
}
h1 {
	font-size: 18px;
	font-weight: normal;
}

h2 {
	font-size: 16px;
	font-weight: normal;
}

#nmsignup h2 {
	color:#133866;
	font-size: 12px;
}

a:link, a:visited {
	text-decoration: none;
	color: #ee7e22;
	outline: none;	
}
a:hover {
	text-decoration: underline;
}

/* CLASSES */
.headerIMG {
	width: 255px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.highlight {
	background-color:#FFFF00;
}

.navi {
	display: inline;
}


/* ID'S */
#googlemap {
	width: 600px;
	border: 1px solid #CCCCCC;
	margin: 0 auto;
}

#staticmap {
	width: 430px;
	float: left;
	border: 1px solid #CCCCCC;
}
.required_star {
	color:#FF0000;
	font-weight: bold;
}

.infoBlock {
	background-color: #FFE8E8;
	padding: 10px;
	width: 300px;
	margin-bottom: 15px;
	border: 1px dashed #CCCCCC;
	color: #FF0000;
}


