@charset "utf-8";
/* CSS Document */

body {
	background: #fff;
	font: 15px Helvetica, verdana, sans-serif;
	margin: auto;
	color: #333333;
}

.header {
    background-color: #222;
	height: 58px;
	width: auto;
	max-width: 640px;
	margin-left:auto;
	margin-right:auto;
}
	
.logo {
	max-width: 302px; 
	width: 70%;
	height: auto;
	float:left;
}
	
.menu {
	color:;
	width: 25%;
	height: 58px;
	float:right;
	text-align: center;
	font-weight:bold;
	padding-top:;
}

.tepe {
	margin-left:auto;
	margin-right:auto;
	width: auto;
	height: auto;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: center;
}

.reklam {
	max-width: 640px;
	background: ;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	height: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	color: #999999;
}

.ust-reklam {
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	height: auto;
	text-align: center;
	color: #999999;
	background: ;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #fff;
}
	
.ust {
	height: auto;
	width: auto;
	max-width: 640px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	background: #333;
}
	
.orta {
	background:#fff;
	height: auto;
	padding-top: 3px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 3px;
	width: auto;
	max-width: 628px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 0;
	line-height: 26px;
}

.alt {
	background:#fff;
	height: auto;
	padding-top: 3px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 12px;
	width: auto;
	max-width: 628px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 5px;
	line-height: 26px;
}
	
.icerik {
	height: 50px;
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	border: 2px #888888 dotted;
	text-align: center;
	font-weight: bolder;
	padding-top: 7px;
	width: auto;
	max-width: 632px;
}

.footer-alt {
	width: 100%;
	max-width: 640px;
	margin-left:auto;
	margin-right:auto;
	clear:left;
	text-align: center;
	color: #999999;
	font-size: 12px;
	padding-top: 6px;
	padding-bottom: 5px;
	background: #333;
}

h1 {
	font-size:18px;
	}

h2 {
	font-size:17px;
	}

h3 {
	font-size:16px;
	}

a:link {
	text-decoration: none;
	color: #fff;
}
a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: none;
	color: #777777;
}
a:active {
	text-decoration: none;
}

.orta a:link {
	text-decoration: none;
	color: #7B7B7B;
}
.orta a:visited {
	text-decoration: none;
	color: #7B7B7B;
}
.orta a:hover {
	text-decoration: none;
	color: #777777;
}
.orta a:active {
	text-decoration: none;
}

.alt a:link {
	text-decoration: none;
	color: #7B7B7B;
}
.alt a:visited {
	text-decoration: none;
	color: #7B7B7B;
}
.alt a:hover {
	text-decoration: none;
	color: #777777;
}
.alt a:active {
	text-decoration: none;
}

.footer-alt a:link {
	text-decoration: none;
	color: #999999;
}
.footer-alt a:visited {
	text-decoration: none;
	color: #999999;
}
.footer-alt a:hover {
	text-decoration: none;
	color: #666666;
}
.footer-alt a:active {
	text-decoration: none;
}

img, embed, object, video {
  	max-width: 100%;
}

ul#menu, ul#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul#menu li {
	float: right;
	position: relative;
	width: 100%;
	text-align: center;
}
ul#menu li a {
	font: bold 15px Helvetica, verdana, sans-serif;
	display: block;
	margin: 0;
	color: #fff;
	background-image: ;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
ul#menu li a:hover {
    color: #333333;
	-webkit-box-shadow: inset 0 1px rgba(169,169,169,.8);
	-moz-box-shadow: inset 0 1px rgba(169,169,169,.8);
	box-shadow: inset 0 1px rgba(169,169,169,.8);
	background-image: -webkit-linear-gradient(bottom, #999999, #555555);
	background-image: -moz-linear-gradient(bottom, #999999, #555555);
	background-image: -o-linear-gradient(bottom, #999999, #555555);
	background-image: linear-gradient(to top, #999999, #555555);
}
ul#menu li:hover ul {
    display: block;
}
ul#menu li ul {
    display: none;
    position: absolute;
    left: 0;
	top: auto;
    left: auto;
}
ul#menu li ul li {
	font: bold 15px Helvetica, verdana, sans-serif;
	display: block;
	margin: 0;
	color: #fff;
    background-color: #999999;
	text-decoration: none;
}
ul#menu li ul li a{
    color: #fff;
    background-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 3px;
	padding-right: 3px;
}
ul#menu li ul li a:hover {
    color: #333333;
    background-color: #888888;
}

.footer {
	-webkit-box-shadow: inset 0 1px rgba(169,169,169,.8);
	-moz-box-shadow: inset 0 1px rgba(169,169,169,.8);
	box-shadow: inset 0 1px rgba(169,169,169,.8);
	background-image: -webkit-linear-gradient(bottom, #c8c8c8, #dedede);
	background-image: -moz-linear-gradient(bottom, #c8c8c8, #dedede);
	background-image: -o-linear-gradient(bottom, #c8c8c8, #dedede);
	background-image: linear-gradient(to top, #c8c8c8, #dedede);
	display: table;
	width: 100%;
	max-width: 640px;
	margin-left:auto;
	margin-right:auto;
	clear:left;
}

.footer link {
	display: table-row;
}

.footer a:link {
	display: table-cell;
	line-height: 50px;
	width: 30%;
	text-align: center;
	color: #333;
	font-weight: 600;
	font-size: 15px;
}
	
.footer  a:visited {
	text-decoration: none;
	color: #555;
}
.footer  a:hover {
	background: rgba(0,0,0,0.05);
}

.footer l a.middle {
	width: 40%;
	border-left: 1px solid #b4b4b4;
	border-right: 1px solid #b4b4b4;
}

ul#icerik-blog{
	margin: 0px 0px 0px 20px;
	padding: 0px;
	width: auto;
	list-style:  square;
}
ul#icerik-blog li{
	line-height:33px;
	border-bottom: ;
}
ul#icerik-blog li:first-child{
	border-top:;
}
ul#icerik-blog li:nth-child(odd){
	background-color: #F9F9F9;
}
ul#icerik-blog li:nth-child(even){
	background-color: ;
}
ul#icerik-blog li a:hover {
    color: #999;
	text-decoration: none;
}
ul#icerik-blog li:hover ul {
    display: block;
}

.mobilmenu{
    background-color: #EAEAEA;
    overflow:hidden;
}
.mobilmenu .open{
    display:none;
    color:#fff;
    padding: 15px 10px 25px 0px;
	background-image: url(images/muhasebe-logo.png);
	background-position: center;
	background-repeat:no-repeat;
    cursor: pointer;
	font-weight:bold;
    height: 18px; 
}
.mobilmenu ul li{
    float:left;
    margin-right:10px;
	list-style: none;
}
.mobilmenu ul li a{
    z-index:9999;
    position: relative;
    display:block;
    color:#888;
    font-size:14px;
	font-weight:bold;
    letter-spacing:.7px;
    padding: 10px 1px;

}
.mobilmenu ul li a:after{
    z-index:-1;
    content:"";
    position:absolute;
    width:100%;
    height:0%;
    bottom:0;
    left:0;
    background-color:;
    transition:height 150ms;
}
.mobilmenu ul li a:hover{
    color:#222;
}
.mobilmenu ul li a:hover:after{
    height: 100%;
}
@media (max-width:768px) {
    .mobilmenu .open{display:block;}
    .mobilmenu ul {display:none;}
    .mobilmenu ul li{float:none; margin-left:-25px; border-bottom:1px dotted #888888}
    .mobilmenu ul li:last-child{border-bottom:none}
}
@media (min-width:768px) {
    .mobilmenu ul {display:block!important;}
}