/* @override http://audun.local/~audun/Nordaaker/www.pappabuene.no/master.css */

@import url("reset.css");


body{
	font-size: 62.5%;
	background: #000;
	font-family: "Helvetica Neue", Arial, Helvetica, "Sans Serif";
	line-height: 1.3;
}

header, footer, nav, section, article, aside { 
 display:block; 
}
#wrapper{
	width: 975px;
	margin: 0 auto;
}

#container{
	height: 570px;
	border: 3px solid #fff;
	margin-top: 100px;
	background: url(images/bg1.jpg);
}

#content{
	background: #fff;
	float: right;
	width: 578px;
	height: 341px;
	overflow-y: auto;
	overflow-x:none;
	padding: 20px 20px;

}

#footer{
	color: #fff;
	text-align: center;
	padding: 10px 0px;
}

#logo{
	float: left;
	margin: 25px;
	behavior: url("iepngfix.htc");
}

#images{
	float: right;
}

#images img{
	width: 200px;
	float: left;
	border: 3px solid #fff;

}


#main_nav{
	padding: 7px 20px;
	background: #e0e493;
	overflow: hidden;
	clear: both;
}

#main_nav ul{
	float: left;
}

#main_nav ul li{
	font-size: 2.2em;
	font-family: Times, "Times New Roman", Serif;
	text-transform: uppercase;
	display: inline;
	margin-right: 80px;
	font-weight: normal;
}

#main_nav ul li a{
	color: #000;
	text-decoration: none;
}

#main_nav ul li a:hover{
	text-decoration: underline;
}

#menu{
	width: 390px;
}

#hcard{
	float: right;
	font-size: 1.8em;
	font-weight: normal;
}

h2{
	font-size: 2.4em;
	font-weight: normal;
	font-family: Times, "Times New Roman", Serif;
	margin-bottom: 10px;
}

h3{
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 10px;
}

p{
	font-size: 1.3em;
	margin-bottom: 10px;
}

.hcard{
}

.hcard p{
	font-size: 1.8em;
	margin-bottom: 1em;
}

table{
	margin: 10px 0px;
	width: 100%;
}

td{
	padding: 3px;
	font-size: 1.3em;
}



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

#footer a:hover{
	text-decoration: underline;
}


