﻿

.SeminarKategorieGrid
{
	font-size: 11px;
	padding: 4px;
	margin-left: 20px;
	width: 700px;
}

.SeminarKategorieGridItemPreis
{
	text-align: right;
	width: 100px;
}


tr .Alternate
{
	background-color: #fef4ea;
}


tr .HeaderRow
{
	background-color: White;
}
tr .HeaderRow:hover
{
	background-color: White;
}

.SeminarListeHeaderRow
{
	font-size: 12px;
	line-height: 20px;
}

.SeminarAlternateGridRow
{
	color: black;
	background-color: white;
	height: 20px;
}
.SeminarGridRow
{
	color: black;
	background-color: silver;
	height: 20px;
}
.SeminarDetailLink
{
	color: Black;
	font-weight: normal;
	height: 20px;
	display: block;
	border: 1px solid white;
	padding: 3px;
	width:170px;
	text-align:center;
}
.SeminarGridRow .SeminarDetailLink
{
	border-color: Silver;
}
.SeminarAlternateGridRow .SeminarDetailLink
{
	border-color: white;
}
.SeminarDetailLink:hover
{
	color: #251a11;
	background-color: #dae5ee;
	font-weight: bold;
	height: 20px;
	display: block;
	border: 1px solid white; 
	width:170px;
}
.SeminarAlternateGridRow .SeminarDetailLink:hover
{
	color: #251a11;
	background-color: #dae5ee;
	font-weight: bold;
	height: 20px;
	display: block;
	border: 1px solid silver; 
	width:170px;
}
 