/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

* {
	color: #000;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

html, body {
	height: 100%;
}

body {
	background-color: #4b9124;
}

form .text {
	border-color: #000;
}

form .button {
	padding: 0 5px 0 5px;
	border-color: #000;
	background-color: #fff;
	color: #000;
}

#title {
	position: absolute;
	top: 7px;
	left: 9px;
	z-index: 1;
	background-image: url(../images/grueneBern_logo.png);
}

	#title a {
		display: block;
		width: 293px;
		height: 72px;
		text-indent: -9999px;
	}

#box {
	position: relative;
	width: 778px;
}

#header {
	position: relative;
	height: 86px;
}

#search {
	position: absolute;
	top: 39px;
	right: 0;
	width: 147px;
	height: 19px;
	background-image: url(../images/search_bg.png);
}

	#search label {	
		display: none;
	}

	#search .text {
		position: absolute;
		top: 2px;
		left: 0;
		width: 105px !important;
		width: 125px;
		padding: 0 10px;
		border: none;
		background-color: transparent;
		font-weight: bold;
	}
	
	#search .button {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
		width: 19px;
		height: 19px;
		border: none;
		background-color: transparent;
		text-indent: -9999px;
	}

ul#languageNavigation {
	position: absolute;
	top: 41px;
	right: 167px;
}

	#languageNavigation li {
		float: left;
		border-left: 1px solid #fff;
	}
	
	#languageNavigation li.first {
		border: none;
	}

	#languageNavigation li a {
		display: block;
		width: auto !important;
		width: 1px;
		padding: 0 5px;
		color: #fff;
		font-weight: bold;
	}
	
	#languageNavigation li a:hover {
		color: #e2efdb;
	}

#col1 {
	position: relative;
	float: left;
	clear: both;
	width: 147px;
}

ul#mainNavigation {
	margin-top: -3px;
}

	#mainNavigation li {
		margin: 3px 0;
	}
	
	#mainNavigation li a {
		display: block;
		height: auto !important;
		height: 1px;
		line-height: 15px;
		padding: 2px 2px 2px 10px;
		background-color: #386f1b;
		color: #fff;
		font-weight: bold;
	}
	
	#mainNavigation li a:hover,
	#mainNavigation li a.cur {
		background-color: #fff;
		color: #386f1b;
	}
	
	#mainNavigation li li {
		margin-left: 10px;
	}

	#mainNavigation li li a {
		background-color: #d1e4ac;
		color: #386f1b;
	}

#col2 {
	position: relative;
	float: left;
	width: 464px !important;
	width: 484px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	border: 10px solid #6cb146;
	background-color: #fff;
}

	#mainContent {
		padding: 6px 10px 40px 10px;
	}

#col3 {
	position: relative;
	float: left;
	width: 147px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	background-color: #6cb146;
}

	#rightContent {
		padding: 6px 10px 6px 0;
	}

#footer {
	position: relative;
	top: -29px;
	left: 157px;
	border-top: 1px solid #000;
	width: 464px;
	height: 19px;
}

	#gotoTop {
		position: absolute;
		top: 4px;
		right: 10px;
		background-image: url(../images/gotoTop_icon.png);	
	}
	
	#gotoTop a {
		display: block;
		width: 12px;
		height: 11px;
		text-indent: -9999px; 
	}

	#printPage {
		position: absolute;
		top: 4px;
		left: 10px;
		background-image: url(../images/print_icon.png);	
	}
	
	#printPage a {
		display: block;
		width: 13px;
		height: 11px;
		text-indent: -9999px; 
	}