html, body
{
	margin: 0px;
	padding: 0px;
}

body 
{

}

/* Table Styles */
#Main
{
	width: 700px;
	height: 500px;
}

#head
{

}

#head a
{
	font: garamond;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 4px;
	text-decoration: none;
}

#head a:hover, #head a:active
{
	color: #FFFF00;
}

#head #activelink
{
	font: garamond;
	font-size: 11px;
	font-weight: bold;
	color: #FFFF00;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 4px;
	text-decoration: none;
}

#subnav
{

}

#subnav #title
{
	font: garamond;
	font-size: 14px;
	color: #FFFF00;
	height: 26px;
	margin-left: 19px;
	margin-top: 10px;
}

#subnav #titleCoordinates
{
	padding-top: 20px;
	font: garamond;
	font-size: 14px;
	color: #FFFF00;
	height: 26px;
	margin-left: 19px;
	margin-top: 10px;
}

#subnav a
{
	font-family: Arial;
	color: #000000;
	float: left;
	width: 160px;
	height: 18px;
	padding-left: 9px;
	margin-left: 10px;
	margin-bottom: 6px;
	background: #CCCCCC;
	text-decoration: none;
}

#subnav a:hover, #subnav a:active, #subnav .active
{
	color: #FF0000;
}

#fute a, #fute a:hover, #fute a:active
{
	border-width: 0px;
}

#content
{
	
}

#content a
{
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
}

#content a:hover
{
	font-weight: bold;
	text-decoration: underline;
}

#content .title
{
	width: 472px;
	height: 25px;
	background: #CCCCCC;
	font: garamond;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	padding-top: 5px;
	padding-left: 10px;
	margin-bottom: 6px;
}

#content .text
{
	width: 462px;
	background: #CCCCCC;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	margin-bottom: 6px;
	padding: 10px;
}

#content img
{
	border: none;
}

#address,  #subnav #coordinates
{
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	padding: 10px;
	color: #FFFFFF;
}

#subnav #coordinates a
{
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 8pt;
	background: transparent;
	padding: 0px;
	margin: 0px;
}

#address a
{
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 9pt;
	background: transparent;
	padding: 0px;
	margin: 0px;
}

#address a:hover
{
	color: #0099FF;
}

.Tarife
{
	font-family: Arial;
	font-size: 12px;
	vertical-align: top;
	border: solid 1px #999999;
	margin-bottom: 10px;
	margin-top: 10px;
}

.TarifeBorder
{
	border-bottom: solid 1px #999999;	
}

.TarifeText
{
	font-family: Arial;
	font-size: 12px;
	vertical-align: top;
	margin-bottom: 10px;
	margin-top: 10px;
}

.TarifeComment
{
	font-family: Arial;
	font-weight: normal;
	font-style: italic;
	vertical-align: top;
}

.GridView
{
	font-family: garamond;
	font-size: 16px;
	border: none;
	border-top: 1px solid #CECECE;
	margin: 0;
}

	
	/*.GridView .Row :hover
	{
		background: #EAEAEA;
	}*/
	
	.GridView tr
	{
		cursor: pointer;
		height: 30px;
		vertical-align: middle;	
		background: transparent;
	}
	
	.GridView tr:hover
	{
		background-color: #EAEAEA
	}

	.GridView .AlternatingRow
	{
		height: 30px;
	}
	
	.GridView .AlternatingRow :hover
	{
		
	}

	.GridView .SelectedRow
	{
		height: 20px;
		background: #E0EAB7;
	}

	.GridView .EditRow
	{
		
	}
	
	.GridView .EmptyRow
	{
		height: 20px;
		background: #E0EAB7;
		text-align: center;	
	}

	.GridView .Footer
	{
		height: 20px;
	}
	
	.GridView .Title
	{
		width: 165px;	
	}
	
	.GridView .PartnerTitle
	{
		width: 400px;
	}
	
	.GridView .Description
	{
		font-size: 14px;	
	}
	
	.HiddenLink
	{
		width: 15px;
		color: White;
		font-size: 1px;
		color: #CECECE;
	}
