/* stylesheet for halifur.com */

/* image with no borders */
img { border: 0px none; }

/* all links */
a {
	text-decoration: none;
	background-color: #fff;
	color: #000;
}

/* links for navigation*/
a.navi1:link, a.navi1:visited {
	background-color: transparent;
	border: 1px dashed #fff;
	padding: 0 2px 0 2px;
	line-height: 1.5em;
	margin-left: 11px;
	font-size: 9pt;
	letter-spacing: 0.3pt;
	font-weight: bold;
	color: #ff7b18;
}
a.navi1:hover, a.navi1:active {
	background-color: #fafafa;
	border: 1px dashed #ff7b18;
	padding: 0 2px 0 2px;
	line-height: 1.5em;
	margin-left: 11px;
	font-size: 9pt;
	letter-spacing: 0.3pt;
	font-weight: bold;
	color: #ff7b18;
}
a.navi2:link, a.navi2:visited {
	background-color: transparent;
	border: 1px dashed #fff;
	padding: 0 2px 0 2px;
	line-height: 1.5em;
	margin-left: 18px;
	font-size: 9pt;
	letter-spacing: 0.3pt;
	font-weight: normal;
	color: #000;
}
a.navi2:hover, a.navi2:active {
	background-color: #fafafa;
	border: 1px dashed #ff7b18;
	padding: 0 2px 0 2px;
	line-height: 1.5em;
	margin-left: 18px;
	font-size: 9pt;
	letter-spacing: 0.3pt;
	font-weight: normal;
	color: #000;
}

/* links for content*/
a.content:link, a.content:visited {
	display: block;
	background-color: transparent;
	border: 1px dashed #fff;
	line-height: 1.3em;
	padding: 2px;
	font-size: 9pt;
	letter-spacing: 0.3pt;
	color: #000;
	margin: 5px 0 2px 10px;
}
a.content:hover, a.content:active {
	display: block;
	background-color: #fafafa;
	border: 1px dashed #ff7b18;
	line-height: 1.3em;
	padding: 2px;
	font-size: 9pt;
	letter-spacing: 0.3pt;
	color: #000;
	margin: 5px 0 2px 10px;
}

/* body */
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: sans-serif;
	color: #000;
}

/* box-site */
#a {
	background-color: #fff;
	padding: 5px;
	color: #000;
}

/* box-banner */
#banner {
	background-color: #fff;
	border-bottom: 1px solid #ff7b18;
	height: 70px;
	margin-bottom: 5px;
	color: #000;
}
.text {
	background-color: #fff;
	color: #666;
	font-size: 15pt;
	font-weight: bold;
	letter-spacing: 0.6pt;
	padding: 40px 0 0 14px;
}

/* box-navigation */
#navigation {
	background-color: #fff;
	width: 190px;
	height: 100%;
	padding: 0 0 5px 0;
	float: left;
	color: #000;
}

/* box-content */
#content {
	background-color: #fff;
	height: 100%;
	padding: 0 0 0 5px;
	margin: 0 0px 5px 205px;
	color: #000;
}

/* titles */
.titles	{
	background-image: url('graphics/titleback.png');
	background-color: #fff;
	height: 15px;
	border-left: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	color: #ff7b18;
	font-size: 9pt;
	font-weight: bold;
	letter-spacing: 0.7pt;
	padding: 2px 0 2px 13px;
}
.navtitle	{
	background-image: url('graphics/titleback.png');
	background-color: #fff;
	height: 15px;
	border-left: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	color: #ff7b18;
	font-size: 9pt;
	font-weight: bold;
	letter-spacing: 0.7pt;
	margin-bottom: 3px; 
	padding: 2px 0 2px 13px;
}

/* content-infos */
#info {
	background-color: #fff;
	line-height: 1.3em;
	padding: 4px 0 3px 14px;
	font-size: 9pt;
	letter-spacing: 0.3pt;
	color: #000;
}

/* content-standard */
.standard {
	background-color: #fff;
	line-height: 1.3em;
	padding: 2px;
	font-size: 9pt;
	letter-spacing: 0.3pt;
	margin: 8px 0 0 10px;
	color: #000;
}

/* box-space */
#space {
	background-color: #fff;
	text-align: center;
	letter-spacing: 1px;
	color: #ff7b18;
	font-size: 11pt;
	font-weight: bold;
	margin: 5px 0 5px 0;
}

/* box-footer */
#footer {
	background-color: #fff;
	height: 55px;
	border-top: 1px solid #ff7b18;
	padding-top: 5px;
	color: #000;
	clear: left;
}

