/* css document */

/* Start */
.btn_start a {
	float:left;
	color:#ffffff;
	border-bottom:1px solid;
	display:block;
	overflow:hidden;
	height:24px;
	width:170px;
	background:url(../graphics/btn_start.gif) no-repeat;
}
.btn_start a:hover {
	background:url(../graphics/btn_start_over.gif) no-repeat;
}
.btn_start_active a {
	float:left;
	color:#ffffff;
	border-right:1px solid;
	border-top:1px solid;
	display:block;
	overflow:hidden;
	height:24px;
	width:169px;
	background:url(../graphics/btn_start_active.gif) no-repeat bottom;
}

/* Ekumenik */
.btn_ekumenik a {
	float:left;
	color:#ffffff;
	border-bottom:1px solid;
	display:block;
	overflow:hidden;
	height:24px;
	width:112px;
	background:url(../graphics/btn_ekumenik.gif) no-repeat;
}
.btn_ekumenik a:hover {
	background:url(../graphics/btn_ekumenik_over.gif) no-repeat;
}
.btn_ekumenik_active a {
	float:left;
	color:#ffffff;
	border-right:1px solid;
	border-left:1px solid;
	border-top:1px solid;
	display:block;
	overflow:hidden;
	height:24px;
	width:110px;
	background:url(../graphics/btn_ekumenik_active.gif) no-repeat center;
}

/* Teoligo */
.btn_teologi a {
	float:left;
	color:#ffffff;
	border-bottom:1px solid;
	display:block;
	overflow:hidden;
	height:24px;
	width:101px;
	background:url(../graphics/btn_teologi.gif) no-repeat;
}
.btn_teologi a:hover {
	background:url(../graphics/btn_teologi_over.gif) no-repeat;
}
.btn_teologi_active a {
	float:left;
	color:#ffffff;
	border-right:1px solid;
	border-left:1px solid;
	border-top:1px solid;
	display:block;
	overflow:hidden;
	height:24px;
	width:99px;
	background:url(../graphics/btn_teologi_active.gif) no-repeat center;
}

/* Spiritualitet 
.btn_spiritualitet a {
	float:left;
	color:#ffffff;
	border-bottom:1px solid;
	display:block;
	overflow:hidden;
	height:24px;
	width:140px;
	background:url(../graphics/btn_spiritualitet.gif) no-repeat;
}
.btn_spiritualitet a:hover {
	background:url(../graphics/btn_spiritualitet_over.gif) no-repeat;
}
.btn_spiritualitet_active a {
	float:left;
	color:#ffffff;
	border-right:1px solid;
	border-left:1px solid;
	border-top:1px solid;
	display:block;
	overflow:hidden;
	height:24px;
	width:138px;
	background:url(../graphics/btn_spiritualitet_active.gif) no-repeat center;
}*/

/* Personligt */
.btn_personligt a {
	float:left;
	color:#ffffff;
	border-bottom:1px solid;
	display:block;
	overflow:hidden;
	height:24px;
	width:127px;
	background:url(../graphics/btn_personligt.gif) no-repeat;
}
.btn_personligt a:hover {
	background:url(../graphics/btn_personligt_over.gif) no-repeat;
}
.btn_personligt_active a {
	float:left;
	color:#ffffff;
	border-right:1px solid;
	border-left:1px solid;
	border-top:1px solid;
	display:block;
	overflow:hidden;
	height:24px;
	width:125px;
	background:url(../graphics/btn_personligt_active.gif) no-repeat center;
}

/* Länkar */
.btn_lankar a {
	float:left;
	color:#ffffff;
	border-bottom:1px solid;
	display:block;
	overflow:hidden;
	height:24px;
	width:95px;
	background:url(../graphics/btn_lankar.gif) no-repeat;
}
.btn_lankar a:hover {
	background:url(../graphics/btn_lankar_over.gif) no-repeat;
}
.btn_lankar_active a {
	float:left;
	color:#ffffff;
	border-right:1px solid;
	border-left:1px solid;
	border-top:1px solid;
	display:block;
	overflow:hidden;
	height:24px;
	width:93px;
	background:url(../graphics/btn_lankar_active.gif) no-repeat center;
}