/*=========================================================================
|
|	file:			basic.css
|	site:			ullaschirmbeck.com
|	descr:		mainstijl (layout etc.)
|	version:		1.0 - 2009/01/05
|
|	------------------------------------------------------------------------
|
|	author:		Ulla Schirmbeck
|	author url:	http://ulla.nl
|
==========================================================================*/


/*
|
|	browser css reset
|
--------------------------------------------------------------------------*/

body {
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #fff;
	overflow: hidden;
}
h3 {
	font-weight: bold;
	text-transform: none;
}
.copyright {
	font-size: 8px;
}
.naam {
	font-weight: bold;
	text-transform: none;
	font-style: italic;
}
.jul_titel {
	font-weight: bold;
	text-transform: none;
	font-size: 14px;
	font-style: italic;
}
table {
	font-size: 11px;
	line-height: 16px;
}
a:link {
	color: #333333;
	text-decoration: none;
	background-color: #E5E0CC;
}
a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #E5E0CC;
	font-style: italic;
}
a:visited, a:active {
	color: #333333;
	text-decoration: none;
	background-color: #E5E0CC;
}
/*
|
|	layout
|
--------------------------------------------------------------------------*/
#horizon {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
}
#content {
	margin-left: -475px;
	position: absolute;
	top: -275px;
	left: 50%;
	width: 950px;
	height: 550px;
}
#horizonLines {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
}
#contentLines {
	margin-left: -1500px;
	position: absolute;
	top: -1000px;
	left: 50%;
	width: 3000px;
	height: 2000px;
	background-image: url(../images/lines2.jpg);
	background-repeat: repeat;
	background-position: center center;
}


#mainBox{
	position: absolute;
	left: 14px;
	top: 35px;
	text-align: left;
	height: 478px;
	width: 922px;
}
#bottomMenu{
	position: absolute;
	left: 0px;
	bottom: 0px;
	text-align: left;
	height: 30px;
	width: 922px;
	padding-right: 14px;
	padding-left: 14px;
}


#topMenu{
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: left;
	width: 950px;
	height: 30px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left;
	z-index: 800;
}
#nav{
	position: absolute;
	left: 320px;
	top: 0px;
	text-align: left;
	z-index: 800;
}

#fotoBox{
	position: absolute;
	text-align: left;
	z-index: 100;
	height: 478px;
}

