/*=========================================================================
|
|	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
|
--------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
:focus {
	outline: 0;
}
body {
	line-height: 19px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/grid.gif);
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
}
input {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
h1 {
	color: #005074;
	font-weight: bold;
	text-transform: none;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
h2 {
	color: #005074;
	text-transform: none;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #005074;
	text-decoration: none;
}
a:visited, a:active {
	color: #999999;
	text-decoration: none;
}
.lichtgrijs {
	color: #999999;
	text-decoration: none;
}
a.lichtgrijs:link {
	color: #999999;
	text-decoration: none;
}
a.lichtgrijs:hover {
	color: #005074;
	text-decoration: none;
}
a.lichtgrijs:visited, a.lichtgrijs:active {
	color: #999999;
	text-decoration: none;
}
/*
|
|	layout
|
--------------------------------------------------------------------------*/
#horizon {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
}
#content {
	margin-left: -475px;
	position: absolute;
	top: -300px;
	left: 50%;
	width: 950px;
	height: 600px;
}
#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/grid.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#logoBox {
	position: absolute;
	left: 10px;
	top: 215px;
	text-align: left;
	z-index: 0;
}
#menuBox {
	position: absolute;
	left: 5px;
	top: 294px;
	text-align: left;
	z-index: 100;
	line-height: 15px;
}
#menuBox a:link, a:hover, a:visited, a:active {
	text-decoration: none;
}
#submenuBox2 {
	position: absolute;
	left: 837px;
	top: 293px;
	text-align: left;
	width: 100%;
	line-height: 19px;
	z-index: 100;
	color: #787878;
	font-size: 10px;
}

#mainBox {
	position: absolute;
	left: 120px;
	top: 0px;
	text-align: left;
	width: 580px;
	z-index: 50;
	height: 600px;
}
#updateBox {
	position: absolute;
	left: 30px;
	top: 30px;
	text-align: left;
	background-color: #FFFFFF;
}
#linesBox {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 0;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #787878;
	border-bottom-color: #787878;
	height: 50px;
	border-top-width: thin;
	border-bottom-width: thin;
}
/*
|
|	menu
|
--------------------------------------------------------------------------*/

.arrowlistmenu {
	width: 110px; /*width of accordion menu*/
}
.arrowlistmenu .menuheader { /*CSS class for menu headers in general (expanding or not!)*/
	font: normal 11px Arial;
	color: #000;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	text-transform: lowercase; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 10px;
}
.arrowlistmenu .openheader { /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(../images/arrow_down.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}
.arrowlistmenu ul { /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
	text-transform: lowercase;
	font-size: 10px;
}
.arrowlistmenu ul li {
	padding-bottom: 0px; /*bottom spacing between menu items*/
}
.arrowlistmenu ul li a {
	color: #787878;
	display: block;
	padding: 2px 0;
	padding-left: 10px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	font-size: 9px;
}
.arrowlistmenu ul li a:visited {
	color: #787878;
}
.arrowlistmenu ul li a:hover { /*hover state CSS*/
	color: #005074;
}

/*
|
|	glider
|
--------------------------------------------------------------------------*/
.glidecontentwrapper{
	position: absolute; /* Do not change this value */
	width: 1500px;
	height: 800px; /* Set height to be able to contain height of largest content shown*/
	overflow: hidden;
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/

.glidecontent{ /*style for each glide content DIV within wrapper.*/
	position: absolute; /* Do not change this value */
	padding: 0px;
	visibility: hidden;
	width: 1500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #787878;
	background-color: #FFFFFF;
	background-image: url(../images/lines.gif);
	background-repeat: repeat;
}

.glidecontent2{ /*style for each glide content DIV within wrapper.*/
	position: absolute; /* Do not change this value */
	padding: 0px;
	visibility: hidden;
	width: 1500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #FFFFFF;
	background-image: url(../images/lines.gif);
	background-repeat: repeat;
}
.mk_title {
	color: #005074;
	text-transform: lowercase;
	font-weight: bold;
}

