/* dagmarbaumann.nl_01 */

/* basic layout on http://www.inknoise.com/experimental/layoutomatic.php */

/* styled by Joop Vos - www.redfoxwebdesign.nl - 2007 */

/* editor - CSSEdit - http://www.macrabbit.com/cssedit/ */

*
{
	border: 0px solid gray;
	margin: 0;
	padding: 0;
}

body 
{
	font: 76% 'Lucida Grande', LucidaGrande, Lucida, Verdana, Tahoma, Helvetica, Sans-serif;
	color: #333;
	background: #fff url(images/7.gif) repeat-x;
}

body#home
{
	margin: 0;
	padding: 0;
	background: #fff url(#) repeat-x;
}

#accessibility
{
	position: absolute;
	top: -10000px;
}

a:link
{
	text-decoration: none;
	color: #aaa;
}

a:visited
{
	text-decoration: none;
	color: #aaa;
}

a:hover
{
	text-decoration: none;
	color: #4a4a4a;
}

a:active
{
	text-decoration: none;
	color: #aaa;
}

a 
{
	outline: none;
}

#container
{
	margin: 0 auto;
	padding: 0;
	width: 1009px; /* 1024 minus width scrollbar Safari = 1009px! */
	background: #fff url(#) no-repeat;
	text-align: center;
}

h1
{
	position: absolute;
	top: -9999px;
}

h2
{
	position: absolute;
	top: -9999px;
}

/* @group nav_main */

ul.nav_main
{
	position: relative;
	float: left; /* making li inside ul */
	list-style: none; /* no browser' bullets here */
	width: 1009px;
	height: 110px;
	padding: 0 0 0 10px;
	margin-bottom: 20px;
	background-color: #E0E0E0;
}

ul.nav_main li
{
	float: left; /* making list horizontal here */
	display: block;
	margin-right: 0px;
}
	
/* @end */

/* @group nav_info */

ul.nav_info
{
	float: left; /* making li inside ul */
	list-style: none; /* no browser' bullets here */
}

ul.nav_info li
{
	display: block;
	font-size: 1.2em;
	line-height: 140%
}

ul.nav_info li a
{
	display: block; /* to make tab clickable */
	padding: 2px 0;
}

ul.nav_info li a:link
{
	text-decoration: none;
	color: #c6c6c6;
}

ul.nav_info li a:visited
{
	text-decoration: none;
	color: #c6c6c6;}

ul.nav_info li a:hover 
{ 
	text-decoration: none;
	color: #909090;
}

/* a.active is ONLY working when .active is in HTML */

ul.nav_info li a.active 
{ 
	color: #aaa;
	text-decoration: none;
	font-weight: bold;
}
	
/* @end */

#wrap
{
	clear: both;
	float: left; /* float to include #content en #left */
	width: 100%;
	margin: 20px 0;
	padding-bottom: 20px;
	background-color: #fff;
}

#content 
{
	float: left;
	width: 799px;
	margin-top: 6px;
	background-color: #fff;
	text-align: left;	
}

#content img
{
	border: 1px solid #dedede;
}

body#home #content 
{
	width: auto;
	background-color: #fff;
	text-align: center;
	float: none;
}

body#home #content img 
{
	margin-top: -10px;
	border: 0px solid #dedede;
}

body#info #content,  body#today #content
{
	margin-top: 1px;
}

#content h3
{
	font-size: 1.6em;
	margin-bottom: 10px;
	font-weight: normal;
	color: #aaa;
}

#content p
{
	font-size: 1.1em;
	margin-bottom: 20px;
	padding-right: 40px;
	font-weight: normal;
	line-height: 140%;
	color: #aaa;
}

#left 
{
	float: left;
	margin: 2px 0 0 30px;
	width: 170px;
	background-color: #fff;
	text-align: left;
}

.leftbox
{
	margin-bottom: 10px;
}

.leftbox ul.rssMenu
{
	list-style-type: none;
}

.leftbox ul.rssMenu li
{
	list-style-type: none;
	font-size: 1.2em;
	line-height: 160%;
}

#left h5
{
	font-size: 1.2em;	
	font-weight: normal;
	color: #959595;
	line-height: 160%;
}

ul.recent_articles
{
	list-style: none; /* no browser' bullets here */
}

ul.recent_articles li
{
	line-height: 160%;
	font-size: 1.2em;
}

ul.recent_articles li.current, ul.recent_articles li.active
{
	font-weight: bold;
}

ul.recent_articles li.current a, ul.recent_articles li.active a
{
	color: #858585;
}

#footer
{
	clear: both;
	padding: 10px 0 40px 10px;
	background-color: #fff;
	border-top: 0px solid #333;
}


		
		
		
		