/*
	960 Grid System ~ STYLE CSS.

*/

/* `Colors
----------------------------------------------------------------------------------------------------*/
a:link, a:visited {
	color: #7f0e0f;
}
a:hover {
	color: white;
}

.bg_lightred {
	background-color: #993e3f;
}

.bg_whitered {
/* 	background-color: #c45354; */
	background-color: #ffd477;
}

.bg_white {
	background-color: BurlyWood;
}

.darkred {
	color: #5d2e2d;
}
.lightred {
	color: #b64647;
}
.white {
	color: white;
}


/* `General
----------------------------------------------------------------------------------------------------*/
p {
	margin-bottom: 15px;
	line-height: 20px;
}
.desc {
	display: none;
	background: BurlyWood;
	padding: 10px;
	color: #5D2E2D;
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.desc p {
	border-bottom: 1px black solid;
}


/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	background: #7f0e0f;
}
.down {
	margin-bottom: 20px;
}
.padding-down {
	padding-bottom: 20px;
}

#header {
	margin-top: 50px;
	height: 250px;
	position: relative;
}

#header .video-box {
	height: 190px;
	width: 340px;
	padding: 20px;
}

.menu {	
	height: 40px;
	font-style: italic;
}

.menu ul li {
	display: block;
	float: left;
	padding: 10px;
}

.menu ul li a,
.menu ul li a:visited {
	color: #fef2dc;
	text-decoration: none;
	padding: 5px;
}
.menu ul li a:hover {
	background-color: #7f0e0f;
}


.picture-box {
	
	padding: 20px;
}


.picture-box-tag {
	text-align: center;
	text-transform: uppercase;
}

.page-headline {
	text-align: center;
	padding: 30px;
}

.page-box {
	padding: 20px;
}

.page-box-karta {
	background: url(../img/karta.jpg) no-repeat;
}


.price {
	font-size: 12px;
	padding: 6px 0px;
	text-align: right;
}

#form-frame {
	padding: 20px;
	background-color: Bisque;
}

#form-frame.contact {
	padding: 20px;
	background-color: Bisque;
	float: left;
	width: 125px;
}


#form-frame p {
	margin: 0px 0px 8px 0px;
}

#form-frame.normal input {
	border: 1px solid gray;
	padding: 5px;
	outline: none;
	width: 230px;
}

#form-frame.normal select {
	border: 1px solid gray;
	padding: 5px;
	outline: none;
	width: 243px;
}

#form-frame.normal input.submit {
	width: 138px;
}

#form-frame.normal input.submit1 {
	width: 100px;
}

#form-frame.contact input {
	border: 1px solid gray;
	padding: 5px;
	outline: none;
	width: 90px;
}

#form-frame.contact select {
	border: 1px solid gray;
	padding: 5px;
	outline: none;
	width: 90px;
}

#form-frame.contact input.submit {
	width: 150px;
}

textarea {
	border: 1px solid gray;
	padding: 5px;
	outline: none;
	width: 230px;
	height: 120px;
	font:inherit;
}


.meny-list {
	margin-bottom: 10px;
}

.meny-list p {
	margin: 0px;
	line-height: 20px;
}
.meny-pris {
	text-align: right;
	float: right;
	width: 100px;
}
.meny-info {
	
	width: 400px;
	float: left;
}

.vinlista {
	font-size: 1.1em;
}

.bg_lightred p {
	margin: 0px;

}








.footer {
	border-top: 1px solid #993e3f;
	height: 300px;
	font-size: 10px;
	padding: 10px 0;
	text-align: center;
	color: Wheat;
}

.links a:link, .links a:visited {
	color: white;
	font-size: 9px;
	line-height: 1em;
}

#submit-frame-booking, #submit-frame-cooking, #submit-frame-catering {
	display: none;
}

.show-desc {
	
}
a.show-desc:link, a.show-desc:visited {
	color: white;
}

#langs {
	position: absolute;
	top: 0px;
	left: 295px;
	z-index: 100;
}

.start-left {
float: left;
width: 558px;
padding: 20px 0 20px 20px;
}
.start-right {
	float: left;
width: 322px;
padding: 20px 20px 0px 20px;
text-align: center
}
