html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background: #38302b;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
    font: 10px Arial;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
    font: 12px Arial;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
    font: 12px Arial;
}

/* Normal link */
a {
	color: #000000;
	text-decoration: none;
}

a:hover {
color:#ff0000;

}
a:active{
	color: #ffcc00;
	text-decoration: none;
}
a:focus{
	color: #000000;
	text-decoration: none;
}
a:visited{
	color: #000000;
	text-decoration: none;
}

a img {
	border: none;
}

/*DİV TABLO*/
.tablo {
  display: table;
  width:190px;
}

.satir {
  display: table-row;
}

.hucre {
  display: table-cell;
  width: 10px;  /* hücre genişliği */

  border: 0px dotted #000000; /* hücre çerçevesi */


}


.anadiv {
background-color: #FFFFFF;
border: 1px dotted #000000;
}

.solblok {
	border-right-style: dashed;
	border-right-width: 1px;
	border-right-color: #eeeeee;
    float: left;
    width: 200px; 
    background-color: #FFFFFF;
}

.blokbaslik {
    display: table-row;
	background-color: #000080;
	background-position: center center;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
    border-top-color: #000000; 
    border-width: 1px; 
    background-color: #004a99; 
    width: 200; 
    height: 20;
    padding: 5px;

}


/*DİV TABLO*/

.karecik {padding:3px 3px 3px 15px;background: #cccccc url("/images/karecik.gif") no-repeat;"}

/* Menu 2 starts here */
#menu2 {
width: 200px;
float:left;
}

#menu2 ul
{
font-family: Arial, Helvetica, sans-serif;
list-style-type:none;
margin:0;
padding:0;
}
#menu2 li
{
display: inline;
/* for IE5 and IE6 */
}

#menu2 a
{
color: #483000;
text-decoration: none;
font-size: 14px;
display: block;
padding: 3px;
width: 190px;
background-color: #F0F0D8;
border-bottom: 1px solid #fff;
}

#menu2 a:link, #menu a:visited
{
color: #483000;
text-decoration: none;
}

#menu2 a:hover
{
background-color: #487890 ;
color: #fff;
}

#menu2 li a#current
{
border-bottom: 3px solid #C0C018;
background: #487890 ;
color: #fff;
}
/* Menu 2 ends here */

/* Menu 2 starts here */
#fotogaleriana {
width: 600px;
float:left;
}

#fotogaleriana ul
{
font-family: Arial, Helvetica, sans-serif;
list-style-type:none;
margin:0;
padding:0;
}
#fotogaleriana li
{
display: inline;
/* for IE5 and IE6 */
}

#fotogaleriana a
{
color: #483000;
text-decoration: none;
font-size: 14px;
display: block;
padding: 3px;
width: 600px;
background-color: #F0F0D8;
border-bottom: 1px solid #fff;
}

#fotogaleriana a:link, #menu a:visited
{
color: #483000;
text-decoration: none;
}

#fotogaleriana a:hover
{
background-color: #487890 ;
color: #fff;
}

#fotogaleriana li a#current
{
border-bottom: 3px solid #C0C018;
background: #487890 ;
color: #fff;
}
/* Menu 2 ends here */


