html, body {
	margin:0;
	padding:0;
	background-color: #fff;
}
* {
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: 12px;
}
.icerik {
	padding-left: 6px;
}
.baslik {
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: 17px;
	font-weight:bold;
	color:#CC0000;
}
input {
	color:#000000;
	font-size: 11px;
	padding: 1px;
	height: 15px;
}
#wrapper {
	width:100%;
	margin-top: 0px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	background-color: #000;
}





.AccordionH .STR {
	float: left;
	width: 200px;
	height: 100%;
	overflow: hidden;
	background-color:#333;
}
.content h2 {
	text-align:left;
	color: #FFF;
	margin:0;
	padding:0;
}
.content {
	text-align:left;
	padding: 10px;
	color: #FFF;
	overflow: hidden;
}
.content .Kap {
	float: left;
	font-size: 24px;
	font-weight: bold;
	line-height: 22px;
	margin-right: 2px;
}
a.more {
	float:right;
	text-decoration:none;
	line-height: 14px;
	color:#999;
	background: url(../img/more.gif) no-repeat right 2px;
	padding-right: 16px;
	margin-top:6px;
	margin-right:6px;
}
a.more:hover {
	color:#ccc;
}
a  {
	text-decoration:underline;
	color:#CC0000;
}
.key  {
	font-size: 13px;
	font-weight: bold;
	color:#FFF;
}
code {
	display: block;
	font-family: monospace;
	font-size: 12px;
	max-height: 200px;
	overflow: auto;
	white-space: pre;
	background-color: #666;
	color: #fff;
}
code .hilite {
	background-color: #fc0;
	color: #000;
	font-weight: bold;
	padding-right: 2px;
	padding-left: 2px;
}
.content a {
	color: #ccc;
	text-decoration: none;
}
.content a:hover {
	color: #fff;
}