﻿body
{
	font-size: 8pt;
	margin: 10px 0px;
	color: black;
	font-family: Verdana;
	background-color: #f5f5f5;
}

.logintext
{
	border-right: black 1px solid; border-top: black 1px solid; font-size: 8pt;	border-left: black 1px solid; color: black; border-bottom: black 1px solid; font-family: Verdana; text-decoration: none;
}

.text
{
	border-right: black 1px solid; border-top: black 1px solid;	font-size: 8pt;	border-left: black 1px solid; color: black;	border-bottom: black 1px solid;	font-family: Verdana; text-decoration: none;
}

.PageTitle
{
	font-size: 4.5em;
	color: black;
	font-family: 'Times New Roman';
	margin-top: 15px;
	margin-bottom: 15px;
}

/*
#Main
{
	margin: auto;
	width: 800px;
	height: 600px;
	background-color: White;
	border-right: #696969 1px solid;
	border-top: #696969 1px solid;
	border-left: #696969 1px solid;
	border-bottom: #696969 1px solid;
	position: relative;
}
#Main #Logo
{
	left: 0px;
	top: 0px;
	width: 800px;
	height: 115px;
	background-image: url(Image/ilkerin.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#Logo #Language
{
	height: 20px;
	width: 150px;
	left: 0px;
	top: 116px;
	position: relative;
}

#Main #Menu
{
	left: 0px;
	top: 140px;
	width: 175px;
	height: auto;
	background-color: Fuchsia;
	position: absolute;
}
#Main #Content
{
	width: 615px;
	height: auto;
	background-color: Blue;
	left: 180px;
	top: 140px;
	position: absolute;
}
#Main #Copyright
{
	background-color: Gray;
	height: 30px;
	text-align: center;
	width: 800px;
	left: 0px;
	bottom: 0px;
	position: relative;
}
*/
TABLE.main
{
	width: 800px;
	border-right: #696969 1px solid;
	border-top: #696969 1px solid;
	border-left: #696969 1px solid;
	border-bottom: #696969 1px solid;
	background-color: white;
}

TD.top
{
	border-bottom: #696969 1px solid;
	background-image: url(Image/ilkerin.jpg);
	background-repeat: no-repeat;
	height: 115px;
	padding-left: 15px;
}

TD.Language
{
	height: 17px;
	text-align: right;
}

TD.Content
{
	vertical-align: top;
	text-align: left;
	color: #4b4b4b;
	height: 640px;
}

TD.menu
{
	width: 160px;
}

TD.Copyright
{
	color: #a9a9a9;
	background-color: #464646;
	height: 18px;
	font-size: 8pt;
}

A.menu
{
	color: Black;
	font-weight: bold;
	text-decoration: none;
}

A.menu:hover
{
	font-weight: bold;
	color: #4169e1;
	text-decoration: none;
}

A.Copyright
{
	color: #a9a9a9;
	text-decoration: none;
}

A.Copyright:hover
{
	color: #ffffff;
	text-decoration: none;
}

A
{
	color: black;
	text-decoration: underline;
}

A:hover
{
	color: #b22222;
	text-decoration: none;
}
