/* 
Bakgaarden Restaurant og Kaffebrenneri
Klovnefisk Webutvikling
www.klovnefisk.no
*/


/*------------------Reset-------------------*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.2em;
	font-size: 90%;


}
ol, ul {
	list-style: none;
}
li {
	padding-left: 1em;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*

Begin site-specific CSS 

*/

body {
	background-image: url('wall.jpg');
	background-repeat: repeat;
	background-color: #8d7168;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', LucidaGrande,'Lucida Sans', Geneva, Arial, sans-serif; }

#wrap {
	width: 1000px;
	margin: 0px auto;
	position: relative;
}

#plant1 {
	position: absolute;
	bottom: 0px;
	z-index: -100;
}

/*	Headings	*/

h1 {}

h2	{
	font-size: 1.5em;
	margin: 0px 0px;
	padding: 0px 0px 10px 0px;
}

h2 a {
	color: red;
}

a {
	color: black;
	text-decoration: none;
}

/*	Columns		*/

#col1 {
	width: 230px;
	float: left;
	text-align: right;
	position: relative;
	z-index: 1;
	top: 100px;
	left: 15px;
}

#col2 {
	width: 600px;
	float: left;
	position: relative;
	margin-top: 10px;
	z-index: 2;
}

#col3 {
	width: 130px;
	margin-left: 10px;
	float: left;
	background-image: url('img/plant2.png');
	background-repeat: no-repeat;
	height: 300px;
	
}

#col3:after {
	clear: both;
}

/*	Logged-in-box	*/
#loggedin {
	position: fixed;
	top: 0px;
	left: 0px;
	padding: 10px;
	background-color: white;
	color: black;
	border-bottom: 2px solid black;
	border-right: 2px solid black;
	z-index: 1000;
	opacity: 0.9;
}

#loggedin a {
	color: red;
	text-decoration: underline;
	padding: 0px 5px;
}

.editbutton {
	color: red;
	font-size: 0.6em;
}

/*	Nav		*/

#col1 img {
	margin: 5px 0px;
	position: relative;
	z-index: 10;
}

#nav li {
	display: block;
}

/*	Content		*/

.header {
	position: relative;
	z-index: 5;
}

#contentwrap {
	background-image: url('img/wallrepeat.png');
	background-repeat: repeat-y;
	position: relative;
	z-index: 6;
	bottom: 3px;
	padding-left: 35px;
	padding-right: 10px;
	margin-bottom: -80px;
}

#content {
	position: relative;
	right: 10px;
	z-index: 1200;
	min-height: 370px;
	text-align: left;	
}

#footer {
	background-image: url('img/footer1.png');
	background-repeat: no-repeat;
	height: 248px;
	position: relative;
	right: 230px;
	width: 900px;
}

#footer a {
	text-align: center;
	clear: both;
	position: absolute;
	right: 80px;
	bottom: 90px;
	color: #aaa;
	font-size: 70%;
	text-decoration: none;
}

#footer a:hover {
	color: #888;
}

.pdf {
}

.meny {
	border: 1px solid #777;
}

	/**		kontakt		**/
	
input.kontakt, textarea.kontakt {
	border: 1px solid #aaa;
	padding: 3px;
	margin: 2px 0px;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	font-size: 0.8em;
}

input.button {
	padding: 5px;
	background-color: #eee;
}

textarea.kontakt {
	font-size: 0.8em;
}

label {
	font-size: 0.8em;
}

table.kontakt tr td {
	vertical-align: baseline;
}
#form {
	height: 275px;
	width: 360px;
}
.error {
	font-size: 0.8em;
}
.error ul {
	list-style-type: square;
	margin-left: 20px;
	margin-bottom: 20px;
}
.error ul li {
	color: #555;
}
.error ul li span {
	color: black;
}
