html{color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;} hr{border:none;margin:0;padding:0;}

body {
	background-image: url(../images/bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}

strong {
	font-weight: bold;
}

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

img {
	border: 0;	
}

#wrapper {
	font-family:Tahoma, Geneva, sans-serif;
	background: white;
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px;
	font-size: 14px;
	line-height: 18px;
}
#wrapper2 {
	width: 980px;
	padding: 0px 20px;
}

#top {
}
#top #banner {
	width: 980px;
	height: 174px;
	background: url(../images/banner.jpg);
	position: relative;
}
#top #banner #menu {
	position:absolute;
	bottom: 0px;
	right: 0px;
}
#top #banner #menu ul {
	
}
#top #banner #menu ul li {
	float: left;
	width: 92px;
	height: 34px;
	background:url(../images/menu_black.png);
	margin-left: 0px;
}
#top #banner #menu ul li.active {
	background:url(../images/menu_white.png);
}

#top #banner #menu ul li a {
	color: white;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 34px;
	font-weight:500;
}
#top #banner #menu ul li.active a {
	color: #231f20;
}

#main {
	width: 980px;
	padding: 20px 0px;
}

#bottom {
	padding: 10px 0px;
	font-size: 10px;
	text-align: center;
}
#bottom a {
	
}

/* FRONTPAGE */
#frontpage {
}
#frontpage .frontpagecol {
	float: left;
	width: 280px;
	padding: 0px 5px;
	overflow: hidden;
	text-align: center;
}
#frontpage .frontpagecol .header {
	font-size: 15px;
	margin-bottom: 10px;
}

/* MAGASIN */
#magasin {
}
#magasin .magasincol {
	float: left;
	width: 430px;
	padding: 0px 5px;
	overflow: hidden;
	text-align: left;
}
#magasin .magasincol .covers {
	margin-bottom: -30px;
}
#magasin .magasincol .coverstext p {
	
}
#magasin .magasincol .coverstext p.heading {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

/* SUBMENU */
#submenu {
	border-bottom: solid 1px #999;
	margin-bottom: 10px;
}
#submenu ul {

}
#submenu ul li {
	float: left;
	padding: 3px 10px;
	border: solid 1px #999;
	border-bottom: none;
	margin-right: 5px;
	margin-left: 0px;
}
#submenu ul li.active {
	background: #231f20;
}
#submenu ul li.active a {
	color: white;
}
/* GLOBAL */
h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
.clear {
	clear: both;
}
.section p {
	margin-bottom: 10px;
}
