/* CSS Document */

body {
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#ffffff;
}

/* Tabelle aussen zum positionieren*/
.tab_aussen {
	border-style:none;
	width:100%;
	height:100%;
}

/* RahmenTabelle*/
.tab_rahmen {
	border:1px solid #CCCCD1; 	
}

/* Footer Text links*/
.footer1 {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11px;
    color: #9999A3;
	height:30px;
	padding-left:29px;
	padding-right:29px;
	text-align:right;
}

.contact {
	text-decoration:none;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 10px;
    color: #9999A3;
}

/* Footer Text rechts*/
.footer2 {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 10px;
    color: #9999A3;
	height:40px;
	padding-right:29px;
	text-align:right;
}

/*  schwarze Linie */
.line {
	background-color:#000000;
	width:1px;
	height:1px;
}