BODY {
	FONT-FAMILY: Arial, Helvetica, 'Trebuchet MS', Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
TABLE, TD {
	FONT-FAMILY: Arial, Helvetica, 'Trebuchet MS', Geneva, sans-serif;
	font-size: 12px;
}
A {
	font-family: Verdana, Arial, Lucida Grande, Geneva, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #E20A17;
}

A:visited {
	color: #E20A17;
}

A:hover {
	color: #E20A17;
	text-decoration: underline;
}


A.hakkinda, a.hakkinda:visited {
	font-family: Verdana, Arial, Lucida Grande, Geneva, Helvetica, Tahoma, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #E20A17;
}
DIV.modelalt 
{
	font-size:9px; text-align: left; padding-bottom: 8px;
}
DIV.modelad
{
	text-align: center; font-weight: bold;
}

DIV.baslik
{
	text-align: center; font-weight: bold; font-size: 18px;
}

DIV.section1 
{
	text-align: left;
	padding: 10px;
	font-size:14px; 
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.ddoverlap{
border-bottom: 1px solid #bbb8a9;
}

.ddoverlap ul{
padding: 0;
margin: 0;
font: bold 90% default;
list-style-type: none;
}

.ddoverlap li{
display: inline;
margin: 0;
}

.ddoverlap li a{
padding: 3px 7px;
text-decoration: none;
padding-right: 32px; /*extra right padding to account for curved right edge of tab image*/
color: blue;
background: transparent url(../multimedia/images/righttabdefault.gif) 100% 1px no-repeat; /*give illusion of shifting 1px down vertically*/
border-left: 1px solid #dbdbd5;
position: relative;
display: block;
float: left;
margin-left: -20px; /*shift tabs 20px to the left so they overlap*/
left: 20px;
}

.ddoverlap li a:visited{
color: red;
}

.ddoverlap li a:hover{
text-decoration: underline;
}

.ddoverlap li.selected a{ /*selected tab style*/
color: black;
z-index: 100; /*higher z-index so selected tab is topmost*/
top: 1px; /*Shift tab 1px down so the border beneath it is covered*/
background: transparent url(../multimedia/images/righttabselected.gif) 100% 0 no-repeat;
}

.ddoverlap li.selected a:hover{
text-decoration: none;
}
