@charset "UTF-8";
/* CSS Document */
body {
	padding: 5px;
	background-color: #006;
	font: 100.01% Arial,sans-serif;
	background-image:url(../images/bg.gif);
	list-style-image:url(../images/sqr.gif);
	list-style-position: outside;
}
		
h1,h2,h3, p{margin: 0 5px}
h1{font-size: 250%;color: #999;}

h2{
	font-size: 200%;
	color: #cc0000;
	text-shadow: #000 1px -1px 1px;
}

h3{
	font-size: 130%;
	color: #069;
	text-shadow: #000 1px -1px 1px;
}

p{padding-bottom:1em}
h2{padding-top: 0.3em}

hr {
	width: 99%;
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	height: 2px;
}


div#round{ margin: 0 5%;background: #fff;}

b.rtop, b.rbottom {display:block;background: #62809D;}
b.rtop b, b.rbottom b {display:block;height: 1px;
    overflow: hidden; background: #fff;}
	
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

a:link {
	color: #069;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #390;
	text-decoration: none;
}
a:hover {
	color: #606;
	text-decoration: none;
}
a:active {
	color: #996;
	text-decoration: none;
}


#wrap {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	}	
	
.left{ float: left; padding: 3px;}

.sm{ color: #666; font-size: 11px;}
.kck{ color: #008b8b; font-size: 12px;}

.renk{
	color: #060;
	text-shadow: #000 1px -1px 1px;
}

#nav {
	width: 96%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 3px;
	color: #069;
	text-shadow: #000 1px -1px 1px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px dashed #069;
	font-family: Arial, Helvetica, sans-serif;
}

#nav a:link {
	color: #FC0;
	text-align: center;
	text-decoration: none;
	padding: 4px;
}

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

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

