body,
table,
thead,
tbody,
tfoot,
th,
td,
tr,
div,
input,
textarea,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
p{
margin:0;
padding:0;

}


/**********************************************/
body {
	background-color: #F0F4F3;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link,
a:visited,
a:active {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
/**********************************************/
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 17px;
	color: #006666;
	margin-bottom: 10px;
}
h2 {
	font-size: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 12px;
}


p {
	padding-bottom: 2px;
}

.sayfa_baslik {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #95B8BA;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B8C9C3;
	margin-bottom: 20px;
	clear: both;
	width: 100%;
}



/*************************************************************************/
.sayfa_ici_resim {
	border: 1px solid #AEC8C9;
	padding: 1px;
	margin-right: 5px;
	margin-left: 5px;
}
.teaser {
	background-image: url(/css/teaser_orta.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 209px;
	margin-bottom: 5px;
}
.teaser a:link,
.teaser a:visited,
.teaser a:active { 
	color: #FFFFFF;
	text-decoration: none;
}
.teaser a:hover {
	text-decoration: none;
	color: #003300;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.teaser .ust {
	background-image: url(/css/teaser_ust.jpg);
	background-repeat: no-repeat;
	height: 12px;
}
.teaser .alt {
	background-image: url(/css/teaser_alt.jpg);
	background-repeat: no-repeat;
	height: 12px;
	background-position: bottom;
}

.teaser .icerik {
	clear: both;
	padding-right: 15px;
	padding-left: 15px;
	color: #FFFFFF;
}
.wide {
	clear: both;
	width: 100%;
}
.left {
	float: left;
}
.right {
	float: right;
	margin-left: 10px;
}
.space {
	padding: 10px;
	clear: both;
	width: 100%;
}




.clear {
	clear: both;
	width: 100%;
	padding: 0.1px;
	margin: 0.1px;
}
.dotted {
	clear: both;
	width: 100%;
	background-image: url(/css/dotted.gif);
	background-repeat: repeat-x;
	background-position: center center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.red {
	color: #FF0000;
}
.underline {
	text-decoration: underline;
	float: left;
	clear: none;
}
.liste_normal {
	margin-left: 15px;
	padding-left: 2px;
	padding-bottom: 10px;
	padding-top: 0px;
	list-style-type: square;
}
.liste_normal li {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
}
