html,body,div,h1,h2,h3,h4,h5,h6,p,ol,ul,li,table,tr,th,td,tbody,tfoot,form,fieldset,legend,label,a,span,img { margin: 0; padding: 0; border: 0; }

html { background: #fff url(/files/gfx/site_bg.jpg) repeat-x; }
body {
	font-size: 13px;
	font-family: "trebuchet ms", verdana, arial;
	line-height: 150%;
	background: url(/files/gfx/bg.png) repeat-y 50%;
}

div#outer_wrapper {
	width: 950px;
	background: #fff url(/files/gfx/menu_bg.png) repeat-y;
	margin: 0 auto;
	border: 1px solid #ccc;
	border-top: none;
	border-bottom: none;
}
*html div#outer_wrapper { overflow: visible; }

#wrapper {
	float: left;
	width: 750px;
}

/********** HEADER **********/
div#header {
	height: 92px;
	background: url(/files/gfx/1621_n.jpg) no-repeat 0 0;
	position: relative;
}

	#header_top h1 {
		width: 135px;
		height: 37px;
		float: left;
		margin: 30px 0 0 10px;
	}
	#header_top h1 a {
		display: block;
		height: 37px;
		background: url(/files/gfx/1622_n.gif) no-repeat 50%;
		text-indent: -9999px;
		overflow: hidden;
	}

	p#lang {
		overflow: hidden;
		position: absolute;
		top: 10px;
		right: 10px;
	}
	p#lang a {
		display: block;
		width: 30px;
		height: 11px;
		background-repeat: no-repeat;
		background-position: 50%;
		text-indent: -9999px;
		float: left;
	}
	p#lang a#no { background-image: url(/files/gfx/no.png); }
	p#lang a#se { background-image: url(/files/gfx/se.png); }
	p#lang a#en { background-image: url(/files/gfx/gb.png); }

	ul#menu {
		float: left;
		width: 180px;
		margin-right: 20px;
		height: 100%;
		font-size: 12px;
		padding-top: 10px;
	}
	#menu, #menu ul { list-style: none; }
	#menu li { line-height: 30px; }
	#menu li ul li a { padding-left: 30px; }
	#menu li ul li ul li a { padding-left: 50px; }
	#menu a {
		display: block;
		line-height: 30px;
		text-decoration: none;
		color: #000;
		border-bottom: 1px solid #ccc;
		padding: 0 10px;
		zoom: 1;
	}

	#menu li.active > a { border-left: 5px solid #000; }
	#menu li.active > a { padding-left: 5px; }
	#menu li ul li.active > a { padding-left: 25px; }
	#menu li ul li ul li.active > a { padding-left: 45px; }
/********** HEADER END **********/

div#content {
	min-height: 550px;
	margin-right: 20px;
	line-height: 150%;
	width: 730px;
	float: right;
}
* html div#content { height: 550px; }

#content h2 {
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 20px;
}
#content h3 {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 20px;
}
#content ul,
#content ol,
#content dl,
#content p {
	margin-bottom: 10px;
}

#content ul,
#content ol {
	margin-left: 20px;
}

#content a {
	color: #ff7f00;
	text-decoration: underline;
}
#content a:hover { text-decoration: none; }

/**/
	#content form {
		margin: 20px 0;
		width: 100%;
	}
	#content form fieldset {
		border-top: 1px solid #ccc;
		padding-top: 20px;
	}
	#content form legend {
		padding: 0 20px 0 0;
		color: #666;
		font-size: 14px;
	}
	#content label {
		font-size: 12px;
		margin-bottom: 6px;
		font-family:Century Gothic,Verdana,Helvetica,sans-serif;
		font-weight: bold;
		display: block;
	}
	#content label.error { color: #f00; }
	#content label.success { color: #000; }
	#content label span.req {
		color: #f00;
		font-weight: bold;
		padding-right: 4px;
		display: inline;
	}

	#content form p span {
		display: block;
	}
	#content form p span label {
		font-weight: bold;
		color: #f00;
	}

	#content p input {
		border: 1px solid #7f9db9;
		height: 19px;
		width: 256px;
	}
	#content p textarea {
		border: 1px solid #7f9db9;
		height: 110px;
		width: 557px;
	}
/**/

body#page5568 #content div.links,
body#page5543 #content div.links,
body#page106 #content div.links {
	width: 300px;
	float: right;
	margin-left: 10px;
}
body#page5568 #content div.links a,
body#page5543 #content div.links a,
body#page106 #content div.links a {
	display: block;
	height: 150px;
	margin-bottom: 6px;
}


p#breadcrumbs {
	color: #a1a1a1;
	line-height: 20px;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 10px;
	margin-top: 10px;
}
p#breadcrumbs a {
	color: #a1a1a1;
	text-decoration: none;
}
p#breadcrumbs a:hover { text-decoration: underline; }

div#footer {
	clear: both;
	width: 950px;
	margin: 0 auto;
	font-size: 11px;
	border-bottom: 1px solid #ccc;
}
#footer address {
	width: 730px;
	border-top: 1px solid #ccc;
	padding-top: 10px;
	margin-top: 10px;
	margin-left: 200px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 30px;
}
#footer a { color: #000; }

