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

html, body {
	padding: 0;
	margin: 0;
}

a {
	color:#000000;
	text-decoration:underline;
}

a:hover {
	color:#asd4;
}

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height: 16px;
	background-color: #fff;
	padding: 0px;
/*	background-image:url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position:center;*/
}

div#container {
	height : 480px; 
	width: 910px;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	text-align : left;
}

/* div back button */

div#back {
	text-indent: -9999px;
	width: 30px;
	height: 30px;
	clear:both;
	float:right;
	margin-right: 10px;
	background-image:url(images/back_1.jpg);
}

div#back:hover {
	text-indent: -9999px;
	width: 30px;
	height: 30px;
	clear:both;
	float:right;
	margin-right: 10px;
	background-image:url(images/back_2.jpg);
}

.backblok {
	display: block;
	text-indent: -9999px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

/* link bloks */

.linkbloktosub {
	text-indent : -9999px;
	width: 290px;
	height:480px;
	font-size: 0px;
	display: block;
	color:#666666;
}

.linkbloktosub:hover {
	text-indent: -8px;
	margin-top: -15px;
	font-size: 140px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bolder;
	display: block;
	color:#FFF;
	line-height: 120px;
	overflow: hidden;
	text-decoration: none;
}

.linkbloktodetail {
	text-indent : -9999px;
	width: 290px;
	height:230px;
	font-size: 0px;
	display: block;
	color:#666666;
}

.linkbloktodetail:hover {
	text-indent: -1px;
	margin-top: -3px;
	font-size: 60px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bolder;
	display: block;
	color:#FFF;
	line-height: 45px;
}



/* detailpage css */

div#detailblok1 {
	width: 290px;
	height:480px;
	float:left;
	margin-left: 10px;
}

div#detailblok2 {
	width: 290px;
	height:455px;
	float:left;
	padding-top: 25px;
	margin-left:10px;
}

div#detailblok3 {
	width: 290px;
	height: 480px;
	float: left;
	margin-left: 10px;
}

.title {
	height: 25px;
	display: block;
	font-weight:bold;
}

div#detailimage {
	width: 290px;
	height: 230px;
	overflow: hidden;
	margin-bottom: 10px;
	background-color:#000;
}

.link {
	height: 25px;
	display: block;
	color:#666666;
}

/* cms style */

form { 
	}

form p { 
	margin : 0; 
	}

input, textarea, checkbox, file {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #999782;
	text-align: left;
	padding : 2px;
	font-size: 12px;
	color: #333333;
	border: thin solid #d5d5d5;
	}

input:focus, textarea:focus, file:focus, checkbox:focus {
	background: #ffc;
}

div#cmscontent { 
	width : 900px; 
	padding-left: 24px;
	overflow : hidden;
	text-align:left;
	}
