/* Tab Menü */
* {
padding: 0;
margin: 0;
list-style: none;
border: 0;
text-decoration: none;
}
#tab-menu {
width: 100%;
font:15px 'Open Sans';
}

.ustbaslik {
background: #41b4c6;
color:#FFFFFF !important;
font-weight: bold;
font:15px 'Open Sans';
position: relative;
z-index: 2;
width:100%;
}

.tab-menu {
width:100%;
position: fixed;
z-index: 2;
}
.tab-menu a {
background: #ffffff;
border-bottom: 5px solid #41b4c6;
color: #333333;
width: 50%;
text-decoration: none;
text-align:center;
font-weight: bold;
font-size: 14px;
padding: 10px 0px;
display: inline-block;
z-index:9998;
}
.tab-menu a.aktif {
background: #41b4c6;
color: #FFF;
border-bottom: 5px solid #41b4c6;

z-index:9999;
}
.tabmenuContent {
background: #ffffff;
padding: 10px;
    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;
}