@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
/*	background: #666666;
*/	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color:#FFFFFF;
	background-image:url(bg-start-gradient.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

#container
{
margin: 0 auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
width: 750px;
height:700px;
text-align:left;
background-image:url(vorschaltseite.jpg);
background-repeat:no-repeat;
}

#container_buttons{
float:left;
width:590px;
margin:430px 0px 0px 155px;
height:230px;
}