/* Created by PDV-Systeme GmbH */

a {
	font-family: Arial, sans-serif;
	text-decoration: none;
}

body {
    text-align: center;
}

table#resultsArea {
    text-align: center;
    margin-left:auto; 
    margin-right:auto; 
    width:300px;
}
tr,td {text-align:left;}

table#errorArea {
    text-align: center;
    margin-left:auto; 
    margin-right:auto; 
    width:500px;
}

div.mandant-header
{
	font-family: Arial, sans-serif;
	text-decoration: italic;
	font-weight: bold;
	font-size: 38px;
	height: 94px;
	vertical-align: middle;
	color: #7F97AE; /* PDV Taubenblau */
        -moz-box-shadow: 0px 1px 0px #888888;
        -webkit-box-shadow: 0px 1px 0px #888888;
        box-shadow: 0px 1px 0px #888888;
}

tr.mandant-header
{
	font-family: Arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	font-size: 38px;
	height: 94px;
	vertical-align: middle;
	color: #1F272B; /* PDV Dunkelblau */
        -moz-box-shadow: 0px 1px 0px #888888;
        -webkit-box-shadow: 0px 1px 0px #888888;
	box-shadow: 0px 1px 0px #888888;
}

img.vis_logo {
	max-width:  112px;
	padding-top: 5px;
}

tr.mandant
{
    background-color: #F0F0F0; /* hellgrau */
        -moz-box-shadow: 2px 1px 2px #888888;
        -webkit-box-shadow: 2px 1px 2px #888888;
	box-shadow: 2px 1px 2px #888888;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
	border-radius: 10px;
}


td.mandant_icon {
	background-image: url(icon_mandant.png);
	background-repeat: no-repeat;
	background-position: 40px 24px;
	height: 85px;
}

.mandant-link {
    color: #F0F0F0; /* hellgrau */
	font-size: 16px;
	font-weight: bold;
}

a.mandant-link {
	color: black;
}

a.mandant-link:hover {
	color: #7F97AE; /* PDV Taubenblau */
}

span.mandant-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

td.error-message
{
    padding: 15px 0;
    color: #AA2525;
}

div.container {
    width:100%; 
    margin:0%;
  }