/* CSS Document */
/* HTML/CSS made by Eastside Studios */
/* www.eastsidestudios.nl */

* { behavior: url("png.htc"); margin: 0px; padding: 0px; border: 0;}
body, html { width: 100%; height: 100%; }
	body { 
	behavior: url("hover.htc");
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #009900 url(../gfx/bg.jpg) top left repeat;
	}
	
#language {

 	top: 155px;
	left: 840px;
	position: absolute;
}

a {
	outline: none;
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 20px;
	color: #000000;
}

p {
	margin-bottom: 20px;
}

#container {
	width: 950px;
	min-height: 100%;
	_height: 100%;
	margin: 0 auto;
}

#header {
	width: 950px;
	height: 200px;
	background: transparent url(../gfx/header.png) top left no-repeat;
	_background: none;
	position: relative;
}
		
#main {
	width: 950px;
	height: auto;
	background: transparent url(../gfx/content_bg.png) top left repeat-y;
	_background: none;
}

#content {
	width: 860px;
	margin: 0 45px 0 45px;
	padding-bottom: 20px;
	min-height: 500px;
}

#footer {
	width: 950px;
	height: 50px;
	background: transparent url(../gfx/footer.png) top left no-repeat;
	_background: none;
	text-align: center;
	color: #666666;
}

#bread {
		width: 900px;
 		top: 155px;
		left: 25px;
		position: absolute;
}

#navigation {
		width: 900px;
		height: 20px;
 		top: 170px;
		left: 25px;
		position: absolute;
}
			
#navigation ul {
		list-style: none;
}

#navigation li {
		display: inline;
		float: left;
}

#navigation a {
		font-size: 14px;
		font-weight: bold;
		padding: 8px 0 8px 20px;
		color: #003300;
		z-index: 10;
		position: relative;
}

#navigation a:hover {
		color: #009900;
}
