body {
	background-color: #aaa690;
	background-image: url("../images/background.png");
	background-repeat: repeat-x;
	font: 14px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #4b4a4d;
}

img {
	border: 0px;
}

.error {
  color: red;
}

#wrapper {
	left: 50%;
	margin: 0 0 0 -475px;
	position: absolute;
	top: 0px;
	width: 950px;
}

#header {
	width: 100%;
	height: 200px;
}

#logo {
	float: left;
	height: 130px;
	width: 580px;
	margin: 0 0 0 20px;
}

#headerInfo {
	float: left;
	height: 130px;
	padding: 20px 20px 0 0;
	text-align: right;
	width: 320px;
}

/* menu */
#menu {
	background-image: url("../images/menu.png");
	height: 50px; .
	padding: 0px 10px 0 10px;
	position: absolute;
	width: 950px;
}

a.topMenu {
	color: white;
	display: block;
	font-size: 19px;
	font-weight: bold;
	height: 35px;
	margin: 0 10px 0 10px;
	padding: 15px 0 0 0;
	text-align: center;
	text-decoration: none;
	width: 165px;
}

a.topMenu:hover {
	color: white;
	text-decoration: none;
	cursor: pointer;
	text-shadow: 1px 1px 0px #036f00, -1px -1px 0px #036f00, 1px -1px 0px
		#036f00, -1px 1px 0px #036f00;
}

ul.topMenu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li.topMenu {
	float: left;
}

ul.topMenu ul {margin 0;
	padding: 0;
	display: none;
}

li.topMenu:hover ul {
	display: block;
}

li.topMenu:hover a.topMenu { /*background-color: darkred;*/
	
}

ul.subMenu {
	background-image: url("../images/subMenu.png");
	list-style-type: none;
	position: absolute;
	z-index: 5;
}

a.subMenu {
	color: white;
	display: block;
	font-size: 16px;
	font-weight: bold;
	height: 35px;
	margin: 0 10px 0 10px;
	padding: 15px 0 0 0;
	text-align: center;
	text-decoration: none;
	width: 165px;
}

a.subMenu:hover {
	text-decoration: none;
	cursor: pointer;
}

a.subMenuTop:hover {
	color: #1f5c1d;
}

a.subMenuDown:hover {
	color: #4fa04d;
}

/* ######################################################################################################
** ### Links ######################################################
** ######################################################################################################
*/
a {
	color: #00529c;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover,a:focus {
	text-decoration: underline;
	color: #00529c;
}

/* ### Special Link classes ############################################################################ */
a.internal {
	color: #00529c;
	text-decoration: none;
	padding: 0px 0px 0px 12px;
	margin: 0px;
	background: url(../images/internLink.gif) no-repeat left 4px;
	font: 14px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a.portalLink {
  color: #4fa04d;
}

#content {
	position: absolute;
	margin: 50px 0 0 0;
	padding: 0px 20px 20px 20px;
	min-height: 700px;
	width: 910px;
	background-color: white;
	margin: 50px 0 0 0;
}

input.button {
	background-image: url("../images/login_btn.png");
	border: none;
	color: white;
	cursor: pointer;
	height: 35px;
	font-size: 15px;
	font-weight: bold;
	width: 160px;
}

#contentLeft {
	height: 660px;
	float: left;
	margin: 20px 0 0 0;
	width: 660px;
}

#footer {
	background-image: url("../images/footer.png");
	height: 70px;
	margin: 0 0 20px 0;
	width: 100%;
}

/* formulars */


td.textfieldBg {
	background-image: url("../images/textfield_bg.png");
	background-repeat: no-repeat;
	width: 185px;
	height: 30px;
	padding: 0 0 0 5px;
}

img.tooltip {
  width: 22px;
  height: 22px;
}

img.tooltip:HOVER {
  cursor: pointer;
}