*{ 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 0 3px; }
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: 20px; color: #fff; background: #336699 url(images/bg4.jpg) repeat-x; font-size: 12px; height: 25px; line-height: 25px; }



ul {  padding: 0; margin: 0 0 10px;}
li { list-style-type: none;}
p { margin: 5px 0 10px 0; }
img { border: none; }

/*#header {background: #FE7B09 url(images/header.jpg) repeat-x; height: 155px;}*/
#header {background: #FE7B09 height: 155px;}
#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: 19px; 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: 210px; background: #CFDDFF; margin-bottom: 10px; margin-top: 20px;}
#left ul { padding: 5px 2px 20px 10px; margin: 0;  color: #000; }

#right { margin-bottom: 10px; float: right; width: 550px; padding: 0 10px 10px 10px; margin-top: 10px;}

div.box{
	width:100px; 
	height:100px; 
	float: left;
	/*background: #ccc; */
	background: #ccc url(images/cevre2.jpg) center center repeat-x;
	padding: 0;
	margin: 10px; 
	font-family: "Verdana", Arial, Helvetica, Sans-Serif; 
	font-size: 12pt; 
	font-weight: bold;
	color: #fff; 
	line-height: 120%; 
	border: 2px solid #336699;
	text-align: center;
}



#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;}



/*   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;	
}


.left-menu ul {
	width: 190px;
	list-style-type: none;
	text-align: left;	
	color: #000;
	margin-left: 1px;
}

.left-menu ul li{
	margin-left: 10px;
	width: 190px;
	display: inline;
	float: left;
	color: #000;
	align: left;
	line-height:23px;
}

.left-menu ul li a{
	display: block;
	margin-left: 2px;
	width: 178px;
	color: #000;
	text-indent: 15px;
	border: solid 0px #ccc;
	background: url(images/orange_cog.png) no-repeat center left;
}

.left-menu ul li a:hover{
	display: block;
	width: 178px;
	text-decoration: none;
	text-indent: 15px;
	color: #000;
	height: 23px;
	background: #C2D6E4 url(images/flashdian1.gif) left left no-repeat;

}


.clear { clear: both; background: none; }