@import url('main.css');

body {
    background-color: #ffffff;
}

#wrapper {
	margin: 0px auto;
	text-align: left;
	width: 751px;
}

#header {
	width: 751px;
}

#header_swe {
	width: 751px;
}

#header_logo_fi {
    float: left;
    width: 292px;
}

#header_logo_swe {
	float: left;
	width: 268px;
}

#header_loput_fi {
    background: transparent url('../gfx/header_loppu_fi.jpg') no-repeat;
    width: 329px;
    height: 22px;
    float: right;
    padding: 95px 0 0 130px;
    color: #ffffff;
}

#header_loput {
	background: transparent url('../gfx/header_loppu.jpg') no-repeat;
	width: 333px;
	height: 22px;
	float: right;
	padding: 95px 0 0 150px;
    color: #ffffff;
}

#header a, #header_swe a {
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
}

/* SIDEBAR */
#sidebar {
    width: 210px;
    padding: 15px;
    float: left;
}

#kerhokeskus_logo {
	padding: 10px 0 10px 10px;
}

/*NAVIGATION*/

#navigation {
	width: 175px;
}

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 5px 0 0 10px;
}

#navigation ul li {
	text-transform: uppercase;
	border-top: solid 1px #3ca6ae;
	oranssiborder-top: solid 1px #f58233;
	padding: 2px 0 5px 0;
}

#navigation ul li a {
	text-decoration: none;
	pppadding: 5px 0;
}

#navigation ul ul {
	lllist-style-image: url('../gfx/kulma.gif');
	margin: 0 0 0 10px;
	padding: 0 0 5px 0;
}

#navigation ul ul li {
	text-transform: none;
	border-top: none;
	background: url('../gfx/kulma.gif') no-repeat;
	padding: 0 0 0 13px;
	margin-top: 5px;
	font-size: 11px;
}

#navigation ul ul li a.active {
	font-weight: bold;
}

#navigation ul ul li a.nonactive {
    font-weight: normal;
}

#buttons {
	padding: 10px 0 0 10px;
}

/* CONTENT */
#content {
    margin-left: 225px;
    padding: 15px;
	border-bottom: solid 1px #3ca6ae;
	oranssiborder-bottom: solid 1px #f58233;
}

#footer {
	
}

#copyright {
	width: 750px;
}

/*OTSIKOIDEN VARI*/
div.content_container h1, div.content_container h2 {
	oranssincolor: #f58233;
	color: #3ca6ae;
}
