/**
 * Stylesheet for TIAS
 *
 * @media	screen, projection
 * @copyright	lastw <http://www.lastwhisper.com>
 */

/**
 * = Primary selectors
 * ----------------------------------------------------------
 */

html, body, form, div, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, li, dl, dt, dd, address, input, textarea, th, td {
	margin: 0;
	padding: 0;
}

ul, ol {
	list-style: none;
}

/**
 * font-size: 76% = 12px
 * line-height: 140% = 16px
 */
body {
	background: #555;
	font: 76%/140% Arial,Helvetica,sans-serif;
}

h1 {
	background: url(../images/logo.gif) no-repeat 0 0;
	text-indent: -5000em;
	height: 91px;
}

h2 {
	font-size: 1.5em;
	line-height: 1;
	text-align: right;
	font-weight: normal;
	padding: 10px;
}

h3 {
	font-size: 1.2em;
	line-height: 1;
	margin: 0 0 10px 0;
}

p {
	margin: 10px 50px 10px 0;
}

ul {
	margin: 10px 10px 10px 40px;
}

ul li {
	list-style: url('images/bluearrow.gif');
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

abbr, acronym {
    font-style: normal;
    cursor: help;
}

a abbr {
    border: none;
}

address {
    font-style: normal;
}

a:link, a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #0055a0;
	text-decoration: underline;
}

a img {
    border: none;
}

/**
 * = Forms
 * ----------------------------------------------------------
 */


/*
 * = Page structure
 * ----------------------------------------------------------
 */

#container {
	width: 950px;
	margin: 0 auto;
	text-align: center;
	background: url(images/bg.gif) repeat-y 0 0;
}

/**
 * = Navigation
 * ----------------------------------------------------------
 */

#nav {
	float: right;
	margin-top: 30px;
}

#nav li {
	float: left;
	padding: 0px 17px;
	border-right: 2px solid #000;
	list-style: none;
	font-weight: 900;
	font-size: 1.2em;
	line-height: 1;
}

#nav li a:link,
#nav li a:visited {
	text-decoration: none;
}

#nav li a:hover,
#nav li a:active,
#nav li.selected a:link,
#nav li.selected a:visited {
	text-decoration: underline;
}

li#last {
	border: none;
}

/**
 * = Content
 * ----------------------------------------------------------
 */

#content {
	text-align: left;
	float: right;
	width: 617px;
	padding: 0 10px;
}

#main {
	clear: both;
}

.outline {
	width: 330px;
	float: left;
	margin: 0 10px 10px 0;
}

#dienst1 {
	padding-top: 30px;
}

#dienst1, #dienst2, #dienst3, #dienst4 {
	margin-bottom: 20px;
}

#columnleft {
	width: 255px;
	padding-right: 10px;
	float: left;
	background: url(images/stock2.jpg) no-repeat;
	margin-top: 30px;
}

#columnright {
	width: 340px;
	float: right;
	margin-top: 30px;
}

#referenties {
	margin-top: 30px;
	padding: 10px;
	background: #FFF;
	width: 590px;
}

#referenties ul li {
	list-style: none;
	display: inline;
}

.pdf {
	background: url(../images/pdficon.gif) no-repeat 0 center;
}
.pdf a {
	padding-left: 20px;
}


/**
 * = Sidebar
 * ----------------------------------------------------------
 */

#sidebar {
	float: left;
	width: 286px;
	text-align: left;
	display: inline;
	margin: 0 0 0 27px;
}

#sidebar p {
	margin-left: 10px;
	font-size: 1.2em;
}

h2#titles {
	height: 181px;
	padding-top: 10px;
	text-align: right;
}

.emailadres {
	background: url(images/envelop.gif) no-repeat 0 center;
}
.emailadres a {
	padding-left: 20px;
}

.blue {
	color: #0055a0;
	font-weight: 900;
}

.left {
	float: left;
	margin: 0 10px 10px 0;
}

/**
 * = Footer
 * ----------------------------------------------------------
 */

#footer {
	clear: both;
}

#footer p {
	text-align: right;
	padding: 10px;
	margin: 0;
}


/**
 * = Clearfix
 * ----------------------------------------------------------
 */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display:inline-block;
}