@charset "utf-8";
/* CSS Document */
/*
body, html {
	height: 100%;
}
*/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #404040;
}

a:link { color: #000000; text-decoration: none; border: none;}
a:hover { color: #000040; text-decoration: none; border: none;}
a:active { color: #000040; text-decoration: none; border: none;}
a:visited { color: #000000; text-decoration: none; border: none;}
a:focus { outline: none; }

img { border: none; }

.bgpos {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 0px;
}

body {
	background-image: url(IMG/BG-big.jpg);
	background-position: center top;
	background-color: #E0E0E0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	
	font: Arial, Helvetica, sans-serif 11px #404040;
	
	margin: 0px;
	padding: 0px;
	
	min-width: 930px
}

#HEADER {
	width: 100%;
	
	display: none;
}

#CONT {
	width: 100%;
	display: block;
}


#CONT .logo {
	width: 100%;
	height: 80px;
	background: url(IMG/logo-EmlekMas.png) top no-repeat scroll;
	margin: 200px 0px 0px 0px;
}

#CONT .menu {
	width: 350px;
	height: auto;
	display: block;
	float: right;
	margin: 80px 0px;
}

#CONT .menupoint, #CONT .menupoint:hover {
	display: block;
	width: auto;
	height: 30px;
	margin: 0px 0px 0px 0px;
	background-position: right 0px;
	background-repeat: no-repeat;
	cursor: pointer;
}

#CONT .menupoint > span {
	visibility: hidden;	
}

#CONT .menupoint:hover {
	background-position: right -30px;
}

#PREFOOTER {
	width: 100%;
	height: 0px;
	clear: both;
}

#FOOTER {
	width: 100%;
	min-width: 930px;
	display: block;
	position: static;
	height: 75px;
	background: url(IMG/BG-footer.png) top center scroll repeat-x;
}

#FOOTER .logo {
	margin: -10px -10px -10px -10px;
	float: right;
	border: 0px solid #FF0000;
}

#FOOTER .menu {
	float: left;
	margin: 10px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	word-spacing: 15px;
	border: 0px solid #FF0000;
}

#FOOTER .menu a,
#FOOTER .menu a:link,
#FOOTER .menu a:hover,
#FOOTER .menu a:active,
#FOOTER .menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	border: none;
}

.contnorm, .contmod {
	width: 900px;
	height: auto;
	margin: 0px auto 0px auto;
}

.contmod {
	width: 930px;
}