@charset "iso-8859-9";
#topmenu {
	background-image: url(../images/topmenu_bg3.jpg);
	background-repeat: repeat-x;
}

.test{
margin-bottom:20px; height:160px;  padding:10px; background-color:#DFEBEE;
}

.test2{
margin-bottom:20px; padding:10px; background-color:#DFEBFF;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #333333;
}

body {
	scrollbar-face-color:#179EBE;
	scrollbar-arrow-color:#ffffff;
	scrollbar-track-color:#ffffff;
	scrollbar-shadow-color:#113366;
	scrollbar-highlight-color:#000000;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-Color:#FFFFFF;
}

#main {
	
	text-align: left;
}
#menu {
	/*background-image: url(../images/topmenu_bebek.jpg);
	background-repeat: no-repeat;*/
	text-align: center;
	height: 180px;
}

.icerik {
	padding-right: 15px;
	padding-left: 15px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;	
}

.icerik2 {		
	padding-right: 15px;
	padding-left: 15px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;	
	height:400px; 
	overflow:auto;
}


div.resimalti { font-style:italic; font-size:10px;}

#anaicerik{
	float: left;
	width: 100%;
	
}

#solmenu {
	width: 200px;
	text-align: right;	
}

#sagmenu {	
	margin-left: 10px;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/botmenu_bg.jpg);
	background-repeat: repeat-x;
	height: 45px;	
	clear: left;
	text-align: center;
	margin-top:15px;
}

.sm_link {
	padding-top: 5px;
	padding-bottom: 5px;
	/*padding-right: 40px;*/
}

.txt1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
input {
	border: 1px outset #CCCCCC;
	margin-bottom: 5px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}
a:hover {
	color: #ff8513;
	text-decoration: none;
}

.pagehdr{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FF0000;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FF0000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	padding-bottom: 15px;
	
	}

.hdrmasal{
color: #3E7AB7;
}
	
.submenu{
 margin-bottom:10px;
 margin-right:30px;
}

.menutitle {
cursor:hand;
}

.ninnibox{
	float:right; 
	width:300px; 	
	margin-top:10px;
}

.dropcontent{
padding:20px; 
	background-color:#CFE1E7;
}

.kiz {
color: #FF80C0;
font-size:13px;
}

.erkek {
color:#0066FF;
font-size:13px;
}

.hata {color:#990000}
.hdr1 {color:#990000;
font-size:14px;
font-weight:bold;}

.hdr2 {color:#990000;
font-size:18px;
font-weight:bold;}

.yazibaslik {
	color:#990000;	
	font-weight:bold;
}


/* ---------------------------------------  Üst Menu -------------------------------------------- */
.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
	position: relative;
	display: inline;
	float: left; /*overall menu background color*/	
	border-left-width: 1px;	
	border-left-style: solid;
	border-left-color: #000000;
	color: #FFFFFF;
	width:70px;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
	display: block;
	border-left-width: 0px;
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	
}


/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
display: block;
visibility: hidden;
top: 1em; /* no need to change, as true value set by script */
}


/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
	display: list-item;	
	background-color: #19A7C9;
	width:172px;
	text-align:left;
	}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0px;
}



/* Sub level menu links style */
.suckertreemenu ul li ul li a{
	display: block;
	width: 160px; /*width of sub menu levels*/
	color: #000;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
}



.suckertreemenu ul li a:hover{
	color: #fff;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
	background-repeat: no-repeat;
	background-position: right center;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
	background-image: url(../images/arrow-right.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/* --------------------------------------------------- Üst Menu Sonu -------------------------------------------------------- */
