/** BASIC */

body {
	margin: 0px 0;
	font: normal small Arial, Helvetica, sans-serif;
	color: #000;
	background: url(images/background.gif) no-repeat;

}

a {
	text-decoration: none;
	border: none;
}

a:hover {
	border: none;
}

/** HEADER */

#header-button {
	width: 530px;
	height: 70px;
	margin: 10px 5px 0 0;
	padding: 7px 0px 0 410px;
}

#header-current {
	width: 450px;
	height: 10px;
	margin: 0px 0 0px 0;
	padding: 0px 18px 27px 12px;
}


/** MENU */

#menu {
	width: 260px;
	margin: -2.25em auto 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	text-align: right;
	list-style-type: none;
}

#menu li {
	display: inline;
	list-style-type: none;
}

#menu a {
	padding: 0 10px 0 11px;
	border: none;
}

#menu .first a {
	border: none;
}

/** CONTENT */

#content {
	width: 560px;
	margin: 8px 0 1px 0;
}

#content * {
	line-height: 0%;
}

#columnA {
	float: left;
	padding: 8px 0 0 2px;
}

/** FOOTER */

#footer {
	width: 560px;
	height: 45px;
	margin: 0px 0 0px 0;
	padding: 0 0px 0px 3px;
}

table.ex1 {table-layout:left}
table.ex2 {table-layout:fixed}

.uyari{color:blue} /* tum taricilar */
.uyari { color /*\**/: red\9 } /* ie8 ve ie 7 */
*+html .uyari{color:blue} /* ie 7 */
