/* main styling */

html,
body
{
	height:100%;
	margin:0;
	background:#e6e6e6;
}

body,
table
{
	font:normal 11px/15px verdana, tahoma, arial, sans-serif;
}

img
{
	border:none;
}

a
{
	outline:none;
	text-decoration:underline;
	color:#da251d;
}

a:hover
{
	color:#000;
}

/* placeholder */

table#placeholder
{
	width:100%;
	height:100%;
}

table#placeholder td#left
{
	width:auto;
}

table#placeholder td#middle
{
	width:962px;
	height:100%;
}

table#placeholder td#right
{
	width:auto;
}

/* frame */

table#frame
{
	width:962px;
	height:100%;
	background:#fff url('../images/layout/frame_repeat.gif') repeat-y top left;
}

/* header */

td#header
{
	width:962px;
	height:171px;
	vertical-align:bottom;
	background:transparent url('../images/layout/header.jpg') no-repeat top left;
}

/* menu */

div#menu
{
	width:932px;
	height:30px;
	padding-left:30px;
	line-height:22px;
	font-size:11px;
}

div#menu a
{
	padding-right:15px;
	text-decoration:none;
	color:#000;
}

div#menu a:hover
{
	text-decoration:underline;
	color:#bb2019;
}

div#menu a.selected
{
	color:#bb2019;
}

/* content */

td#content
{
	width:950px;
	height:auto;
	padding:0 6px 0 6px;
	vertical-align:top;
}

/* footer */

td#footer
{
	width:962px;
	height:65px;
	text-align:center;
	vertical-align:middle;
	background:transparent url('../images/layout/footer.jpg') no-repeat bottom left;
	font-weight:bold;
	font-size:11px;
	color:#fff;
}

td#footer a
{
	color:#fff;
}

td#footer a:hover
{
	color:#000;
}

/* submenu */

table.wrapper
{
	width:950px;
	height:100%;
	border:1px solid #fff;
}

table.wrapper td.text
{
	width:auto;
	padding:23px 23px 10px 23px;
	vertical-align:top;
}

table.wrapper td.submenu
{
	width:170px;
	padding:23px 15px 15px 15px;
	vertical-align:top;
	background:#fafafa;
}

/* headline */

h1
{
	margin:0 0 10px 0;
	font-size:14px;
	color:#da251d;
}

h2
{
	margin:0 0 5px 0;
	font-size:12px;
	color:#da251d;
}

h3
{
	margin:0;
	font-size:11px;
	color:#da251d;
}

/* list */

ul
{
	margin:10px 0 0 25px;
	padding:0;
}

li
{
	margin:0;
	padding:0;
}

/* forms */

form
{
	display:inline;
	margin:0;
	padding:0;
}

input,
select,
textarea
{
	border:1px solid #aaa;
	background:#fcfcfc;
	font:normal 11px/15px verdana, tahoma, arial, sans-serif;
	color:#000;
}

/* misc */

.small
{
	font-size:10px;
}

.tiny
{
	font-size:9px;
}

.gray
{
	color:#aaa;
}

/* people */

table.people
{
	width:100%;
}

table.people tr.dark td
{
	background-color:#fcfcfc;
}

table.people td
{
	padding:15px 10px 25px 10px;
	text-align:left;
	vertical-align:top;
}

table.people td.person
{
	width:160px;
	font-size:10px;
	color:#aaa;
}

table.people td.person h1
{
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:bold;
	color:#000;
}

table.people td.person img
{
	display:block;
	margin:10px 0 0 0;
	border:1px solid #aaa;
}

table.people td.description
{
	width:auto;
	font-size:11px;
}

table.people td.info
{
	width:130px;
	line-height:22px;
}

/* references */

table.references
{
	width:100%;
}

table.references td
{
	padding:5px 0 5px 0;
	text-align:center;
	vertical-align:middle;
}

/* contact */

table.contact
{
	width:100%;
}

table.contact td
{
	padding:0 0 10px 0;
}

/* winkompas - pricelist */

table.pricelist
{
	width:100%;
	border-top:1px solid #eee;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-left:1px solid #eee;
}

table.pricelist tr.dark td
{
	background:#fafafa;
}

table.pricelist td.description
{
	width:auto;
}

table.pricelist td.price
{
	width:100px;
	text-align:right;
}































