/* CSS Document */

body,td,th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #484848;
}

body { background: url(images/pattern.png); }

a { color: #d90000; text-decoration: none; }
a:hover { text-decoration: underline; }

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

table {
	border-collapse: collapse;
}

.hidden {
	display: none;
}

#container {
	background-color: white;
	margin: 10px auto 0;
	width: 750px;
	padding: 5px;
}

#top-links {
	width: 750px;
	height: 154px;
	color: white;
	position: relative;
}

.kirmizi #top-links { background: url(images/header-kirmizi.jpg); }
.mavi #top-links { background: url(images/header-mavi.jpg); }
.sari #top-links { background: url(images/header-sari.jpg); }
.yesil #top-links { background: url(images/header-yesil.jpg); }

#top-links a {
	color: white;
}

#top-links-left {
	position: absolute;
	bottom: 4px;
	left: 15px;
}

#top-links-right {
	position: absolute;
	bottom: 8px;
	right: 15px;
}

#links {
	width: 249px;
	vertical-align: top;
	padding-top: 1px;
}

input.text {
	border: 1px solid #606060;
	padding: 2px;
	background: white url(images/input-bg.png) repeat-x;
	color: #222222;
}

button.submit {
	border: 0;
	background: transparent;
}

#flag { width: 249px; }

#menu .menu-level1 a {
	margin: 1px 0;
	padding: 14px 0 0 25px;
	height: 27px;
	color: white;
	font-size: 12px;
	display: block;
}

#menu .menu-level1 a:hover {
	text-decoration: none;
	background-position: 0px 41px !important;
}

#menu .menu-level1-current a { background-position: 0px 83px !important; }

#menu .menu-level1-current,
#menu .menu-level1-current:hover,
#menu .menu-level2-current,
#menu .menu-level2-current:hover {
	font-weight: bold;
}

.kirmizi #menu .menu-level1 a { background: #990000 url(images/menu-kirmizi.png); }
.mavi #menu .menu-level1 a { background: #393995 url(images/menu-mavi.png); }
.sari #menu .menu-level1 a { background: #d68458 url(images/menu-sari.png); }
.yesil #menu .menu-level1 a { background: #1f7a1f url(images/menu-yesil.png); }

#menu .menu-level2 a {
	margin: 1px 0 1px 20px;
	padding: 4px 0 4px 25px;
	color: white;
	font-size: 11px;
	display: block;
}

#menu .menu-level2 a:hover {
	text-decoration: none;
}

.kirmizi #menu .menu-level2 a { background-color: #bb0000; }
.mavi #menu .menu-level2 a { background-color: #4444ba; }
.sari #menu .menu-level2 a { background-color: #ea9978; }
.yesil #menu .menu-level2 a { background-color: #3f953f; }

.kirmizi #menu .menu-level2 a:hover { background-color: #a00000; }
.mavi #menu .menu-level2 a:hover { background-color: #4040a0; }
.sari #menu .menu-level2 a:hover { background-color: #ea8968; }
.yesil #menu .menu-level2 a:hover { background-color: #3faa3f; }

#news-tr {
	background: #f4f4f4 url(images/news-tr-bg.png) no-repeat;
	padding: 30px 10px 4px;
}

#news-en {
	background: #f4f4f4 url(images/news-en-bg.png) no-repeat;
	padding: 30px 10px 4px;
}

#news-wrapper {
	height: 89px;
	overflow: hidden;
}

#news-wrapper p {
	padding-left: 15px;
	margin-bottom: 1.5em;
	background: url(images/haber-bullet.png) no-repeat 0 3px;
}

#news-archive {
	border-top: 1px dotted #c0c0c0;
	padding-top: 3px;
	padding-left: 15px;
	font-weight: bold;
}

#content p.news-single-author {
	font-weight: bold;
	margin-bottom: 0;
}

.news-single-timedata {
	font-size: 80%;
	color: #666666;
}

.news-list-item {
	margin-bottom: 1.5em;
	padding-bottom: 7px;
	border-bottom: 1px dotted #c0c0c0;
}

.news-list-date {
	color: #a0a0a0;
	font-size: 9px;
}

#content-container {
	padding-top: 1px;
	padding-left: 1px;
	vertical-align: top;
	width: 100%;
}

.kirmizi #breadcrumbs { background: #990000 url(images/breadcrumbs-kirmizi.png); }
.mavi #breadcrumbs { background: #393995 url(images/breadcrumbs-mavi.png); }
.sari #breadcrumbs { background: #ea8968 url(images/breadcrumbs-sari.png); }
.yesil #breadcrumbs { background: #1f7a1f url(images/breadcrumbs-yesil.png); }

#breadcrumbs {
	padding-left: 10px;
	line-height: 21px;
	color: #f0f0f0;
}

#breadcrumbs a {
	color: white;
}

#content {
	background: url(images/content-bg.png) repeat-x;
	min-height: 420px;
	padding: 10px;
}
* html body #content { height: 420px; }

#body-anasayfa #content,
#body-anasayfa #content p {
	padding: 0; margin: 0;
}

#slideshow { height: 300px; background: white; }

h1, h2, h3, h4, h5 {
	font-weight: bold;
	margin-bottom: 8px;
}

h1.csc-firstHeader {
	font-weight: normal;
	font-size: 18px;
}

h1 { font-size: 16px; }
h2 { font-size: 14px; }
h3 { font-size: 13px; }
h4 { font-size: 11px; }
h5 { font-size: 11px; }

.kirmizi #content h1, .kirmizi #content h2, .kirmizi #content h3, .kirmizi #content h4 { color: #990000; }
.mavi #content h1, .mavi #content h2, .mavi #content h3, .mavi #content h4 { color: #393995; }
.sari #content h1, .sari #content h2, .sari #content h3, .sari #content h4 { color: #ea8968; }
.yesil #content h1, .yesil #content h2, .yesil #content h3, .yesil #content h4 { color: #1f7a1f; }

#content p,
ol,
ul {
	margin-bottom: 1em;
	line-height: 16px;
	text-align: justify;
}

#content .align-right { text-align: right; }
#content .align-center { text-align: center; }
#content .align-left { text-align: left; }

#content blockquote {
	margin-bottom: 2em;
	margin-left: 3em;
}

ol, ul {
	margin-left: 2em;
}

#content td,
#content th {
	vertical-align: baseline;
	text-align: left;
	padding: 3px;
}

#content td p,
#content th p {
	text-align: inherit;
}

#content table {
	margin-bottom: .5em;
}

#content table.contenttable td p.bodytext {
	margin-bottom: 0;
}

#content table.contenttable tr.divider td {
	border-bottom: 1px solid #c0c0c0;
}

fieldset {
	border: none;
	padding: 2em;
}

fieldset.csc-mailform label {
	width: 60px;
	float: left;
	text-align: right;
	padding: 4px 6px 0 0;	
}

div.csc-mailform-field {
	clear: left;
	margin-bottom: .5em;
}

div.csc-mailform-field textarea,
div.csc-mailform-field input {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	background: white url(images/input-bg.png) repeat-x;
	border: 1px solid #999999;
}

div.csc-mailform-field textarea {
	overflow: auto;
}

div.csc-mailform-field input.csc-mailform-submit {
	border: 2px ridge;
	margin-top: 1em;
	margin-left: 150px;
}

#footer {
	text-align: center;
	color: #282828;
	background-color: #d9d9d9;
	margin-top: 1px;
	padding: 7px;
	font-size: 9px;
}