
/**************************************************/
/**						      				     **/
/**	   	     NAVIGATION LAYOUT CSS-FILE   	 	 **/
/**			     SGAS | SSST | SSSL			     **/
/**		       Copyright © 21-01-2008			 **/
/**										         **/
/**			   Editor:  Dominic Staub		     **/
/**										         **/
/**************************************************/

/*General*/
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/*Navigation (left)*/
.navElement {
	height:22px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	list-style-type: none;
	background-color: #94BBDB;
	background-image: url(../_layout/_slices/sgas_layout_element_10.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-align: left;
	text-indent: 20px;
	vertical-align: middle;
	padding-top:6px;
	text-decoration: none;
	position:relative;
	cursor:pointer;
}

.navElementHover {
	height:22px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #555555;
	background-color: #FFCD00;
	background-image: url(../_layout/_slices/sgas_layout_element_10.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-align: left;
	text-indent: 20px;
	vertical-align: middle;
	padding-top:6px;
	text-decoration: none;
	position:relative;
	cursor:pointer;
}

.subNavElement {
	height:19px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #5A8DB6;
	background-image: url(../_layout/_slices/sgas_layout_element_10.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: left;
	text-indent: 30px;
	padding-top:4px;
	text-decoration: none;
	position:relative;
	cursor:pointer;
}

.subNavElementHover {
	height:19px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #555555;
	list-style-type: none;
	background-color: #FFCD00;
	background-image: url(../_layout/_slices/sgas_layout_element_10.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-align: left;
	text-indent: 30px;
	padding-top:4px;
	text-decoration: none;
	position:relative;
	cursor:pointer;
}

/*Navigation (bottom)*/
#bottomNav {
	position:relative;
	top:11px;
	left:20px;
	width:400px;
	height:14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CFDBE3;
	text-align: left;
	vertical-align: middle;
}

#bottomNavText:link {
	color: #CFDBE3;
}

#bottomNavText:visited {
	color: #CFDBE3;
}

#bottomNavText:hover {
	color: #FFFFFF;
}
#bottomNavText:active {
	color: #FFCD00;
}

/*Mitgliederbereich*/

.newsButton_memberarea {
	background-image: url(../_symbols/member_button_news.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
}

.newsButton_memberarea_selected {
	background-image: url(../_symbols/member_button_news_selected.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
}

.eventsButton_memberarea {
	background-image: url(../_symbols/member_button_events.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
}

.eventsButton_memberarea_selected {
	background-image: url(../_symbols/member_button_events_select.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
}

.techButton_memberarea {
	background-image: url(../_symbols/member_button_tech.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
}

.techButton_memberarea_selected {
	background-image: url(../_symbols/member_button_tech_selected.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
}
