/* Tab Menü */
* {
padding: 0;
margin: 0;
list-style: none;
border: 0;
text-decoration: none;
}
#tab-menu {
width: 100%;
font:18px 'PT Sans Narrow';
}

.ustbaslik {
background: #4aafbb;
color:#FFFFFF !important;
font-weight: bold;
font:18px 'PT Sans Narrow';
position: relative;
z-index: 9999;
width:100%;
}

.tab-menu {
width:100%;
position: fixed;
z-index:9999;

}

.tab-menu-ust {
background: #FFF;
border-bottom: 1px solid #e2e2e2;
color: #333333;
width: 100%;
text-decoration: none;
text-align:center;
font-weight: bold;
font-size: 18px;
padding: 10px 0px;
display: inline-block;
position: fixed;
z-index:9998;
font-family: 'PT Sans Narrow';
/*-webkit-box-shadow: 0 5px 15px 1px #A1A1A1;
box-shadow: 0 5px 15px 1px #A1A1A1;*/
}



.tab-menu a {
background: #fff;
border-bottom: 3px solid #4aafbb;
color: #666;
width: 100%;
text-decoration: none;
text-align:center;
font-weight: bold;
font-size: 18px;
padding: 10px 0px;
display: inline-block;

}
.tab-menu a.aktif {
background: #fff;
color: #666;
border-bottom: 3px solid #fff;

z-index:9999;
}
.tabmenuContent {
background: #eee;
padding: 0px;
    z-index: 1;
	
}

/* Şablon (Almanıza Gerek yok) */
body {
background: #ffffff;
}
#header a {
color: #000;
}
#header {
width: 100%;
height: 70px;
background: white;
}
#header span.sag, span.sol {
line-height: 70px;
}
#header span.sag {
float: right;
}
#header span.sol {
float: left;
margin-left: 20px;
}




