@charset "UTF-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}

a {
	color: #ed1c24;
	text-decoration: none;
}

a:hover {
	color: #ed1c24;
	text-decoration: underline;
}

body {
	background: url(/gfx/abus_sitebg.png) repeat-x top left #ed1c24;
	font: 13px/1.4 Arial, Helvetica, sans-serif;
	color: #000;
}

h1 {
	font: 19px;
	line-height: 1.2;
	font-weight: normal;
	}

h2 {
	font: 17px;
	line-height: 1.2;
	font-weight: normal;
	}

h3 {
	font: 15px;
	line-height: 1.2;
	font-weight: normal;
	}

p {
	}

small {
	font: 11px;
	line-height: 1.2;
	font-weight: normal;
	display: block;
	}


/* Site build */

#sitealigner {
	margin: 0 auto;
	width: 960px;
	}

#sitecontainer {
	float: left;
	width: 960px;	
}

#siteheader {
	float: left;
	width: 960px;
	height: 130px;
	background: url(/gfx/abus_sitebg.jpg) no-repeat top center #eee;
}

#main {
	float: left;
	width: 930px;
	padding: 0 15px 0;
	background: #fff;
	}

#footer {
	float: left;
	width: 940px;
	margin: 10px;
	}

#footer small{
	font: 11px;
	line-height: 1.2;
	font-weight: normal;
	display: inline;
	color:#FFF;
	}

#footer img{
	float:right;
	display: inline;
	}

/* Header & Top nav */

#logo {
	float: left;
	margin: 55px 0 0 40px;
	}

#topmenu {
	float: right;
	margin: 101px 15px 0 0;
	}

#topmenu ul {
	list-style: none;
	padding: 0;
  	margin: 0;
  	width: 587px;
  	height: 29px;
	float:inherit;
	}

#topmenu li {
	float: left;
	display: inline;
	margin: 0 0 0 1px;
	}
	
#topmenu span {
  display: none;
  position: absolute;
}

#topmenu a {
  display: block;
  text-indent: -900%;
  position: inherit;
  outline: none;
}

#topmenu a:hover span {
  display: block;
  position: inherit;
}

#topmenu .byensbus {
  width: 101px;
  height: 29px;
  background: url(/nav/byens-bus_up.png) no-repeat;
  top: 101px;
}

#topmenu .byensbus span {
  width: 101px;
  height: 29px;
  background: url(/nav/byens-bus_over.png) no-repeat;
  top: 0px;
}

#topmenu .abuslinjer {
  width: 107px;
  height: 29px;
  background: url(/nav/a-buslinjer_up.png) no-repeat;
  top: 101px;
}

#topmenu .abuslinjer span {
  width: 107px;
  height: 29px;
  background: url(/nav/a-buslinjer_over.png) no-repeat;
  top: 0px;
}

#topmenu .oplevelser {
  width: 140px;
  height: 29px;
  background: url(/nav/byens-oplevelser_up.png) no-repeat;
  top: 101px;
}

#topmenu .oplevelser span {
  width: 140px;
  height: 29px;
  background: url(/nav/byens-oplevelser_over.png) no-repeat;
  top: 0px;
}

#topmenu .stopopsteder {
  width: 133px;
  height: 29px;
  background: url(/nav/stop-op-steder_up.png) no-repeat;
  top: 101px;
}

#topmenu .stopopsteder span {
  width: 133px;
  height: 29px;
  background: url(/nav/stop-op-steder_over.png) no-repeat;
  top: 0px;
}

#topmenu .omabus {
  width: 101px;
  height: 29px;
  background: url(/nav/om-abus_up.png) no-repeat;
  top: 101px;
}

#topmenu .omabus span {
  width: 101px;
  height: 29px;
  background: url(/nav/om-abus_over.png) no-repeat;
  top: 0px;
}




/* Left menu */

#leftmenu {
	}

#leftmenu ul {
	list-style: none;
	padding: 12px 0 7px;
	}

#leftmenu li {
	padding: 3px 15px;
	}

#leftmenu a {
	color: #000;
	}

#leftmenu a:hover {
	color: #ed1c24;
	}

/* Columns and pageheader */

#pageheader {
	float: left;
	width: 930px;
	height: 35px;
	margin: 15px 0 0 0;
	}

#pageheader .headline {
	float: left;
	margin: 26px 0 0 20px;
	}

#pageheader .tagline855 {
	float: left;
	width: 600px;
	margin-left:15px;
	}

#pageheader #shareandmovialogo {
	float: right;
	width: 220px;
	}

#pageheader #share {
	float: left;
	width: 120px;
	display: block;
	text-align: right;
	padding: 5px 0 0 0;
	}

#pageheader #movialogo {
	float: right;
	width: 99px;
	display: block;
	}

.column170 {
	float: left;
	width: 170px;
	margin: 0 20px 0 0;
	}

.column360 {
	float: left;
	width: 360px;
	margin: 0 20px 0 0;
	}
	
.column550 {
	float: left;
	width: 550px;
	margin: 0 20px 0 0;
	}

.column740 {
	float: left;
	width: 740px;
	margin: 0 20px 0 0;
	}

.column930 {
	float: left;
	width: 930px;
	}

/* Articles */

.article170 {
	float: left;
	width: 170px;
	margin-bottom: 15px;
	padding: 4px 0 0 0;
	}

	.article170 img {
		margin: -1px 0 0 0;
		border-top: #fff solid 1px;
		border-bottom: #fff solid 1px;
		}

	.article170 h2 {
		margin: 12px 15px 0;
		}

	.article170 h3 {
		margin: 12px 15px 10px;
		}

	.article170 p {
		margin: 5px 15px 12px;
		line-height: normal;
		}
		
	.article170 small {
		margin: 0 15px 12px 15px;
		}

.article360 {
	float: left;
	width: 360px;
	margin-bottom: 15px;
	padding: 4px 0 0 0;
	}

	.article360 img {
		margin: -1px 0 0 0;
		border-top: #fff solid 1px;
		border-bottom: #fff solid 1px;
		}

	.article360 h2 {
		margin: 15px 15px 5px;
		}
		
		.article360 h3 {
		margin: 12px 15px 10px;
		}
	
	.article360 p {
		margin: 0 15px 12px;
		line-height: normal;
		}
		
	.article360 small {
		margin: 0 15px 12px 15px;
		}

.article550 {
	float: left;
	width: 550px;
	margin-bottom: 15px;
	padding: 4px 0 8px 0;
	}
	
	.article550 img {
		margin: -1px 0 0 0;
		border-top: #fff solid 1px;
		border-bottom: #fff solid 1px;
		}

	.article550 h1 {
		margin: 12px 15px 12px;
		}
		
	.article550 h3 {
		margin: 12px 15px 10px;
		}
		
	.article550 p {
		margin: 0 15px 12px;
		line-height: normal;
		}
		
	.article550 small {
		margin: 0 15px 12px 15px;
		}

.article740 {
	float: left;
	width: 740px;
	margin-bottom: 15px;
	padding: 4px 0 8px 0;
	}
	
	.article740 img {
		margin: -1px 0 0 0;
		border-top: #fff solid 1px;
		border-bottom: #fff solid 1px;
		}
		
	.article740 h1 {
		margin: 12px 25px 3px;
		}
		
	.article740 p {
		margin: 0 25px 12px;
		line-height: normal;
		}
	
	.article740 small {
		margin: 0 15px 12px 15px;
		}
		
.article930 {
	float: left;
	width: 930px;
	margin-bottom: 15px;
	padding: 4px 0 8px 0;
	}
	
	.article930 h1 {
		margin: 12px 25px 3px;
		}
		
	.article930 p {
		margin: 0 25px 12px;
		line-height: normal;
		}


/* Additional styling */

.bg_eee {
	background: #eee url(/gfx/abus_articletopborder-grey.png) top repeat-x;
	}

.bg_ed1c24 {
	background: #ed1c24 url(/gfx/abus_articletopborder-red.png) top repeat-x;
	}
	
.bg_mix {
	background: #eee url(/gfx/abus_articletopborder-red.png) top repeat-x;
	}

.bg_ed1c24 a, .bg_ed1c24 a:hover {
	color: #fff;
	}

.alignright {
	text-align: right;
	}

.floatright {
	float: right;
	margin: 0 0 0 0;
	}

.link {
	padding: 10px 0 0 0;
	}


/* Special elements */

#rejseplanen {
	float: left;
	width: 330px;
	background: #eee;
	padding: 15px;
	}

	#rejseplanen h3 {
		margin: 0 0 15px 0;
		}

	#rejseplanen input {
		border: 1px #ccc solid;
		height: 20px;
		}
		
#stoptop5 {}

	#stoptop5 ol {
		padding: 0 0 0 15px;
		list-style: none;
		}
	
	#stoptop5 ol li {
		line-height: 1;
		margin: 2px 0 12px 0;
		}
		
.mapicon {
	background: url(/gfx/abus_mapicon.png) no-repeat left;
	margin: 0 15px 12px;
	padding: 0 0 0 25px;
	font-size: 11px;
	line-height: 1.2;
	font-weight: normal;
	display: block;
	}

.a1icon {
	background: url(/gfx/1A_icon.jpg) no-repeat top left;
	margin: 0 15px 12px;
	padding: 0 0 0 25px;
	font-size: 11px;
	line-height: 1.2;
	font-weight: normal;
	display: block;
	}
.a2icon {
	background: url(/gfx/2A_icon.jpg) no-repeat top left;
	margin: 0 15px 12px;
	padding: 0 0 0 25px;
	font-size: 11px;
	line-height: 1.2;
	font-weight: normal;
	display: block;
	}
.a3icon {
	background: url(/gfx/3A_icon.jpg) no-repeat top left;
	margin: 0 15px 12px;
	padding: 0 0 0 25px;
	font-size: 11px;
	line-height: 1.2;
	font-weight: normal;
	display: block;
	}
.a4icon {
	background: url(/gfx/4A_icon.jpg) no-repeat top left;
	margin: 0 15px 12px;
	padding: 0 0 0 25px;
	font-size: 11px;
	line-height: 1.2;
	font-weight: normal;
	display: block;
	}
.a5icon {
	background: url(/gfx/5A_icon.jpg) no-repeat top left;
	margin: 0 15px 12px;
	padding: 0 0 0 25px;
	font-size: 11px;
	line-height: 1.2;
	font-weight: normal;
	display: block;
	}
.a6icon {
	background: url(/gfx/6A_icon.jpg) no-repeat top left;
	margin: 0 15px 12px;
	padding: 0 0 0 25px;
	font-size: 11px;
	line-height: 1.2;
	font-weight: normal;
	display: block;
	}
.m66icon {
	background: url(/gfx/66_icon.jpg) no-repeat top left;
	margin: 0 15px 12px;
	padding: 0 0 0 25px;
	font-size: 11px;
	line-height: 1.2;
	font-weight: normal;
	display: block;
	}
	
	

.slideshow {
	float: left;
	width: 360px;
	margin-bottom: 15px;
	padding: 4px 0 0 0;
	}

	.slideshow img {
		margin: -1px 0 0 0;
		border-top: #fff solid 1px;
		border-bottom: #fff solid 1px;
		}

	.slideshow #link0a {
		width: 330px;
		text-align: right;
		padding: 5px 15px;
		}
		
.busicon {
	background: url(/gfx/abus_logos/abus_1a.png) no-repeat left;
	margin: 12px 15px 12px;
	padding: 0 0 0 45px;
	font-size: 12px;
	line-height: 1.2;
	font-weight: bold;
	display: block;
	}
	
.flashcontent{
	margin: 0 0 0 0;
	
	}
	
.iframeBG{
	background: url(/magasin/img/asfalt170.jpg) no-repeat left;
	margin: -1px 0 0 0;
	border-top: #fff solid 1px;
	border-bottom: #fff solid 1px;
	}
