/* Layout Stylesheet */ 

body {
	margin:0;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	list-style-image: url(../images/ok.gif);	
}

#top {
	width: 94%;
	height: 55px;
	margin-right: auto;
	margin-left: auto;
	/* margin-left: -50px; 
	/* Half the width of the DIV tag which is 50 pixels */
	padding: 5px;	
	background-image: url(../images/tpd7.gif);
	background-repeat: repeat-x;
	text-align: center;
	background-color: #fff;
}
#wrap {
	float: right;
}
	
.wr {
	float: left;
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	color: #cc0000;
	font-weight: bold;
	letter-spacing: 2px;
}
		
#content {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	background: #fff;
	text-align: left;
	padding: 5px;
	color: #000;
 }
 
 #footer {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding: 5px;
	background-color: #fff;
	font-size: 11px;
	background-image: url(../images/btm3.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
}


a:link {
	text-decoration: none;	font-weight: bold;	color: #333300;	font-family: Verdana, Arial, Helvetica, sans-serif;}
a:visited {
	text-decoration: none;	color: #336666;	font-weight: bold;	}
a:hover {
	text-decoration: underline;	color: #CC0000;	font-weight: bold;}

a:active {
	text-decoration: none;	color: #669900;	font-weight: bold;}


.float { float: left; } 
.sag { float: right; } 
.image { float: left; padding: 5px;  } 


.brd { border: 3px double #999999; padding: 5px; background-color: #333; } 

.bold{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FF3300;
	font-weight: bold;
	letter-spacing: 2px;
}
.koyu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: bold;
	font-size: 14px;
}
.renkli{
	color: #660033;
	font-size: 18px;
	font-family: "Eras Medium ITC", sans-serif;
	font-weight: 900;
	letter-spacing: 2px;
}

.tb{
	color: #CCCC00;
	font-weight: bold;
	font-size: 14px;
	border-left: 5px solid #D4D6B4;
	border-bottom: 1px dashed #D4D6B4;
	width: 40%;
	padding: 4px;
}


.icon{
	font-weight: bold;
	height: 53px;
	font-size: 16px;
	border-bottom: 1px dashed #D4D6B4;
	background-image: url(../images/dosya.gif);
	background-color: transparent;	
	background-position: left top;
	background-repeat:no-repeat;
	padding: 20px 0px 0px 53px;
}

