body {
	background-color: #FFFFFF;
	background-image: url(/images/digita_bg.jpg);
	font-family: Verdana;
	font-size: 10px;
}
h3{
	font-family: Verdana;
	font-size: 14px;
}
h4{
	font-family: Verdana;
	font-size: 13px;
}



td {
	font-family: Verdana;
	font-size: 11px;
	line-height:1.3em;
}

.baslik {
	font-family: Verdana;
	color: #F24F00;
	font-size: 18px;
	padding:0 0 5 10;
}
.kutuyazi{
	font-family: Verdana;
	font-size: 18px;
	color:#333333;
	text-align:justify;
}
	#newsblock { width:457; height:200px; padding:5px; border:1px solid #f2f2f2; }
	#newsblock .news { display:block; color:#777; font:12px "Trebuchet MS", "MS Sans Serif", georgia; text-decoration:none }
	#newsblock .news:hover { color:#111; }
	/*resmin width height i */
	#newsblock .hot { float:left; width:300px; height:200px; margin-right:5px; }
	#newsblock .hot a { margin-top:135px; padding:5px; position:absolute; z-index:99; display:block; width:290px; text-decoration:none; font:12px "Trebuchet MS", "MS Sans Serif", georgia; color:#ccc; line-height:13px; }
	#newsblock .hot a span { display:block; font:21px "Arial Narrow", Arial, Tahoma; letter-spacing:-1px; padding:0; margin:0; color:#eee; }
	#newsblock .hot a:hover { color:#fff; }
	#newsblock .hot a:hover span { color:#fff; }
	#newsblock .hot div { margin:135px 0 0 0px; position:absolute; z-index:95; display:block; width:300px; height:65px; background:#000; opacity:0.4; filter:alpha(opacity=40); }
.sagortatd{
background-image:url(/images/index_04.gif);
background-repeat:repeat-y;
width:46;
}

.sagusttd{
background-image:url(/images/index_03.gif);
background-repeat:no-repeat;
width:46;
height:60;
}

.sagalttd{
background-image:url(/images/index_28.gif);
background-repeat:no-repeat;
width:46;
height:9;
}
.solalttd{
background-image:url(/images/index_24.gif);
background-repeat:no-repeat;
width:17;
height:9;
}
.ortaalttd{
background-image:url(/images/index_25.gif);
background-repeat:repeat-x;
height:9;
}
.icsolust{
background-image:url(/images/index_10.gif);
background-repeat:no-repeat;
}
.icsagust{
background-image:url(/images/index_13.gif);
background-repeat:no-repeat;
}
.icsolalt{
background-image:url(/images/index_19.gif);
background-repeat:no-repeat;
}
.icsagalt{
background-image:url(/images/index_22.gif);
background-repeat:no-repeat;
}
.icortaust{
background-image:url(/images/index_11.gif);
background-repeat:repeat-x;
}
.icortaalt{
background-image:url(/images/index_20.gif);
background-repeat:repeat-x;
}
.icortasag{
background-image:url(/images/index_16.gif);
background-repeat:repeat-y;
}
.icortasol{
background-image:url(/images/index_14.gif);
background-repeat:repeat-y;
}
.formsolust{
background-image:url(/images/form_03.gif);
background-repeat:no-repeat;
}
.formsagust{
background-image:url(/images/form_05.gif);
background-repeat:no-repeat;
}
.formsolalt{
background-image:url(/images/form_10.gif);
background-repeat:no-repeat;
}
.formsagalt{
background-image:url(/images/form_12.gif);
background-repeat:no-repeat;
}
.formortaust{
background-image:url(/images/form_04.gif);
background-repeat:repeat-x;
}
.formortaalt{
background-image:url(/images/form_11.gif);
background-repeat:repeat-x;
}
.formortasag{
background-image:url(/images/form_09.gif);
background-repeat:repeat-y;
}
.formortasol{
background-image:url(/images/form_07.gif);
background-repeat:repeat-y;
}



/* menu cssleri burada basliyor */

.ksmenu{
padding: 0px 0px 0px 50px;
width: 100%;
/*border-top: 5px solid #B40F25; Highlight red color theme*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.ksmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.ksmenu li{
display: inline;
margin: 0;
padding: 0;
background: #EEEEEE;
border: 1px solid #C0C0C0;
/*text-transform:uppercase;*/
}

.ksmenu a{
float: left;
display: block;
font: 12px Verdana;
color: #505050;
text-decoration: none;
margin: 0 0 0 0; /*Margin between each menu item*/
padding: 5px 10px 5px 10px; /*Padding within each menu item*/
background-color: #EEEEEE; /*Default menu color*/
/*border-bottom: 1px solid white; /*  */
}

.ksmenu a:hover{
background-color: #0071BB; /*Highlight red color theme*/
color: #FFFFFF;

}

.ksmenu .current a{ /** currently selected menu item **/
/*background-color: #B40F25; /*Highlight red color theme*/
color: #505050;
text-decoration: none;
}
.ksmenu .current a:hover{ /** currently selected menu item **/
background-color: #0071BB; /*Highlight red color theme*/
color: #FFFFFF;
}


/*Top level list items*/
.ksmenu ul li{
position: relative;
display: inline;
float: left;
}

/*1st sub level menu*/
.ksmenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
background-color: #0071BB; 
visibility: hidden;
border: 1px solid #C0BCB9;
margin-top: -1px;
}

/*Sub level menu list items (undo style from Top level List Items)
.ksmenu ul li ul li{
display: list-item;
float: none;
}
*/

/*All subsequent sub menu levels offset after 1st level sub menu */
.ksmenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.ksmenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
text-decoration: none;
text-align:left;
}

/*Background image for top level menu list links */
.ksmenu .mainfoldericon{
/*background: #000011 url(arrow-list.gif) no-repeat center right;*/
}

/*Background image for subsequent level menu list links */
.ksmenu .subfoldericon{
/*background: #000011 url(arrow-list.gif) no-repeat center right;*/
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 0em;
}


#myform{ 
float: right;
margin: 0;
margin-top: 0px;
padding: 0;
}

#myform .textinput{
width: 190px;
border: 1px solid gray;
}

#myform .submit{
font: normal 12px Verdana;
height: 22px;
border: 1px solid #D10000;
/*background-color: black;*/
color: white;
}


#ksmenuline{
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
/*background: #B40F25; */
}
	
/* Holly Hack for IE \*/
* html .ksmenu ul li { float: left; height: 1%; }
* html .ksmenu ul li a { height: 1%; }
/* End */
