@charset "UTF-8";
/* CSS Document */
body {
	padding: 5px;
	background-color: #6C0605;
    font: 100.01% Arial,sans-serif;
	list-style-image:url(../images/red.png);
	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: #cc0000;
	text-shadow: #000 1px -1px 1px;
}
p{padding-bottom:1em}
h2{padding-top: 0.3em}

hr {
	width: 80%;
	border: 1px dotted #cc0000;
}


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

b.rtop, b.rbottom{display:block;background: #6C0605;}
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: #F00;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #390;
	text-decoration: none;
}
a:hover {
	color: #006;
	text-decoration: none;
}
a:active {
	color: #900;
	text-decoration: none;
}


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

.sm{ color: #666; font-size: 11px;
}

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


#nav {
	height: 33px;
	width: 99%;
	/*background-image: url(32.png);
	background-repeat: repeat-x;
	background-position: bottom;*/
	margin-left: auto;
	margin-right: auto;
	text-shadow: #666 1px -1px 1px;
	font-weight: bold;
	text-align: right;
	font-size: 15px;
	border-bottom: 1px dashed #cc0000;
}

#nav a{ color: #999; text-align: center; text-decoration: none; padding: 10px 5px 4px 4px; font-weight: bold;}

#nav a:hover{ padding:10px 5px 4px 4px;
	color:#FC0;
	font-weight: bold;
}

#nav a:active{
	padding:10px 5px 4px 4px;
	color:#F60;
	font-weight: bold;
}
	
#nav a:visited{
	padding: 10px 5px 4px 4px;
	color: #909;
	font-weight: bold;
}
