/* 
	CSS Document 
	Bryggen Gastronomi
*/

html { height: 100%; }

body { 
	min-height: 100%;
	margin : 0; 
	padding : 0;
	background-color : #c0c0c0;
	position: relative;
	}


/*------------------------- Text formatting */


h1 {
	font : bold 18px Arial;
	color : #fff;
	margin : 0 0 1em;
	}

h2 {
	font : bold 16px Arial;
	color : #000;
	margin : 0;
	}

h3 {
	font : bold 14px Arial;
	margin : 0;
	}


p, 
td p, 
li,
input.contact,
textarea.contact {
	font : normal 12px/15px Verdana, Arial, sans-serif;
	color : #000;
	}

p {
	margin : 0 0 1em 0;
	}

a {
	text-decoration : underline;
	color : #000;
	}

a:hover {
	text-decoration : none;
	color : #000;
	}

div#tagmark a { 
	text-decoration : none; 
	color : #fff;
	}

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


/*------------------------- Containers */


div#wrap {
	width : 900px;
	margin : 0 auto;
	border-left : 1px solid #ccc;
	border-right : 1px solid #ccc;
	border-bottom : 1px solid #ccc;
	background-color : #c28668;
	}

div#header {
	width : 900px;
	height : 105px;
	}

div#topnav {
	width : 660px;
	padding : 0 0 0 240px;
	height : 19px;
	background : url(../images/bg_topnav.png) top left no-repeat;
	}

div#content {
	width : 830px;
	padding : 35px;
	}

div#tagmark { 
	padding : 10px 0 80px;
	text-align : center;
	font : normal 11px Tahoma;
	}

/*------------------------- Footer logotypes */

div#links { position: absolute; bottom: 0; border-top: 1px solid #d8d8d8; height: 60px; width: 100%; background-color: #fff; }
	#logotypes { width: 434px; margin: 0 auto; }
		.chablis { width: 120px; height: 60px; background: url(../images/link_chablis.png); float: left; }
			.chablis a { display: block; width: 120px; height: 60px; text-indent: -9999px; }
			.chablis:hover { background: url(../images/link_chablis_hover.png); }
		.bryggenasiancooking { width: 195px; height: 60px; background: url(../images/link_bryggenasiancooking.png); float: left; }
			.bryggenasiancooking:hover { background: url(../images/link_bryggenasiancooking_hover.png); }
			.bryggenasiancooking a { display: block; width: 195px; height: 60px; text-indent: -9999px; }
		.dengodenabo { width: 119px; height: 60px; background: url(../images/link_dengodenabo.png); float: left; }
			.dengodenabo:hover { background: url(../images/link_dengodenabo_hover.png); }
			.dengodenabo a { display: block; width: 119px; height: 60px; text-indent: -9999px; }

/*------------------------- Contact form */


td.contact { margin : 0; padding : 0; }
input.contact, textarea.contact { border : 1px solid #b28d7a; background-color : #fff; padding : 2px; }