/*
 * $Id: style.css 116 2009-10-18 20:21:34Z rob $
 *
 * Dit werk is auteursrechtelijk beschermd.
 * Copyright (c) 2008-2009 OhReally.nl <contact@OhReally.nl>
 */

body {
	margin : 0px;
	padding : 0px;
	font-family : 'Arial', sans-serif;
	font-size : 14px;
	color : #ffffff;
}

a {
	text-decoration : none;
}

img {
	border : 0px;
}

div#container {
	position : relative;
	width : 1000px;
	height : 700px;
	margin-left : auto;
	margin-right : auto;
	margin-top : 0px;
	background : #ffffff url('img/background-stroke.jpg') repeat-x scroll 0% 0%;
	padding : 0px;
}

div#innercontainer {
}

div#logo {
	position : absolute;
	top : 25px;
	left : 88px;
}

div#linkedin {
	position : absolute;
	left : 753px;
	top : 68px;
}

div#mobile {
	/*
	###FIXME
	# Hidden because mobile site is not available, yet.
	*/
	display : none;
	position : absolute;
	left : 799px;
	top : 52px;
}

div#navigation {
	position : absolute;
	top : 126px;
	left : 175px;
	width: 650px;
	height : 37px;
	overflow : hidden;
	background-image : url('img/navigatiebalk.png');
}

#navlist {
	width : 100%;
	border : 0px;
}
#navlist td {
	padding : 3px 5px;
}
/* hide first scheidingslijntje.png */
#navlist td:first-child > img:first-child {
	display : none;
}

.navitem {
}
.navitemactive {
}

.navitem a {
}
.navitemactive a {
}

.navitem img {
	vertical-align : middle;
}
.navitemactive img {
	vertical-align : middle;
}

div#content {
	position : absolute;
	top : 175px;
	left : 175px;
	width : 608px;
	height : 410px;
	border : 1px inset #000000;
	background-color : #325a67;
	padding : 20px;
	overflow : auto;
}

div#content a {
	font-weight : bold;
	text-decoration : underline;
	color : #ffffff;
}

div#ohreally {
	position : absolute;
	top : 630px;
	left : 475px;
	font-size : 75%;
	color : #666666;
}

div#ohreally a {
	text-decoration : none;
	color : #666666;
}

div#copyright {
	display : inline;
}

img#oneliner {
}
