@charset "utf-8";
body {
	background-color: #FFF;
	background-image: url(ak.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}

.usttablo {
	border-radius: 8px;
	box-shadow: 0 0 5px #555555;
	text-align: center;
	background-color: #FFF;
}
.dugme {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFF;
}

.alttablo {
	background-color: #06F;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	text-align: center;
	border-radius: 8px;
	box-shadow: 0 0 5px #555555;
}

.menum a {
	color: #000000;
	text-decoration: none;
	font-family: "Comic Sans MS", cursive;
	font-size: 15px;
	font-weight: bold;
}
.menum a:hover{
	color: #1E30A1;
	border: 1px solid #1E30A1;
	border-radius: 8px;
}
.minikhizmet {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
	font-weight: bold;
}

.link a {
	color: #CCCCCC;
	text-decoration: none;
	font-family: "Comic Sans MS", cursive;
	font-size: 13px;
	font-weight: bold;
}
.link a:hover{
	color: #999999;
	border-radius: 8px;
}
.hizmetim a {
	color: #CCCCCC;
	text-decoration: none;
	font-family: "Comic Sans MS", cursive;
	font-size: 13px;
	font-weight: bold;
}
.hizmetim a:hover{
	color: #999999;
	border-radius: 8px;
}




.ortatablo {
	box-shadow: 0 0 5px #555555;
	border-radius: 8px;
}



/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
.slider-wrapper {
    height: 440px;
    margin: 10px auto;
    padding-top: 10px;
    width: 98%;
}
.kbaslik {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000;
}
.obaslik {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.icerik {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #121212;
	line-height: 20px;
	font-style: normal;
	font-weight: bold;
}
.buyukbaslik {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 27px;
	text-align: center;
	font-weight: bold;
}
.renkli {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 27px;
	font-weight: bold;
	color: #009;
}
.resim {
	border-radius: 8px;
}

.tablo{
	
	box-shadow: 0px 0px 5px #555555;
	    background-color: white;
		border-radius:8px;
	
}
