/* CSS Document - positions.css - australiaplus.de */

#logo
{
	top: 15px;
	left: 815px;
	width: 155px;
	height: 79px;
	position: absolute;
	overflow: hidden;
	z-index: 1;
}


/* Dias */

#diaborder {
	background-image: url(../../assets/images/dia_border.jpg);
	background-repeat: no-repeat;
	top:15px;
	left:35px;
	width: 675px;
	height: 100px;
	position: absolute;
	overflow: hidden;
	z-index: 1;
}

.dia {
	width: 108px;
	height: 53px;
	position: absolute;
	top:16px;
	overflow: hidden;
	z-index: 10;
}

#dia01 {
	left:3px;
}
#dia02 {
	left:113px;
}
#dia03 {
	left:223px;
}
#dia04 {
	left:333px;
}
#dia05 {
	left:443px;
}
#dia06 {
	left:553px;
}


/* Navigation */

#navimain {
	background-image: url(../../assets/images/border_top.jpg);
	background-repeat: no-repeat;
	top:120px;
	left:25px;
	width: 955px;
	height: 40px;
	position: absolute;
	overflow: hidden;
	z-index: 1;
	
}

#mainnaviLeft {
	width: 665px;
	left:10px;
	position: absolute;
}

#mainnaviRight {
	width: 225px;
	left:721px;
	position: absolute;
}

#navisub {
	padding-left:42px;
	padding-top:10px;
}


/* Content */

#content {
	background-image: url(../../assets/images/border_center.jpg);
	background-repeat:repeat-y;
	top:160px;
	left: 25px;
	width: 955px;
	position: absolute;
	overflow: hidden;
	z-index: 1;
}

#contentRight {
  float: right;
	width: 250px;
	margin-right:20px;
	margin-top:25px;
	text-align:center;
	background-color:	#ebebeb;
	margin-bottom:5px;
}

#contentMaps300 {
  float: right;
	width: 300px;
	margin-right:20px;
	margin-top:15px;
	text-align:center;
	background-color:	#ebebeb;
	margin-bottom:5px;
}

#contentLeft {
	width: 550px;
	height:auto;
	min-height:330px;
	margin-left:42px;
	margin-top:25px;
	margin-bottom:10px;
}

#contentLeftNews {
	width: 900px;
	height:auto;
	min-height:330px;
	margin-left:42px;
	margin-top:25px;
	margin-bottom:10px;
}

/* Footer */

#footer {
	background-image: url(../../assets/images/border_bottom.jpg);
	background-repeat: no-repeat;
	width: 955px;
	height: 75px;
	clear:right;
	z-index: 1;
}