body
{
 	background-color: #164677;
	font-size: 11px;
	font-family: "Trebuchet MS", helvetica, sans-serif;
	line-height: 150%;
	color: #000000;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
}
td {
	background-color: #efebe5;
}

a
{
	color: #0a7189;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

p
{
	padding-left: 10px;
	padding-right: 5px;
	text-align: left;
}

.center {
	text-align: center;
}

.hideme {
	visibility : hidden;
}

/* iletisim formu */
.form {float:left; padding:0 10px 10px 10px; background:#f3f3f3; border:2px solid #cfcfcf}
.form label {float:left; width:100px; padding:10px 10px 0 0; font-weight:bold}
.form select {float:left; width:146px; margin-top:10px}
.form input {float:left; margin-top:10px}
.form .submit {clear:both}
#msg {display:none; position:absolute; z-index:200; background:url(images/msg_arrow.gif) left center no-repeat; padding-left:7px}
#msgcontent {display:block; background:#f3e6e6; border:2px solid #924949; border-left:none; padding:5px; min-width:150px; max-width:250px}

.textarea {
	padding: 2px;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial;
	font-size: 11px;
	color: #000000;
	border: 1px #0a3e69 solid;
}

.contact_textbox {
	padding-left: 2px;
	padding-right: 2px;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial;
	font-size: 12px;
	color: #000000;
	border: 1px #0a3e69 solid;
}

.contact_textarea {
	padding-left: 2px;
	padding-right: 2px;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial;
	font-size: 12px;
	color: #000000;
	border: 1px #0a3e69 solid;
}

.submit_button {
	background-image: url('images/submit-button.jpg');
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial;
	font-size: 11px;
	color: #FFFFFF;
	cursor: hand;
	border: 0px solid;
}
/* iletisim formu */

/* accordion menu */
h3 { margin:0 }

.arrowlistmenu{
	width: 160px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 11px 'Trebuchet MS';
	color: #333;
	background: url(images/titlebar.png);
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	padding: 2px 0 2px 10px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
}

.arrowlistmenu .submenuheader { /*CSS class for menu sub-headers in general (expanding or not!)*/
	/* font: bold 11px 'Trebuchet MS'; */
	/* color: #333; */
	/* background-color: #f3f3f3; */
	padding-left: 8px;
	cursor: hand;
	cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(images/titlebar.png);
	color: #333;
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
	/* background: #f3f3f3; */
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
	/* background: #f3f3f3; */
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
	/* background: #f3f3f3; */
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 5px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	color: #ffffff;
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
}

.arrowlistmenu ul li a:visited{
	color: #ffffff;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #164677;
	background-color: #F3F3F3;
}

a.leftmenulink {
	color: #333333;
	text-decoration: none;
}

a.leftmenulink:visited {
	color: #333333;
	text-decoration: none;
}

a.leftmenulink:hover {
	color: #333333;
	text-decoration: none;
}
/* accordion menu */

a.footerlink {
	color: #ffffff;
	text-decoration: none;
}

a.footerlink:visited {
	color: #ffffff;
	text-decoration: none;
}

a.footerlink:hover {
	color: #ffffff;
	text-decoration: underline;
}
