/* Tab Menü */
* {
padding: 0;
margin: 0;
list-style: none;
border: 0;
text-decoration: none;
font-family: Arial
}
#tab-menu {
padding: 0px;
margin-top:15px;
width: 100%
}
.tab-menu {
margin-bottom: 5px
}
.tab-menu a {
background: none repeat scroll 0% 0% #134bcc;
border-bottom: 5px solid #fdcc76;
color: #fff;
text-decoration: none;
font-weight: bold;
font-size: 14px;
padding: 10px 20px;
display: inline-block;
}
.tab-menu a.aktif {
background: none repeat scroll 0% 0% rgb(9, 60, 177);
color: rgb(255, 255, 255);
border-bottom: 5px solid #fbaf29;
}
.tabmenuContent {
background: #fff;
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;
}