/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}

h1,h2,h3,h4,h5,h6
{
	color: #444;
}

body,input,textarea
{
	font-family: tahoma, sans-serif;
	font-size: 10pt;
	color: #777;
}

input.button
{
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	border-bottom: solid 1px #888;
	border-right: solid 1px #888;
	background-color: #eaeaea;
	color: #555;
	font-size: 10px;
	padding: 0.15em;
}

input.text
{
	font-size:11px;
	border-top: solid 1px #111;
	border-left: solid 1px #111;
	border-bottom: solid 1px #999;
	border-right: solid 1px #999;
	padding: 0.2em;
	margin: 0.5em 0 0.5em 0;
}

.textarea
{
	font-size:11px;
	padding: 0.2em;
	margin: 0.5em 0 0.5em 0;
	border-top: solid 1px #111;
	border-left: solid 1px #111;
	border-bottom: solid 1px #999;
	border-right: solid 1px #999;
}

a
{
	color: #006699;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

/* Outer */

#outer
{
	margin: 1.5em auto 0em auto;
	width: 100%;
}

/* Header */

#header
{
	padding: 2.0em 4.0em 0em 4.0em;
}

/* Menu */

#menu
{
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #558800;
	border-bottom: solid 1px #336600;
	width: 100%;
}

#menu ul
{
	padding: 1em 4.5em 1em 4.5em;
	list-style: none;
}

#menu li
{
	display: inline;
	padding-right: 2.5em;
	font-size: 0.8em;
}

#menu li a
{
	color: #fff;
	background-color: inherit;
}

#menu li a:hover
{
	border-bottom: solid 1px #558800;
}

/* Content */

#content
{
	font-size: 9px;
	padding-left: 2em;
	padding-right: 2em;
}

.box
{
	margin-bottom: 1em;
}

.boxContent
{
	font-size: 12px;
	margin-top: 0.5em;
	padding: 1.25em 1em 0.25em 1em;
	background: #ffffff url('/_dosya/a1.gif') top left repeat-x;
}

/** boxA **/

.boxA .boxContent
{
	font-size: 12px;
	margin-top: 0em;
	color: #fff;
	border-bottom: solid 1px #bb6600;
	background: #ff8800;
	padding: 1em 1.5em 1em 1em;
}

.boxA span
{
	font-weight: bold;
	font-size: 0.8em;
}

.boxA a
{
	background-color: inherit;
	color: #fff;
	font-size: 0.8em;
}

.boxA a:hover
{
	text-decoration: none;
	border-bottom: solid 1px #ff9900;
}

.boxA input.button
{
	vertical-align: middle;
}


/** boxB **/

.boxB .boxContent
{
	font-size: 12px;
	margin-top: 0em;
	color: #fff;
	border-bottom: solid 1px #004466;
	background: #007799;
	padding: 1em 1.5em 1em 1em;
}


.boxContent blockquote
{
	font-size:11px;
	padding: 0.5em 1em 0.5em 1em;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	line-height:1.5em;
	border-left: solid 6px #558800;
}

.boxContent blockquote p
{

	margin-bottom: 0em;
	line-height: 1.5em;
}


.boxB span
{
	font-weight: bold;
	font-size: 0.8em;
}

.boxB a
{
	background-color: inherit;
	color: #fff;
	font-size: 0.8em;
}

.boxB a:hover
{
	text-decoration: none;
	border-bottom: solid 1px #007799;
}

.boxB input.button
{

	vertical-align: middle;
}

/** Content **/

#content p
{
	font-size:10px;
	margin-bottom: 1em;
	line-height: 1.5em;
}

#content strong
{
	color: #444;
}

#content h2,h3,h4,h5,h6
{
}

#content h2,h3
{
}

#content h3
{
	font-size: 1em;
	padding-bottom: 1em;
}

#content h2
{
	font-size: 1.2em;
}

#content ul
{
	margin-bottom: 1em;
	padding-left: 1em;
	line-height: 1.8em;
}




/* Footer */

#footer
{
	border-top: solid 1px #e5e5e5;
	text-align: center;
	padding: 1.5em 0em 1.5em 0em;
}

.clear
{
	clear: both;
}
