/* - - - - - - - - - - - - - - - - - - - - -

Title : Kaffebønna CSS
Author : Tank Design | Roar Øien
URL : http://www.tank.no/

Description : 

Created : 24.08.2006
Modified : 

- - - - - - - - - - - - - - - - - - - - - */

*{
font-family: Georgia, Verdana, sans-serif;
font-size: 8pt;
}	
html{
	margin: 0;
	padding: 0;
}
body{
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #FFF;
	color: #572500;
	line-height: 160%;
}

/* ----- IDS ----- */

#header{
	height: 154px;
	background-color: #572500;
	text-align: center;
}	
#meny{
	height: 40px;
	border-bottom: 1px solid #dddcc8;
	background: #FFF url(../gfx/footer_bg.gif) repeat fixed top left;
	text-align: center;
}	
	#menyContent{
		width: 598px;
		position: relative;
		margin: auto;
		padding-top: 9px;
		text-align: left;
	}
		#menyContent ul{
			list-style: none;
			margin: 0;
			padding: 0;
			border: 0;
		}
		#menyContent li{
			display: block;
			margin: 0;
			padding: 0;
			float: left;
			width: auto;
		}
		#menyContent a{
			display: block;
			width: auto;
			text-decoration: none;
			margin: 0;
			padding: 2px 8px;
			font-size: 11pt;
			font-style: italic;
			font-weight: bold;
			color: #A67F62;
		}
		.active{
			text-decoration: underline;
		}
		#menyContent a:hover{
			text-decoration: underline;
		}
		#menyContent a:visitedxxx {
			color: #A67F62;
		}
#main{
	text-align: center;
}	
#footer{
	height: 214px;
	width: 100%;
	border-top: 1px solid #dcdec8;
	background: #FFF url(../gfx/footer_bg.gif) repeat fixed top left;
}

/* ----- CLASSES ----- */

.center{
	width: 598px;
	position: relative;
	margin: auto;
	text-align: left;
}
.date{ /* Dato til nyheter */
	color: #AF976B;
	font-size: 7pt;
	margin-bottom: 10px;
}
.brodtekst {
margin: 0 0 10px 0;
}
.imageRight {
	width: 202px;
	border: 3px solid #fff;
	padding: 0px;
	margin: 2px 0 2px 2px;
	font-size: 7pt;
	text-align: center;
	float: right;
}
.imageRightSmall {
	width: 89px;
	border: 3px solid #fff;
	padding: 0px;
	margin: 2px 0 2px 2px;
	font-size: 7pt;
	text-align: center;
	float: right;
}
.imageLeft {
	width: 217px;
	border: 3px solid #fff;
	padding: 0px;
	margin: 2px 2px 2px 2px;
	font-size: 7pt;
	text-align: center;
	float: left;
}
.imageCenter {
	width: 450px;
	border: 3px solid #fff;
	padding: 0px;
	margin: 2px;
	font-size: 7pt;
	text-align: center;
}
/* ----- HEADINGS ----- */

h1{ /* Heading til nyheter */
	margin: 0 0 4px 0;
	padding: 0;
	font-size: 12pt;
	font-weight: bold;
}
h2{
}
h3{
}
h4{
}

/* ----- IMAGES ----- */

img{
border: 0;
}
img a{
}
img a:hover{
}

/* ----- BREAK ----- */

hr{
}

/* ----- TEXT FORMATTING ----- */

strong{
}
em{
}
b{
}
i{
}

/* ----- LINKS ----- */

a{
	color: #572500;
}
a:hover{
}
a:visited, a:active, a:focus{
}
a:visited{
}
a:active{
}
a:focus{
}


/* ----- FORMS ----- */

form{
border-top: 1px solid #dcdec8;
border-bottom: 1px solid #dcdec8;
padding: 10px;
margin: 10px 0 10px 0;
}
fieldset{
}
legend{
}
label{
}
input{
}
.formInput {
	border: 1px solid #A67F62;
	background: #FFF url(../gfx/footer_bg.gif) repeat fixed top left;
	padding: 2px;
	width: 98%;
	margin: 0 0 3px 0;
}
.formSubmit{
	border: 1px solid #A67F62;
	padding: 2px;
	width: 150px;
	margin: 0 5px 0 5px;
}
textarea{
}
input, textarea{
}
select{
}
optgroup{
}
option{
}
