/* CSS Document */


a:link		{	color: #CC0033;		}
a:visited	{	color: #CC0033; 	}
a:hover		{	text-decoration: none;	}
a:active	{	color: red;		}


ul#navigation
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    background: white;
    float: left;
    width: auto;
    border: 1px solid #666666;
}

ul#navigation li	{  display: inline;	}

ul#navigation a
{
    float: left;
    padding: .2em 2em;
    text-decoration: none;
    color: #666666;
    background: white;
    border: 1 1 1 1 solid #666666;
}

ul#navigation a:hover
{
    color: white;
    background: #666666;
}




	#sol	{
			font-family: Verdana;
			color: #6A6AA3;
			font-size: 8pt;
			position:relative;
			left:30px;
			top:25px;
			width:210px;
			height:auto;
			z-index:1;
		}


		#orta    {
			font-family:Verdana;
			color:#666666;
			font-size: 9pt;
			position: absolute;
			left:270px;
			top: 10px;
			width: 500px;
			height: auto;
			padding: 20px;
			border-left: thin dotted Gray;
			z-index:2;
		}


		#sag    {
			font-family: Verdana;
			color:#FF0000 ;
			font-size: 9pt;
			position: absolute;
			left:825px;
			top: 10px;
			width: 150px;
			height: auto;
			padding: 15px;
			z-index:2;
		}


		#alt	{
			font-family: Verdana;
			color:#666666 ;
			font-size: 8pt;
		}
