﻿@charset "utf-8";

body {
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	background: repeat-x #F3F3F3;
	padding: 0;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	color: #333333;
	text-decoration: none;
	
}

img
{
	border:0px;
	text-align: right;
}
a
{

	color:#557799;
	font-weight: normal;
	text-decoration:none;
}
.kabana{
	font-family: "KabanaBook", cursive;
	src: url("font/kabana.ttf");
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	line-height: 150%;
	font-weight: bold;
    letter-spacing:0.1em;
}
.ust{
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px 0px 0px 0px;
	line-height: 150%;
	font-weight: bold;
    letter-spacing:0.1em;
}
.kabanab{
	font-family: "KabanaBook", cursive;
	src: url("font/kabana.ttf");
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	line-height: 150%;
	font-weight: bold;
    letter-spacing:0.1em;
	color:#900;
}

.baslik {
    font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	color: #FFF;
	font-weight: bold;
	vertical-align: middle;
	text-transform: none;
	letter-spacing: 0.1em;

}
.baslik_b {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	line-height: 150%;
	font-weight: bold;
    letter-spacing:0.1em;
	color:#000;
}

.bkirmizi {
    font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px 0px 0px 0px;
	color: #FFF;
	font-weight: bold;
	vertical-align: middle;
	text-transform: none;
	letter-spacing: 0.1em;
	color:#900;
}
.bbeyaz {
    font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	vertical-align: middle;
	text-transform: none;
	letter-spacing: 0.1em;
	color:#FFF;
}
.trhaber {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
}

.yesilb {
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#090;
	font-weight: bold;
}

.yesil {
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#090;
}

a:hover
{
	color:#990000;
	list-style-image: url(images/purple2.gif);
}
#container {
	
	width:960px;
	margin: 0 auto;
	background: #FAFAFA;
}

#headerlogo {
	height: 150px;
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	
}
#headerlogo_postit {
	height: 100px;
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	
}
#splash {
	height: 307px;
	background: #FFFFFF;
}
#menuheader {
	height: 30px;
	background: #FFFFFF;
	margin-left: 5px;
}

#siteNav {
	background-repeat: repeat-x;
}

#titleBar p{
	overflow: hidden;
	font-size: 13px;
	vertical-align:middle;
	padding: .3em 0px .0em 0px;
	margin:0px;
	color: #FFF;
	font-weight: bold;
	background-repeat: no-repeat;
	font-variant: inherit;
	text-align:center;
	letter-spacing: 0.1em;
}



#main {
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 13px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFF;
	width: 960px;
	min-height:550px;
	text-align:justify;

}


#main p {
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 13px;
	line-height: 150%;
	margin-left: 12px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 8px;
	text-indent: 2em;
	padding-bottom:15px;
	/*font: caption;*/
}
#main siir {
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 13px;
	line-height: 150%;
	margin-left: 12px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 8px;
	text-align:justify;
	text-indent: 2em;

	/*font: caption;*/
}

#footer {
	background: #333333;
	padding: 0px 0px;
	clear:both;
	text-align:center;
} 
#footer p {
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 3px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.8em;
	color:#FFF;
	max-width:960px;
}


#navigation {
	position: relative;
	height: 1.9em;
	overflow: hidden;
}
#navigation div.WrapperGray {
	background-color: #000;
	height: 100%;
}
#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 4px ;

}
#navigation ul.NavBar {
	margin-right: 0px;
	position: relative;
	z-index: 100;
	
}
#navigation ul.NavBar li {
	font-size: 13px;
	float: left;
	padding: .7em 10px .5em 10px;
	line-height: 1em;
	/*letter-spacing: -1px;*/
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 0.1em;
}
#navigation ul.NavBar li a {
	color: #FF0;
	font-weight: bold;
	text-decoration: none;
}
#navigation ul.NavBar li a:hover {
	border-bottom:solid medium #FFF;
	color: #FFF;
}
#kampuscontent{width:700px; margin: 0 auto;border-top:10px solid #000;}
#kampus{background:#000 url(/new/kampus/images/classic-loader.gif) no-repeat 50% 50%;height:400px;}
#kampus img{display:none;}


#sitemap ul {
	list-style-type: none;
	list-style-image: url(../images/purple1.gif);
	font-size: 13px;
	vertical-align: middle;
}
#sitemap ul ul {
	list-style-type: none;
	list-style-image: url(../images/purple2.gif);
	font-size: 12px;
}
#sitemap ul ul ul {
	list-style-type: none;
	list-style-image: url(../images/purple2.gif);
    font-size: 12px;
}
#sitemap ul ul ul ul {
	list-style-image: url(../images/purple2.gif);
	font-size: 12px;
}
	
#sitemap a:link{text-decoration : none; color : #000000;}
#sitemap a:visited {text-decoration : none; color : #000000;}
#sitemap a:hover {
	text-decoration : underline;
	color : #900;
	font-weight:bold;
	font-size: 12px;
	list-style-image: url(../images/purple2.gif);
	
}
.sitemapyazi{
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #000000;
	line-height: 6mm;
}

