@import "screen_aj.css";

body{
	background: url(/images/anadolu_jet/detail_page_back.jpg) repeat-x;
}


#topContainer{
	height:100px;
	background:url(/images/anadolu_jet/detail_page_top_back.jpg) repeat-x;
	position:relative;
}

#rightContent {
	float:right;
	width:300px;
	margin:0;
	padding:0 32px 0 10px;
}




/*	Global Navigation
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
/*
#globalnav {
	line-height:15px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0pt 0pt 17px 10px;
	width:782px;
	font-size:13px;
	position:absolute;
	left:250px;
	top:33px;
}
#globalnav LI {
	float:left;
	margin:0;
	background:url(/anadolujetbt/images/border_line.jpg) no-repeat left;
}
#globalnav A {
	display:block;
	color:#003399;
	text-decoration:none;
	padding:4px 10px 6px 10px;
	font-weight:bold;
}
#globalnav A.here:link,
#globalnav A.here:visited {
	position:relative;
	background:#FFFFFF;
	margin-left:2px;
}
/*subnav*/
/*
#globalnav UL {
	position:absolute;
	left:50px;
	top:31px;
	margin:0;
	padding:2px 2px 2px 8px;
	list-style:none;
	width:650px;
}
#globalnav UL LI {
	float:left;
	display:block;
	margin-top:1px;
	background:none;
	font-weight:normal;
}
#globalnav UL A {
	color:#003399;
	display:inline;
	margin:0;
	padding:6px;
	border:0;
	font-weight:normal;
}
#globalnav UL A.here,
#globalnav UL A.here{
	font-weight:bold;
	background:none !important;
}

*/
/******************************
teaser
******************************/


.teaser {
	width:240px;
	margin:0 0 20px 0;
/*	background-image: url(bg_teaser.png);
	background-repeat:no-repeat;*/
	}
.teaserWide {
	width:270px;
	margin:0 0 20px 0;
	/*background-image: url(bg_teaser.png);
	background-repeat:no-repeat;*/
	}
.teaser img,
.teaserWide img {
	float:left;
	padding:10px !important;
	margin:0;
	border-top: 1px solid #ddd ; !important 
	border-left: 1px solid #ddd ;!important 
	}
	
.teaserText {
	float:right;
	width:138px;
	}
.teaserWideText {
	float:right;
	width:168px;
	}

/** görselsiz
.teaser img, .teaser a{
	display:none;
}
.teaserText img, .teaser a{
	display:inline;
}
.teaserText{
	float:none;
}

*/


