@charset "utf-8";
/* CSS Document */

body {
	background-color: #c4dcee;
	background-image: url(p/bg_body.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:100%;
	height:100%;
}

h1,h2,h3,h4 {
	margin:0;
	padding:0;
}

form, fieldset {
	margin:0;
	padding:0;
}

#container {
	margin: 0 auto;
	padding-top:19px;
	width: 740px;
}
#header {
	padding-top:42px;
	padding-right:6px;
	background-color: #FFFFFF;
	background-image: url(p/bg_header.gif);
	background-repeat: no-repeat;
}
#header #nav {
	float:right;
}
#header ul li {
	list-style-type: none;
}
#headbar {
	height: 15px;
	background-image: url(i/bg_headbar.gif);
	background-repeat: no-repeat;
}
#headpic {
	height:169px;
	background-image: url(p/hp/default.jpg);
}

#headpic.fishing {
	background-image: url(p/hp/fishing.jpg);
}

#headkortti {
	width:262px;
	height:169px;
	background-image: url(p/bg_kortti.png);
	background-repeat: no-repeat;
	float:right;
}
#crumb {
	padding: 6px 0 0px 10px;
	color:#fff;
	background-image: url(p/bg_crumb.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#crumb a {
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	background-image: url(p/bg_crumb_a.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0 14px 0 0;
	margin:0 3px 0 0;
}


#ccontainer {
	margin-top:16px;
	background-color: #fff;
	background-image: url(p/bg_content.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding:10px 10px 20px 20px;
	color:#333;
}

#content {
	width:510px;
}

#content p,#content ul {
	margin:0;
	margin-bottom:15px;
	line-height:18px;
}

#content h1 {
	color:#000;
	font-size:21px;
	margin-bottom:13px;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
}

#content h2 {
	font-size:17px;
	margin-bottom:3px;
	margin-top:5px;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	color:#000;
}

#content h3 {
	font-size:15px;
	margin-bottom:5px;
	margin-top:10px;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	color:#000;
}

#content a {
	color:#1d6aa2;
}

#content a:hover {
	color:#333;
}

#content form {
	margin:0;
}

#content #vote_form fieldset {
	border:1px solid #ccc;
	padding:10px 10px 5px 10px;
	margin-bottom:10px;
}

#content #vote_form fieldset fieldset {
	clear:both;
}

#content #club_form fieldset, #content #select_form fieldset, #club_data, #camp_form {
	border:2px solid #5898c5;
	padding:10px 10px 5px 10px;
	margin-bottom:10px;
}

#content #camp_form fieldset {
	border:1px dotted #000;
	padding:10px 10px 5px 10px;
	margin-bottom:10px;
}

#content #camp_form fieldset.f div {
	margin-bottom:10px;
}

#content #camp_form fieldset.f div label {
	display:block;
}

#content #camp_form fieldset.f div input {
	width:200px;
}

#content #camp_form fieldset.f div {
	float:left;
	width:230px;
}


#content #club_form fieldset legend, #content #select_form fieldset legend, #content #club_data legend, #content #camp_form legend {
	padding:3px;
	margin-left:5px;
	color:#000;
	font-weight:bold;
	background-color:#fff;
}

#content #club_form fieldset div {
	float:left;
	width:240px;
}

#content #vote_form fieldset div {
	float:left;
	width:150px;
	margin-right:5px;
}

#content #vote_form fieldset div input {
	margin-top:2px;
	margin-bottom:10px;
	width:150px;
	border:1px solid #ccc;
}

#content #vote_form fieldset fieldset div {
	clear:both;
	width:400px;
	padding:5px 0 5px 0;
}

#content #vote_form fieldset fieldset div input {
	width:20px;
	margin:0;
	padding:0;
}

#content #club_form fieldset div input {
	margin-top:2px;
	margin-bottom:10px;
	width:230px;
	border:1px solid #5898c5;
}

#content #club_form fieldset.radio div {
	padding:5px 0 5px 0;
	clear:both;
}

#content #club_form fieldset.radio div input {
	width:20px;
	margin:0;
}

#content #club_submit {
	border:2px solid #5898c5;
	background-color:#5898c5;
	color:#fff;
	font-weight:bold;
	margin-bottom:20px;
}

#content #vote_submit {
	color:#000;
	font-weight:bold;
	width:100px;
	margin-bottom:10px;
}

#content #club_lomake {
	display:block;
	background-image:url(f/is_doc.gif);
	background-repeat:no-repeat;
	padding:6px 0 10px 40px;
	color:#000;
}

#sidebar {
	width:170px;
	float:right;
	border-left:1px dotted #ccc;
	padding:8px 0 15px 10px;
}

#sidebar ul {
	margin:0;
	padding:0;
	list-style-type: none;
}

#sidebar ul li {
	line-height:17px;
	background-image: url(p/bg_contnavi.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 16px;
	padding-bottom:4px;
}

#sidebar ul li a {
	color:#333;
	text-decoration:none;

}

#sidebar ul li a:hover {
	color:#000;
	text-decoration:underline;
}

#footer {
	font-size:12px;
	clear:both;
	color:#2d6d9b;
	padding:5px 5px 25px 3px ;
}

#footer span {
	float:right;
}

#footer span a {
	color:#2d6d9b;
}

#footer span a:hover {
	color:#000;
}

#kform {
	padding-bottom:30px;
	border:1px dotted #ccc;
	padding:10px;
}
#kform label {
	display:block;
	margin-bottom:2px;
}
#kform input {
	width:220px;
	margin-bottom:10px;
	border:1px solid #ccc;
}
#kform div.formitem {
	float:left;
	margin-right:10px;
}
#kform div.formtextarea {
	clear:both;
}
#kform div.formcheck{
	margin-bottom:20px;
}
#kform div.formcheck label {
	display:inline;
}
#kform #info {
	margin-bottom:10px;
	width:455px;
	border:1px solid #ccc;
}
#kform #terms {
	width:18px;
	margin:0;
}
#kform div.fileitem input {
	margin-bottom:5px;
}
#kform div.fileitem p {
	font-size:11px;
	font-style:italic;
}
#kform #userfile {
	border:1px solid #ccc;
}
#kform #termstext {
	font-size:11px;
	border:1px dotted #ccc;
	padding:10px;
	background-color:#f5f5f5;
	margin-top:20px;
	margin-bottom:40px;
}
#kform #termstext h3 {
	margin:0;
	margin-bottom:4px;
}
#kform #termstext p {
	line-height:14px;
	margin-bottom:6px;
}

#picbanner a {
	display:block;
	padding:4px;
	border:2px dotted #355c78;
	text-align:center;
	color:#fff; 
	font-size:13px;
	color:#355c78;
	text-decoration:none; 
}

#picbanner a:hover {
	border:2px dotted #fff;
	color:#fff;
}



























