/* CSS Document */
body { 	background:#E1D5C5; margin: 0;	padding: 0;	color: #666;	text-align: left;	font-family: Verdana, Geneva, sans-serif;	font-size: 0.7em;	line-height: 1.5em;}


#out {margin:10px auto; width:1000px; }
#wrap {width:1000px; float:left; min-height:500px; height:auto; }
#header1 {width:1000px; height:95px; float:left; }
#header1 .logo { float:left; padding:0px 0px 0px 2px; }
#header2 {width:1000px; height:400px; float:left; }
#link {width:490px; height:55px; float:right; }
#content {
	width:900px;
	height:100%;
	float:left;
	background:url(images/sol_ust_content.png) top left no-repeat #CBB19A;
	overflow:auto;
	scrollbar-base-color: #CBB19A;
	scrollbar-shadow-color: #E1D5C5;
	scrollbar-face-color: #CBB19A;
	scrollbar-track-color: #E1D5C5;
	scrollbar-arrow-color: #333;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 90px;
}
#content a {color:#033; text-decoration:none; }
#contentbg {
	width:1000px;
	height:100px;
	float:left;
	background:url(images/sag_alt_content.png) bottom right no-repeat #CBB19A;
}

#footer {width:900px; height:55px; padding:10px 80px 10px 10px; float:left; background:#E1D5C5; vertical-align:bottom; text-align:right; font-size:8pt; color:#999;  }



h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #333;	
}
h1 {
	font-size: 1.5em;
	color: #502915;
} 
h2 { font-size: 1.4em; text-transform:uppercase;}
h3 { font-size: 1.3em; }



/* navmenu */



ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #4284B0;
}
ul span, ol span {
	color: #666666; 
}

/* --[ nav ]------------------------------- */

#nav {
	width: 530px;
	height:105px;
	float: left;
	margin: 0;
	font-family: "Trebuchet MS", Verdana;
	font-size: 115%;
	text-transform: lowercase;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 18px;
	padding-left: 36px;
	}
#nav li {
	list-style: none;
	float: left;
	margin: 0 6px 0 0;
	padding: 0 0 0 0;
	}
#nav a {
	float: left;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #cbb19a;
	border: none;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	}
	
/* hover state */

#nav li:hover {
	background: #9c6f4e url(nhov-top.gif) no-repeat top left;
	}
#nav a:hover { /* a backup for IE's lack of li:hover support */
	background-color: #9c6f4e;
	}
html>body #nav a:hover {
	background: transparent url(nhov-bottom.gif) no-repeat bottom right;
	}
	
/* active state */

#nav li.active {
	background: url(nav-top.gif) no-repeat top left;
	}
#nav li.active a {
	color: #2B4A8D;
	background: url(nav-bottom.gif) no-repeat bottom right !important;
	}

.yonetim-kurulu {
	text-decoration: underline;
}

