/* 2009 Bastiaan Welmers <haasje@welmers.net>
  
   Styles copied from http://www.rohloff.de

 */

body
{
	margin					: 0;
	padding					: 0;

	font-size: 90%
	line-heigth: 1.2;
	font-family: verdana,helvetica,arial;
}

#maincontainer
{
	background-image:url(images/leftnav-bg.jpg);
	background-repeat:repeat-y;
	height:100%;
	margin:0;
	padding:0;
}

#header
{
	background-attachment: scroll;
	height: 100px;
	background-color:	#171A49;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(images/header.jpg);
}

#searchbox
{
	border-bottom: 2px solid white;
	border-top: 2px solid white;
	float: left;
	height: 35px;
	margin: 0;
	padding: 0;
	width: 200px;
}

#topnavigation
{
	background-color: #CAC8C8;
	border-bottom: 2px solid white;
	border-top: 2px solid white;
	height: 35px;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

#topnavigation ul
{
	font-size: 85%;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding-left:0;
	padding-top:10px;
}

#topnavigation ul li
{
	background-color:#CAC8C8;
	display:inline;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

#topnavigation a:link,
#topnavigation a:visited
{
	border-color:#140C48;
	color:#140C48;
	font-weight:bold;
}

#topnaviation a
{
	background-color:#CAC8C8;
	border-right:1px solid white;
	color:#140C48;
	padding:5px 8px 3px;
}

a
{
	text-decoration: none;
}

#navigation
{
	/*background-color:  #edc600;*/
	display:block;
	float:left;
	margin:0 0 0 3px;
	padding:0;
	width:200px;
	font-size: 85%;
}

#navigation ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;

	color:black;
	height:100%;
	line-height:110%;
	margin-left:0;
	margin-top:1em;
	padding-left:0;
	width:200px;
}

#navigation ul li
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#navigation a:link,
#navigation a:visited
{
	background-color:transparent;
	background-image:url(images/dot_blue.gif);
	background-position:0 8px;
	background-repeat:no-repeat;
	color:#000000;
	display:block;
	padding-bottom:0.25em;
	padding-left:10px;
	padding-top:0.25em;
	text-decoration:none;
	white-space:nowrap;
}

#content
{
	margin:0 50px 0 210px;
	max-width:90ex;
	padding:0;
	vertical-align:top;
}
