* {
	margin: 0;
	padding: 0;
}

select {
	min-width: 1.5em;
}

body {
	background: #fff url(../images/background-body.gif) repeat-x left top;
	color: #000;
	font: .85em Georgia, "Trebuchet MS", serif;
	font: 75% "Trebuchet MS", Verdana, Arial, sans-serif;
	/*font: 80% "Trebuchet MS", Verdana, Arial, sans-serif;*/
	text-align: center;
}

a:link {
	color: #0074BD;
}

a:visited {
	color: #006;
}

a:hover, a:active {
	text-decoration: none;
}

a.pdf {
	background-image: url(../images/icon-pdf.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}

.mkb_left {
	float:left;
	width:325px;
	margin-top:0px;
}

.mkb_right {
	float:right;
	margin-top:0px;
	margin-right:9px;
}

.clear {
	clear:both;	
}
/*____________________________________________________________________________*/

#wrapper {
	margin: 2.5em auto 1em;
	/*overflow: hidden;*/
	text-align: left;
	width: 710px;
}

#header {
	overflow: hidden; /* instead of 'auto' -> Opera 8.51, IE mac */
	width: 100%;
}

#logo {
	float: left;
	margin-right: 1em;
}

#visual {
	margin: 2em 0 1em;
}

#visual img, .photo {
	border: 1px solid #000;
}

#main {
	float: left;
	line-height: 1.6em;
	padding: 0;
	width: 460px;
}

#main_big {
	float: left;
	line-height: 1.6em;
	padding: 0;
	width: 710px;
}

#main_line {
	border-right:1px solid #000;
	float: left;
	line-height: 1.6em;
	padding: 0;
	width: 460px;
}

#main p {
	padding-right: 15px;
}

#sidebar {
	float: right;
	line-height: 1.6em;
	padding: 0;
	width: 220px;
}


#sidebar_line {
	float: right;
	line-height: 1.6em;
	padding:0px 0px 0px 23px;
	width: 220px;
	border-left:1px solid #000;
}

#bottom {
	background: #0074BD url(../images/background-body.gif) repeat-x left top;
	clear: both;
	color: #fff;
	margin-top: 1em;
	overflow: hidden;
	padding: .6em 0 2em;
	text-align: center;
}

#bottom div {
	margin: 0 auto;
	text-align: left;
	width: 710px;
}

#footer {
	float: right;
	/*font-size: .85em;*/
	padding-top: 2px;
	text-align: right;
}

.navigation {
	/*font-size: .85em;*/
	font-weight: bold;
	float: right;
	margin: 0;
	margin-top:7px;
}

.navigation li {
	background: none;
	float: left;
	padding: 0;
	list-style-type:none;
}

.navigation a:link, .navigation a:visited {
	border-left: 1px solid #0074BD;
	color: #0074BD;
	display: block;
	padding: 2px 6px 3px;
	text-decoration: underline; /* Opera 8.51 */
}

.navigation a:hover, .navigation a:active {
	background: #0074BD;
	color: #fff;
	text-decoration: none;
}

.nav-home a:link, .nav-home a:visited {
	border: none;
}

#home .nav-home a,
#products .nav-products a,
#services .nav-services a,
#news .nav-news a,
#jobs .nav-jobs a,
#about .nav-about a,
#contact .nav-contact a {
	background: #f93;
	border-left-color: #fff;
	color: #fff;
	text-decoration: none;
}

#home .nav-products a,
#products .nav-services a,
#services .nav-news a,
#news .nav-jobs a,
#jobs .nav-about a,
#about .nav-contact a {
	border-left-color: #fff;
}

#bottom .navigation {
	float: left;
	margin-top: 1em;
}

#bottom .navigation a:link, #bottom .navigation a:visited {
	border-color: #fff;
	color: #fff;
}

#bottom .navigation a:hover, #bottom .navigation a:active {
	background: #fff;
	color: #0074BD;
}

#home #bottom .nav-home a,
#products #bottom .nav-products a,
#services #bottom .nav-services a,
#news #bottom .nav-news a,
#jobs #bottom .nav-jobs a,
#about #bottom .nav-about a,
#contact #bottom .nav-contact a {
	background: #fff;
	border-left-color: #0074BD;
	color: #000;
	text-decoration: none;
}

#home #bottom .nav-products a,
#products #bottom .nav-services a,
#services #bottom .nav-news a,
#news #bottom .nav-jobs a,
#jobs #bottom .nav-about a,
#about #bottom .nav-contact a {
	border-left-color: #0074BD;
}

.date {
	font-style: italic;
	white-space: nowrap;
}

.logos img {
	margin: 0 25px 25px 0;
}

/*____________________________________________________________________________*/

h1, h2, h3 {
	/*clear: both;*/
	font-weight: bold;
	margin: 1em 0;
}

h1 {
	background: transparent url(../images/visual-h1.jpg) no-repeat 100% 0;
	font-size: 1.75em;
	font-weight: normal;
	height: 34px;
	margin-bottom: 0;
}


h1 span {
	display: block;
	width: 470px;
}

#home h1 {
	background: none;
	/*text-align: center;*/
}

#home h1 span {
	display: inline;
	width: auto;
}

h2 {
	border-bottom: 1px solid #000;
	font-size: 1.1em;
	font-variant: small-caps;
	padding-bottom: 4px;
	font: 125% "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight:bold
}

h2.normal {
	border:0px;
	margin:0px;
	font: 125% "Trebuchet MS", Verdana, Arial, sans-serif;
	padding:10px 0px 0px 0px ;
	font-weight:bold;
}


h3 {
	font-size: 1.1em;
}

abbr, acronym, .contexthelp {
	border-bottom: 1px dotted #000;
	cursor: help;
}

em {
	font-style: italic;
}

img {
	border: 0;
}

img.left {
	float: left;
	margin: 1em 1em 1em 0;
}

img.right {
	float: right;
	margin: 1em 0 1em 1em;
}

li {
	/*background: transparent url(../images/background-list-item.gif) no-repeat 0 7px;*/
	/*padding-left: 14px;*/
}

p {
	margin: 1em 0;
	padding: 0;
}

strong {
	font-weight: bold;
}

.strong {
	font-weight: bold;
}

.strong_italic {
	font-weight: bold;
	font-style:italic;
}

ul {
	/*list-style: none;*/
	margin: 1em 0;
	padding: 0;
	margin-left:15px;
}
.rss {
	text-align: right;
	width: 460px;
}

div.vacature {
	margin-top: 2em;
	border-top: 1px solid #000;
	padding-left: 20px;
}

div.vacature h3 {
	text-align: center;
}
div.vacature ul {
	margin-left: 30px;
}

div.list {
	padding-left: 1em;
	border-left: 2px solid #0074BD;
}

.uren {
	text-align: center;
	font: bold .85em Georgia, "Trebuchet MS", serif;
}

p.no_margin {
	margin:0px;
	padding:0px;
}

ul.no_top {
	margin-top:0px;
	padding-top:0px;
}

.bold {
	font-weight:bold;
	font-size:14px;
}

.italic {
	font-style:italic;
}

.pdf_link_nr_1 {
	padding-left:285px;

}

.pdf_link_nr_2 {
	padding-left:270px;
}

.border_top {
	border-top:1px solid #000;
}

.keyboard {
	position: relative;
	top:-70px;
	left:25px;
	color:#fff;
}

.number {
	font-size:125%;
	font-weight:bold;
}

.registred_mark {
	font-size:12px;
	display:block;
	float:right;
	margin-top:-5px;
}
