*{ margin: 0; padding: 0; }*
body { font: 11px Arial, Sans-Serif; line-height: 1.8em; background: #333; color: #000; }

a {COLOR: #6587E0; text-decoration: none;}
a:visited {COLOR: #6587E0; text-decoration: none;}
a:hover {COLOR: #333; text-decoration: underline;}

h2 { margin: 0 0 10px; padding: 10px 10px 3px 10px; }
h3 { padding-left: 10px; color: #fff; background: #FE7B09 url(images/bg.jpg) repeat-x; font-size: 1em; height: 24px; line-height: 24px; }
h4 { padding-left: 30px; color: #fff; background: #336699 url(images/bg4.jpg) repeat-x; font-size: 12px; height: 25px; line-height: 25px; }
h5 { padding-left: 18px; color: #000; font-size: 13px; height: 25px; line-height: 25px; }
h6 { padding: 18px 15px 5px 5px; color: #000; font-size: 20px; height: 25px; line-height: 25px; Text-align: "center"; background: #FF9900; font-weight: bold;}



ul {  padding: 10px 10px 0px 0px; margin: 10px 0 10px;}
li { list-style-type: none;}
p { margin: 5px 0 10px 0; padding-left: 15px;}
img { border: none; }

#header {background: #FE7B09 url(images/header.jpg) repeat-x; height: 155px; width: 780px;}
#header h1 {font-size: 30px; font-weight: 100; letter-spacing: -1px; padding: 22px 0 5px 10px;}
#header h1 a {color: #fff; text-decoration: none;}
#header h1 a:hover {color: #000; text-decoration: none;}
#header h2 {color: #eee; font-size: 18px; font-weight: 100; padding: 0 0 0 11px; letter-spacing: -1px; line-height: 12px;}

#wrap { padding: 10px 10px 3px 10px; width: 780px; margin:20px auto; background: #fff;}

#left {
	float: left; 
	width: 1px; 
	background: #CFDDFF; 
	margin-bottom: 10px; 
	margin-top: 20px;
}

#left ul {
	padding: 5px 2px 20px 10px; 
	margin: 0;  color: #000;
}

#content {
	background: #D5E8FD url(images/content.jpg) repeat-y;
}

#right { 
	margin-bottom: 10px; 
	float: right; 
	width: 760px; 
	padding: 0 10px 10px 10px; 
	margin-top: 10px; 
	font-size: 12px;
}

#p {
	padding-left: 50px;
}

#footer { font-size: 11px; text-align: center; border-top: 1px solid #ccc; padding: 10px 5px; }

#navigation {background: #fff url(images/navigation.gif) center center repeat-x;	width: 780px;	height: 25px;	color: #000;}

#row-a {
	color: #336699;
	background: #E7EFDE;
	border: solid 1px;
	text-align: center;
}

#row-b {
	color: #336699;
	background: #112233;
	border: solid 1px;
}



#col-1 {
	width: 50px;
	border: solid 1px;
	background: #336699;
	color: #fff;
	text-align: center;
}

#col-2 {
	width: 150px;
	border: solid 1px;
	background: #336699;
	color: #fff;
	text-align: center;
}

#col-3 {
	width: 250px;
	border: solid 1px;
	background: #336699;
	color: #fff;
	text-align: center;
}

#col-4 {
	width: 150px;
	border: solid 1px;
	background: #336699;
	color: #fff;
	text-align: center;
}

#col-5 {
	width: 150px;
	border: solid 1px;
	background: #336699;
	color: #fff;
	text-align: center;
}



/*   Menu  */
#suckertreemenu ul{
	background: #fff url(images/navigation.gif) center center repeat-x;
	width: 780px;
	height: 24px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;	
    color: #000;

}

#suckertreemenu ul li{
	position: relative;
	width: 120px;
	height: 28px;
	display: inline;
	padding: 0px 0px 0px 0px;  /*üst,sağ,alt,sol */
	float: right;
	border-left: 1px solid #DADADA;
}

#suckertreemenu ul li a{
	display: block;
	width: 120px;
	padding: 3px 0px 0px 0px;
	border: 0px solid #FFF;
	border-left-width: 0;
	font-weight: bold;
    color: #000;
/*    background: url(images/orange_cog.png) no-repeat center left;*/
}

#suckertreemenu ul li a:hover{
	text-decoration: underline;
	color: #fff;
	width: 120px;
	background: #C2D6E4 url(images/flashdian1.gif) center center repeat-x;	
}


.clear { clear: both; background: none; }



/* start - table */
table {border-collapse: collapse;	width: 780px;}
th strong {color: #000;}

th {  						/* th : table header  */
	background: #ccc;
	padding-left: 10px;	
	padding-right: 8px;	
	height: 25px;
	color: #000;
	text-align: left;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #B6D59A;
}

tr {height: 25px;}

td {
	padding-left: 10px;
	padding-right: 8px;
}

td.first,th.first {border-left: 0px;  width: 42px; text-align: center;}

tr.row-a {background: #F8F8F8;}
tr.row-b {background: #E3ECF9;}
/* end - table */