/* CSS Document */

body {
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	background:url(../gfx/background.gif) repeat;
	font-size: 11px;
}

#content {
	
	position: absolute;/*
	top: 100px;
	left: 100px;*/
	margin: 100px auto;
	width: 500px;
	padding: 20px 50px;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px dotted #CCCCCC;
}

#content_top {
	background: url(../gfx/form_rahmen_oben.gif) no-repeat;
	width: 500px;
	height: 4px;
}

#content_center {
	background: url(../gfx/form_rahmen_mitte.gif) repeat;
	width: 500px;
	height: 490px;
}

#content_bottom {
	background: url(../gfx/form_rahmen_unten.gif) no-repeat;
	width: 500px;
	height: 4px;
}
