/* 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;
}

body {
	background: #fff url(../images/body_bg.png) repeat-y 1014px 0 !important;
	background: #fff url(../images/ie_body_bg.png) repeat-y 1014px 0;
}

form .text {
	border-color: #000;
}

form .button {
	padding: 0 5px 0 5px;
	border-color: #000;
	background-color:#efefef;
	color: #000;
}

form .highlight {
	color:#ff6600;
	font-weight:bold;
}



#title {
	position: absolute;
	top: 47px;
	left: 13px;
	z-index: 1;
	background-image:url(../images/gruenden_logo.png);
}

	#title a {
		display: block;
		width: 149px;
		height: 25px;
		text-indent: -9999px;
	}
	
.partnerLogos {
	display: none;
}
	
#awa,
#sva,
#hra,
#zkb {
	position: absolute;
	top: -73px;
	z-index: 1;
}

#awa a,
#sva a,
#hra a,
#zkb a {
	display: block;
	height: 42px;
	text-indent: -9999px;
}
#awa {
	left: 13px;
	background-image:url(../images/awa_logo.png);
}

.english #awa {
	left: 13px;
	background-image:url(../images/awa_logo_en.png);

}
	
#awa a {
	width: 176px;
}

#sva {
	left: 205px;
	background-image:url(../images/sva_logo.png);
}
	
#sva a {
	width: 106px;	
}

#hra {
	left: 325px;
	background-image:url(../images/hra_logo.png);
}

#hra a {
	width: 123px;
}

#zkb {
	left: 465px;
	background-image:url(../images/zkb_logo.png);
}

#zkb a {
	width: 119px;
}

#background {
	position: absolute;
	top: 0;
	left: 0;
	height: 395px;
	width: 1200px;
	background: url(../images/background_bg.png) no-repeat 13px 0;
}

#box {
	position: relative;
	width: 980px;
	z-index: 1;
	margin-top: 82px;
	border: 0 solid #ababab;
	border-width: 0 1px 1px 0;
	/*background: url(../images/dot.png) repeat-y 818px 0;*/
}

#header {
	position: relative;
	height: 26px;
	background-color: #bedcf7;
}

#search {
	position: absolute;
	top: 46px;
	left: 755px;
}

	#search label {	
		display: none;
	}

	#search .text {
		position: absolute;
		top: 0;
		left: 0;
		width: 174px !important;
		width: 180px;
		padding: 1px 3px;
		border: 1px solid #343434;
		background-color: #efefef;
	}
	
	#search .button {
		position: absolute;
		top: 0px !important;
		left: 189px;
		z-index: 1;
		width: 19px;
		height: 19px;
		border: 1px solid #343434;
		background: #fff url(../images/search_button.png) no-repeat 50% 50%;
		text-indent: -9999px;
	}
	
ul#languageNavigation {
	position: absolute;
	left: 1px;
	top: 7px;
}

	#languageNavigation li {
		float: left;
		border-left: 1px solid #194773;
	}
	
	#languageNavigation li.first {
		border: none;
	}
	
	#languageNavigation li a {
		display: block;
		width: auto !important;
		width: 1px;
		line-height: 12px;
		padding: 0 12px;
		color: #194773;
		font-size: 11px;
		white-space: nowrap;
	}
	
	#languageNavigation li a:hover {
		color: #000;
	}

ul#metaNavigation {
	position: absolute;
	right: 1px;
	top: 7px;
}

	#metaNavigation li {
		float: left;
		border-left: 1px solid #194773;
	}
	
	#metaNavigation li.first {
		border: none;
	}
	
	#metaNavigation li a {
		display: block;
		width: auto !important;
		width: 1px;
		line-height: 12px;
		padding: 0 12px;
		color: #194773;
		font-size: 11px;
		white-space: nowrap;
	}
	
	#metaNavigation li a:hover {
		color: #000;
	}

#col1 {
	position: relative;
	float: left;
	clear: both;
	width: 221px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	margin-top: 58px;
}

ul#mainNavigation {
	margin-top: 18px;	
}

	#mainNavigation li {
		background: url(../images/mainNavigation_level1.png) no-repeat 14px 6px;
	}

	#mainNavigation li a {
		display: block;
		height: auto !important;
		height: 1px;
		line-height: 16px;
		padding: 2px 0 2px 30px;
		color: #194773;
		font-weight: bold;
	}
	
	#mainNavigation li a:hover {
		color: #e15a00;
	}
	
	#mainNavigation li a.cur {
		color: #e15a00;
	}
	
	#mainNavigation li ul {
		margin: 0px 0;
	}
	
	#mainNavigation li li {
		background: url(../images/mainNavigation_level2.png) no-repeat 22px 6px;
	}
	
	#mainNavigation li li a {
		padding: 0 0 0 30px;
		font-weight: normal;
	}
	
	#mainNavigation li li ul {
		margin: 0;
	}
	
	#mainNavigation li li li {
		background: url(../images/mainNavigation_level3.png) no-repeat 31px 7px;
	}
	
	#mainNavigation li li li a {
		padding-left: 39px;
	}

#col2 {
	position: relative;
	float: left;
	width: 534px;
	margin-top: 58px;
}

	#rootline {
		position: absolute;
		top: -79px;
		left: 11px;
	}
	
	#rootline * {
		font-size: 11px;
	}

	#rootline a {
		padding: 0 5px;
		color: #194773;
	}

	#rootline a:hover {
		color: #000;
	}

	#mainContent {
		padding: 20px 16px;
	}

#col3 {
	position: relative;
	float: left;
	width: 208px;
	margin-top: 58px;
}

	#rightContent {
		padding: 20px 0;
	}

#footer {
	position: relative;
	height: 54px;
	background: #fff url(../images/footer_bg.png) no-repeat 13px 0;
}

#copyright {
	position: absolute;
	top: 7px;
	left: 13px;
	line-height: 12px;
	font-size: 11px;
}

ul#footerNavigation {
	position: absolute;
	left: 231px;
	top: 7px;
}

	#footerNavigation li {
		float: left;
	}
	
	#footerNavigation li a {
		display: block;
		width: auto !important;
		width: 1px;
		line-height: 12px;
		padding: 0 6px;
		color: #194773;
		font-size: 11px;
		white-space: nowrap;
		text-decoration: underline;
	}
	
	#footerNavigation li a:hover {
		color: #000;
		text-decoration: none;
	}
	.contactElement input , .contactElement textarea {
		margin-left:20px;

	}