@import url(master.css);
@import url(ie.css);

body {
	background: #fff url(../img/ui/bg_main_red_01.jpg) repeat-x;
}

/* layout */

div#header {
	background: url(../img/ui/bg_header_red_03.jpg) no-repeat;
}

div#leftcol {
	background: url(../img/ui/bg_leftcol_red_10.gif) 0px 23px no-repeat;
	min-height: 400px;
}

div#rightcol {
	background: url(../img/ui/bg_rightcol_red_13.gif) 222px 0px no-repeat;
	min-height: 400px;
}

/* päävalikko */

div#rightcol ul#navi a:hover {
	color: #c00;
}

div#rightcol ul#navi a.selected {
	color: #c00;
}

div#rightcol ul#navi a.subselected {
	color: #c00;
}

/* linkit */

div#header a {
	border-bottom: 1px #DB4A4A solid;
}

a {
	color: #c00;
}	

/* otsikot */

h2 {
	color: #c00;
}

h3 {
	color: #c00;
}



