/** index.css **/

body {
	margin-top: 0px;
	margin-left:0px;
	margin-bottom: 0px;
	margin-right: 0px;
	background-color: #CCCCCC;
	scroll: no;
}

/** TABLE ganz aussen, Zentrierung**/
#outer {
	border: 0px solid #FFFFFF;
	}
	

/** Tabelle innen mit dem Rahmen **/
#table {
	border: 12px solid #FFFFFF;
	position: relative;
}

#button_1 {
	border: 0px;

}
.smallhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #3e6a71;
}

