@charset "utf-8";


/* Tab Menü */
*{
	padding: 0;


	margin: ;
	list-style: none;
	border: 0;
	text-decoration: none;
}
#tab-menu {
	width: 90%;
	padding-bottom: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 2px;
	margin-left: 5%;
}
.tab-menu {
	margin-bottom: 25px;
	width: 100%;
	height: 15px;
}
.tab-menu a {
	border-bottom: 5px solid #fdcc76;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	display: inline-block;
	background-color: #CCC;
	padding-top: 10px;
	padding-bottom: 15px;
	height: 10px;
	width: 30%;
}
.tab-menu a.aktif {
	border-bottom: 5px solid #fbaf29;
	background-color: #CCC;
	height: 10px;
}
.tabmenuContent {
	background: #fff;
	padding: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
	width: 100%;
	border: thin none #CCC;
}

/* Şablon (Almanıza Gerek yok) */
