/* Default Stylesheet */

															/** BODY ELEMENTS **/
body {
	color: #333;
	background-color: #eee;
	}






															/** MAIN CONTAINERS **/
div#container {
	margin: 2em auto;
	}
	div#header {
		color: inherit;
		background-color: #fff;
		border: 1px solid #e5e5e5;
		border-width: 0 2px 2px 0;
		}
		div#header-in {
			padding: 20px;
			}
	div#content-wrap {
		padding: 10px 0;
		}
		div.content {
			color: inherit;
			background-color: #fff;
			border: 1px solid #e5e5e5;
			border-width: 0 2px 2px 0;
			}
			div.content-in {
				padding: 20px;
				}
	div#footer {
		color: inherit;
		background-color: #fff;
		border: 1px solid #e5e5e5;
		border-width: 0 2px 2px 0;
		}
		div#footer-in {
			padding: 20px;
			}






															/** SUB CONTAINERS **/
* { }
.cvtabell {
	width:80%;
}
.lastnedkolonne {
	width:20%;
}

.prosjekter1 {
	/*background: #e4e4e4;*/
	margin: 30px;
	padding: 5px;
	border-collapse:collapse;
	background:#ffffff url(http://espenhh.com/images/gradient_graa.png) repeat-x;
	border-bottom:1px solid #686868;
}

.center {
	text-align: center;
}





															/** LISTS **/
* { }






															/** TYPOGRAPHY **/
* { }

h1,h2,h3,h4,h5,h6 {
	font-family: "Georgia", "Helvetica", sans-serif;
	text-transform:uppercase;
	font-weight: normal;
	color: #63014b;
	letter-spacing: 0.1em;
}

h1 {
	text-align: center;
}

#topplinker {
	text-align: center;
}

.red {
	color:red;
}

#copyright {
	text-align: center;
	font-size: 0.8em;
	color: #63014b;
}

.center {
	text-align:center;
}

.greenbox {
	background-color: green;
	color: white;
	text-align:center;
	margin: 5px;
	padding: 5px;
}

.greenbox strong {
	color: white;
}

.redbox {
	background-color: red;
	color: white;
	text-align:center;
	margin: 5px;
	padding: 5px;
}

.redbox strong {
	color: white;
}

.yellowbox {
	background-color: #f9b635;
	color: white;
	text-align:center;
	margin: 5px;
	padding: 5px;
}

.yellowbox strong {
	color: white;
}




															/** FORMS **/
* { }





															/** END **/
															
															
															
															
															
															
															
															
															
															
															
															
															/* roScripts
Table Design by Mihalcea Romeo
www.roscripts.com
----------------------------------------------- */

table {
		border-collapse:collapse;
		background:#EFF4FB url(http://espenhh.com/images/teaser.gif) repeat-x;
		border-left:1px solid #686868;
		border-right:1px solid #686868;
		font:0.8em/145% 'Trebuchet MS',helvetica,arial,verdana;
		color: #333;
}

td, th {
		padding:5px;
}

caption {
		padding: 0 0 .5em 0;
		text-align: left;
		font-size: 1.4em;
		font-weight: bold;
		text-transform: uppercase;
		color: #333;
		background: transparent;
}

/* =links
----------------------------------------------- */

table a {
		color:#950000;
		text-decoration:none;
}

table a:link {}

table a:visited {
		font-weight:normal;
		color:#666;
		text-decoration: line-through;
}

table a:hover {
		border-bottom: 1px dashed #bbb;
}

/* =head =foot
----------------------------------------------- */

thead th, tfoot th, tfoot td {
		background:#333 url(http://espenhh.com/images/llsh.gif) repeat-x;
		color:#fff
}

th {
		background:#333 url(http://espenhh.com/images/llsh.gif) repeat-x;
		color:#fff
}

tfoot td {
		text-align:right
}

/* =body
----------------------------------------------- */

tbody th, tbody td {
		border-bottom: dotted 1px #333;
}

tbody th {
		white-space: nowrap;
}

tbody th a {
		color:#333;
}

.odd {}

tbody tr:hover {
		background:#fafafa
}