html { height: 1%; }

body { 
	margin: 0px;
	padding: 0px;
	font: 13px Verdana, Arial, Helvetica, sans-serif; 
	background:#FFF;
	text-align: center;
}

/* Loggans Färger
Blå  095ba6
Gul  ffb310
*/

/* LINKS */
a:link {
	color: #095ba6;
	text-decoration: underline;
}
a:visited {
	color: #095ba6;
	text-decoration: underline;
}
a:hover {
	background-color: #ffb310;
}
a:active {
	color: #CC0000;
}

img {
	border: none;
}

.hide { display: none; }

.CenterBox {
	margin: 0; 
	margin-right: auto; 
	margin-left: auto; 
	width: 600px;
	text-align: left;
}

h2 {
	font-size: 150%;
}

/*#mainbox{
	max-width: 600px;
}*/

#header {
	background-image: url("images/headertone2.png"); 
	background-repeat: repeat-x;
	color: #095ba6;
}

#headerright {
	float: right;
	margin-right: 10px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	width: 350px;
}

#tele {
	font-size: 13px;
	color: #ffb310;
}

.menu {
	margin-top: 4px;
	height: 22px;
	margin-left: auto;
	margin-right: auto;
	font-size: 13px;
	font-weight: bold;
}
.menu a, .menu .current {
	display: inline;
	height:22px;
	padding-top: 2px;
	padding-left:4px;
	padding-right:4px;
	padding-bottom: 3px;
	line-height: 22px;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
}
.menu a {
	border: 1px solid;
	border-color: transparent;
	border-bottom: none;
}
.menu .current {
	color: #ffb310;
	background-color: #FFF;
	border: 1px solid #59ABE6;
	border-bottom: none;
}
.menu a:hover {
	background-color: transparent;
	color: #ffb310;
	border: 1px solid #095ba6;
	border-bottom: none;
}

#content {
	margin-top: 5px;
}

.links {
	margin: 0px;
	padding: 0px;
	
}
.links ul {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
ul.links {
	display: block;
	float: left;
	width: 130px;
	font-size: 12px;
	text-align: left;
	list-style-type: none;
	color: #AAA;
}
ul.links li {
	list-style-type: none;
}
ul.links li a {
	color: #AAA;
	text-decoration: none;
}
ul.links:hover li{
	color: #095ba6;
}
ul.links:hover li a{
	color: #095ba6;
	text-decoration: underline;
}
.links h1 {
	padding: 1px;
	margin: 0px;
	font-size: 150%;
	color: #095ba6;
}
.links h2 {
	display: block;
	color: #095ba6;
	font-size: 13px;
	padding: 2px;
	margin: 0px;
}
.bold {
	font-weight: bold;
}


.stycke {
	margin-right: auto; 
	margin-left: auto; 
	max-width:100%;
	font-size: 12px;
	padding: 0px;
}
.stycke p {
	margin: 0.5em;
	padding: 0px;
	padding-left: 0.5em;
}
.stycke h1, .stycke h2 {
	display: block;
	color: #095ba6;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	margin-top: 0.5em;
	padding-left: 0.5em;
	border-bottom: 2px solid #ffb310;
}
.stycke h3 {
	display: block;
	color: #095ba6;
	padding-left: 0.5em;
	padding-top: 0.8em;
	margin: 0px;
}

.image {
	float: right;
	margin: 5px;
	margin-right: 0px;
	text-align: center;
	font-style: italic;
}
.foto {
	border: 1px solid #CCC;
	border-top: 1px solid #EEE;
	border-left: 1px solid #EEE;
}
.foto .border {
	border: 1px solid #555;
}
.image .left {
	float: left;
	margin: 5px;
	margin-left: 0px;
}

.image img {
	float: none;
	border: 2px solid white;
}

img.Right {
	float: right;
	margin: 5px;
	margin-right: 0px;
}

.kontakt-shadow {
	width: 298px;
	height: 152px;
	float:left;
	background-image: url('images/kontakt-shadow.png');
}
.kontakt {
	width: 286px;
	height: 140px;
	font-size: 12px;
	border: 1px solid #555;
}
.kontakt div {
	float: right;
	width: 179px;
	height: 138px;
	padding-left: 6px;
	background-image: url('images/kontakt-tone.png');
	background-repeat: repeat-y;
}
.kontakt img {
	width: 100px;
	height: 138px;
	float: left;
	clear: right;
	border: 1px solid white;
	border-right: none;
}

#sidfot {
	clear: both;
	width: 100%;
	min-height: 100px;
	background-image: url('images/sidfot-ton.png');
	background-repeat: repeat-x;
	text-align: center;
	font-size: 100%;
	height: 25px;
	margin-top: 15px;
	padding-top: 5px;
}
