/* CSS-Stylesheet für ein Webanwendungsprojekt */

body {
	font-family:verdana,tahoma,arial,helvetica,sans-serif;
	background-color:white;
	font-size:11px;
	}
	
/*------------------------------------------------------------*/

td.menuone
{
	font-family:verdana,tahoma,arial,helvetica,sans-serif;
	border-right: white 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	cursor: hand;
	border-bottom: white 1px solid;
	background-color: white;
}

/*------------------------------------------------------------*/

a:link {
	font-family:verdana,tahoma,arial,helvetica,sans-serif;
	text-decoration:none;
	color: sliver;
	}

a:visited {
	font-family:verdana,tahoma,arial,helvetica,sans-serif;
	text-decoration:none;
	color: sliver;
	}

a:active {
	font-family:verdana,tahoma,arial,helvetica,sans-serif;
	text-decoration:none;
	color: sliver;
	}

a:hover
{
	font-family:verdana,tahoma,arial,helvetica,sans-serif;
	color: red;
	text-decoration: none;
}
 
.tsmall
{
	font-family:verdana,tahoma,arial,helvetica,sans-serif;
	font-size: 10px;
}

.tmenue
{
	font-weight: bold;
	font-size: 12px;
	color: silver;
	font-family: verdana,tahoma,arial,helvetica,sans-serif;
	width: 170px;
}

.tlastupdate
{
	font-family:verdana,tahoma,arial,helvetica,sans-serif;
	font-size: 10px;
	background-color: gainsboro;
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
}

.tdownload
{
	font-family:verdana,tahoma,arial,helvetica,sans-serif;
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	font-weight: bold;
	font-size: 11px;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
}

.mastertable
{
	font-family:verdana,tahoma,arial,helvetica,sans-serif;
	border-top-width: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	border-right-width: 0px;
}

.mastertabletitle
{
	font-family:verdana,tahoma,arial,helvetica,sans-serif;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: silver;
}

.minortabletd
{
	font-family:verdana,tahoma,arial,helvetica,sans-serif;
	border-right: silver 2px solid;
	padding-right: 5px;
	border-top: 0px;
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
	border-left: silver 2px solid;
	padding-top: 5px;
	border-bottom: silver 2px solid;
	background-color: gainsboro;
}

.minortable
{
	border-right: gainsboro;
	border-top: gainsboro;
	font-weight: bold;
	font-size: 11px;
	border-left: gainsboro;
	border-bottom: gainsboro;
	font-family: verdana,tahoma,arial,helvetica,sans-serif;
}