* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	background-color: #fff;
	margin: 5px;
}

a:link, a:visited, a:active, a:hover {
	font-size: 10px;
	text-decoration: none;
}

p {
	padding: 0px 5px 5px 5px;
	font-size: 12px;
	text-transform: lowercase;
	margin: 0px 0px 0px 0px;
	line-height: 1.4em;
	text-align: center;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 22px;
	margin: 3px;
	padding: 2px;
	clear: both;
	text-transform: lowercase;
	margin-bottom: 15px;
	text-align: center;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	text-transform: lowercase;
	font-weight: bold;
	text-align: center;
}

#besokvart {
	position: absolute;
	background: url(img/besokvart.png) no-repeat;
	height: 150px;
	width: 150px;
	right: 0;
	top:0;
	cursor: pointer;
}

#page {
	position: relative;
	margin: 0 auto;
	padding: 0px;
	width: 700px;

	font-size: 14px;
	/* border: 1px solid #aaa;*/

}

#header {
	margin: 0px 0px 00px 0px;
	padding: 0px 0px 5px 0px;
	/* border-bottom: 1px solid #aaa; */
	text-transform: lowercase;
	position: relative;
	margin: 0 auto;
	padding: 0px;
	width: 700px;
	background: transparent;
}

#header img {
	margin: 0px 10px 0px 00px;
}

#header .header_links {
}

#page #text #flags a {
	color: #666;
}

#page #text #flags a:hover {
	text-decoration: underline;
	color: #f00;
}

#header #flags {
    clear: both;
    text-align: center;
    margin: 10px 0;
}

#header #flags img {
    border: 0;
}

#page #text {
	background: transparent;
	padding: 5px 5px 5px 5px;
	width: 100%;
}

#page #text img {
	border: 1px solid #ccc;
}

#page #text img:hover {
	border: 1px solid #555;
}

#header #square0,
#header #square1,
#header #square2,
#header #square3,
#header #square4,
#header #square5,
#header #square6,
#header #square7 {
	position: relative;
	width: 40px;
	height: 40px;
	background-color: #bbb;
	border: 1px solid #000;
	padding: 0px;
	margin: 10px 10px 0 10px;
}

#header a:link,
#header a:visited,
#header a:active {
	color: #000;
}

#header a:hover {
	color: #666;
	text-decoration: underline;
}

#page #contactbar {
	/* background-color: #eee;
	border: 1px solid #ccc; */
	border-top: 1px solid #ccc;
	width: 100%;
	margin: 10px 3px 3px 0px;
	padding: 4px 4px 4px 4px;
	font-size: 10px;
}
	
#page #text .imagewithdescription {
	color: #444;
	font-size: 9px;
	text-transform: lowercase;
	text-align: justify;
}

#page #text table {
	font-size: 10px;
}

#page #text input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#page #text textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#contactbar {
	text-transform: lowercase;
}

#contactbar {
	width: 700px;
	border-top: 1px solid #ccc;
	text-transform: lowercase;
	position: relative;
	margin: 0 auto;
	padding: 0px;
	padding-top: 5px;
	margin-top: 15px;
	font-size: 10px;
}

#contactbar #contactbar_left {
	text-align: left;
	position: absolute;
	left: 0;
}

#contactbar #contactbar_middle {
	text-align: center;
	position: absolute;
	left: 45%;
}
#contactbar #contactbar_right {
	text-align: right;
	position: absolute;
	right: 0;
}


.two_cols_align_right {
	text-align: right;
}

.tree_cols_align_left {
	text-align: left;
}
