@charset "UTF-8";
/* CSS Document */

@import url('home.css');
@import url('prosjekt.css');
@import url('tag.css');

body{
	font-family: georgia;	
	padding-right: 0px;
	margin: 0px;
	/*background-color: #000000;	*/
}


/* div */
div#total{
	background-color: #FFFFFF;
	margin: 0px;	
}

div#main{
	min-height: 600px;
	width: 900px;
	padding: 0px;
	margin: 0 auto;
}

div#content{
	height: 750px;
}
div#content #content_spacer_top{
	height: 80px;
}

div#content #content_top{
	height: 150px;
}

div#content #content_top #logo{
	padding-top: 15px;
	height: 112px;
	width: 900px;
	float: left;
	font-size: 1.1em;
	background-image: url(../graphics/logo.png);
	background-repeat: no-repeat;
}


div#content #content_top #browser{
	
	margin-top: 20px;
	margin-left: 80px;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #c2c2c2;
	clear: right;
	height: 50px;
	width: 820px;
	text-align: left;
}

div#content #content_main{
	height: 480px;
		border-bottom: 1px solid #c2c2c2;

}

div#content div#content_main div#left{
	width: 340px;
	height: 450px;
	float:left;
	margin-left: 50px;
	margin-top: -20px;
	background-image: url();
	background-repeat: no-repeat;
}

div#content div#content_main div#right{
	
	width: 470px;
	height: 450px;
	float: right;
	padding-right: 30px;
	padding-top: 20px;
}

div#footer{
	color: #FFFFFF;
	height: 140px;
}
/* paragraph */

div#content #content_top #logo p.menu{
	text-align: right;
	color: #576C36;
}

div#content #content_top #logo #browser p.browser_p{
	margin: 0 0 0 0;
	color: #c2c2c2;
	font-size: 0.9em;
}

p.title{
	font-weight: bold;
	width: 550px;
	margin: 0px;
	font-size: 2.9em;
}

p.body{
	margin: 0 0 0 10px;
	width: 200px;
	text-align: justify;
	padding: 0 0 0 0;
}

p.home_body{
	margin: 20px 0 20px 10px;
	width: 500px;
	text-align: center;
	padding: 0 0 0 0;
}

/* a */
a{
	text-decoration: none; 
	color: #576C36;
}
a:visited{
		color: #576C36;
}
a.link{

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

/* img */

img.left_img{
	margin-top: 20px;
	width: 350px;
	}

p#contact{
	margin-left: 10px;
}

div#contact_img{
	margin-left: 60px;
}
