@charset "utf-8";
/**
 * NAVIGATION SECTION
 */

.navigation
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	letter-spacing: 0.5pt;
	height: 60px;
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
	/*margin-bottom: 10px;*/
	position: relative;
	background-color: #F4F4F4;
}

.navigation a
{
	color: #3a3b3c;
	text-decoration: none;	
	padding: 3px 4px;
	margin-top: -9px;
	display: block;
}

.navigation a.active
{
	/*color: #c0111f;*/
	color: #ffffff;
	background: #e2001a url("images/rotverlaufbg.jpg") repeat-y;
	height: 16px;
	/*border: 1px solid white;*/
	/*margin: -4px -2px 0 -2px;*/
	margin-top: -4px;
	margin-left: -1px;
	margin-right: -1px;
	border-left: 1px solid white;
	padding: 3px 5px;
	z-index: 99;
	line-height: 16px;
	position: relative;
}

#imageData #caption{ font-weight: bold;	}

ul.level0, ul.level1, ul.language
{
	width: 784px;
	height: 26px;
	line-height: 26px;
	border-bottom: 1px solid #3a3b3c;	
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.language{
	width: 200px;
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
}

ul.language a, ul.language a.active
{
	background: none;
	margin-left: 0;
	margin-right: 0;
	padding: 3px 5px;
	border: none;
}

ul.language a.active
{
	color: #c0111f;
	padding: 3px 6px 3px 5px;
}

ul.level1
{
	width: 984px;
	font-weight: normal;
}

ul.level0 li, ul.level1 li, ul.language li
{
	display: inline;
	/*padding: 0 4px 0 4px;*/
	border-left: 1px solid #a2a3a4;
	height: 15px;
	/*position: absolute;*/
	float: left;
	margin-top: 6px;
}

ul.level0 li.first, ul.level1 li.first, ul.language li.first
{
	border: none;	
}

ul.language li
{
	float: right;	
}


/** Navigation in Content */

.contentNavigation
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	width: 148px;
	padding-left: 2px;
	text-align: left;
	padding-top: 4px;
}

ul.level2, ul.level3
{
	list-style: none;
	padding: 5px 0 0 0;
	margin: 3px 0 10px 0;	
	font-size: 12px;
	font-weight: bold;
}

ul.level2
{
	padding: 0;	
	margin-top: 3px;
}

ul.level2 li, ul.level3 li
{
	margin-bottom: 7px;	
}


/*ikinci menu indent olayını yönetiyor*/
.level2 a
{
	/*display: block;*/
	padding: 0px; /* 5px 5px 5px;*/
	color: #3a3b3c;
	text-decoration: none;	
}

.level2 a.active
{
	/*color: #c0111f;*/
	color: #ffffff;
	background: #e2001a url("images/rotverlaufbg.jpg") repeat-y;
}

ul.level3
{
	margin-left: 20px;	
}

.style4 {
	color: #770002;
	font-weight: bold;
}
.style5 {color: #0066CC}
.style6 {color: #009933}
.14text {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

