/***********global schema**********/
html {
    height: 100%;
    margin: 0px;
    padding: 0px;
}
body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    color: #2e2e2e;
	font-size: 11px;
	line-height: 17px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#lineYellow{
	width: 50%;
	height: 173px;
	position: absolute;
	right: 0px;
	background: url(../images/lineYellow.png) top left repeat-x;
	z-index: 1;
}
#outerAll{
	position: absolute;
	z-index: 2;
	width: 100%;
	background: url(../images/lineBlue.png) top left repeat-x;
}
#pageAll{
	margin: 0 auto;
	width: 950px;
}
#logoToplinks{
	padding: 6px 20px 0 20px;
	height: 90px;
}
#logo{
	float: left;
	padding: 19px 0 0 0;
}
#topnav{
	float: right;
	padding: 10px 0 0 0;
	font-size:14px;
}
#topmenu{
	height: 42px;
	border-left: 1px solid #478eb7;
}
#yellowArea{
	height: 34px;
	background: #FD0002;
	width: 100%;
}
#lang{
	float: right;
	width: 98%;
	padding-top: 10px;
	padding-right: -40px;
	padding-bottom: 0;
	padding-left: 0;
}
#header{
	background: url(../images/bgBanner.png) top right no-repeat #fdfdfc;
	width: 100%;
	border-bottom: 7px solid #0d6aa0;
	border-top: 1px solid #fff;
	position: relative;
}
#slogan{
	position: absolute;
	right: 11px;
	top: 28px;
	text-align: right;
	width: 280px;
}
#contact{
	padding: 10px 20px 10px 70px;
	white-space: nowrap;
	background-color: #f0f1ec;
	background-image: url(../images/online-destek.png);
	background-repeat: no-repeat;
	background-position: 0px 20px;
}
#smallMenu{
	height: 15px;
	padding: 7px 10px;
	background: #0d6aa0;
}
#banner{ 
	padding: 10px 0;
	text-align: center;
	}
#footer{ 
	color: #aaaaaa;
	padding: 15px 0; 
	border-top: 7px solid #0d6aa0; }
#JM{ float: left; }
#bottom{ float: right; }

#user12,
#user12_oneuser{ 
	padding: 5px;
	border-top: 1px solid #e8e8e8;
	}
#user1{ 
	float: left;
	width: 50%;
	 }
#user2{ 
	float: right;
	width: 50%;
	 }
#user12_oneuser #user1,
#user12_oneuser #user2{
	width: 100%;
	float: none;
}
/*
 scheme_1 - no sidebars
 scheme_2 - one sidebar
 scheme_3 - two sidebars
 */ 
 
#wrapper { 
	text-align: left;
	padding: 1px 0;
	} 
#main{} 
#maincontent{ padding: 20px; }
#wrapper #left {
    float: left;
    width: 300px;
	padding: 0;
	margin: 0;
	border-right: 1px solid #e8e8e8;
} 
#wrapper.scheme_2 #content{
    float: left;
    width: 649px;
} 
#wrapper.scheme_1 #content {
    width: 950px;
}


/***clearing***/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
	visibility: hidden;
} 
.clearfix {
    min-width: 0;
    display: inline-block; /* \*/
    display: block;
}
 /* trigger hasLayout for IE7. Hide from IE Mac */ 
 * html .clearfix {
    height: 89px;
}
 /* Hide from IE Mac */ .clr, .clear {
    clear: both;
}
