html {
	margin:0;
	padding:0;
	height:100%;
}
body {
	margin:0;
	padding:0;
	height:100%;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
#top-holder {
	width:100%;
	/*background-color:#000000;*/
	background-image:url(../images/bg-top.png);
	border-bottom:1px solid #999;
}
#middle-images {
	height:750px;
	width:100%;
	background-image:url(../images/bg.png);
}
#main-content {
	background-color:rgb(239,239,239);
	border:1px solid rgb(150,150,150);
	width:930px;
	height:615px;	
	margin:0 auto;
	position:relative;
	top:20px;
	padding:10px;
	border-radius: 10px/10px;
	-webkit-border-radius: 10px 10px;
	-moz-border-radius: 10px/10px;
	box-shadow: 0px 0px 8px 5px rgba(50, 50, 50, 0.25);
	-webkit-box-shadow: 0px 0px 8px 5px rgba(50, 50, 50, 0.25);
	-moz-box-shadow: 0px 0px 8px 5px rgba(50, 50, 50, 0.25);	
}

#bottom-holder {
	width:100%;
	position:fixed;
	bottom:0;
	z-index:2;
	box-shadow: 0px -5px 5px 0px rgba(50, 50, 50, 0.25);	
	-webkit-box-shadow: 0px -5px 5px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow: 0px -5px 5px 0px rgba(50, 50, 50, 0.25);
}
#infobar-holder {
	height:40px;
	width:100%;
	background-color:#CCCCCC;
	border-top: 1px solid #bbb;
}
#infobar-content {
	width:920px;
	margin:0 auto;
}
#copyright-content {
	height:30px;
	width:100%;
	margin:0 auto;
	text-align:center;
	line-height:30px;
	font-weight:bold;
	background-image:url(../images/bg-bottom.png);
	background-repeat:repeat-x;
	border-top:1px solid #666;	
	color:#CCCCCC;
}
/* Weather */
#weather-icon {
	margin:-5px;
}
#weather-date {
	margin-top:5px;
}
#weather-temp {
	font-size:14px;
}
#div_scroll {
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
	height:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
#galeri {
	width:900px;
	margin: 10px auto;
}
#galeri img {
	border:2px solid #FFF;	
	-webkit-border-radius: 10px 10px;
	-moz-border-radius: 10px/10px;
	border-radius: 10px/10px;
	float: left;
	margin:10px;
}
.money-icon {
	margin-top:5px;
}
.money-type {
	font-weight:bold;
}
.money-value {
	font-size:14px;
}
.tablokenar {
	border-collapse:collapse;
}
.tablokenar tr td {
	border:1px solid #666;
}
.cross_line {
	background-image:url(../images/bg-td.png);
}
.contact_input {
	background-image:url(../images/bg-input.png);
	border:1px solid #666;
	padding:0;
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;	
}
.contact_textarea {
	background-image:url(../images/bg-input.png);
	border:1px solid #666;
	padding:0;
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}
.contact_button {
	background-color:#DDDDDD;
	border:1px solid #666;
	padding:0;
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;	
}

#anasayfa img, #kurumsal img, #odalar img, #toplanti img {
    border: 4px solid #fff;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	margin: 0 15px 15px 15px;
}