body {
    background-color: #E7E7E9;
    font-family: Arial, Helvetica, sans-serif, Verdana, Tahoma;
    font-size: 89%;
    padding: 0px;
    margin: 0px;    
}

img {
	border: 0;
}

h1 {
    font-size: 1.4em;
    text-align: center;
}

h2 {
    font-size: 1.1em;
    text-align: center;
}

ul {
    margin-bottom: 0px;
    margin-top: 0px;
}

li {
    margin-top: 5px;
}

form {
    margin: 0px;
    padding: 0px;
}

table {
	border: 1px solid #000;
}

th {
	border: 1px solid #000;
	padding: 3px;
    font-weight: bold;
}

td {
	border: 1px solid #000;
	padding: 3px;
}


/* Classes */
.header {
    position: relative;
    background-color: #0095DF;
    width: 100%;
    height: 108px;
    text-align: center;
}

.header_central {
    background-image: url('../images/header_druck.jpg'); 
    background-repeat: no-repeat;
    width: 880px;    
    height: 108px;   
}

.reha_logo {
    position: absolute;
    background-image: url('../images/reha_logo.gif');
    background-repeat: no-repeat;
    width: 192px;    
    height: 51px;  
    top: 28px;
    right: 10px;  
}

.defaultbox {
    background-color: #FFF;
    width: 580px;
    text-align: center;
    border: 1px solid #000;
	padding: 10px;
	text-align: left;
}

.card {
    position: relative;
    background-color: #FFF;
    background-image: url('../images/background.png');
    background-repeat: no-repeat;
    width: 600px;
    height: 378px;
    text-align: center;
    border: 1px solid #000;
}

.card_layer {
	position: relative; 
	top: 10px; 
	left: 0px; 
	width: 560px; 
	height: 338px;
	padding: 10px;
	border: 1px solid #000;
	background-color: #EDEDED;
	z-index: 99;
	text-align: center;
	display: none;
}

.leiste {
    width: 580px;
    background-color: #0095DF;    
    border: 1px solid #000;    
    padding: 10px;
    color: #FFF;
    font-weight: bold;
    font-size: 0.9em;
}

.tooltip {
    width: 580px;
    background-color: #FFFF99;  
	color: #000;  
    border: 1px solid #000;    
    padding: 10px 10px 10px 10px;
    font-size: 0.9em;
	text-align: left;
	display: none;
}

.errorbox {
    width: 560px;
    background-color: #FFE6D9;    
    background-image: url('../images/error.png');
    background-position: 10px center;
    background-repeat: no-repeat;
    border: 1px solid #ED322A;    
    padding: 10px 10px 10px 30px;
    color: #000;
    font-weight: bold;
    font-size: 0.9em;
    text-align: left;
}

.errorbox_text {
    width: 540px;
    background-color: #FFE6D9;    
    background-image: url('../images/error.png');
    background-position: 10px center;
    background-repeat: no-repeat;
    border: 1px solid #ED322A;    
    padding: 10px 10px 10px 50px;
    color: #000;
    font-weight: bold;
    font-size: 0.9em;
    text-align: left;
}

.textfield {
    position: absolute;
    width: 250px;
    border: 1px solid #555;
	padding: 1px;
    margin: 0px;
    color: #000000;
}

.textfield_disabled {
    color: #777;
	background-color: #FAFAFA;
}

.error {
    background-color: #FFE6D9;    
    border: 1px solid #ED322A;
	padding: 1px;
}

.required {
    background-color: #F3F3F3;    
    border: 1px solid #555;
	padding: 1px;
}

.selectbox {
    position: absolute;
    width: 224px;
    padding: 0px;
    margin: 0px;
    color: #000000;
	height: 20px;
}

.selectbox_layer {
    padding: 0px;
    margin: 0px;
    color: #000000;
}

.button {
	font-weight: bold;
	background-color: #AAA;
	color: #000;
	border: 1px solid #000;
	padding: 3px;
	text-decoration: none;
}

.button:hover {
	font-weight: bold;
	background-color: #DDD;
	color: #000;
	border: 1px solid #000;
	padding: 3px;
	text-decoration: none;
}

.bold {
    font-weight: bold;
}

.small {
    font-size: 0.85em;
}

.uppercase {
    text-transform: uppercase;
}

.textfield_static {
    position: absolute;
    width: 500px;
    margin: 0px;
    color: #000000;
    font-size: 14px;
    text-align: left;
    overflow: hidden;
    padding-left: 2px;
    padding-top: 2px;
}

.textfield_static_small {
    font-size: 12px;
}

.black {
    color: #000;
}

.white {
    color: #FFF;
}

.info {
    position: absolute;
    padding: 2px 0px 0px 8px;
    margin: 0px;
}

/* Tables */
.data_table {
	width: 100%;
	padding: 0;
	margin: 0;
	border: 1px solid #000;
}

.data_table th {
	border: 0;
	font-weight: bold;
	background-color: #0095DF;
	padding: 5px;
}

.data_table td {
	border: 0;
	padding: 5px;
}

tr.odd td {
	background-color: #D0D0D0;
}


/* Helper Classes */
.space5 {
    margin-top: 5px;
}

.space10 {
    margin-top: 10px;
}

.space20 {
    margin-top: 20px;
}