@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
td a{
	color:#333;
	text-decoration:none;
}
td a:hover{
	color:#333;
	text-decoration:underline;
}
.menu{
	font-size:14px;
}
.menu a{
	padding: 4px 10px 5px 20px;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
	float:left;
}
.menu a:hover{
	color:#2b55ff;
	text-decoration:none;
}
.ayrac{
	height:25px;
	width:2px;
	background-color:#2b55ff;
	float:left;
}
.baslik{
	margin-top:-10px;
	margin-left:5px;
	position:absolute; 
	border:1px solid #CCC;
	background-color:#FFF;
	padding-left:10px; 
	padding-right:10px;
	font-weight:bold;
}
.tablesol{
	background-image:url(../images/bg.jpg); 
	background-repeat:repeat-y;
}
.tabletop{
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
}
.tablesag{
	background-image:url(../images/bg.jpg); 
	background-repeat:repeat-y;
	background-position:right;
}
.tablealt{
	background-image:url(../images/bg.jpg); 
	background-repeat:repeat-x; 
	background-position:bottom;
}
