/* Startsidan laromedia.se/bibliotek */

/* General */
body:before { /* Shadow */
	content:"";
	width: 100%;
	height: 20px;
	margin-top: -40px;
	position: fixed;
	box-shadow: black 0 0 15px;
}

body{
	background: url("../bilder/startsida/shadows.png") no-repeat center top, url("../bilder/startsida/sidoband.png") repeat-x left top;
	background-color: #f0f0f0;
	font-family: "Bitter";
}

#container{
	box-sizing: border-box;
	padding: 30px 0px 10px 0;
	width: 1100px;
	min-width: 1100px;
	height: 100%;
	margin: 20px auto 0 auto;
	background: #fff;
	font-size: 18px;
	line-height: 140%;
	overflow: hidden;
}
#wrap{
	background:url("../bilder/startsida/bibliotek-header-imac.png?c=1") no-repeat center -35px #0f7fca;
}

/* Headings */
h1 {
	font-size:30px;
	line-height: 150%;
}
h2 {
	font-style: italic;
	font-size: 20px;
}



/* Header */
.header {
	padding: 0 50px;
}
/* Menu */
.menu {
	height: 60px;
	padding: 0 50px;
	line-height: 60px;
}
.menu a, .menu span{
	float: left;
	display: block;
	text-decoration: none;
	color:#ff9f16;
}
.menu a:hover {
	color: #ffbf2f;
}
.menu span {
	padding: 0 20px;
}

/* Content */
.content {
	box-sizing: border-box;
	padding: 1px 50px 0 50px;
	min-height: 480px;
	color: white;
}
	/* Listor */
	.content ul, .contact ul {
		font-size: 17px;
		padding: 0 15px;
		letter-spacing: 0.05em;
		font-weight: lighter;
		margin: -10px 0 0 0;
	}
	.left-text{
		width: 550px;
	}
	/* Bibliotekslista */
	#links a{
		color: black;
	}
	#links a:hover {
		color: #ff9f16;
	}
	/* Intresseformulär */
	form{
		width:300px;
	}
	input{
		float:right;
		width:200px;
		margin-top:3px;
	}
	input[type='submit']{
		width:auto;
	}
	textarea{
		width:100%;
		height:65px;
		resize:none;
	}
	a{
		color:white;
	}
	a:hover{
		color:#ff9f16;
	}
	.float{
		float:right;
	}
	.float-container{
		width:200px;
		margin:40px 0 0 40px;
	}

/* Contact */
.contact {
	overflow: auto;
	min-height: 300px;
	padding-bottom: 30px;
}
	.right-text {
		width: 420px;
		float:right;
		margin: 40px 180px 0 0;
	}
	#scanner-pic {
		position: absolute;
		top: 675px;
	}

/* Footer */
.footer{
	padding: 0 50px;
	font-size: 13px;

}
.footer p {
	border-top: 1px dotted black;
	padding-top: 20px;
}
.bold{
	font-weight: bold;
}

@media screen and (max-width: 800px) {
	body:before { /* Shadow */
		height: 0px;
		margin-top: 0px;
		box-shadow: none;
		background: black;
	}
	#container {
		margin: 0 auto;
		width:100%;
		overflow:hidden;
		min-width:695px;
	}
	#wrap{
		background:#fff;
	}
	#scanner-pic{
		display: none;
	}
	.content{
		background:#1d82c8;
	}
	.right-text {
		padding: 40px 50px;
		float:none;
		margin:0;
	}
	.left-text {
		margin:0;
	}
}
