/*  CSS-Stylesheet andreasrothbauer.de
written by M.Schwarz  */
	

/* Basics  */

body {
	background-color:#FFF;
	font-size: 12px;
	background-image: none;
	margin: 0;
	padding:0;
	text-align: center;
}

#container {
	width: 100%;
	height: 100%;
	text-align: left;
	clear:left;
	overflow:auto;
}
a:link, a:visited, a:active { color: #999; text-decoration: none; }
a:hover { color: #FFF; text-decoration: none; }
