/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666666;
}
body {
	background-color: #FAFAFA;
	background-image: url(bilder/bgr_tonad.jpg);
	background-repeat: repeat-x;
	background-position: center -40px;
	height: 100%;
	width: 100%;
	margin: 0px;
}
#kropp {
	position: absolute;
	height: 100%;
	background-image:  url(bilder/bgr/rotator.php);
	background-repeat: no-repeat;
	background-position: center -40px;
	width: 100%;
}
#text-container {
	position: absolute;
	width: 760px;
	left: 50%;
	margin-left: -380px;
}
#textsida {
	width: 760px;
	position: relative;
	height: 100%;
}
#meny {
	position: relative;
	height: auto;
	width: 220px;
	background-color: #F3F3F3;
	float: left;
	border-right: 2px solid #E2E2E2;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	margin-bottom: 10px;
}
#meny p{
	margin: 0px;
	text-align: left;
	display: block;
}
#meny a:link, #meny a:visited {
	color: #666666;
	text-decoration: none;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
	display: block;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#meny a:hover, #meny a:active {
	color: #FFFFFF;
	background-color: #999999;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #CCCCCC;

}
#meny .molink {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding-left: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
	display: block;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color: #FAFAFA;

}

#text {
	position: relative;
	float: right;
	width: 520px;
	text-align: left;
}
#text p{
	margin-bottom: 0px;
	margin-top: 20px;
}
#text h1{
	font-weight: normal;
	font-size: 220%;
	margin-top: 14px;
}
#text h2{
	font-weight: normal;
	font-size: 160%;
}
#text h3{
	font-size: 120%;
	font-weight: bold;
	font-style: italic;
}
#text h4{
	font-size: 100%;
	margin-bottom: 0px;
}
#top {
	position: relative;
	height: 80px;
	width: 760px;
	top: 0px;
	text-align: left;
}
#top h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 36px;
	margin-top: 20px;
	margin-left: 225px;

}
#sidfot {
	font-size: 10px;
	color: #CCCCCC;
	position: relative;
	clear: both;
	text-align: center;
	margin-top: 40px;
}
#sidfot a:link, #sidfot a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
#sidfot a:hover, #sidfot a:active {
	color: #999999;
	text-decoration: underline overline;
}
.img-border {
	border: 1px solid #333333;
}
.text_en {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #666666;
	margin-top: 6px;
	margin-bottom: 6px;
	background-image: url(bilder/fl_en.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.text_sv {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #666666;
	margin-top: 6px;
	margin-bottom: 6px;
	background-image: url(bilder/fl_sv.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.text_it {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #666666;
	margin-top: 6px;
	margin-bottom: 6px;
	background-image: url(bilder/fl_it.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

