/* POSITIONERING KOLUMNER */

#block_1_top {
	float: left;
	width: 25%;
	height:189px;
	background: url(http://flyphonic.com/flyphonic/_common_images/bg_mosaic_corner_left.gif) no-repeat;
}

#block_2_top {
	float: left;
	width:49.9%;
	height:189px;
	padding-top: 30px;
}

#block_3_top {
	float: left;
	width: 25%;
	height:189px;
	background: url(http://flyphonic.com/flyphonic/_common_images/bg_mosaic_corner_right.gif) no-repeat right;
}

#block_1
	{
	float: left;
	width: 25%;
	background: url(http://flyphonic.com/flyphonic/_common_images/bg_mosaic_left.gif) repeat-y left top;
	}
#block_2
	{
	float: left;
	width:49.9%;
	text-align: center;
	padding-top: 1em;
	}
#block_3
	{
	float: left;
	width: 25%;
	background: url(http://flyphonic.com/flyphonic/_common_images/bg_mosaic_right.gif) repeat-y right top;
	}
	
#block_1_bottom {
	float: left;
	width: 25%;
}

#block_2_bottom {
	float: left;
	width:49.9%;
}

#block_3_bottom {
	float: left;
	width: 25%;
}
	
/* Start Mac IE5 filter \*/
/*
#block_1, #block_2, #block_3
	{
	padding-bottom: 172767px !important;
	margin-bottom: -172767px !important; 
	}
*/
#block_1, #block_2, #block_3
	{
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important; 
	}
/* End Mac IE5 filter */
#wrapper,
#wrapper_news,
#wrapper_audio_mp3,
#wrapper_photos,
#wrapper_bio_press,
#wrapper_shop,
#wrapper_guestbook,
#wrapper_contact
	{
	overflow: hidden; /* This hides the excess padding in non-IE browsers */
	}
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#wrapper,
#wrapper_news,
#wrapper_audio_mp3,
#wrapper_photos,
#wrapper_bio_press,
#wrapper_shop,
#wrapper_guestbook,
#wrapper_contact
	{
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
	float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
	float/**/: none;
	}
/* easy clearing */
#wrapper:after,
#wrapper_news:after,
#wrapper_audio_mp3:after,
#wrapper_photos:after,
#wrapper_bio_press:after,
#wrapper_shop:after,
#wrapper_guestbook:after,
#wrapper_contact:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#wrapper,
#wrapper_news,
#wrapper_audio_mp3,
#wrapper_photos,
#wrapper_bio_press,
#wrapper_shop,
#wrapper_guestbook,
#wrapper_contact
	{
	display: inline-block;
	}
/*\*/
#wrapper,
#wrapper_news,
#wrapper_audio_mp3,
#wrapper_photos,
#wrapper_bio_press,
#wrapper_shop,
#wrapper_guestbook,
#wrapper_contact
	{
	display: block;
	}
/* end easy clearing */
#footer
	{
	clear: both;
	}
/* Safari needs this - otherwise the ghost overflow, though painted 
correctly obscures links and form elements that by rights should be above it.
An unintended side-effect is that it cause such elements to vanish in IE 5.01
and 5.5, hence the child selector hack */
* > #footer, * > form, * > #notes, * > .output
	{
	position: relative;
	z-index: 1000;
	}





/* FORMATERING TAGGAR */

html {
	font-family: Impact, sans-serif;
	color: #c35206;
	margin: 0;
	padding: 0;
}

body {
	background-color: #000;
	margin: 0;
	padding: 0;
}

body, #start_page {
	min-width: 1000px;
	/*Max - Min width för IE*/
	_width:expression((document.documentElement.clientWidth > 1000) ? "100%" : (document.documentElement.clientWidth < 1000) ? "1000px" : "100%");
}

a {
	color: #517937;
	color: #aa2800;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

form {
	margin-bottom:1.5em;
}

b, strong {
	color: #C57605;
}

h1 {
	color: #C57605;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 1.5em;
	margin-left: auto;
	margin-right: auto;
}

h2 {
	color: #C57605;
	font-size: 1.5em;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 0.4em;
}

hr {
	margin-bottom: 1em;
	height: 15px;
	color: #240800;
	background-color: #240800;
	border: 0;
}

input, textarea {
	background-color: #C57605;
	border: none;
}

#wrapper_guestbook input, #wrapper_guestbook textarea {
	width:25.2em;
	margin:0;
	margin-bottom: 0.4em;
	margin-top: 0.2em;
}

#wrapper_guestbook textarea {
	width:25.8em;
	_width:25.2em;
}

#wrapper_guestbook input {
	height: 1.5em;
}

#wrapper_guestbook input.knapp {
	width: auto;
	width: 8em;
	height: 1.8em;

	font-size: 1.3em;
	font-family: impact;
		
	background-color: #bb1800;
	
	margin:0;
	margin-bottom: 0.3em;
	margin-top: 0.5em;
	
	border: #000 5px solid;
}

#wrapper_shop table {
	margin: 0 auto 1.5em auto;	
}

p {
	font-size: 1.2em;
	line-height: 1.25em;
	margin: 0;
	margin-bottom: 1em;
	text-align: center;
	font-weight: normal;
}


/* FORMATERING IDs */

#block_2 img {
	margin-bottom: 0.6em;
	border: 15px #240800 solid;
}

#block_2 .padding {
	padding: 0;
	width: 500px;
	margin-left: auto;	
	margin-right: auto;
	margin-bottom: 3em;
	_margin-bottom: 1em;
}

#h1_news {
	display: block;
    overflow: hidden;
	background: url(http://flyphonic.com/flyphonic/h1_news.gif) no-repeat;
	width: 188px;
    height: 0px !important; /* for most browsers */
    height /**/:208px; /* for IE5.5's bad box model */
    padding-top: 208px;
}

#h1_audio_mp3 {
	display: block;
    overflow: hidden;
	background: url(http://flyphonic.com/flyphonic/audio_mp3/h1_audio_mp3.gif) no-repeat;
	width: 400px;
    height: 0px !important; /* for most browsers */
    height /**/:208px; /* for IE5.5's bad box model */
    padding-top: 208px;
}

#h1_photos {
	display: block;
    overflow: hidden;
	background: url(http://flyphonic.com/flyphonic/photos/h1_photos.gif) no-repeat;
	width: 254px;
    height: 0px !important; /* for most browsers */
    height /**/:208px; /* for IE5.5's bad box model */
    padding-top: 208px;
}

#h1_bio_press {
	display: block;
    overflow: hidden;
	background: url(http://flyphonic.com/flyphonic/bio_press/h1_bio_press.gif) no-repeat;
	width: 379px;
    height: 0px !important; /* for most browsers */
    height /**/:208px; /* for IE5.5's bad box model */
    padding-top: 208px;
}

#h1_shop {
	display: block;
    overflow: hidden;
	background: url(http://flyphonic.com/flyphonic/shop/h1_shop.gif) no-repeat;
	width: 168px;
    height: 0px !important; /* for most browsers */
    height /**/:208px; /* for IE5.5's bad box model */
    padding-top: 208px;
}

#h1_guestbook {
	display: block;
    overflow: hidden;
	background: url(http://flyphonic.com/flyphonic/guestbook/h1_guestbook.gif) no-repeat;
	width: 384px;
    height: 0px !important; /* for most browsers */
    height /**/:208px; /* for IE5.5's bad box model */
    padding-top: 208px;
}

#h1_contact {
	display: block;
    overflow: hidden;
	background: url(http://flyphonic.com/flyphonic/contact/h1_contact.gif) no-repeat;
	width: 296px;
    height: 0px !important; /* for most browsers */
    height /**/:208px; /* for IE5.5's bad box model */
    padding-top: 208px;
}

#header, #footer {
	margin:0;
	padding:0;
}

#header object, #header embed, #footer object, #footer embed {
	margin:1.5%;
	margin: 0;
	padding:0;
	width: 100%;
	height: 220px;
}

#header_sizer {
	margin:0;
	padding:0;
	position: absolute;
	top: 0;
	left: 0;
	}
	
#header img, #footer img {
	border: 0;
}

#nav_bottom {
	height: 200px;
	background: url(http://flyphonic.com/flyphonic/_common_images/bg_mosaic_bottom.gif);
}

#nav_top {
	height: 189px;
	background: url(http://flyphonic.com/flyphonic/_common_images/bg_mosaic_top.gif);
	overflow: hidden;
}

#nav_news {
	display: block;
    overflow: hidden;
	background: transparent url(http://flyphonic.com/flyphonic/_common_images/nav_news.gif) no-repeat;
	width: 100px;
	height: 0px !important; /* for most browsers */
    height /**/:96em; /* for IE5.5's bad box model */
    padding-top: 96px;
	margin: 0 auto;
}

#nav_news:hover {
	background-position: -100px 0;
}

#nav_audio_mp3 {
	display: block;
    overflow: hidden;
	background: transparent url(http://flyphonic.com/flyphonic/_common_images/nav_audio_mp3.gif) no-repeat;
	width: 100px;
	height: 0px !important; /* for most browsers */
    height /**/:96em; /* for IE5.5's bad box model */
    padding-top: 96px;
	margin: 0 auto;
}

#nav_audio_mp3:hover {
	background-position: -100px 0;
}

#nav_photos {
	display: block;
    overflow: hidden;
	background: transparent url(http://flyphonic.com/flyphonic/_common_images/nav_photos.gif) no-repeat;
	width: 100px;
	height: 0px !important; /* for most browsers */
    height /**/:96em; /* for IE5.5's bad box model */
    padding-top: 96px;
	margin: 0 auto;
}

#nav_photos:hover {
	background-position: -100px 0;
}

#nav_bio_press {
	display: block;
    overflow: hidden;
	background: transparent url(http://flyphonic.com/flyphonic/_common_images/nav_bio_press.gif) no-repeat;
	width: 100px;
	height: 0px !important; /* for most browsers */
    height /**/:96em; /* for IE5.5's bad box model */
    padding-top: 96px;
	margin: 0 auto;
}

#nav_bio_press:hover {
	background-position: -100px 0;
}

#nav_shop {
	display: block;
    overflow: hidden;
	background: transparent url(http://flyphonic.com/flyphonic/_common_images/nav_shop.gif) no-repeat;
	width: 100px;
	height: 0px !important; /* for most browsers */
    height /**/:96em; /* for IE5.5's bad box model */
    padding-top: 96px;
	margin: 0 auto;
}

#nav_shop:hover {
	background-position: -100px 0;
}

#nav_guestbook {
	display: block;
    overflow: hidden;
	background: transparent url(http://flyphonic.com/flyphonic/_common_images/nav_guestbook.gif) no-repeat;
	width: 100px;
	height: 0px !important; /* for most browsers */
    height /**/:96em; /* for IE5.5's bad box model */
    padding-top: 96px;
	margin: 0 auto;
}

#nav_guestbook:hover {
	background-position: -100px 0;
}

#nav_contact {
	display: block;
    overflow: hidden;
	background: transparent url(http://flyphonic.com/flyphonic/_common_images/nav_contact.gif) no-repeat;
	width: 100px;
	height: 0px !important; /* for most browsers */
    height /**/:96em; /* for IE5.5's bad box model */
    padding-top: 96px;
	margin: 0 auto;
}

#nav_contact:hover {
	background-position: -100px 0;
}

#start_page {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 640px;
	/*_height: 750px;*/
	overflow: hidden;
}

#start_btn_news {
	z-index: 3;
	position: absolute;
	top: 6%;
	left: 26%;
	display: block;
    overflow: hidden;
	background: transparent url(http://flyphonic.com/flyphonic/start_btn_news.gif) no-repeat;
	width: 138px;
	height: 0px !important; /* for most browsers */
    height /**/:185em; /* for IE5.5's bad box model */
    padding-top: 185px;
	margin: 0 auto;
}

#start_btn_news:hover {
	background-position: -138px 0;
}

#start_btn_audio_mp3 {
	z-index: 4;
	position: absolute;
	top: 39%;
	left: 5%;
	display: block;
    overflow: hidden;
	background: transparent url(http://flyphonic.com/flyphonic/start_btn_audio_mp3.gif) no-repeat;
	width: 182px;
	height: 0px !important; /* for most browsers */
    height /**/:200em; /* for IE5.5's bad box model */
    padding-top: 200px;
	margin: 0 auto;
}

#start_btn_audio_mp3:hover {
	background-position: -182px 0;
}

#start_btn_photos {
	z-index: 3;
	position: absolute;
	bottom: 3%;
	left: 8%;
	display: block;
    overflow: hidden;
	background: transparent url(http://flyphonic.com/flyphonic/start_btn_photos.gif) no-repeat;
	width: 146px;
	height: 0px !important; /* for most browsers */
    height /**/:190em; /* for IE5.5's bad box model */
    padding-top: 190px;
	margin: 0 auto;
}

#start_btn_photos:hover {
	background-position: -146px 0;
}

#start_btn_bio_press {
	z-index: 3;
	position: absolute;
	bottom: 8%;
	right: 5%;
	display: block;
    overflow: hidden;
	background: transparent url(http://flyphonic.com/flyphonic/start_btn_bio_press.gif) no-repeat;
	width: 202px;
	height: 0px !important; /* for most browsers */
    height /**/:240em; /* for IE5.5's bad box model */
    padding-top: 240px;
	margin: 0 auto;
}

#start_btn_bio_press:hover {
	background-position: -202px 0;
}

#start_btn_shop {
	z-index: 3;
	position: absolute;
	top: 36%;
	right: 23%;
	display: block;
    overflow: hidden;
	background: transparent url(http://flyphonic.com/flyphonic/start_btn_shop.gif) no-repeat;
	width: 121px;
	height: 0px !important; /* for most browsers */
    height /**/:174em; /* for IE5.5's bad box model */
    padding-top: 174px;
	margin: 0 auto;
}

#start_btn_shop:hover {
	background-position: -121px 0;
}

#start_btn_guestbook {
	z-index: 3;
	position: absolute;
	top: 13%;
	right: 2%;
	display: block;
    overflow: hidden;
	background: transparent url(http://flyphonic.com/flyphonic/start_btn_guestbook.gif) no-repeat;
	width: 174px;
	height: 0px !important; /* for most browsers */
    height /**/:136em; /* for IE5.5's bad box model */
    padding-top: 136px;
	margin: 0 auto;
}

#start_btn_guestbook:hover {
	background-position: -174px 0;
}

#start_btn_contact {
	z-index: 3;
	position: absolute;
	bottom: 17%;
	left: 33%;
	display: block;
    overflow: hidden;
	background: transparent url(http://flyphonic.com/flyphonic/start_btn_contact.gif) no-repeat;
	width: 135px;
	height: 0px !important; /* for most browsers */
    height /**/:141em; /* for IE5.5's bad box model */
    padding-top: 141px;
	margin: 0 auto;
}

#start_btn_contact:hover {
	background-position: -135px 0;
}


/*
#wrapper
{
	margin: 0;
	padding: 0;

	min-height: 35em;
	height: auto;
	_height: 35em; min-height: 35em;

	overflow: auto;
	_overflow: visible;

}
*/

/*
#wrapper_guestbook

{
	margin: 0;
	padding: 0;

	height: auto;

	overflow: visible;

}
*/

#wrapper_news {
	background: #41291d url(http://flyphonic.com/flyphonic/_common_images/bg_brown.jpg) repeat;
}

#wrapper_audio_mp3 {
	background: #333 url(http://flyphonic.com/flyphonic/_common_images/bg_brown.jpg) repeat;
}

#wrapper_photos {
	background: #333 url(http://flyphonic.com/flyphonic/_common_images/bg_gray.jpg) repeat;
}

#wrapper_photos img {
	border-color: #000;
}





#wrapper_bio_press {
	background: #333 url(http://flyphonic.com/flyphonic/_common_images/bg_blue.jpg) repeat;
}

#wrapper_shop {
	background: #333 url(http://flyphonic.com/flyphonic/_common_images/bg_green.jpg) repeat;
}

#wrapper_guestbook {
	background: #333 url(http://flyphonic.com/flyphonic/_common_images/bg_red.jpg) repeat;
}

#wrapper_contact {
	background: #333 url(http://flyphonic.com/flyphonic/_common_images/bg_purple.jpg) repeat;
}

/* FORMATERING KLASSER */

.clear {
	clear:both;
}

.centered {
	text-align: center;
}

.div_row, .clear {
	width:100%;
	margin:0;
	padding:0;
	overflow: hidden; /* This hides the excess padding in non-IE browsers */ 
} 

/* we need this for IE 5.01 - otherwise the wrapper does not expand to the 
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */ 

.div_row, .clear { 
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */ 
float: left; 
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01, 
5.5 and above see it and carry on about their business 
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */ 
float/**/: none; 
} 

/* easy clearing */ 

.div_row:after, .clear:after { 
content: '.'; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden; 
} 

.div_row, .clear { 
	display: inline-block; 
} 

/*\*/

.div_row, .clear {
	display: block; 
} 

/* end easy clearing */ 

.div_row div {
	float: left;
}

.ingen_luft {
	margin: 0;
}

.image_button {
	width: 208px;
	margin-bottom: 1.5em;
}

.line-through {
	text-decoration: line-through;
}

.nav {
	position: relative;
	top: -190px;
	width: 99.8%;
}

.news_date, .date {
	font-size: 85%;
	margin: 0;
	margin-top: -0.5em;
	text-align: center;
}

.date {
	margin-bottom: 2.5em;
}

.news_links {
	margin-top: -1em;
	text-align: center;
}

.small_text {
	font-size: 80%;
}

.text_green {
	color: #517937;
}

.text_red {
	color: #bb1800;
}

.text_yellow {
	color: #C57605;
}


/* BREDDER PROCENT */

.w1p {
	width: 1%;
}

.w14-2p {
	width: 14.2%;
}

.w25p {
	width: 25%;
}

.w50p {
	width:50%;
}

/* BREDDER EM */

.w1em {
	width: 1em;
}

.w5-5em {
	width: 5.5em;
}