/* 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;
	/* font-family: Trebuchet MS, Verdana, Arial, sans-serif; Grüne Schweiz */

}

html, body {
	height: 100%;
}

body {
	background-color: #4b9124;
	background-image: url(../images/bg_window.gif);
}

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/gruene_kanton_bern.png);
}

	#title a {
		display: block;
		width: 293px;
		height: 72px;
		text-indent: -9999px;
	}

#box {
	position: relative;
	width: 778px; width: 878px; width: 928px;
}

#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; margin-top: 10px; 
}

	#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;
	border: 10px solid #57AF28;  rst */
	margin: 10px;
	background-color: #fff;
}

	#mainContent {
		padding: 6px 10px 40px 10px;
	}

#col3 {
	position: relative;
	float: left;
	width: 147px; width: 247px; width: 296px;
	/*height: 100px;*/
	height: auto !important;
	/*height: 100px;*/
	/*background-color: #6cb146; background-color: #57AF28; background-color: #d1e4ac;*/
		margin-top: 10px;
}

	#rightContent {
		/*padding: 6px 10px 6px 0; padding: 6px 10px 6px 6px;*/ padding: 0px 10px 0px 6px;
		background-color: #d1e4ac; /*background-color: #ffffff;*/
	}
	
	#col3 a, #col3 a strong {
		color: #386f1b;
	}
	#col3 p, #col3 h1, #col3 h2, #col3 h3, #col3 h4, #col3 h5, #col3 h6, #col3 li, #col3 dt, #col3 dd, #col3 strong, #col3 b {
		color: #000;
	}
	/*#col3 p,*/ #col3 h1, #col3 h2, #col3 h3, #col3 h4, #col3 h5, #col3 h6 {
		padding-top: 6px;
	}
	#col3 img {
		
	}
	#col3 h3, #col3 p {
	        /*padding-bottom: 6px;*/
	}
#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; 
	}
