@import url(styles.css);
@import url(boxen.css);


html
{
	height: 100%;
	margin: 0;
	padding: 0;
}

/* hack fŸr ie6 */
*
{
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

ul, li
{
	list-style-type: none;
	display: inline;
}

body
{
	position: relative;
	background-image: url(../_picts/elemente/hintergrund.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #D1D1C4;
	text-align: left;
	height: 100%;
	min-height: 100%;
	text-decoration: none;
}

#wrap_1
{
	position: relative;
	left: 50%;
	margin-left: -492px;
	height: 10px;
	width: 985px;
}

#wrap_2
{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -492px;
	margin-top: -306px;
	height: 592px;
	width: 985px;
}

.rechtsdran
{
	padding-top:3px;
	text-align:right;
}
