/* CSS Document */

body {
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-color: #CCCCCC;
	margin: 27px 0 0 50px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 0.8em;
	line-height: 17px;
	}
	
.bold {
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
	}

.footer {
	font-size: 0.75em;
	color: #777777;
	font-style: italic;
	padding: 3px;
	}
	
.adres {
	font-size: 0.75em;
	color: #444444;
	font-style: italic;
	padding: 3px;
	}
	
.baslik {
	font-size: 1.6em;
	letter-spacing: 0px;
	color: #CC0000;
	font-weight: bold;
	padding: 0 10px 0 20px;
	}
	
.homebaslik {
	font-size: 1.4em;
	letter-spacing: -1px;
	color: #CC0000;
	font-weight: bold;
	padding: 0 0 0 15px;
	}
	
.altbaslik {
	font-size: 1.25em;
	letter-spacing: 0px;
	color: #CC0000;
	font-weight: bold;
	}
	
.altbaslik_yesil {
	font-size: 1.1em;
	letter-spacing: 0px;
	color: #7E9344;
	font-weight: bold;
	}

.menu {
	font-size: 1.1em;
	letter-spacing: -1px;
	color: #7E9344;
	font-weight: bold;
	padding-left: 20px;
	padding-bottom: 7px;
	}

.blok {
	padding: 10px;
	margin: 10px;
	font-weight: bold;
	background-color: #EEEEEE;
	background-image: url(../images/block.gif);
	background-position: top right;
	background-repeat: no-repeat;
	}
	
a {
	font-size: 1.0em;
	text-decoration: none;
	letter-spacing: 0px;
	color: #7E9344;
	font-weight: bold;
	}
	
a:visited {
	color: #7E9344;
	}
	
a:hover {
	color: #CC0000;
	}
	
	
/* Vertical News Ticker */
	
#jump_base {
  overflow-y:hidden;
  width: 275px;
  height: 116px;
  margin: auto;
  padding: 0 10px 0 10px;
  font-size: .9em;
}

#jump_base a {
  color: #333333;
  background-color: inherit;
}
