a img { border: 0; }
.screenonly { display: none; } @media screen { .screenonly { display: inherit; } }

body {
	font-family: Georgia, Times, Serif;
	font-size: 1em;
	line-height: 1.4em;
}
h1 {
	font-size: 1.5em;
}
@media screen {
	#contentwrapper {
		width:900px;
		margin-left: auto;
		margin-right: auto;
		min-height:330px;
		border-bottom: 1px solid #666699;
		position: relative;
		padding-top: 170px;
	}

	#header {
		position: absolute;
		top: 0px;
		left: 0;
		width: 900px;
		height: 32px;
	}

	#decoration {
		position: absolute;
		top: 32px;
		left: 0;
		z-index: -100;
	}
}

address {
	font-size: x-small;
	margin-top: 2px;
	position: absolute;
	bottom: -2em;
	font-style: normal;
	color: #999999;
}

address a, table a {
	text-decoration: none;
	color: inherit;
}

/**
 * Thanks to
 * http://javascript-array.com/scripts/jquery_simple_drop_down_menu/ for
 * inspiration. 
**/
#menu {
	position: absolute;
	top: 32px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 800px;
	border-top: solid #666699 1px;
	border-bottom: solid #666699 1px;
	background: #f2f2ff;
	opacity: 0.9;
}
	#menu ul {
		display: inline; 
	}
	#menu li {
		float: left;
		list-style: none;
	}
	#menu li a, #menu li span {
		display: block;
		background: #f2f2ff;
		opacity: 0.9;
		padding: 5px 12px;
		text-decoration: none;
		color: black;
		white-space: nowrap;
		text-transform: uppercase;
	}
	#menu li a:hover {
		background: #9999cc;
		opacity: 0.9;
	}
	#menu li ul {
		margin: 0;
		padding: 0;
		position: absolute;
		visibility: hidden;
		border-top: 1px solid #666699;
	}
	#menu li ul li {
		float: none;
		display: inline;
	}
	#menu li ul li a {
		width: auto;
		border-bottom: 1px solid #666699;
		text-transform: none;
		position: relative;
	}
/* end menu */

#breadcrumbs ul {
	padding: 0;
	font-size: small;
}
#breadcrumbs li {
	list-style: none;
	display: inline;
}
#breadcrumbs li+li:before {
	content: " » ";
}
#breadcrumbs li a {
	text-decoration: none;
	color: #999999;
}
#breadcrumbs li a:hover {
	color: black;
}

table.page_splitter {
        font-family: Georgia, Times, Serif;
        font-size: 0.8em;
        line-height: 1.4em;
}

table.page_splitter td {
	vertical-align: top;
}

td.table_main_box {
	padding-left: 10px;	
}

td.news_box {
	width: 200px;
}

table.pricelist {
	border: 1px solid #888888;
	border-collapse: collapse;
}
table.pricelist td, table.pricelist th {
	border: 1px solid #888888;
	text-align: left;
}
table.employee_description_table td {
	padding: 5px;
}
table  a {
	color: #999999;
}
table.projects_table td{
	padding: 5px;
}
ul.service-list {
	margin: 0;
	padding: 0;
}
ul.service-list li {
	width: 160px;
	float: left;
	list-style: none;
	margin-right: 5px;

}
ul.service-list li h3 {
	background-color: #eeeeee;
	margin: 0;
}
div.intro {
	background-image: url("/img/tenke.png?w=250");
	background-repeat: no-repeat;
	padding-left: 220px;
	height: 174px;	
}
div.intro p {
	padding-top: 50px;
}
ul.language-list li {
	clear: both;
	list-style: none;
	margin-bottom: 15px;
}
ul.language-list li img {
	float: left;
	margin-right: 10px;
}
ul.ansatte {
	padding: 0;
}
ul.ansatte li {
	list-style: none;
	clear: both;
	font-size: 0.8em;
}
ul.ansatte li img {
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
}
p.contactinfo {
	background-color: #F2F2FF;
	padding: 10px;
	font-size: 0.8em;
	margin-top: 20px;
}
div.address {
	font-size: 1.1em;
}
