body {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* ************************************************** */
/* Links */
/* ************************************************** */
.linkmenu {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0A8102;
	text-decoration: none;
}

.linkmenu.fett {
	font-weight: bold;
}

.linkmenu:active {
}

.linkmenu:hover {
	color: red;
}

/* ************************************************** */
/* Links - red variant */
/* ************************************************** */
.linkmenu.rot {
	color: #FF0000;
}

.linkmenu.rot:active {
}

.linkmenu.rot:hover {
	color: red;
}

/* ************************************************** */
/* Links - blue variant */
/* ************************************************** */
.linkmenu.blau {
	color: #4150FC;
}

.linkmenu.blau:active {
}

.linkmenu.blau:hover {
	color: red;
}

/* ************************************************** */
/* Pics */
/* ************************************************** */
div.logo {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}

/* ************************************************** */
/* Standard box */
/* ************************************************** */
/* Boxes used for modules (modules are those boxes in the left/right columns) */
div.box {
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 4px;
	margin-bottom: 10px;
	border: 1px solid black;
	width: 170px;
}

/* Boxes are divided in title and data, this is the title */
div.box-title {
	background-color: #457C4B;
	color: #DCF3DF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 2px;
}

/* And this is the data */
div.box-data {
	background: #EBFEEB;
	color: #00639c;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
}

div.box-title.rot {
	background-color: #A2182F;
	color: #FFCBD3;
}

div.box-data.rot {
	background-color: #FFE4E8;
	color: #FF0000;
}

div.box-title.blau {
	background-color: #0A83FC;
	color: #CBDCED;
}

div.box-data.blau {
	background-color: #CFE7FE;
	color: #0033FF;
}
