/* CSS Document */

body {
	background-image: url(ney-nedir/arka.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#b1341e;
font-weight:bold;
margin-top:0px;
}

#ney{
width:842px;
margin-left:auto;
margin-right:auto;
background-image:url(ney-nedir/sayfa-arka.jpg);
}

#neyzen{
width:842px;
background-image:url(ney-nedir/ney.jpg);
background-repeat:no-repeat;
height:211px;
}

#foto{
width:90px;
border:5px solid #CC0000;
margin-left:21px;
margin-bottom:5px;
margin-top:10px;
float:left;}

#ney-kursu{
width:11px;
float:left;
}

#ney-kursu-1{
width:202px;

float:left;
}

#ney-kursu-2{
width:451px;
float:left;
background-color:#f3f0e3;
}

#ney-kursu-yazi{
width:430px;
margin-left:auto;
margin-right:auto;

}
a:link {
	color: #003366;
	text-decoration:none;
}
a:visited {
	color: #003366;
	text-decoration:none;
}
a:hover {
	color: #990000;
	text-decoration:none;
}
a:active {
	color: #003366;
	text-decoration:none;
}

#ney-kursu-3{
width:165px;
float:left;
background-color:#f3f0e3;
}

#ney-kursu-duyuru{
width:165px;
height:139px;
background-image:url(ney-nedir/duyuru.jpg);
background-repeat:no-repeat;

}

#duyuru{
width:150px;
height:139px;
border:1px dotted #990000;
}

.yazi{font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
text-align:justify;}

.akan{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
text-align:justify;
margin-top:10px;
margin-left:5px;
margin-right:5px;
}

#ney-kursu-4{
width:13px;

float:right;
}

#menu-alt{
width:202px;
height:25px;
background-image:url(ney-nedir/menu-alt.jpg);
background-repeat:no-repeat;
}

#menuss{
width:202px;
background-image:url(ney-nedir/menu.jpg);
}

#menuss-1{
width:160px;
margin-left:15px;

}

#alt{
width:842px;
background-image:url(ney-nedir/alt-1.jpg);
background-repeat:no-repeat;
height:15px;
margin-left:auto;
margin-right:auto;
}

.baslik{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#b1341e;
font-weight:bold;
margin-top:0px;
}

h1{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#b1341e;
font-weight:bold;
margin-top:0px;
}

a.harf:link{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;
font-weight:bold;
border:1px solid #990000;
padding-left:2px;
padding-right:2px;
}

a.harf:hover{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF;
font-weight:bold;
border:1px solid #990000;
background-color:#990000;
}

a.harf:visited{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;
font-weight:bold;
border:1px solid #990000;
padding-left:2px;
padding-right:2px;
}

a.harf:active{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;
font-weight:bold;
border:1px solid #990000;
padding-left:2px;
padding-right:2px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 160px; /* Width of Menu Items */

}
	
.suckerdiv ul li{
position: relative;
border-bottom: 1px dotted #CCCCCC;
padding: 2px 2px 2px 2px;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 170px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #fff;
text-decoration: none;
padding: 1px 5px;
border-bottom: 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
}

.suckerdiv ul li a:visited{
color: #fff;
font-weight:bold;
}

.suckerdiv ul li a:hover{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
font-weight:bold;
background-color:#FFFFFF;
}

.suckerdiv .subfolderstyle{
background: url(arrow.jpg) no-repeat center right;
}

.suckerdiv .subfolderstyle a:hover{
background: url(arrow-1.jpg) no-repeat center right;
}

.alt-em{
background-color:#990000;
border: 1px solid #FFFFFF;}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */


.cssform p{
width: 260px;
clear: left;
margin: 0;
padding: 5px 0px 5px 0px;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
text-align:left
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 190px;
}

.cssform textarea{
width: 200px;
height: 120px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

#gizli {
	text-indent: -999em;
	height: -999em;
	width: -999em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	/*width: 1000px;
	height:1px;*/
	font-size:1px;
	}
