/* 
	CSS Document 
	Libretto Forlag
*/

html {
	margin: 0;
	padding: 0;
	background: #ececec url(../images/bg_html.jpg);
	}

body {
	width: 880px;
	padding: 0;
	margin: 0 auto;
	background-color: #fff;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	border-bottom: 10px solid #fff;
	}

p, 
td p, 
td,
li,
input.contact,
textarea.contact {  
	font: normal 11px/14px Tahoma;
	color: #000;
	}

p { 
	margin : 0 0 1em 0;
	text-align: justify;
	}

div#header p {
	font: normal 11px/30px Tahoma;
	margin: 0;
	text-align: right;
	padding-right: 10px;
	}

a { 
	color : #0078a8;
	}

a:hover { 
	color : #00a5e7;
	}

h1 {
	font: normal 28px/23px "Arial Black", Arial;
	margin: .2em 0 .6em;
	color: #0078a8;
	text-transform: uppercase;
	text-align: left;
	}

h2 {
	font: normal 18px/19px "Arial Black", Arial;
	color: #000;
	margin: .2em 0 1em;
	text-transform: uppercase;
	text-align: left;
	}	

h3 {
	font: normal 14px/19px "Arial Black", Arial;
	color: #0078a8;
	margin: .2em 0 1em;
	text-transform: uppercase;
	text-align: left;
	}		
	
div#tagmark a { 
	text-decoration : none; 
	color : #0078a8;
	}

div#tagmark a:hover { 
	text-decoration : none; 
	color : #00a5e7;
	}

	
/*------------------------- Bestillingsprodukter */


#ordre p.title { padding: 20px 10px 20px 0; float: left; line-height: 20px; font-weight: bold; }
ul#produkt_meny { margin: 0; padding: 20px 0; float: left; }
ul#produkt_meny li { padding: 0 0 0 10px; margin: 0 10px 0 0; float: left; line-height: 20px; list-style-type: none; background: url(../images/prod_bullet.gif) top left no-repeat; }
.clear { clear: both; }

	
/*------------------------- Layout */


div#header {
	width: 880px;
	height: 30px;
	padding-bottom: 135px;
	background: #ececec url(../images/header.jpg) bottom center no-repeat;
	}

div#content {
	width: 880px;
	padding: 30px 0;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	}

div#superlogin {
	background-color: #fff;
	}
	
div#tagmark {
	font : normal 11px/30px Tahoma;
	text-align: center;
	background-color: #ececec;
	height: 30px;
	}

div#tagmark img {
	padding: 0 4px;
	margin-bottom: -5px;
	}

#maindocument table td { 
	vertical-align: top !important;
	}
	
/*------------------------- Contact form */

input#navn, input#epost, input#adresse, input#postnummer, input#poststed, textarea#melding { 
	padding : 2px; 
	border : 1px solid #000; 
	}

