@charset "utf-8";
/* CSS Document */

body
{

	background: #000000;
	color: #ffffff;
	font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	margin: 5px 10px 10px 10px;
	padding: 0px;
}
.temamiz #container {
	width: 91%;  /* this will create a container 80% of the browser width */
	background: #000000;
	margin: 810; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.temamiz #logo { 
	background: #000000; 
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.temamiz #logo h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.temamiz #kayanyazi { 
	background: #000000; 
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".temamiz #sidebar1 p" rule.
*/
.temamiz #solmenu {
	float: left; 
	width: 10em; /* since this element is floated, a width must be given */
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
}
.temamiz #sagmenu {
	float: right; 
	width: 10em; /* since this element is floated, a width must be given */
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
}
.temamiz #sidebar1 h3, .temamiz #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}


.temamiz #radyo { 
	margin: 0 10px 0 10em; /* sol bloktan uzakligi ben 3 karakter uzak olsun istedim. */
} 
.temamiz #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
} 
.temamiz #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


/* alt menu icin  */

a:link, body_alink
{
	color: #0080FB;
	text-decoration: none;
}
a:visited, body_avisited
{
	color: #0080FB;
	text-decoration: none;
}
a:hover, a:active, body_ahover
{
	color: #FF4400;
	text-decoration: none;
}
.page
{
	background: #F4F6F9;
	color: #000000;
}
td, th, p, li
{
	font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.tborder
{
	background: #E7E7EF;
	color: #000000;
	border: 1px solid #BFBFBF;
}

td, th, p, li
{
	font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}


.start-menu {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
Background:transparent url(images/menu_bg.png) repeat-x scroll left top;
Bottom:0;
Font-size:10pt;
Height:30px;
Left:0;
Position:fixed;
Width:100%;
}

.menu {
Height:30px;
Margin:-33px 0 0;
Padding-left:60px;
}
.menu ul {
Margin:0;
Padding:0;
}
.menu li {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
Background:transparent url(images/item_menu_bg.png) no-repeat scroll 0 0;
Display:inline;
Float:left;
Height:30px;
List-style-image:none;
List-style-position:outside;
List-style-type:none;
Margin-right:5px;
Text-align:center;
Width:100px;
}
.menu li a {
-moz-background-clip:border;

-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
Background:transparent url(images/item_menu_bg.png) no-repeat scroll 0 0;
Color:#FFFFFF;
Display:block;
Font-size:10pt;
Padding:6px 0 0;
}
.menu li a:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
Background:transparent url(images/item_menu_bg_hover.png) no-repeat scroll 0 0;
Color:#FFFFFF;
Font-size:10pt;
Height:30px;
}
