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

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


body
{
	text-align: left;
	background-image: url(../_picts/elements/background.jpg);
	background-repeat: repeat;
	background-color:#536C93;

}

*
{
	margin: 0;
	padding: 0;
	border: 0;
}

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

#verlauf
{
	position: absolute;
	width: 100%;
	left: 0px;
	text-align: left;
	height: 369px;
	background-image: url(../_picts/elements/verlauf.jpg);
	background-repeat: repeat-x;
	z-index: 1;
	clear: both;
}

#main
{
	position: relative;
	margin: 0 auto;
	text-align: left;
	background-color: none;
	width: 891px; z-index:2;
}

.border_image { border: solid 1px #364967; }


