html,body {
	margin: 0;
	font-family: Lucida-Grande, Calibri, Arial, Verdana, Sans-Serif;
	font-size: 14px;
	color: #444;
}

a:focus {
	-moz-outline: none;
}

img {
	border: 0;
}

h3 {
	font-size: 16px;
	margin: 0 0 0px;
}

a {
	text-decoration: none;
	color: #999;
	outline: none;
}

a:hover {
	color: #777;
}

.clear {
	clear: both;
}

#site-top-bg {
	width: 100%;
	height: 166px;
	background-image: url(/images/header-bg.jpg);
	border-bottom: solid 1px #a4a4a4;
	text-align: center;
}

#site-frame {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 166px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
}

#header a {
	color: #f2f2f2;
}

#header a:hover {
	color: #fff;
}

#header-top {
	height: 36px;
	line-height: 28px;
	text-align: left;
	background-image: url(/images/header-top.jpg);
}

#header-logo {
	height: 130px;
}

#menu {
	text-transform: uppercase;
	font-size: 14px;
	height: 32px;
	line-height: 38px;
	text-align: center;
	border-bottom: dashed 1px #bdbdbd;
}

.menu-active {
	float: left;
	background-image: url(/images/menu-arrow.gif);
	background-position: center top;
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-right: 15px;
}

.menu-active a {
	color: #666;
}

.menu-passive {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}

#content-frame {
	padding-top: 20px;
}

#content {
	width: 680px;
	margin: 0 10px;
}

.text-frame {
	padding: 5px;
}

.text-frame a {
	color: #cb153d;
}

.text-frame a:hover {
	color: #81aa42;
}

#content h1 {
	margin: 0 0 10px;
	font-weight: 400;
}

#content h2 {
	margin: 0 0 10px;
	font-size: 16px;
	color: #888;
	font-weight: bold;
}

#content h6 {
	margin: 0 0 10px;
	font-size: 11px;
	color: #777;
	font-weight: normal;
}

#content p {
	margin: 0;
}

/* Feedback Form */
#feedback-form-wrapper {
	background-color: #f2f2f2;
	border: solid 1px #ddd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 680px;
	float: left;
}

#feedback-form-wrapper input,textarea {
	border: solid 1px #ddd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 12px;
	line-height: 15px;
	padding: 3px;
	outline: none;
}

#feedback-form-wrapper input:focus,textarea:focus {
	border: solid 1px #777;
	color: #000;
}

#feedback-form-wrapper input.send-button {
	height: 24px;
	line-height: 24px;
	width: 100px;
	cursor: pointer;
	background-color: #333;
	border: none;
	color: #FFF;
	font-size: 10px;
	line-height: 10px;
	margin-right: 2px;
}

#feedback-form-right {
	float: left;
	padding: 10px 10px 10px 0;
}

#feedback-form-left {
	float: left;
	padding: 10px;
}

#feedback-form-send {
	text-align: right;
	margin-top: 17px;
}

#feedback-form-wrapper p {
	margin: 3px;
}

#restauranter ul {
	list-style: none;
}

.accordion {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	margin: 10px;
	padding: 10px;
	background-color: #f5f5f5;
	border: dashed 1px #cdcdcd;
}

.accordion a {
	color: #4e4e4e;
}

.accordion a:hover {
	color: #929292;
}

.restaurant-enkelt {
	margin: 7px;
	padding: 7px;
	background-color: #ededed;
	border: dashed 1px #cdcdcd;
}

.restaurant-enkelt a {
	color: #cb153d;
}

.restaurant-enkelt a:hover {
	color: #81aa42;
}
