
/* =============  GENEL ============= */

body {
	margin:0;
	font-family: arial,sans-serif;
	font-size:15px;
	color:#000;
	background-color:#FFF;
	width:100%;
	text-align:center;
}
a {
	color:#FFF;
}
a:hover {
	text-decoration:none;
}
h1 {
	font-size:26px;
	font-weight:normal;
}

h2 {
	font-size:15px;
	font-weight:normal;
}
img {
	border:1px solid white;
}

div#baslikcubuk {
	background:url(../images/ust_cubuk.jpg);
	height:50px;
	background-color:#66e5ff;
}

div#baslik {
	padding:7px;

}

.uzerinde {
	/*text-decoration:underline;*/
	border-left:7px solid #66ff70;
}

div#tasiyici {
	width:550px;
	margin: 0 auto;
	text-align: left;
}

div#menu {
	width:550px;
}

div#menu .baslik {
	height:20px;
	margin-top:9px;
	padding:7px;
	background-color:#cedbf9;
	font-size:18px;
	cursor:pointer;

}
div#menu .icerik {
	margin-bottom:19px;
	padding:12px;
	color:white;
	line-height:22px;
	border-top:7px solid #66ff70;
	background-color:#27409d;
}


#ImageBoxOverlay
{
	background-color: #000;
}
#ImageBoxCaption
{
	background-color: #F4F4EC;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #F4F4EC;
}
#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #000;
}
#ImageBoxCaptionImages
{
	margin: 0;
}
#ImageBoxNextImage
{
	background-image: url(../images/imagebox/spacer.gif);
	background-color: transparent;
}
#ImageBoxPrevImage
{
	background-image: url(../images/imagebox/spacer.gif);
	background-color: transparent;
}
#ImageBoxNextImage:hover
{
	background-image: url(../images/imagebox/next.gif);
	background-repeat:	no-repeat;
	background-position: right top;
}
#ImageBoxPrevImage:hover
{
	background-image: url(../images/imagebox/prev.gif);
	background-repeat:	no-repeat;
	background-position: left bottom;
}