*{
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	text-decoration: none;
}
body
{
	padding: 0;
	color: #000000;
	margin-top: 0;
	margin-bottom: 0;
}

#maincontent {
	position: absolute;
	left: 0;
	z-index: 50;
	width: 100%;
	background-color:rgb(255,255,255);
	background-color:rgba(255,255,255,0.8);
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #08324B;
}

#box {
	width: 980px;
	margin: auto;
	text-align: center;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top:15px;
/*	border: 1px dotted #0FF;*/

	}
#maincontent #box .menu {
	display: block;
	width: auto;
	background-color: #1F7EBC;
	margin-top: 15px;
	padding-top: 5px;
		/*-webkit-transform: skew(10deg);
	   -moz-transform: skew(10deg);
	     -o-transform: skew(10deg);*/
}


#maincontentalt {
	position: fixed;
	left: 0;
	bottom:0;
	z-index: 50;
	width: 100%;
	background-color:rgb(255,255,255);
	background-color:rgba(255,255,255,0.85);
	padding-bottom: 10px;
	}
#maincontentalt #box .right {
	float: right;
	width: 200px;
	color: #08324B;
}
#maincontentalt #box .right a {
	font-weight: bold;
	color: #08324B;
}
#maincontentalt #box .right a:hover {
	color: #06F;
}

#maincontentalt #box .left {
	float: left;
	width: 750px;
}
a.duyuru {
	color: #1F7EBC;
	font-weight: bold;
}
a.duyuru:hover {
	color: #F00;
}


hr{
clear:both;
margin-top:10px;
margin-bottom:10px;
display:block;
}






#ortala {
	text-align: center;
	width: 99%;
	position:absolute;
	z-index: 30;

}
.orta {
	z-index: 49;
	position: relative;
	margin-top: 200px;
	margin-left:auto;
	margin-right:auto;
	width: 960px;
	background-color:rgb(7,41,62);
	background-color:rgba(7,41,62,0.9);
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #000;
	height:600px;
	overflow: hidden;
	padding:10px;
	text-align:left;



}

.orta .sol {
	padding: 10px;
	float: left;
	width: 180px;
	
}
.orta .sag {
	float: right;
	width: 730px;
	height:600px;
	overflow: hidden;	
	overflow-y:auto;
	padding-right:10px;
	color:white;
	line-height:150%;
	
}

@media screen and (max-height: 720px) {
  .orta, .orta .sag   { height:390px;  }
}




.orta h1  {
-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #FFFFFF;
	font-size:14px;
	color:#FDFFFE;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.orta img {
align:left;
margin:10px;
margin-right:10px;

}
.orta .icerik  a {

	color:#red !important;
}




 .resimgalerisi .resimkutucuk{
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:5px;
	float:left;
	margin:3px;
	margin-bottom:5px;

}




.resimgalerisi  .resimkutucuk img{
	border:5px solid white;
	margin-left:0px;
	height:130px;
}
.baslikbg {
	font-size: 16px;
	font-weight: bold;
	color: #003399;
	background-color: #CCCCCC;
	padding: 8px;
}




.cleared
{
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1px;
}

/* begin Menu */
/* menu structure */

.art-menu a, .art-menu a:link, .art-menu a:visited, .art-menu a:hover
{
	outline: none;
}

.art-menu, .art-menu ul
{
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  display: block;
}

.art-menu li
{
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
  background: none;
}

.art-menu li:hover
{
  z-index: 10000;
  white-space: normal;
}

.art-menu li li
{
  float: none;
}

.art-menu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background: none;
}

.art-menu li:hover>ul
{
  visibility: visible;
  top: 100%;
}

.art-menu li li:hover>ul
{
  top: 0;
  left: 100%;
}

.art-menu:after, .art-menu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
.art-menu, .art-menu ul
{
  min-height: 0;
}

.art-menu ul
{
	background-image: url('images/spacer.gif');
	margin-top: -10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -30px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}

.art-menu ul ul
{
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -10px;
}




/* menu structure */

.art-menu
{
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
}

.art-nav
{
  position: relative;
  min-height: 47px;
  z-index: 100;
}




/* end Menu */

/* begin MenuItem */
.art-menu a
{
	position: relative;
	display: block;
	overflow: hidden;
	cursor: pointer;
	text-decoration: none;
}


.art-menu ul li
{
    margin:0;
    clear: both;
}





.art-menu a , .art-menu ul a, .art-menu a, .art-menu a:link, .art-menu a:visited, .art-menu a:hover
{
  text-align: left;
  text-decoration: none;
}

.art-menu a 
{
	color: #FFFFFF;
	padding: 0 14px;
	margin: 0 4px;
	line-height: 30px;
	text-align: center;
}




.art-menu li:hover>a 
{
	color: #CCC;
}




.art-menu a.active 
{
  color: #000000;
}
/* end MenuItem */

/* begin MenuSeparator */
.art-menu .art-menu-li-separator
{
	display: block;
	width: 9px;
	height:30px;
}
.art-nav .art-menu-separator
{
  display: block;
  margin:0 auto;
  width: 1px;
  height: 26px;
  background-image: url('images/menuseparator.png');
}
/* end MenuSeparator */

/* begin MenuSubItem */
.art-menu ul a
{
	display: block;
	text-align: center;
	white-space: nowrap;
	height: 30px;
	width: 180px;
	overflow: hidden;
	line-height: 30px;
	background-color: #1F7EBC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #2185C7;
	color: #FFF;
}

.art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span
{
  display: inline;
  float: none;
  margin: inherit;
  padding: inherit;
  background-image: none;
  text-align: inherit;
  text-decoration: inherit;
}

.art-menu ul a, .art-menu ul a:link, .art-menu ul a:visited, .art-menu ul a:hover, .art-menu ul a:active, .art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span
{
	text-align: left;
	text-indent: 12px;
	text-decoration: none;
	line-height: 30px;
	color: #FFF;
	font-size: 12px;
	margin:0;
	padding:0;
}



.art-menu ul li:hover>a
{
	color: #F00;
	border-color: #FFF;
	background-color: #FFF;
}



.art-nav .art-menu ul li:hover>a span, .art-nav .art-menu ul li:hover>a span span
{
  color: #D9D9D9;
}





.yanmenu ul {
	padding-left: 0px;
}
.yanmenu ul li {
	list-style-type: none;
	padding-top: 3px;
	padding-bottom: 3px;
}
.yanmenu ul li a {
	display: block;
	color: #09F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #069;
	line-height: 30px;
	padding-left: 5px;
}

.yanmenu ul li a.active{
	color: #0CF;
}
.yanmenu ul li a:hover {
	color: #FFFFFF;
	background-color: #036;
	background-image: none;
}

a {
	color: #00F;
	text-decoration: none;
}
a.beyaz {
	color: #990033;
	font-weight: bold;
	font-size: 14px;
}

/**************************************************************************************
**************************************************************************************/


#slides {
	position: relative;
	z-index: 0;
}
#slides .slides-container {
  display: none;
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%;
}
.slides-navigation a {
  position: absolute;
  display: block;
}
.slides-navigation a.prev {
  left: 0;
}
.slides-navigation a.next {
  right: 0;
}

.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.slides-pagination a {
  border: 2px solid #222;
  border-radius: 15px;
  width: 10px;
  height: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
  margin: 2px;
  overflow: hidden;
  text-indent: -100%;
}
.slides-pagination a.current {
  background: #222;
}
