body {
	margin: 20px;
	padding: 0;
	background: #000 url(images/background.jpg) repeat-x;
	background-position:center top;
	font: normal small Arial, Helvetica, sans-serif;
	color: #89bc40;
	background-attachment:fixed;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	margin-right:50px;
	padding: 0;
	text-transform: uppercase;
	color: #89bc40;
}

h1, h2, h3 {
}

h4, h5, h6 {
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a {
	color: #89bc40;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
	padding:5px;
}


td {
	border-bottom:  solid thin #262626;
	border-top:  solid thin #262626;
	border-left: solid thin #262626;
	border-right: solid thin #262626;
}



/* Header */

#header {
	width: 800px;
	height: 200px;
	margin: 0 auto;
	margin-bottom:10px;
	background:  url(images/header.jpg) repeat-x;
	border: 5px solid #440a45;
}

#header h1 {
	text-align: center;
	font-size: 3em;
}

#header h2 {
	text-align: center;
	font-size: 1.4em;
}

#header a {
	text-decoration: none;
	color: #9E6813;
}

#zumba-header {
	background:url(images/Zin-header2_03.png);
	width:176px;
	height:102px;
	margin-top:25px;
}

#anmal {
	float:right;
	margin-top:20px;
	margin-right:-5px;
}

#anmal-border {
	float:right;
	width:380px;
	height:60px;
	margin-top:140px;
	margin-right:10px;
}

/* MENYN */

#menu {
	width:750px;
	height:45px;
	margin: 0 auto;
}

/* runda hörn till menyn */
	
.r01{
	margin: 0 5px 0 0; 
	height: 1px; overflow: hidden; 
	background: #440a45;
}
	
.r02{
	margin: 0 3px 0 0; 
	height: 1px; overflow: hidden; 
	background: #440a45;
}
	
.r03{
	margin: 0 2px 0 0; 
	height: 1px; 
	overflow: hidden; 
	background: #440a45;
}
	
.r04{
	margin: 0 1px 0 0; 
	height: 2px; 
	overflow: hidden; 
	background: #440a45;
}

.facebook {
	margin-top:30px;
}

/* Content */

#content {
	width: 800px;
	margin: 0 auto;
	background: #000;
	border: 5px solid #440a45;
	min-height:800px;
	
	/* fixar skuggor i FF/Opera/Safari */
-moz-box-shadow: 3px 3px 4px #333;
-moz-border-radius: 15px;
-webkit-box-shadow: 3px 3px 4px #333;
-webkit-border-radius: 15px;
box-shadow: 3px 3px 4px #333;
border-radius: 15px;

/* fixar skuggor i IE */
behavior: url(ie-css3.htc);
/*filter: progid:DXImageTransform.Microsoft.Shadow(color='#333333', Direction=135, Strength=5);*/
}

#content .title {
	padding: 10px 20px;
	background:#721073;
	font-size: 1em;
	color:#89C139;
	margin: 0 auto;
	margin-top:10px;
}

.title2 {
	padding: 10px 10px;
	background:#721073;
	color: #89bc40;
	width:420px;
	
}

.title3 {
	padding: 10px 10px;
	margin-bottom:10px;
	background:#721073;
	color: #89bc40;

}

.vip {
	color:#FFF;
	font-weight:bold;
	
}

/* runda hörn */
.roundtop {
	
	
}

.roundtop2 {
	width:440px;

}

.roundtopmedia {
	width:170px;


}

.roundbottom {
}

.r1{
	margin: 0 5px; 
	height: 1px;
	overflow: hidden;
	background: #721073;
	}
	
.r2{
	margin: 0 3px;
	height: 1px; 
	overflow: hidden; 
	background: #721073;
	}
	
.r3{
	margin: 0 2px;
	height: 1px; 
	overflow: hidden; 
	background: #721073;
	}
	
.r4{
	margin: 0 1px;
	height: 2px; 
	overflow: hidden;
	background: #721073;
}

#content .story {
	padding: 20px;
	width:490px;
	margin: 0 auto;
	margin-top:5px;
}

.story h2 {
	font-size:1.2em;

}

.special h2 a {
	color:#F00;
}

#event {

	
}

#left-div {
	float:left;
	margin-top:3%;
	
}
#under-left-div {
margin-left:-25px;
width:150px;
position:fixed;
}

#right-div {
	float:right;
	margin-top:10px;
	margin-right:10px;
	
}

#reg {
	
	margin: 10px;
	height:200px;
	padding-left:5px;
	background-image:url(images/anmal-idag3.png); background-position:top; background-repeat:no-repeat;
}
#reg p {
	text-align:center;
}

/* Gallery */

#gallery {
	position:relative;
	height:420px;
	float:left;
	margin-left:50px;

}
	#gallery a {
		float:left;
		position:absolute;

	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500;

	}

	#gallery .caption {
	z-index:600;
	background-color:#000;
	color:#ac1663;
	height:120px;
	width:100%;
	position:absolute;
	top:310px;
	font-weight:bold;
	font-size:19px;
	}

	#gallery .caption .content {
		margin:5px;
		padding:5px;
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#fff;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bolder;
		border-bottom:solid;

}
	

/* Lightbox */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(js/lightbox/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(js/lightbox/next.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* Lightbox end */
	
#media {
	width:215px;
	
}
.mediatitle {
	padding: 10px 10px;
	background:#721073;
	color: #89bc40;
	width:150px;
	
}

#miniflyer img {
	margin-left:40px;
	
}
	
#flyers img {
	padding-left:9%;
}

/* Footer */

#footer {
	background:#721073;
	
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: x-small;
	color: #000;
}

#footer a {
	color: #000;
}

#footerround {
	padding-top:10px;
	margin:0 auto;
	width:760px;
}

