/*----------------------------------------------------------------------------
Template Style Sheet

Name: 						Pink Sunset
Modified for Joomla by:     JoomlaJunkie.com
Date: 						2007-02-08
Description: 				A clean pink two-column layout.
Author: 					Viktor Persson
URL: 						http://templates.arcsin.se

Stylesheet Index:
	$1 - Main Cells
	$2 - Header
	$3 - Content
	$4 - Sub Menu

NOTE: Always make a backup of your stylesheets before editing!
NB!! Use the search function to find a section, eg: search for $10 for Modules
----------------------------------------------------------------------------*/

@import url("customise.css");

/* $1 - Main Cells
----------------------------------------------------------------------------*/
.content,.footer {
	padding: 0 5px;
}

.container {
	background: #FFF url(http://neuseeland.australien-24.com/images/top.gif) no-repeat;
	border: 1px solid #EEE;
	border-color: #EEE #CCC #AAA;
	margin: 0 auto;
	text-align: left;
	width: 980px;
}

/* $2 - Header
----------------------------------------------------------------------------*/
.top {
	height: 250px;
}
.header {
	height: 210px;
}

/* $3 - Content
----------------------------------------------------------------------------*/
.item {
	padding: 10px;
	text-align: justify;
}
.left {
	float: left;
	width: 180px;
	background: #DDD;
height: 1000px;
margin-bottom: 5px;
}

.right {
	float: right;
	width: 180px;
	background: #DDD;
height: 1000px;
margin-bottom: 5px;
}

/* $4 - Sub Menu
----------------------------------------------------------------------------*/
.middle .submenu_end {
}
.middle {
	float: left;
	width: 605px;
	background: #FFFFFF;
	padding: 0px;
}
.padding {
	padding-top: 0px;
	padding-right: 10px;
	margin-bottom: 5px;
	padding-left: 10px;
}

