html {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background-image:url('/site/fservice/images/static/cork.jpg');
	background-position: top left;
	background-repeat: repeat-y;
}

body {
	margin: 0;
	padding: 0;
	/*font-family: "Lucida Grande", "Lucida Sans", Arial, Verdana, sans-serif;*/
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.69em;
	line-height: 16px;
	color: #000000;
}

p { margin-top: 0px; margin-bottom: 0px; padding-bottom: 10px; }
h1 { font-size: 120%; font-weight: normal; margin-bottom: 6px; margin-top: 1px; color: #40A52B; }
h2 { font-size: 120%; font-weight: normal; margin-bottom: 6px; margin-top: 1px; color: #40A52B; }
h3 { font-size: 110%; font-weight: normal; margin-bottom: 6px; margin-top: 1px; color: #000000; }
h4 { font-size: 110%; font-weight: normal; margin-bottom: 6px; margin-top: 1px; color: #000000; }
hr { width: 100%; border: 0; color: #CCCCCC; background-color: #CCCCCC; height: 1px; margin-top: 11px; margin-bottom: 11px; padding: 0px; }
a:link, a:visited, a:active { text-decoration: none; outline: none; color: #000000; }
a:hover { text-decoration: underline; outline: none; color: #1C4E0D; }



/* default ****************************************************************** */
#default_outer_container {
	width: 960px;
	position: relative;
	padding:0;
	margin: 10px 0 0 0;
}



#default_left {
	width: 720px;
	position: relative;
	float: left;
	left: 10px;
}


#default_right {
	width: 195px;
	position: relative;
	float: right;
	right: 10px;
}



#logo {
	width: 400px;
	position: relative;
	float: left;
	margin: 10px 0 0 20px;
}

#default01 {
	width: 260px;
	position: relative;
	float: right;
}



#default02 {
	width: 195px;
	position: relative;
	float: left;
}

#default03 {
	width: 510px;
	position: relative;
	float: left;
	left: 20px;
}



#default04 {
	width: inherit;
}


#paper_top {
	width: inherit;
	height: 59px;

}

#paper {
	position: relative;
	top: -2px;
	width: inherit;
	background :url('/site/fservice/images/static/platta_bot.jpg') top center repeat-y;
}







.section_object { margin-bottom: 20px; }

.notis_r { width: 230px; margin: 0 auto; margin-bottom: 20px; color: #FFFFFF; font-size: 140%; }
.notis_r_t { width: 230px; height: 47px; }
.notis_r_m { width: 230px; background :url('/site/fservice/images/static/notis_r_m.png') top center repeat-y; }
.notis_r_inner { width: 205px; padding: 0 0 0 10px; }
.notis_r_b { width: 230px; height: 23px; }

.notis_b { width: 230px; margin: 0 auto; margin-bottom: 20px; color: #FFFFFF; font-size: 140%; }
.notis_b_t { width: 230px; height: 47px; }
.notis_b_m { width: 230px; background :url('/site/fservice/images/static/notis_b_m.png') top center repeat-y; }
.notis_b_inner { width: 205px; padding: 0 0 0 10px; }
.notis_b_b { width: 230px; height: 23px; }

.notis_y { width: 230px; margin: 0 auto; margin-bottom: 20px; color: #FFFFFF; font-size: 140%; }
.notis_y_t { width: 230px; height: 47px; }
.notis_y_m { width: 230px; background :url('/site/fservice/images/static/notis_y_m.png') top center repeat-y; }
.notis_y_inner { width: 205px; padding: 0 0 0 10px; }
.notis_y_b { width: 230px; height: 23px; }




#nav_top {
	width: 173px;
	height: 50px;
}

#nav_container {
	width: 173px;
	top: -10px;
	background :url('/site/fservice/images/static/nav_400.png') bottom center repeat-y;
}




#nav {
	padding: 0;
	margin: 0 0 35px 10px;
}

/* li items */
#nav li {
	list-style: none;
	line-height: 20px;
	cursor: pointer;
	cursor: hand;
}


/* nested li items */
#nav ul li {
	border: none;
	background-color: transparent;
}


#nav ul li.last { /*border-bottom: hidden;*/ }

/* level 1 */
#nav a {
	color: #000000;
	text-decoration: none;
	outline: none;
	text-transform: uppercase;
	font-weight: bold;
}

/* level 2 */
#nav li ul {
	margin-left: 0;
	padding-left: 1.3em;
}

#nav li ul a {
	font-size: 100%;
	color: #000000;
	outline: none;
	text-transform: none;
}





/* all levels */
#nav li a {
	padding: 0 15px 0 15px;
}

#nav li a.current {
	color: #FFFFFF;
	text-decoration: underline;
}

#nav li a.current:hover {
	color: #E8E8E8;
}

#nav li a:hover {
	color: #FFFFFF;
}

