﻿
#image-rotator
{
	position: relative;
	height: 505px;
}

.imagefade
{
	position: absolute;
}

.small
{
	font-family: Verdana;
	font-size: 12px;
	color: white;
	text-align: justify;
	width: 400px;
	line-height:120%;
		

}

.headline
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	line-height: 30px;
	color: White;
	text-indent: 25px;
	vertical-align: bottom;
}

.Bigwhite
{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	color: White;
	text-indent: 0px;
	vertical-align: bottom;
}

.Smallwhite
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	line-height: 30px;
	color: White;
	text-indent: 18px;
	vertical-align: middle;
}


.Smallwhite2
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	line-height: 25px;
	color: White;
	vertical-align: middle;
}

.white
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: White;
}

.login
{
	margin-top: 10px;
	background-color: #AA0018;
	font-family: Verdana;
	font-size: 10px;
	color: White;
}

.login dl
{
	margin-left: 15px;
}

a
{
	text-decoration: underline;
	color: White;
}

.redbg
{
	color: #AA0018;
}

.menu
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: black;
	text-decoration: none;
	font-weight: bolder;
	vertical-align: bottom;
}

.menu:hover
{
	color: #AA0018;
	text-decoration: underline !important;
}

.contentwhite
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: White;
	overflow: auto;
	height: 300px;
	width: 500px;
	line-height: 14px;
}

.loginmenu
{
	font-family: Verdana;
	font-size: 12px;
	color: black;
	font-weight: bold;
}

/* ----------------------------------------------------------------- */

div.list-view[class]
{
	overflow: hidden;
	_height: 1%;
}

div.list-item
{
	width: 100px;
	height: 90px;
	float: left;
	text-align: center;
}

.list-item a img
{
	border: 2px solid white;
}

/*-------------------------------------------------
	Labels
-------------------------------------------------*/
dl
{
	/*overflow: auto;*/
}

dl.wide dt
{
	width: 10em;
	margin-top: 12px;
}

dl.wide dd
{
	margin-left: 11em;
	margin-top: 8px;
}

dl.normal dt
{
	width: 8em;
	margin-top: 10px;
}

dl.normal dd
{
	margin-left: 9em;
	margin-top: 8px;
}

dt
{
	display: block;
	float: left;
	clear: left;
}
dd
{
	margin-left: 6em;
}

dd input, dd img, dd select
{
	vertical-align: middle;
}

