*{
	margin: 0;
	padding: 0;
}

.clear{
	clear:both;
	height:1px;
	font-size:1px;
	line-height:1px;
}

/* structure */
.wrap {
	margin: 0 auto;
	width: 958px;
}

.holder{
	width:906px;
	margin:0 auto;
	padding: 1px 0; /* to avoid margin collapsing */
}
* html .holder{
	width:910px;
}
#title{
	width:160px;
	float:left;
	margin:10px 0 0 0;
}
#menu{
	width:740px;
	float:right;
	margin:40px 0 0 0;
	position:relative;
}

#nb{
	margin:10px 0;
}

#leftbar{
	width:300px;
	float:left;
}
#middlebar{
	width:300px;
	margin:0 3px;
	float:left;
}
#rightbar{
	width:300px;
	float:left;
}

#footer{
	width:958px;
	margin:5px auto 10px;
}
#contact {
	width: 100%;
}
#buttons {
	width: 200px;
	position: relative;
	margin-right: 10px;
}

/*IE sucks!!!*/
* html #rightbar, * html #middlebar, * html #leftbar{
	display: inline;
}

/* styles */

body{
	background: #B1C2C9 url(../img/zelluloos-bg.png) no-repeat center top;
	font: normal 11px/16px "Lucida Grande", Verdana, Arial, Helvetica;
	color:#333333;
	font-size:11px;
	line-height:16px;
}

/* elements */
p{
	margin: 1em 0;
}
strong {
	font-weight:bold;
}
a:link, a:visited{
	color:#333333;
	text-decoration:underline;
}
a:hover, a:active{
	color:#333333;
	text-decoration:underline;
}
a img, table{
	border:none;
}
input{
	border:1px solid #AEBEC6;
	background-color:#FFFFFF;
	padding:3px 4px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-size:11px;
}
h2{
	font-weight:bold;
	padding-bottom:.5em;
	font-size:1.4em;
	color:#DE4601;
	text-transform:uppercase;
}
h3{
	font-weight:bold;
	padding:.5em 0;
	font-size:1.2em;
	color:#DE4601;
}
h3 a:after {
	content: " \00BB";
}
h3 a:link, h3 a:visited {
	font-weight:bold;
	padding:.5em 0;
	font-size:1em;
	color:#DE4601;
	text-decoration: none;
}
h3 a:hover, h3 a:active {
	font-weight:bold;
	padding:.5em 0;
	font-size:1em;
	color:#DE4601;
	text-decoration: underline;
}
h4, h5, h6{
	font-weight:bold;
	padding-bottom:10px;
	font-size:1em;
}
ul, ol{
	list-style:outside disc;
	margin:5px 0 0 15px;
}

/* classes */

.error{
	font-weight:bold;
	color:#990000;
	text-align:left;
	padding:0;
}
.inline-error{
	font-weight:bold;
	color:#990000;
	text-align:center;
}
.important {
	font-size: 1.2em;
	font-weight: bold;
	color: #DE4601;
}

.edspacer{
	background:transparent url(../img/3dbar.gif) repeat-x center center;
	height:2px;
	margin:4px 0;
}
.edspacer-clear{
	background:transparent url(../img/3dbar.gif) repeat-x center center;
	height:2px;
	line-height:2px;
	font-size:2px;

	clear:both;
}
.button{
	background:transparent url(../img/button-bg.gif) no-repeat center center;
	border:1px solid #8E8E8E;
	font-weight:bold;
	color:#FFFFFF;
	text-transform:uppercase;
}
input.button, input.cleanbutton {
    padding: 2px 1px;
    width: 0;  /* IE table-cell margin fix */
    overflow: visible;
}
input.button[class], input.cleanbutton[class] {  /* IE ignores [class] */
    width: auto;  /* cancel margin fix for other browsers */
}

.cleanbutton{
	background:none;
	border:none;
	color:#333333;
	padding:2px;
}
.padder{
	padding: 10px;
}
.padder-small{
	padding: 5px;
}
.uppercase{
	text-transform:uppercase;
}
.right {
	float: right;
}
.left {
	float: left;
}
.row-right{
	text-align:right;
}
.row-center{
	text-align:center;
}
.clear{
	clear:both;
	height:0;
	line-height:0;
	font-size:0;
}
.separator{
	text-align:center;
	padding:0 2px
}
.more a:link, .more a:visited{
	color:#8B979D;
	text-decoration:none;
	font-weight:bold;
}
.more a:hover, .more a:active{
	color:#6F797F;
	text-decoration:none;
	font-weight:bold;
}


/* structure */


#contents{
	background:transparent url(../img/body-bg.png) repeat-y center top;
}
#sitemenu{
	padding:10px 0;
	color: #FFFFFF;
	width: 700px;
	float: left;
}
#sitemenu a{
	font-weight:bold;
	padding:0 5px;
}
#sitemenu a:link, #sitemenu a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
#sitemenu a:hover, #sitemenu a:active{
	color:#333333;
	text-decoration:none;
}

#header{
	background:transparent url(../img/header.png) no-repeat center top;
}
#content{
	width:575px;
	float:left;
}
#sidebar{
	width:300px;
	float:right;
}

/* menu */
#mainmenu {
	list-style: none;
}
#mainmenu li {
	float: right;
	line-height:25px;
	margin: 0 2px 0 0;
	padding: 0 1px 0 0;
	background:transparent url(../img/menu-bg.gif) no-repeat right center;
}
#mainmenu li a {
	display: block;
	height: 29px;
	padding: 0 4px;
	text-indent: 1px;
	background:transparent url(../img/menu-bg.gif) no-repeat left center;
	float: left; /* cause IE6 sucks bigtime! */
}

#mainmenu li a:link, #mainmenu li a:visited {
	font-weight:bold;
	text-decoration:none;
}
#mainmenu li a:hover, #mainmenu li a:active, #mainmenu li a:focus {
	font-weight:bold;
	text-decoration:none;
	color: #FFFFFF;
}

#mainmenu #active-menu a {
	background:transparent url(../img/active-menu-bg.gif) no-repeat left center;
}
#mainmenu #active-menu{
	background:transparent url(../img/active-menu-bg.gif) no-repeat right center;
}
#mainmenu #active-menu strong {
	display: block;
	background:transparent url(../img/active-menu-bg.gif) no-repeat center center;
	float: left; /* cause IE6 sucks bigtime! */
}
#mainmenu #active-menu a:link, #mainmenu #active-menu a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
#mainmenu #active-menu a:hover, #mainmenu #active-menu a:active, #mainmenu #active-menu a:focus {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

#submenu{
	padding-top:5px;
	text-align:right;
	color: #565E62;
	font-weight: bold;
}
#submenu a{
	margin:0 6px;
	font-weight:bold;
}
#submenu a:link, #submenu a:visited {
	color:#565E62;
	text-decoration:none;
}
#submenu a:hover, #submenu a:active {
	color:#BC3A00;
	text-decoration:none;
}
#submenu .active {
	color:#BC3A00 !important;
	text-decoration:none;
}
#contents-end {
	background:transparent url(../img/footer.png) no-repeat center top;
	height:21px;
}
#contact{
	text-align:left;
	padding-left: 10px;
	line-height: 20px;
	color:#616A6F;
}
#buttons {
	text-align: right;
	padding: 10px 0 0;
}
#buttons a {
	padding: 0 1px;
}
#buttons a:link, #buttons a:visited {
	opacity: 0.75;
}
#buttons a:hover, #buttons a:active, #buttons a:focus {
	opacity: 1;
}

#contentstarter{
	height:1em;
}
#nb{
	background:transparent url(../img/nb-bg.gif) no-repeat center top;
}
#nb-bottom {
	background:transparent url(../img/nb-bg.gif) no-repeat center bottom;
	height:2px;
	line-height:2px;
	font-size:2px;
}

#nb-attention {
	font-weight:bold;
	color:#990000;
	width:100px;
	float:left;
	padding:5px 5px 3px 10px;
}
#nb-message {
	font-weight:bold;
	width:775px;
	float:left;
	padding:5px 5px 3px 0;
}

.header {
	background:transparent url(../img/header-bg.gif) no-repeat center top;
}
.header-red{
	background:transparent url(../img/header-red-bg.gif) no-repeat center top;
}
.header h2, .header-red h2{
	color:#FFFFFF;
	font-size:13px;
	padding:4px 6px 5px 8px;
	text-transform:uppercase;
}

#booking{
	background:transparent url(../img/section.jpg) repeat-y;
	margin:3px 0;
}
#booking-header{
	background:transparent url(../img/section-bg.jpg) no-repeat center top;
	margin:3px 0;
	padding-top:10px;
}
#booking-bottom{
	background:transparent url(../img/section-bg.jpg) no-repeat center bottom;
	height:5px;
}
#booking .padder{
	padding:0 20px;
}
#booking .edspacer{
	margin:0 0 10px;
}

#booking .row{
	margin:5px 0;
}
#spaces-left{
	text-align:center;
	margin-bottom:10px;
}
#name, #password{
	width:250px;
}

#submit{
	margin:5px 0;
}
#training-time-row{
	margin:10px 0;
}
#training-time-row label{
	margin-right: 10px;
}
.trainings-header{
	text-align:center;
	padding:0;
	margin:0 0 15px;
	color: #5A686F;
}
.thanks{
	font-weight:bold;
	color:#849B1F;
}
.training-time{
	font-size:2em;
	line-height:2em;
	font-weight: bold;
	color:#DE4601;
}
#trainingform{
	padding-bottom:10px;
}
.training{
	width:130px;
	float:left;
	text-align:center;
	margin-bottom:10px;
}
.training .error {
	text-align: center;
}

#news{
	margin:5px;
}
#news ul{
	list-style:none;
	margin:0;
}
#news .news-date{
	width:90px;
	float:left;
	padding:3px 0;
}
#news .news-text{
	width:200px;
	float:left;
	padding:3px 0;
}
#news a:link, #news a:visited {
	color:#BC3A00;
	text-decoration:none;
	font-weight:bold;
}
#news a:hover, #news a:active {
	color:#990000;
	text-decoration:none;
	font-weight:bold;
}
.newsitem{
	margin-bottom:20px;
}
.newsitem h2{
	padding:0;
}
.newsitem .date{
	padding:0;
	margin:0 0 10px;
	font-weight:bold;
	line-height:100%;
}

.indeximage img{
	margin:2px 5px;
	border:3px solid #8B979D;
}
.gallery-thumb {
	width: 129px;
	margin: 5px 10px 5px 0;
	float: left;
}
.gallery-thumb img {
	margin: 0;
}
.gallery-thumb small {
	font-weight: bold;
	font-size: 10px;
}

.gallery-thumb a:link img,  .gallery-thumb a:visited img{
	border:2px solid #B1C2C9;
}
.gallery-thumb a:hover img,  .gallery-thumb a:active img{
	border:2px solid #8B979D;
}
.howto{
	color:#666666; 
}



/* aeroobika tabel */
table{
	width:100%;
	border-bottom:1px solid #EFF3F4;
	margin-bottom:20px;
}
th, td{
	vertical-align:top;
	padding:2px;
	text-align:left;
}
th{
	background-color:#AEBEC6;
	padding:4px 2px 3px;
	font-weight:bold;
} 
.time{
	font-weight:bold;
} 
table .oddrow{
	background-color:#EFF3F4;
} 
.image-right{
	margin:5px 0 5px 5px;
	float:right;
}
.image-left{
	margin:5px 15px 15px 0;
	float:left;
}


.row{
	margin:5px 0;
}

.training-1 {
	background-color: #CFFFE8;
	border-left: #FFFFFF 1px solid;
}
.training-2 {
	background-color: #CEFFBF;
	border-left: #FFFFFF 1px solid;
}
.training-3 {
	background-color: #F8FFBF;
	border-left: #FFFFFF 1px solid;
}
.training-4 {
	background-color: #FFD6BF;
	border-left: #FFFFFF 1px solid;
}
.training-5 {
	background-color: #FFBFBF;
	border-left: #FFFFFF 1px solid;
}

.bigtext {
	font-size: 1.1em;
}



#banners {
	margin: 40px 0 10px;
	text-align: center;
}
#banners img {
	margin: 0 20px 0 0;
	display: inline-block;
	vertical-align: middle;
}


.left {
	width: 50%;
	float: left;
}
.right {
	width: 50%;
	float: right;
}
.more-icons {
	line-height: 3em;
}
.more-icons img {
	margin-right: 5px;
}
#aerobics-timetable {
	font-size: .95em;
}
#aerobics-timetable td {
	text-align: center;
}


.fb-like {
	margin-left: 8px;
}


/* classes */
.important {
	font-size: 1.2em;
	font-weight: bold;
	color: #DE4601;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}





#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 10px;
	padding-bottom: 0;
	visibility: hidden;
	z-index: 10;
}

#thumbBox .headerbar{ /*Footer DIV of thumbbox that contains "close" link */
	font-weight: bold;
	position: relative;
}
#thumbBox .headerbar a {
	position: absolute;
	top: -12px;
	right: -12px;
	text-align: center;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
	border:3px solid #8B979D;
}
#thumbBox #thumbImage img{ /*DIV within thumbbox that holds the enlarged image */
	display:block;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute;
	visibility: hidden;
	padding: 5px;
	z-index: 5;
}


#facebook {
	display: none;
	background-color: #FFFFFF;
	width: 300px;
	position: absolute;
	top: 35px;
	right: 105px;
	z-index: 1;
}