body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	background-image: url('gfx/background.gif');
	background-position: 0px 0px;
	
	background-repeat: repeat-x;
	font-family: verdana, sans-serif;
}

/* absolute layer */
#leftColumn {
	float: left;
	width: 259px;
	margin: 0px;
	padding: 0px;
}
#rightColumn {
	float: left;
	width: 567px;	
	margin: 0px;
	padding: 0px;
}
#buttons {
	float: left;
	margin: 0px;
	padding: 145px 0px 0px 3px;
}

/* relative layer in left column */
#headerLeft {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 259px;
	height: 178px;
	background-image: url('gfx/head_image_left.gif');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#navigation {
	position: relative;
	margin: 20px 0px 0px 10px;
	padding: 0px;
	font-size: 0.8em;
	line-height: 1.6em;
}

/* relative layer in right column */
#header {
	position: relative;
	margin: 0px;
	padding: 4px 0px 0px 421px;
	width: 144px;
	height: 174px;
	border-left: 1px solid #4f9ed1;
	border-right: 1px solid #4f9ed1;
	background-image: url('gfx/head_image.gif');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#content {
	position: relative;
	margin: 0px;
	padding: 25px 15px 15px 145px;
	width: 405px;	
	border-left: 1px solid #4f9ed1;
	border-right: 1px solid #4f9ed1;
	background-image: url('gfx/stones.gif');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	color: #000000;
	font-size: 0.8em;
	line-height: 1.4em;
}
#footer {
	margin: 0px;
	padding: 5px 10px 0px 0px;
	width: 557px;
	height: 19px;
	background-image: url('gfx/corners.gif');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-align: right;
	color: #000000;
	font-size: 0.7em;
}

#navigation .subHead
{
	background-image: url('gfx/gradient.gif');
	background-position: 0px 0px;
	background-repeat: repeat-x;
	font-weight: bold;
}

#navigation .subMenu
{
	padding-left: 10px;
}

/* link definitions */
#navigation a:link, #navigation a:active, #navigation a:visited {
	color: #000000;
	text-decoration: none;
}
#navigation a:hover {
	color: #339966;
}

#navigation a.active:link, #navigation a.active:active, #navigation a.active:visited, #navigation a.active:hover {
	color: #339966;
	font-weight: bold;
	text-decoration: none;
}
/*

#navigation a.subNavi:link, #navigation a.subNavi:visited {
	color: #1C539F;
}

#navigation a.subNavi:active, #navigation a.subNavi:hover {
	color: #339966;
	text-decoration: none;
}

#navigation a.subNaviActive:link, #navigation a.subNaviActive:visited, #navigation a.subNaviActive:active,#navigation a.subNaviActive:hover {
	color: #339966;
}
*/
#content a:link, #content a:active, #content a:visited {
	color: #1c539f;
}
#content a:hover {
	text-decoration: none;
}
#content a.top:link, #content a.top:active, #content a.top:visited {
	color: #1c539f;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
}
#content a.top:hover {
	text-decoration: none;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #000000;
}
#footer a:hover {
	text-decoration: none;
}

/* image definitions */
img {
	border: 0px;
}
#buttons img {
	margin: 0px 2ßx 0px 0px;
}
#header img {
	margin: 0px 1px 0px 0px;
}

/* headline definitions */
#content h1 {
	color: #339966;
	font-size: 1.1em;
	font-weight: bold;
}
#content h2 {
	color: #339966;
	font-size: 1.0em;
	font-weight: bold;
}