/* **** Container ****************************************************** */

* {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	margin: 0;
	background-color: #E9E9E9;
	text-align: center; /* nur IE */
	background-image: url(../pix/container/background.png);
	color: black;
	font: normal 80%/1.4em arial, sans-serif;
}

#container {
	margin: 0 auto;
	width: 781px;
	background-image: url(../pix/container/back.png);
	background-repeat:repeat-y;
	text-align: left; /* nur IE */
}

#top {
	position: relative;
	width: 781px;
	height: 303px;
	background-image:  url(../pix/container/top.png);
	background-repeat: no-repeat;
}

#navi {
	position: absolute;
	top: 120px;
	left: 335px;	
	width: 396px;
	height: 182px;
	text-align: right;
	line-height: 30px;
	/*border: 1px solid red;*/
}


#content {/*width: 721px*/	
	/*height: 100px;*/
	margin-left: 51px;
	margin-right: 50px;
	/*border: 1px solid red;*/
}

#bottom {
	width: 781px;
	height: 200px;
	background-image:  url(../pix/container/bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

.topLink {
	text-align: right;
}

/* **** Ende Container ******************************************************* */
