body {
	background: rgba(0,0,0,0.3);
}

b, strong {
	font-weight: bold;
}

i {
	font-style: italic;
}

u {
	text-decoration: underline;
}

#bg1 {
	position: fixed;
	z-index: 0;
	top:0px;
	height: 250px;
	width: 100%;
	background: rgb(189, 222, 241);
	border-bottom: 2px solid rgba(38,148,210,1);
}

#content {
	margin: auto;
	width: 1180px;
	margin-top: 20px;
	margin-bottom: 50px;
	position: relative;
}

@media (min-width: 800px) and (max-width: 1199px) {
	#content {
		width: 780px;
	}
}

body > #content > a > header {
	width: 100%;
	padding-top: 123px;
	height: 0px;
	background: url("../bilder/Logo.png?id=20150604145900") no-repeat 10px 10px rgba(255,255,255,0.4);
	/*background-size: 760px;*/
	margin-bottom: 20px;
}

#content section {
	padding: 12px;
	background: rgb(241, 248, 252);
	margin-bottom: 20px;
}

#content section p {
	margin-bottom: 6px;
	line-height: 110%;
}

#content section div.frame-default + div.frame-default {
	margin-top: 24px;
}

body > footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 25px;
	padding: 6px;
	background: rgb(0,0,0);
	text-align: center;
	font-size: 14px;
	line-height: 32px;
	color: rgb(255,255,255);
	box-shadow: 0px 0px 15px 10px rgb(0,0,0);
}

body > footer > p {
	text-shadow: 0px 0px 4px rgb(0,0,0);
}

@media (min-width: 800px) and (max-width: 1199px) {
	body > footer {
		font-size: 12px;
	}
}

body > footer > p > img {
	margin-left:30px;
	margin-right:0px;
}
body > footer > p > img:first-child {
	margin-left:0px;
	margin-right:30px;
}

@media (max-width: 950px) {
	body > footer > p > img {
		height:12px;
	}
	
	body > footer > p > img {
		margin-left:10px;
		margin-right:0px;
	}
	body > footer > p > img:first-child {
		margin-left:0px;
		margin-right:10px;
	}
}

#content > footer {
	padding: 12px;
	position: relative;
	background: rgb(215, 54, 64);
	border-bottom: 20px solid rgb(178, 178, 178);
}

#content > footer:after {
	display: block;
	content: '';
	clear: both;
}

#content > footer .frame-default {
	width: 272px;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}


@media (min-width: 800px) and (max-width: 1199px) {
	#content > footer .frame-default {
		width: 360px;
	}
}

@media (min-width: 1200px) {
	#content > footer .frame-default:nth-child(1),#content > footer .frame-default:nth-child(2),#content > footer .frame-default:nth-child(3),#content > footer .frame-default:nth-child(4) {
		margin-top: 0px;
	}

	#content > footer .frame-default:nth-child(4n+5) {
		clear: both;
	}
	
	#content > footer .frame-default:nth-child(4n+1) {
		margin-left: 0px !important;
	}
}

@media (min-width: 800px) and (max-width: 1199px) {
	#content > footer .frame-default:nth-child(1),#content > footer .frame-default:nth-child(2) {
		margin-top: 0px;
	}

	#content > footer .frame-default:nth-child(2n+3) {
		clear: both;
	}
	
	#content > footer .frame-default:nth-child(2n+1) {
		margin-left: 0px !important;
	}
}

footer {
	text-shadow: 0px 0px 4px rgb(200,249,245);
}

footer h1 {
	color: rgba(55,6,10,0.9);
}

footer .image-caption {
	margin-top: 8px;
	font-size: 9pt;
	font-style: italic;
}

footer a {
	font-weight: bold;
	color: rgba(0,0,0,0.8);
	text-decoration: none;
}

#content .frame-default {
	margin-left: 258px;
}

#content section ul {
	list-style: disc;
}

#content section ul > li, #content section ol > li {
	margin-left: 30px;
}

#content section ol {
	list-style: decimal;
}

#content table td {
	border: 1px solid rgb(196,196,196);
	padding: 5px; 
}