BODY {
	background-color: #F7E5BD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5;
	margin: 0px;
	padding: 0px;
}


#logo {
	background-color: #F8E9C7;
	margin: 8px 0px 0px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #AA938C;
	text-align: center;
	height: 73px;
	width: 150px;
	border-top: 1px solid #B39E99;
	border-right: 1px none #B39E99;
	border-bottom: 1px solid #B39E99;
	border-left: 1px solid #B39E99;
	padding: 0px;
}



#nav {
	background: #F8E9C7;
	width: 129px;
	height: 250px;
	overflow: auto;
	border: 1px solid #B39E99;
	padding: 5px;
	margin-top: 9px;
	margin-right: 5px;
	float: right;
}


#nav a:link , #nav a:visited, #nav a:active{
	color: #000000;

	text-decoration: none;
}	

.oneklik a:link , .oneklik a:visited, .oneklik a:active{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	float: left;
	width: 115px;
	border: 1px solid #F8E9C7;
	text-decoration: none;
}

.oneklik a:hover {
	float: left;
	width: 115px;
	border-top: 1px solid #B39E99;
	border-right: 1px solid #F8E9C7;
	border-bottom: 1px solid #B39E99;
	border-left: 1px solid #F8E9C7;
	background-color: #F7E5BD;
}

.buttonlabel{
	cursor: default;
	width: 115px;
	text-decoration: none;
	float: left;
	border: 1px solid #F8E9C7;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}


/* label mouseover state  */
.labelHover {
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B39E99;
	border-right-color: #F8E9C7;
	border-bottom-color: #B39E99;
	border-left-color: #F8E9C7;
	background-color: #F7E5BD;
	text-decoration: none;
	float: left;
	width: 115px;
	font-size: 12px;
	font-weight: bold;
}

.SubMenu {
	margin-left: 10px;
	background-color: #F8E9C7;
	border: 1px solid #F8E9C7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.SubMenu a, .menuItem a{
	text-decoration: none;
	width: 90px;
	border: 1px solid #F8E9C7;
	color: #000000;
	font-size: 11px;
	line-height: 1.2;
	float: left;
}

.SubMenu a:hover, .menuItem a:hover{
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B39E99;
	border-right-color: #F8E9C7;
	border-bottom-color: #B39E99;
	border-left-color: #F8E9C7;
	background-color: #F7E5BD;
}

.menu {
	padding-left: 6px;
	padding-bottom:  .6em;
	padding-top: 1px;
	margin-bottom: -3px;
	text-decoration: none;
 }












.button {
	cursor: hand;
}
/* *-*-*-*- *-*-*-*- *-*-*-*-        @media print rules        *-*-*-*- *-*-*-*- *-*-*-*- 
*                                   __________________                                 */
@media print {

}

