/* Nerd Web CSS */

html, body { height: 100%; }
body { margin: 0px; font:10px Verdana, Arial, Helvetica, sans-serif; color: #000000; background-color: #FFFFFF; }
#nerd { position:relative; min-height: 100%; }
html>body #nerd { height: auto; }
.t-bg { background-image: url(img/t-bg.jpg); background-repeat: repeat-x; height: 36px; }
.t-bg2 { background-image: url(img/t-bg2.jpg); background-repeat: repeat-x; height: 41px; padding-left:20px; }
.icerik { background-color: #ffffff; cursor:default;}
.haberBaslik { font-size:14px; color:#3B4B69; font-weight:bold;}
.haber { padding-left:20px; }
.haber a { color:#990000; text-decoration: none;}
.haber a:hover { color:#FF0000; }
.menu a, .menu a:visited { filter:alpha(opacity=50); opacity: 0.5; -moz-opacity:0.5 }
.menu a:hover { filter:alpha(opacity=100); opacity: 1; -moz-opacity:1 }
#footer { position:absolute; bottom:0; background-image: url(img/b-bg.jpg); width:100%; color:#FFFFFF; background-repeat: repeat-x; text-align: center; cursor: default;
letter-spacing: .1em; padding-top:5px; padding-bottom:5px; }