/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
	background: #a0abaf url('Resimler/zemin.gif') center top repeat-x;
}

.tarih{
	font:11px Arial;
	color:#FFFFFF;
}
.etkinliklerimiz {
	font-family: Arial;
	font-size: 16px;
	color: #FFFFFF;
}
.anasayfa-basliklar {
	font-family: Arial; 
	font-size: 16px; 
	color: #000000; 
}
.style3 {
	font-family: Arial;
	font-size: 11px;
	color:#000000;
}
.copyrihgt {
	font-family: Arial; 
	font-size: 11px; 
	color: #FFFFFF; 
}

.text-head{
	font-family: Arial; 
	font-size: 24px; 
	color: #666666; 
}

.text{
	font-family: Arial; 
	font-size: 13px; 
	color: #333333; 
}

.text-bold{
	font-family: Arial; 
	font-size: 13px; 
	font-weight:bold;
	color: #333333; 
}

.text-red{
	font-family: Arial; 
	font-size: 13px; 
	font-weight:bold;
	color: #990000; 
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.buttonmenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 162px;
}

.buttonmenu li a{
color: #333333;
display: block;
width: 100%;
padding: 4px 10px;
text-decoration: none;
font:13px Arial;
border-top:1px #f3e6e3 solid;
border-bottom:1px #a69996 dotted; /*light dark dark light*/
background-color: #f3e6e3;
text-decoration:none;
}


.buttonmenu li a:visited{
color: #333333;
}

.buttonmenu li a:hover, .buttonmenu li a:active{
color: black;
border-top:1px #FFFFFF solid;
border-bottom:1px #FFFFFF solid;
background-color: #cfc4c1;
}

/* End Menu*/