/* CSS Dosyasi */

/*
 * Sayfa gorunumunu belirleyen kaliplar
 * 
 * (c) 2005 - Hamburg ve Cevresi Turk Toplumu Genclik Kolu (TGH-JO) 
 *
 */


body {
	background: #b0e0f0;
	font-size: 10pt;
	font-family: Verdana, sans-serif;
	padding: 0;
	border: 0;
}

.cerceve {
	width: 780px;
	border: 2px solid #545454;
	background: #ffffff;
}

.bkutu {
	margin: 0.5em;
	padding: 0.5em;
	border: 2px solid #ff0000;
	background: #f9f9e9;
}

.baslik {
	background: #ffffff url("resimler/gk_baslik_yan.png") repeat-x;
	margin: 0;
	text-align: left;
	clear: both;
}

a {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: #d06020;
	text-decoration: underline;
}

.secenekler {
	position: relative;
	margin: 0;
	margin-top: -18px;
	margin-left: 5px;
	font-size: 8pt;
	border: 0;
	line-height: 10px;
	text-align: left;
	color: #3e3033;
}

.secenekler a {
	color: #3e3044;
	text-decoration: none;
	font-weight: bold;
}

.secenekler a:hover {
	color: #e07030;
	text-decoration: underline;
	font-weight: bold;
}

.dipnot {
	line-height: 2.5em;
	font-size: 10pt;
	text-align: center;
}

/* 
 * Ana sayfanin icerik tanimlamalari
 */

.icerik {
	font-size: 10pt;
	text-align: left;
	margin: 1em;
}

.icerik h1 {
	font-size: 14pt;
	font-weight: normal;
	padding-left: 20px;
	padding-bottom: 5px;
	margin-top: 0;
	margin-left: 0.5em;
	margin-right: 0.5em;
	border-bottom: 2px solid #33a8ff;
	color: #06c;
}

.icerik h2 {
	font-size: 14pt;
	font-weight: normal;
	margin-top: 0.5em;
	color: #06c;
}


.icerik a {
	color: #6666cc;
	text-decoration: none;
	font-weight: normal;
}

.icerik a:hover {
	color: #e07030;
	text-decoration: underline;
	font-weight: normal;
}

.duyuru_baslik {
	color: #ff7700;
	text-decoration: none;
	font-weight: bold;
}

.eposta a {
        text-decoration: none;
}

.eposta a:hover {
	text-decoration: none;
}