a:link,a:visited,a:active {
	text-decoration: underline;
	font-size: 11pt;
	font-weight: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
	font-size: 11pt;
	font-weight: none;
	color: #000000;
}

a.impressum:link,a.impressum:visited,a.impressum:active {
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
	color: #666666;
}

a.impressum:hover {
	text-decoration: underline;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
}

a.menu:link,a.menu:visited,a.menu:active {
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
	color: #666666;
}

a.menu:hover {
	text-decoration: underline;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
}

#content {
	height: 468px;
	width: 650px;
	overflow: auto;
}

a.menu1:link,a.menu1:visited,a.menu1:active,a.menu1s:hover {
	color: #000000;
	text-decoration: underline;
	border-color: White;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	padding: 2px 0px 2px 3px;
	cursor: hand;
	display: block;
	font-size: 10pt;
	font-weight: bold;
}

a.menu1s:link,a.menu1s:visited,a.menu1s:active,a.menu1:hover {
	text-align: left;
	color: #000000;
	text-decoration: none;
	border-color: White;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	padding: 2px 0px 2px 3px;
	cursor: hand;
	display: block;
	font-size: 10pt;
	font-weight: bold;
}

a.menu2:link,a.menu2:visited,a.menu2:active,a.menu2s:hover {
	color: #000000;
	text-decoration: underline;
	border-color: White;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	padding: 2px 0px 2px 8px;
	cursor: hand;
	display: block;
	font-size: 8pt;
	font-weight: normal;
}

a.menu2s:link,a.menu2s:visited,a.menu2s:active,a.menu2:hover {
	text-align: left;
	color: #000000;
	text-decoration: none;
	border-color: White;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	padding: 2px 0px 2px 8px;
	cursor: hand;
	display: block;
	font-size: 8pt;
	font-weight: normal;
}

.loginHead {
	color: #666666;
	font-size: 10pt;
	font-weight: normal;
}

a.alogin:link,a.alogin:visited,a.alogin:active {
	text-decoration: none;
	font-size: 10pt;
	font-weight: none;
	color: #666666;
}

a.alogin:hover {
	text-decoration: none;
	font-size: 10pt;
	font-weight: none;
	color: #000000;
}

input.submit {
	color: #000000;
	background: #CCCCCC;
	border-color: #666666;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	font-size: 12px;
	font-weight: bold;
}

input.acmsform {
	color: Black;
	background: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid;
	border-color: Gray;
}

textarea.acmsformarea {
	color: Black;
	background: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid;
	border-color: Gray;
}

#mainContent {
	min-height: 400px;
	background-color: #FFF;
}

#leftContent {
	background: #F3F2EC url("images/left.png") no-repeat ;
	min-height: 625px;
}

.siteBorder {
	border-style: solid;
	border-color: #000;
	border-width: 1px;
}

#logo {
	position: absolute;
	z-index: 100;
	top: 20px;
	left: 40px;
}

#logosmallDiv {
	background-color: #ECF7F1;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#leftBottom {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #B2D377;
	text-align: center;
}

#leftBottom a{
	text-decoration: none;
}

#leftBottom a:hover{
	text-decoration: underline;
}

#rightBottom a{
	color: #FFF;
	text-decoration: none;	
}

#rightBottom a:hover {
	color: #FFF;
	text-decoration: underline;
}

#rightBottom {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #1E7B4F;
	text-align: left !important;
	color: #FFF;
	font-size: 10pt;
}

#headerImg {
	background: url("images/header.gif") no-repeat;
	height: 100px;
}