/* CSS Document */
body {
margin:0px;
background-image:url(../images/bg-top.jpg);
background-repeat:no-repeat;
background-position:center top;
background-color:#000000;
font-family:"Trebuchet MS";
font-size:12px;
color:#000000;
}
a {
color:#000000;
text-decoration:none;
}
a:hover{
text-decoration:underline;
}
.menu{
background-image:url(../images/bg-menu.gif);
background-repeat:repeat-x;
height:31px;
}
.menu a {
font-family:"Trebuchet MS";
font-size:14px;
color:#FFFFFF;
text-decoration:none;
}
.menu a:hover {
color:#ffa42e;
text-decoration:underline;
}
.icerik {
background-color:#FFFFFF;
border-bottom:4px solid #ffa42e;
}
h1 {
font-size:14px;
color:#ffa42e;
font-weight:bold;
}
.baslik{
font-size:14px;
color:#ffa42e;
font-weight:bold;
}
.field{
font-family:Tahoma;
font-size:11px;
color:#000000;
}
