/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #380703;
}
body,td,th {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
}

	h2	{clear:both;padding-top:20px;}
	ul {
	list-style:none;
	margin:0;
	padding:0;
	font-size:16px;
	font-weight:bold;
	font-family: "Trebuchet MS";
}

.style1 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}
.style2 {color: #FFFFFF}
.baslik_combo {BORDER-LEFT: 1px solid #2D6F91;
BORDER-TOP: 1px solid #2D6F91;
BORDER-RIGHT: 1px solid #2D6F91;
BORDER-BOTTOM: 1px solid #2D6F91;
PADDING-RIGHT: 4px;
PADDING-LEFT: 4px;
FONT-SIZE: 8pt;
PADDING-BOTTOM: 1px;
COLOR: #5B5B5B;
PADDING-TOP: 1px;
BACKGROUND-REPEAT: no-repeat;
FONT-FAMILY:tahoma;
BACKGROUND-COLOR: #ffffff;
}


.ara{
	background-image: url(images/mavi_hakkimizda_bg.jpg);
	background-repeat: repeat-x;
}
.style1 {
	font-family: Tahoma;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	margin-left: 20px;
}

.style2 {color: #FFFFFF}

.style4 {
  color: #333333;
}

.style5 {
  color: #313131;
  font-weight: bold;
}

.style6 {
  font-size: 11px;
  font-weight: bold;
}

.baslik_yazi {
  color: #FFFFFF;
  font-weight: normal;
  padding-left: 27px;
  padding-top: 5px;
  font-family: Arial, Helvetica, sans-serif;
  padding-right: 0;
  padding-bottom: 0
}

.baslik_yazi2 {
  color: #FFFFFF;
  font-weight: normal;
  padding-left: 20px;
  padding-top: 5px;
  font-family: Arial, Helvetica, sans-serif;
  padding-right: 0;
  padding-bottom: 0
}

.style10 {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 11px;
}

.style11 {
  font-family: Arial, Helvetica, sans-serif;
}

.style12 {
  color: #FFFFFF;
  font-weight: bold;
  padding-left: 30px;
  padding-top: 7px;
  font-family: Arial, Helvetica, sans-serif;
}

.style14 {
  font-size: 10px;
  font-weight: bold;
}

.kayan_yazi {
padding-top:4px;
  color: #FFFFFF;
  font-size: 11px;
}

#pointermenu2{
  margin: 0;
  padding: 0;
  width: 576px;
}

#pointermenu2 ul{
  margin: 0;
  margin-left: 15px;
  float: left;
  padding-left: 8px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 12px;
  background: #1E6291 url(rightround2.gif) top left no-repeat;
}

* html #pointermenu2 ul{
  margin-top: 1px;
  margin-left: 7px;
}

#pointermenu2 ul li{
  display: inline;
}

#pointermenu2 ul li a{
  float: left;
  color: white;
  font-weight: bold;
  padding: 7px 9px 7px 5px;
  text-decoration: none;
}

#pointermenu2 ul li span{
  float: left;
  color: white;
  font-weight: bold;
  padding: 4px 4px 0px 0px;
  text-decoration: none;
}

#pointermenu2 ul li a:visited{
  color: white;
}

#pointermenu2 ul li a:hover, #pointermenu2 ul li a#selected{
  color: #CCCCCC;
  background: transparent url(pointer.gif) top center no-repeat;
}

#pointermenu2 ul li a#rightcorner{
  padding-right: 0;
  padding-left: 4px;
  background: url(leftround2.gif) top right no-repeat;
}

.style2 {
  color: #B01519;
  font-weight: bold;
}

.style16 {
  font-size: 11px;
  color: #990000;
}

.aktif {
BORDER-LEFT: 1px solid #CC0033;
BORDER-TOP: 1px solid #CC0033;
BORDER-RIGHT: 1px solid #CC0033;
BORDER-BOTTOM: 1px solid #CC0033;
PADDING-RIGHT: 4px;
PADDING-LEFT: 4px;
FONT-SIZE: 8pt;
PADDING-BOTTOM: 1px;
COLOR: #5B5B5B;
PADDING-TOP: 3px;
BACKGROUND-REPEAT: no-repeat;
FONT-FAMILY:tahoma;
BACKGROUND-COLOR: #ffffff;
  height: 14px
}
.baslik_combo {
BORDER-LEFT: 1px solid #CC0033;
BORDER-TOP: 1px solid #CC0033;
BORDER-RIGHT: 1px solid #CC0033;
BORDER-BOTTOM: 1px solid #CC0033;
PADDING-RIGHT: 4px;
PADDING-LEFT: 4px;
FONT-SIZE: 8pt;
PADDING-BOTTOM: 1px;
COLOR: #5B5B5B;
PADDING-TOP: 1px;
BACKGROUND-REPEAT: no-repeat;
FONT-FAMILY:tahoma;
BACKGROUND-COLOR: #ffffff;
}
#mainContainer{
		margin:0 auto;
		width:498px;
		text-align:left;

		border-left:1px solid #000;
		border-right:1px solid #000;
		border-bottom:1px solid #000;

	}
	#ads{
		width:230px;
		margin-top:10px;	
	}

	img{
		border:0px;
	}
	p{	
		margin-top:0px;
	}
	.clear{
		clear:both;
	}
	#mainContainer{
		width:230px;
		margin:0 auto;

		padding:10px;
		text-align:left;
			
	}
	
	/* 
	END OF DEMO CSS
	*************************************/
	
	/* CSS for my first scrolling box */
	#scrollingContainer{
		width:220px;	/* 170 pixels in width */
		height:170px;	/* Height of box */
		
		border:1px solid #000;	/* Black border around box */


		padding:2px;	/* A little bit of space between border of box and text inside */
		float:left;	/* I want the text to wrap around the box */
		margin-right:10px;	/* Right margin of 10 pixels */
		font-size:0.9em;	/* Smaller font size than the rest of the page */
		
		overflow:hidden;	/* Hide overflow content */
	}
	/* End css for my first scrolling box */
	
	
	/* CSS for my second scrolling box */
	#scrollingContainer2{
		width:100px;	/* Width of second box */
		height:150px;	/* Height of second box */
		
		border:1px solid #000;
		background-color: #DDD;

		padding:2px;	/* A little bit of space between border of box and text inside */
		float:right;	/* I want the text to wrap around the box */
		margin-left:10px;	/* Space at the left of the box */
		color:red;	/* red text color */
		
		
	}
	#scrollingContent2{
		font-size:0.9em;
	}	
	
