/*Design by Nur , 2009 - www.designbynur.com*/

body {
	margin-top: 0px;
	margin-left: 0px;
	background-color: #000000;
	list-style-image:url(../images/grn.gif);
	list-style-position:outside;
}

a:link {
	color: #6FF;
	text-decoration: none;
}
a:visited {
	color: #FF0;
	text-decoration: none;
}
a:hover {
	color: #F90;
	text-decoration: none;
}
a:active {
	color: #C00;
	text-decoration: none;
}
a {
	font-weight: bold;
}

.header, .footer {
width: 100%;
}


#nav {
	width: 100%;
	height: 30px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #6FF;
	text-shadow: #000 1px -1px 1px;
	font-weight: bold;
	text-align: center;
	background-image:url(../images/nv2.gif);
	background-position: top;
	background-repeat: repeat-x;
	border-bottom: 1px dashed #999;
	font-family: Arial, Helvetica, sans-serif;
}

#nav a { color: #6FF; text-align: center; text-decoration: none; padding: 2px 3px 2px 5px;}

#nav a:hover {
	color: #C00;
	text-decoration: none;
	padding: 2px 3px 2px 5px;
}

#nav a:active {
	padding: 2px 3px 2px 5px;
	color:#9F6;
	text-decoration: none; color:#9F6;
}
	
#nav a:visited {
	padding: 2px 3px 2px 5px; text-decoration: none;
}


.center {
	text-align: center;
}

#wrap {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	min-width: 320px;
	padding: 10px;
	color: #fff;
	-moz-border-radius: 20px 0 0 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	font-family: Arial, Helvetica, sans-serif;
	}	
	
#footer {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	color: #ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border-bottom: 1px dashed #E8F4FA;
	}	

.renk {
	color: #3F0;
	font-weight: bold;
}