/* Text stylesheet for Audi-Club.dk */
/* egello.com 2005 */

/* General */
*
{
	font-family: Tahoma, Geneva, sans-serif;
}

td, input, textarea, p
{
	font-size: 8pt;
}

ul
{
	list-style-type: square;
	list-style-image: url("/graphic/text-listimage.png")
}

.list-image-grey
{
	vertical-align: top;
	padding-top: 5px;
	width: 10px;
	background-image: url("/graphic/text-listimage-grey.png");
	background-position: 0% 6px;
	background-repeat: no-repeat;
}

.list-image-brown
{
	vertical-align: top;
	padding-top: 5px;
	width: 10px;
	background-image: url("/graphic/text-listimage-brown.png");
	background-position: 0% 6px;
	background-repeat: no-repeat;
}

.list-image-blue
{
	vertical-align: top;
	padding-top: 5px;
	width: 10px;
	background-image: url("/graphic/text-listimage-blue.png");
	background-position: 0% 6px;
	background-repeat: no-repeat;
}

.list-image-none
{
	width: 10px;
}

/* Links */
a:link, a:visited, a:active, a:hover
{
	color: rgb(0, 0, 0);
}

.link-clear:link, .link-clear:visited, .link-clear:active, .link-clear:hover
{
	text-decoration: none;
}

.text-headline-black-3:link, .text-headline-black-3:visited, .text-headline-black-3:active, .text-headline-black-3:hover
{
}

.text-infoline-white-1:link, .text-infoline-white-1:visited, .text-infoline-white-1:active, .text-infoline-white-1:hover
{
	color: rgb(255, 255, 255);
}

/* Headlines */
.text-headline-white-1
{
	font-size: 16pt;
	color: rgb(255, 255, 255);
	padding-left: 0px;
	padding-bottom: 8px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-weight: bold;
}

.text-headline-white-2
{
	font-size: 16pt;
	color: rgb(255, 255, 255);
	padding-bottom: 5px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-weight: bold;
}

.text-headline-black-2
{
	font-size: 12pt;
	color: rgb(0, 0, 0);
	padding-bottom: 5px;
	font-weight: bold;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}

.text-headline-black-3
{
	color: rgb(0, 0, 0);
	font-weight: bold;
}

.text-headline-black-4
{
	font-size: 8pt;
	color: rgb(0, 0, 0);
	font-weight: bold;
	margin-bottom: 4px;
	font-weight: bold;
}

/* Content blocks */
.text-normal
{
	font-size: 8pt;
}

.text-content-black-3
{
	font-size: 8pt;
	color: rgb(0, 0, 0);
}

.text-content-black-4
{
	font-size: 9pt;
	color: rgb(0, 0, 0);
}

.text-content-black-4:first-letter
{
	padding-left: 5px;
	font-size: 200%;
	font-weight: bold;
}


/* Info and sub texts */
.text-infoline-black-1
{
	font-size: 8pt;
	color: rgb(0, 0, 0);
	padding-bottom: 3px;
	padding-top: 2px;
}

.text-infoline-black-2
{
	text-align: right;
	font-size: 8pt;
	color: rgb(0, 0, 0);
	padding-bottom: 3px;
}

.text-infoline-white-1
{
	font-size: 8pt;
	color: rgb(255, 255, 255);
	padding-bottom: 3px;
}

.text-error
{
	padding: 5px 5px 15px 0px;
	color: rgb(190, 0, 0);
	font-size: 8pt;
}

.text-quote
{
	color: rgb(53, 53, 53);
	background-color: rgb(235, 235, 235);
	border: 1px solid rgb(53, 53, 53);
	padding: 3px;
}