/* Kuusankosken Judoseuran Sivujen tyyli. */

body{
		 	background: /*url("bodybg.png") top center repeat-y*/ #000000;
		 	color: #000000;
		 	font-family: Arial;
		 	font-size: 16px;
			font-weight: 500;
			margin:0px;
}

/* Divit */
div.wrapper{
			background: url("bodybg.png") top center repeat-y #000000;
			margin: 0px;
			width: 960px;
			overflow: hidden;
}
div.title{
			margin-top: 0px;
			vertical-align: top;
			top: 0px;
			background: url("title.png") top right no-repeat;
			height: 175px;
			width: 100%;
			border: 0px;
}

div.table{
  	  		width: 960px;
		 	min-height: 600px;
			display: block;
			padding: 0px;
}
div.menu{
		 	float: left;
			display: inline;
		 	width: 250px;
		 	background: transparent;
		 	text-align: left;
		 	padding: 15px;
			margin: 0px;
}
div.content{
			display: block;
		 	padding: 15px;
			overflow: hidden;
/*			margin: 0px 0px 0px 260px;*/
			float:left;
			max-width: 640px;
}
div.gallery{
			height: 640px;
			overflow: auto;
			width: 100%;
			border-top: 1px solid #000000;
			border-bottom: 1px solid #000000;
}
div.gallery td{
			background: #79A9DD;
}
div.toolpack{
			height: 150px;
			width: 200px;
			border: 0px #204A87 solid;
			background: url("menu.png") top center no-repeat;
}
div.toolbox{
			padding: 10px 15px 10px 15px;
			margin: 5px;
}
div.header{
			width:960px;
			height: 75px;
			display: block;
}
div.column{
			text-align: left;
			overlap: auto;
}
div.yhteystieto{
			height: 250px;
			width:inherit;
			border-bottom: 1px #000000 solid;
			padding-bottm: 20px;
			text-align: left;
}
div.kuvaus{
			float: right;
			display: inline;
}
div.footer{
			background: url("footer.png") top center no-repeat #000000;
			color: #3366CC;
			font-size: 9px;
			letter-spacing: 1.5;
			max-height: 50px;
			float: left;
			width: inherit;
}
div #linkit{
			margin-top: 15px;
			text-align: left;	
					
}

/* Tekstimuotoilut */

a{
		 	color: #001122;
		 	font-family: Arial;
		 	text-decoration: underline;
}
a:visited{
		 	color: #000011;
}
a:hover{
		 	color: #223388;
}
#linkit a{
			margin-top: 0px;
			margin-left: 20px;
			margin-bottom: 25px;
}
#linkit h3{
			margin-top: 15px;
}
h1{
	 	 	font-size: 20px;
		 	color: #112244;
			text-align: left;
			font-weight: 400;
			font-family: Arial;
}

h2{
	 		margin: 5px 0 5px 0;
			font-size: 20px;
			text-align: left;
			font-weight: 400;
			font-family: Arial;
}

h3.menu{
			font-size: 12px;
		 	letter-spacing: 1,5;
		 	line-height: 2;
			margin: 0;
			padding: 0;
			font-family: Arial;
}
h3{
	 	 	font-size: 15px;
		 	text-align: left;
		 	font-weight: bold;
		 	margin:0;
			padding: 5px 0 0 0;
}
p{
		 	text-align:left;
		 	padding: 0px 15px 0 15px;
			color: #000000;
			font-size: 16px;
			font-family: Arial;
}
li{
	 		padding-bottom: 10px;
			align: left;
}
p.yhteystieto, h3.yhteystieto{
			/*float: left;*/
}

/* Kuvat ja muut */

img.logo{
		 	width: 100%;
		 	margin-top: 5px;
}
img#henkilo{
			height:100%;
			float:right;
			display: inline;
			border-right: 1px solid #000000;
}
img.thumb{
			float: left;
			display: inline;
			margin: 3px;
}
