/*
 * $Id: style.css 112 2009-10-13 14:31:28Z rob $
 *
 * Dit werk is auteursrechtelijk beschermd.
 * Copyright (c) 2008-2009 OhReally.nl <contact@OhReally.nl>
 */

body {
	/* background-color : #5c2d91; */
	background-color : #7c51a1;
	margin : 0px;
	padding : 0px;
	overflow : auto;
	font-family : sans-serif;
	font-size : 12px;
	color : #ffffff;
}

a {
	text-decoration : none;
}

img {
	border : 0px;
}

div#container {
	position : relative;
	/* background : #5c2d91 url('img/achtergrond.jpg') no-repeat scroll center top; */
	/* background : #5c2d91 url('') no-repeat scroll center top; */
	background : #7c51a1 url('') no-repeat scroll center top;
	width : 1152px;
	max-width : 1152px;
	min-width : 1152px;
	height : 768px;
	max-height : 768px;
	min-height : 768px;
	margin : auto;
	padding : 0px;
}

div#innercontainer {
}

div#logo {
	padding-top : 50px;
	text-align : center;
}

div#navigation {
	margin-top : 80px;
	margin-left : 70px;
	font-size : 130%;
	font-weight : bold;
	padding : 10px;
}

ul.navlist {
	list-style-type : none;
	padding : 0px;
}

li.navitem {
	margin : 20px 0px;
}

li.navitem a {
	color : #ffffff;
}

div#content {
	position : relative;
	width : 630px;
	max-width : 630px;
	height : 295px;
	max-height : 295px;
	overflow : auto;
	margin-left : 370px;
	margin-top : -323px;
	padding : 10px;
	color : #ffffff;
}

div#content a {
	color : #ffffff;
}

div#ohreally {
	position : absolute;
	bottom : 5px;
	right : 5px;
	font-size : 9px;
}

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

div#copyright {
}

img#oneliner {
}

