* {
	font-family: verdana, arial, sans-serif;
	font-weight: 200;
}

BODY {
	background-color: #c3c3c3;
}

BODY.dev{
	background-image: url("../img/client/style1/mainInfo/bg_dev.gif");
}
BODY.test{
	background-image: url("../img/client/style1/mainInfo/bg_test.gif");
}
BODY.pre{
	background-image: url("../img/client/style1/mainInfo/bg_pre.gif");
}

TD {
	text-align: left;
	padding-top: 10px;
}

li {
	list-style-type: none;
	font-size: 1rem;
}

li.header-item {
	margin-bottom: 2rem;
	font-size: 1.1rem;
}

A {
	color: rgb(32, 96, 244);
	text-decoration: none;
}

A:hover {
	color: rgb(12, 8, 129);
}

TABLE#menu {
	border-top: 6px solid rgb(32, 96, 244);
	position: relative;
	top: 100px;
	width: 40%;
	padding-top: 2rem;
	padding-bottom: 2rem;
	padding-left: 2rem;
	background: white;
}

/* DIV#logo {
  position: relative;
  top: 60px;
  width: 310px;
  height: 104px;
  background-image: url(logos/scudlogo.gif);
  background-repeat: no-repeat;
  background-position: center;
} */

DIV#customer {
	position: relative;
	top: 60px;
	width: 350px;
	height: 106px;
	background-image: url(../img/logos/logo.png);
	background-repeat: no-repeat;
	background-position: center;
	border: 0px #000000 solid;
	cursor: pointer;
}

DIV#raynet {
	position: relative;
	visibility: hidden;
	top: 180px;
	left: 250px;
	width: 175px;
	height: 121px;
	background-image: url(../img/logos/raynet.gif);
	background-repeat: no-repeat;
	background-position: center;
	border: 1px #000000 solid;
	cursor: pointer;
}

DIV#version {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #000000;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
a.menu-link {
	padding-right: 2rem;
	padding-top: 2rem;
	display: flex;
	justify-content: center;
}
div.message {
	padding-right: 2rem;
	font-size: 2rem;
	display: flex;
	justify-content: center;
}
div.error {
	color: red;
	font-weight: bold;
}
