.holeTableCell {
	font-size: 11px;
	border-top-style:dotted; 
	border-left-style:dotted; 
	border-right-style:dotted; 
	border-bottom-style:none; 
	border-width:1px;
	border-collapse:collapse;
}

.holeDescriptionTableCell {
	font-size: 11px;
	border-top-style:none; 
	border-left-style:dotted; 
	border-right-style:dotted; 
	border-bottom-style:dotted; 
	border-width:1px;
	border-collapse:collapse;
}

.teeDetailCell {
	font-size: 11px;
}

.birdiemenu {
	text-shadow: none;
	padding-top: 2px;
	text-align: center;
	background-repeat: repeat-x;
	background-color:#61784c;
	background-image:url(/birdie/images/birdiemenu.png);
	font-size:11px;
	height: 17px;
}

@media handheld, only screen and (max-device-width: 480px)
{
	.birdiemenu 
	{
		text-shadow: none;
		padding-top: 2px;
		text-align: center;
		background-repeat: repeat-x;
		background-color:#61784c;
		background-image:url(/birdie/images/birdiemenu.png);
		font-size:6px;
		height: 17px;
	}
}

a.birdiedecorated {
	text-decoration: none;
	border-bottom-style: dotted;
	border-width: 1px;
	color: #e6e6e6;
}

a.birdiedecorated:hover {
	border-top-style: dotted;
	border-bottom-style: dotted;
}

a.birdiedecorated:visited {
	border-top-style: none;
	border-bottom-style: dotted;
}

a.birdiedecorated:active {
	border-top-style: dotted;
	border-bottom-style: dotted;
	color: #aaa;
}

a.birdiedecorated:focus {
	border-top-style: dotted;
	border-bottom-style: dotted;
	color: #aaa;
}

.faqAntwortBlock
{
	
	margin-top: 20px;
	
	clear: both;
	
	display: block;
	
}

.faqFrage a
{
	margin-bottom: 10px;
	float: left;
	top: 0px;
	position: relative;
	display: block;
	font-weight: bold;
	font-style: italic;
	color: #5b6440;
	width: 12em;
}

.faqAntwort 
{
	display: block;
	top: 0px;
	position: relative;
	margin-left: 12.5em;
}

.faqtitle
{
	font-weight: bold;
	color: #5b6440;
}

.faq ol
{
	text-indent: 0px;
}

/*
.faq a {
	text-decoration: none;
	border-bottom-style: dotted;
	border-width: 1px;
	color: #000;
}

.faq a:hover {
	border-top-style: dotted;
	border-bottom-style: dotted;
}

.faq a:visited {
	border-top-style: none;
	border-bottom-style: dotted;
}

.faq a:active {
	border-top-style: dotted;
	border-bottom-style: dotted;
	color: #aaa;
}

.faq a:focus {
	border-top-style: dotted;
	border-bottom-style: dotted;
	color: #aaa;
}
*/

