/**
 * @version $Id: position.css 10387 2008-06-03 10:59:16Z pasamio $
 * @author Design & Accessible Team ( Angie Radtke / Robert Deutz )
 * @package Joomla
 * @subpackage Accessible-Template-vanoorschot
 * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */

*
{
	margin: 0px;
	padding: 0px;
}

body
{
	background: #ffffff;
	color: #000000;
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	line-height:16px;
	padding: 0px;
	text-align: center;
}

/* ################   Position ################  */
#all
{
	background: #FFFFFF;
	border: 0;
	color: #000000;
	margin: 0 auto;
	max-width: 960px;
	padding: 0;
	text-align: left;
}


#header
{
	background: #fff;
	color: #000000;
	margin: 0;
	position: relative;
	text-align: right;
}

#contentarea, #contentarea2
{
	border:0;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	position: relative;
	width:960px;
	
}
#left
{
	float: left;
	margin: 0 0 0 5px;
	width: 195px;
	overflow:hidden;
}


#ultright
{
	color: #999;
	width: 100px;
	text-align:left;
	margin-left:0px;
	position:relative;
	float:left;
	top:0px;
	overflow:hidden;
	

}

#linker-kolom-container {
	width:100px;
	position:relative;
	float:left;
}

#ultright ul, #ultright ul li, #ultright ul li a:link, #ultright ul li a:visited{
	color:#999999;
	list-style-image:none;
	list-style-type:none;
	text-decoration:none;
}

#ultright ul li a:hover, #ultright ul li a:active {
	color:#f9f;
	list-style-image:none;
	list-style-type:none;
	text-decoration:none;

}


#right
{
	color: #00f;
	float:right;
	width: 170px;
	overflow:hidden;

}

#main2
{
	background: #fff;
	margin: 0 20px 0 0;
	padding: 0px 0px 0px 0px;
	position: relative;
	float:left;
	width:560px;
	overflow:hidden;
}

#main
{
	margin: 0 20px 0 0;
	padding: 0px 0px 0px 0px;
	position: relative;
	float:left;
	width:620px;
	overflow:hidden;
}

/* ###################### generell ###################### */
.unsichtbar,.u2,.invisible , .unseen
{
	display: inline;
	height: 0px;
	left: -3000px;
	position: absolute;
	top: -2000px;
	width: 0px;
	z-index: 200;
}

.wrap
{
	border: 0;
	clear: both;
	float: none;
	font-size: 1px;
	height: 0;
	line-height: 1px;
	margin: 0;
	padding: 0;
	visibility: hidden;
}

#logo
{
	position: relative;
	text-align: left;
	z-index: 0;
	margin-top: 1em;
}

#logo  img {  }

#logo span
{

}

/* ###############  main * ########################### */
/* position */
.leading
{
	background: #FFFFFF;
	color: #000000;
	margin: 0;
	padding: 0;
	position: relative;
	padding: 0 20px 0 0;
	
}

.leading_separator
{
	border-bottom: solid 0px #333333;
	display: block;
	clear:both;
	height: 10px;
	margin: 0 0 0px 0;
}

.leading img {
	margin-right:25px;
	margin-bottom:16px;
}

.article_separator
{
	border: solid 1px #333333;
	display: none;
	margin: 0px 0 0px 0;
}

.blog { padding: 0; }

.cols1
{
	display: block;
	float: none !important;
	margin: 0 !important;
}

.cols2 { width: 45%; }
.cols3 { width: 30%; }

.column1 , .column2
{
	border: solid 0px #D4A7C5;
	margin: 0 5px 0 0;
	position: relative;
}

.column2 , .column1
{
	float: left;
	margin: 0;
}

.column1 {
	width:46%;
}
.column2
{
	float: right;
	margin: 0;
	width: 46%;
}

.article_row
{
	margin: 0px 0 0px 0;
	padding: 0;
	overflow: hidden;
	clear:left;

}

.article_column
{
	border: 0;
	padding: 0px 0px 0px 0px;
}

.row_separator2
{
	display: block;
	clear: both;
	margin: 0;
	border: 0;
}


.infowindow
      {
      font-family:Verdana;
      font-size:8pt;
      font-weight:normal;
      width:250px;
      height:150px;
      overflow:auto;
} 