/* Tab Menü */
* {
padding: 0;
margin: 0;
list-style: none;
border: 0;
text-decoration: none;
}
#tab-menu {
padding: 15px;
width: 880px
}
.tab-menu {
margin-bottom: 5px
}
.tab-menu a {
background: none repeat scroll 0% 0% #cecece;
border-bottom: 5px solid #ededee;
color: #000000;
text-decoration: none;
font-weight: bold;
font-size: 14px;
padding: 10px 20px;
display: inline-block;
}
.tab-menu a.aktif {
color: #ffffff;
background: none repeat scroll 0% 0% rgb(24, 105, 37);
border-bottom: 5px solid #fbaf29;
}
.tabmenuContent {
padding: 10px;
border: 1px solid #ececec;
}

/* Şablon (Almanıza Gerek yok) */
body {
background: #f5f5f5;
}
#header a {
color: #000;
}
#header {
width: 100%;
height: 70px;
background: white;
}
#header span.sag, span.sol {
line-height: 70px;
}
#header span.sag {
float: right;
margin-right: 20px;
}
#header span.sol {
float: left;
margin-left: 20px;
}