/* Färger:  Lila  #AA00D4, turkos #00CCFF, mörkgrå #575a6c */

body {
	padding: 0;
	font-family: "Open Sans",sans-serif;
	font-size: 0.95em
    color: #575a6c;
    margin:0;
    line-height: 1.6em;
}

button {
	padding: 3px;
}

#page {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}

#header{
	width:100%;
	z-index: 9;
}

#top {
	padding-left: 2em;
	padding-top: 2em;
}

#top > img {
    padding-right: 2em;
}
#top h2 {
	display: inline-block;
	font-size: 3em;
	color: #00CCFF;
}
 
#menu {
	background-color: rgba(256, 256, 256, 0.9)
}
 
 

@media print { #header {display: none;}}


/* html-tags */

h1, h2, h3 {
	font-weight: normal;	
	/*font-family: 'Ek Mukta', sans-serif;*/
	font-family: 'Expletus Sans', cursive;
}

h1 {
    color: #575a6c;
	font-size: 2em;
	padding-bottom: 15px;
	line-height: 1em;
}

h2 {
    font-size: 1.3em;
}

h3 {
	font-size: 1.2em;
}

a {
    color: #00CCFF;
	text-decoration: none;
}

h2 a, .box a {
    color: #575a6c;
}





#menu {
	width: 100%;
	border-bottom: 13px solid #AA00D4;
}

#centerbox {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-flow: row wrap;
}

.menu_items {
	line-height: 2.5em;
	padding-left: 25px;
	padding-right: 25px;
}

.current {
	background-color: #F2F2F2;
}

.current a {
	cursor: default;
}

.menu_items a {
	text-decoration: none;
	color: #575A6C;
	font-weight: normal;
	font-size: 1.1em;
}

.menu_items a:hover {
	border-bottom: 4px solid #00CCFF;
}

#boxleft {
/*	width: 655px; */
	padding: 10px;
	padding-bottom: 75px;
	border-bottom: solid 3px #AA00D4;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

#hometext {
	padding-bottom: 2em;
	flex: 1 0 100%;
}

#hometext > img {
    max-width: 100%;
}

.box {
	margin-bottom: 20px;
	border-bottom: solid 3px #00CCFF;
	padding-top: 20px;
	padding-bottom: 20px;
}

.box img {
	max-width: 100%;
}

.box a:hover {
	border-bottom: solid 4px #00CCFF;
}

#footer {
    background-color: #00ccff;
    color: #ffffff;
    height: 150px;
    text-align: center;
    padding-top: 2em;
}

#footer > img {
    width: 60px;
}

#footer a {
	color: #F2F2F2;
}

#footer a:hover {
	border-bottom: 4px solid #AA00D4;
}

.boxbottom {
		padding: 1.5em;
		flex: 1 1 40%;
}

.boxbottom a:hover {
	border-bottom: solid 4px #00CCFF;
}


.boxbottom span {
    text-align: center;
}

.boxbottom > img {
	width: 100%;
}

form span {
	display: block;
	line-height: 2em;;
}

form input, textarea#meddelande {
	width: 100%;
	max-width: 600px;
	font-size: 1em;
	font-family: "Lucida Grande",Verdana,"URW Gothic L",sans-serif;
	padding: 5px;
	margin-bottom: 1em;
}
