body
{
background-color: white;
font-family: "Rubik", sans-serif;
font-weight: 300;
font-size: 1.5em;
text-align: left;
color: #00a1e4;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

/* For mobile phones in Portrait mode */
@media screen and (max-width: 480px)
{
	body
	{
	background-color: white;
	font-family: "Rubik", sans-serif;
	font-weight: 300;
	font-size: 1em;
	text-align: left;
	color: #00a1e4;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
}

#bg
{
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 0;
}

#bg img
{
position: absolute;
top: 0px;
right: auto;
bottom: auto;
left: 0px;
min-width: 100%;
min-height: 100%;
padding: 0px;
margin: 0px;
}

#menu
{
position: relative;
background-color: rgba(0, 161, 228, 0.95);
width: 93%;
min-width: 725px;
min-height: 72px;
margin: 0px auto 60px 0px;
padding: 0px 0px 0px 7%;
z-index: 1;
border-width: thin;
border-style: solid none;
border-color: #00a1e4;
border-radius: 0px;
}

/* For mobile phones in Portrait mode */
@media screen and (max-width: 480px)
{
	#menu
	{
	position: relative;
	background-color: rgba(0, 161, 228, 0.95);
	width: 400px;
	min-width: 400px;
	min-height: 110px;
	margin: 45px auto 60px auto;
	padding: 0px 2px 0px 0px;
	z-index: 1;
	border-width: thin;
	border-style: solid;
	border-color: #00a1e4;
	border-radius: 3px;
	}
}

#post
{
position: relative;
background-color: rgba(255, 255, 255, 0.9);
width: 700px;
min-height: 80px;
margin: -3px auto 60px 5%;
padding: 0px 0px 0px 0px;
z-index: 1;
border-width: thin;
border-style: solid;
/* border-color: rgba(247, 247, 247, 0.5); */
border-color: #f1f1f1;
border-radius: 2px;
}

/* For mobile phones in Portrait mode */
@media screen and (max-width: 480px)
{
	#post
	{
	position: relative;
	background-color: white;
	width: 400px;
	min-height: 80px;
	margin: 0px auto 60px auto;
	padding: 0px 0px 0px 0px;
	z-index: 1;
	border-width: thin;
	border-style: solid;
	border-color: #f1f1f1;
	border-radius: 2px;
	}
}

#post.white
{
color: inherit;
background-color: white;
border-color: #f1f1f1;
}

#post.blue
{
background-color: rgba(0, 161, 228, 0.95);
color: white;
border-color: rgba(200, 200, 200, 0.7);
}

h1
{
font-weight: 500;
margin: 0px 80px 0px 60px;
padding: 0px 0px 0px 0px;
}

/* For mobile phones in Portrait mode */
@media screen and (max-width: 480px)
{
	h1
	{
	font-weight: 500;
	margin: 30px 10px 20px 20px;
	padding: 0px 0px 0px 0px;
	}
}

h2
{
font-weight: 500;
/* margin: 45px 80px 45px 95px; */
margin: 0px 80px 0px 95px;
padding: 0px 0px 0px 0px;
}

/* For mobile phones in Portrait mode */
@media screen and (max-width: 480px)
{
	h2
	{
	font-weight: 500;
	/* margin: 35px 20px 35px 30px; */
	margin: 0px 20px 0px 30px;
	padding: 0px 0px 0px 0px;
	}
}

h3
{
font-weight: 500;
margin: 45px 80px 30px 60px;
padding: 0px 0px 0px 0px;
}

/* For mobile phones in Portrait mode */
@media screen and (max-width: 480px)
{
	h3
	{
	font-weight: 500;
	margin: 30px 10px 20px 20px;
	padding: 0px 0px 0px 0px;
	}
}

p
{
margin: 30px 80px 30px 60px;
padding: 0px 0px 0px 0px;
}

/* For mobile phones in Portrait mode */
@media screen and (max-width: 480px)
{
	p
	{
	margin: 20px 10px 20px 20px;
	padding: 0px 0px 0px 0px;
	}
}

p.bildtext
{
position: relative;
display: block;
vertical-align: baseline;
width: 600px;
height: auto;
margin: -55px auto 35px 5%;
z-index: 2;
}

/* For mobile phones in Portrait mode */
@media screen and (max-width: 480px)
{
	p.bildtext
	{
	position: relative;
	display: block;
	vertical-align: baseline;
	width: 400px;
	height: auto;
	margin: -55px auto 39px auto;
	z-index: 2;
	}
}

p.bgbildtext
{
position: absolute;
top: auto;
right: 0px;
bottom: 0px;
left: auto;
font-size: 0.67em;
margin: 0px 30px 20px 0px;
text-align: right;
}

/* For mobile phones in Portrait mode */
@media screen and (max-width: 480px)
{
	p.bgbildtext
	{
	display: none;
	}
}

b
{
font-weight: 500;
}

.white
{
color: white;
}

pre
{
margin: 30px 80px 30px 60px;
padding: 0px 0px 0px 0px;
}

/* For mobile phones in Portrait mode */
@media screen and (max-width: 480px)
{
	pre
	{
	margin: 20px 10px 20px 20px;
	padding: 0px 0px 0px 0px;
	}
}

img
{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

img.post
{
position: relative;
display: block;
margin: 0px auto 60px 5%;
padding: 0px 0px 0px 0px;
border-width: thin;
border-style: solid;
border-color: #f1f1f1;
border-radius: 2px;
width: 700px;
height: auto;
z-index: 1;
}

/* For mobile phones in Portrait mode */
@media screen and (max-width: 480px)
{
	img.post
	{
	position: relative;
	display: block;
	margin: 0px auto 60px auto;
	padding: 0px 0px 0px 0px;
	border-width: thin;
	border-style: solid;
	border-color: #f1f1f1;
	border-radius: 2px;
	width: 400px;
	height: auto;
	z-index: 1;
	}
}

#post img.post
{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border-style: none;
max-width: 100%;
height: auto;
}

img.logga
{
display: inline;
position: absolute;
top: 10px;
right: auto;
bottom: auto;
left: 7%;
margin: 0px;
padding: 0px;
border: none;
width: auto;
height: 50px;
}

/* For mobile phones in Portrait mode */
@media screen and (max-width: 480px)
{
	img.logga
	{
	display: inline;
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: auto;
	left: auto;
	margin: 0px;
	padding: 0px;
	border: none;
	width: auto;
	height: 75px;
	}
}

img.logga2
{
display: none;
}

video
{
margin: 0px 0px -5px 0px;
padding: 0px 0px 0px 0px;
width: 700px;
height: auto;
}

/* For mobile phones in Portrait mode */
@media screen and (max-width: 480px)
{
	video
	{
	margin: 0px 0px -4px 0px;
	padding: 0px 0px 0px 0px;
	width: 400px;
	height: auto;
	}
}

a:link
{
text-decoration: underline;
color: inherit;
}

a:link>#post
{
text-decoration: none;
color: inherit;
}

#post>a:link
{
text-decoration: none;
color: inherit;
}

body>a:link
{
text-decoration: none;
color: inherit;
}

h2 a:link
{
text-decoration: none;
color: inherit;
}

a:link.menu
{
text-decoration: none;
color:  white;
}

a:visited
{
text-decoration: underline;
color: inherit;
}

a:visited>#post
{
text-decoration: none;
color: inherit;
}

#post>a:visited
{
text-decoration: none;
color: inherit;
}

body>a:visited
{
text-decoration: none;
color: inherit;
}

h2 a:visited
{
text-decoration: none;
color: inherit;
}

a:visited.menu
{
text-decoration: none;
color: white;
}

a:hover
{
text-decoration: underline;
color: inherit;
}

a:hover .bildtext
{
text-decoration: underline;
color: inherit;
}

a:hover img.post
{
text-decoration: none;
color: inherit;
opacity: 0.7;
}

a:hover>#post
{
text-decoration: none;
color: inherit;
opacity: 0.8;
}

#post>a:hover
{
text-decoration: none;
color: inherit;
opacity: 0.8;
}

body>a:hover
{
text-decoration: none;
color: inherit;
}

h2 a:hover
{
text-decoration: none;
color: inherit;
opacity: 0.6;
}

a:hover h2
{
text-decoration: none;
color: inherit;
opacity: 0.8;
}

a:hover.menu
{
text-decoration: underline;
color: white;
}

a:active
{
text-decoration: underline;
color: #00a1e4;
}

a:active>#post
{
text-decoration: none;
color: inherit;
}

#post>a:active
{
text-decoration: none;
color: inherit;
}

body>a:active
{
text-decoration: none;
color: inherit;
}

h2 a:active
{
text-decoration: none;
color: inherit;
}

a:active.menu
{
text-decoration: none;
color: white;
}

ul
{
position: relative;
margin: 30px 80px 30px 60px;
padding: 0px 0px 0px 0px;
}

/* For mobile phones in Portrait mode */
@media screen and (max-width: 480px)
{
	ul
	{
	position: relative;
	margin: 20px 10px 20px 20px;
	padding: 0px 0px 0px 0px;
	}
}

ul.inline
{
margin: 20px 0px 27px 120px;
}

/* For mobile phones in Portrait mode */
@media screen and (max-width: 480px)
{
	ul.inline
	{
	margin: 20px 0px 20px 20px;
	}
}

li
{
margin: 0px 0px 10px 0px;
padding: 0px 0px 0px 0px;
list-style: none;
}

li.inline
{
margin: 0px 30px 15px 0px;
display: inline;
font-size: 0.67em;
}

/* For mobile phones in Portrait mode */
@media screen and (max-width: 480px)
{
	li.inline
	{
	margin: 0px 20px 10px 0px;
	display: block;
	font-size: 1em;
	}
}
