
/******* GridView SkinType1 Styles *******/

.GridView_SkinType1{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: Black;
	background-color: White;
	width: 100%;
}

.GridView_SkinType1 a{
	font-weight: 800;
	color: Blue;
}
.GridView_SkinType1 a:link{
	text-decoration: none;
}
.GridView_SkinType1 a:visited{
	text-decoration: none;
}
.GridView_SkinType1 a:hover{
	text-decoration: underline;
}
.GridView_SkinType1 a:active{
	text-decoration: underline;
}
.GridView_SkinType1_headerstyle{
	color: Black;
	background-color: White;
	font-weight: bold;
	text-align: left;
}
.GridView_SkinType1_alternatingrowstyle
{
	color: Black;
	background-color: #CCCCCC;
}
.GridView_SkinType1_rowstyle{
	color: Black;
	background-color: White;
}


/******* GridView Entreprenoerliste Styles *******/

.GridView_Entreprenoerliste
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: Black;
	background-color: white;
	width: 100%;
}

.GridView_Entreprenoerliste_headerstyle
{
	font-weight: bold;
	text-align: left;
	color: Black;
	background-color: silver;
}

.GridView_Entreprenoerliste_rowstyle{
	color: Black;
	background-color: white;
}
.GridView_Entreprenoerliste_alternatingrowstyle
{
	color: Black;
	background-color: lightgrey;
}

/*
.GridView_Entreprenoerliste{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: Black;
	background-color: White;
	width: 100%;
}

.GridView_Entreprenoerliste a{
	font-weight: 800;
	color: Blue;
}
.GridView_Entreprenoerliste a:link{
	text-decoration: none;
}
.GridView_Entreprenoerliste a:visited{
	text-decoration: none;
}
.GridView_Entreprenoerliste a:hover{
	text-decoration: underline;
}
.GridView_SEntreprenoerliste a:active{
	text-decoration: underline;
}
.GridView_Entreprenoerliste_headerstyle{
	color: Black;
	background-color: White;
	font-weight: bold;
	text-align: left;
}
.GridView_Entreprenoerliste_alternatingrowstyle
{
	color: Black;
	background-color: #CCCCCC;
}
.GridView_Entreprenoerliste_rowstyle{
	color: Black;
	background-color: White;
}
*/

