body {

	/*background-color: #A0001C;*/
	background: #543667 url("/images/bkg_purple.jpg") no-repeat top center;
	margin: 0px;
	padding: 0px;
	
}

a, .latest_news_link, .latest_news_link_arrow {
	font-weight: bold;
	/*color: #A0001C;*/
	color: #543667;
	text-decoration:none;
}

a:hover, .latest_news_link:hover {
	text-decoration:underline;
}

a:link, a:visited, a:hover, a:active, IMG {
	border:none;
	outline:none;
}

a:focus { 
	outline: none; 
}


h3, #thesum, #itemsum {
	font-size:12px;
	font-weight:bold;
	margin-bottom:8px;
}

h4 {
	clear:both;
	padding:10px;
	background: url(/images/bkg_greytone.png) repeat-x bottom;
	font-size:12px;
	font-weight:bold;
	margin-bottom:20px;
}

hr {
	border:none;
	background-color:#CCC;
	color:none;
	height:1px;
	margin:0px 0px 20px;
	clear:both;
}

/* IE 6- PNG fix */
img, div {
	behavior: url(/include/iepngfix.htc)
}

#main_wrapper {
	width:856px;
	text-align:center;
	margin: 0px auto 100px;
	padding: 60px 20px 60px 20px;
}

.footer {
	width:790px;
	height:130px;
	float:left;
	background:url("/images/bottom_tone.png") repeat-x;
	margin-bottom:200px;
}


.header_img {
	margin-bottom:17px;

}

.column_side {
	width:28px;
	float:left;
}

.column_middle {
	width:790px;
	float:left;
}

.column_middle_top {
	width:790px;
	height:53px;
}

.menu_container {
	width:470px;
	height:30px;
	float:right;
}

.menu_corner {
	width: 24px;
	height: 30px;
	float:left;
}

.menu_items {
	width:441px;
	height:20px;
	background-color: #000;
	text-align:right;
	float:left;
	padding: 10px 0px 0px 5px;
}

.menu_items_eng {
	width:355px;
	height:30px;
	background-color: #000;
	text-align:right;
	float:left;
}

.menu_item {
	margin-left:16px;
	text-align:left;
	float:left;
}

.menu_items a {
	height:14px;
	display:block;
}

.menu_items #welcome_swe {width:81px; background:url(/images/menu_swe.gif) no-repeat 0px 0px;}
.menu_items #welcome_swe:hover {width:81px; background:url(/images/menu_swe_hover.gif) no-repeat 0px 0px;}
.menu_items #about_swe {width:47px; background:url(/images/menu_swe.gif) no-repeat 0px -14px;}
.menu_items #about_swe:hover {width:47px; background:url(/images/menu_swe_hover.gif) no-repeat 0px -14px;}
.menu_items #media_swe {width:43px; background:url(/images/menu_swe.gif) no-repeat 0px -28px;}
.menu_items #media_swe:hover {width:43px; background:url(/images/menu_swe_hover.gif) no-repeat 0px -28px;}
.menu_items #calender_swe {width:60px; background:url(/images/menu_swe.gif) no-repeat 0px -42px;}
.menu_items #calender_swe:hover {width:60px; background:url(/images/menu_swe_hover.gif) no-repeat 0px -42px;}
.menu_items #shop_swe {width:33px; background:url(/images/menu_swe.gif) no-repeat 0px -56px;}
.menu_items #shop_swe:hover {width:33px; background:url(/images/menu_swe_hover.gif) no-repeat 0px -56px;}
.menu_items #contact_swe {width:51px; background:url(/images/menu_swe.gif) no-repeat 0px -70px;}
.menu_items #contact_swe:hover {width:51px; background:url(/images/menu_swe_hover.gif) no-repeat 0px -70px;}



/* Just for IE6 */
* html .menu {
	margin-bottom: -4px;
}

.content {
	width: 716px;
	background-color: #FFF;
	padding-top: 40px;
	padding-right: 37px;
	padding-bottom: 40px;
	padding-left: 37px;
	text-align:left;
	float:left;
}

.calender {
	width: 716px;
	background-color: #FFF;
	padding-top: 20px;
	padding-right: 37px;
	padding-bottom: 20px;
	padding-left: 37px;
	text-align:left;
	float:left;
}

.text, .text_about_col1, .text_about_col2, .latest_news {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
}

.text_about_col1 {
	width:550px;
	margin-right:70px;
	float:left;
}
.text_about_col2 {
	width:90px;
	float:left;
}

.small {
	font-size: 10px;
}

.tiny {
	font-size: 9px;
	color:#666;
}

.latest_news_header {
	font-weight: bold;
	color: #000;
}

.submenu {
	width: 740px;
	padding-left: 37px;
	padding-top: 7px;
	padding-right: 13px;
	padding-bottom: 7px;
	background-color: #000;
	
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:left
}
.submenu_link {
	font-weight: bold;
	color: #FFF;
}
.submenulink:hover {
	text-decoration: underline;
}

/* Formulär */

input,select {
	/*
	background-color:#F7F2EC;
	border:#C9989C 1px solid;
	*/
	
	background-color:#eee6f3;
	border:#b3a4bd 1px solid;
	
	color:#000;
	font-size:10px;
	font-family:verdana,arial,helvetica;
}
textarea {
	/*
	background-color:#F7F2EC;
	border:#C9989C 1px solid;
	*/
	
	background-color:#eee6f3;
	border:#b3a4bd 1px solid;
	color:#000;
	font-size:10px;
	font-family:verdana,arial,helvetica;

	/*
	scrollbar-track-color:#F7F2EC;
	scrollbar-arrow-color:#600;
	scrollbar-face-color:#F7F2EC;
	scrollbar-shadow-color:#F7F2EC;
	scrollbar-highlight-color:#F7F2EC;
	scrollbar-darkshadow-color:#F7F2EC;
	scrollbar-3dlight-color:#F7F2EC;
	*/
	scrollbar-track-color:#eee6f3;
	scrollbar-arrow-color:#600;
	scrollbar-face-color:eee6f3;
	scrollbar-shadow-color:#eee6f3;
	scrollbar-highlight-color:#eee6f3;
	scrollbar-darkshadow-color:#eee6f3;
	scrollbar-3dlight-color:#eee6f3;
}
.button {
	/*
	background-color:#F7F2EC;
	border:#C9989C 1px solid;
	*/
	
	background-color:#eee6f3;
	border:#b3a4bd 1px solid;
	color:#000;
	font-size:10px;
	font-family:verdana,arial,helvetica;
}
.radio,.checkbox {
	border: 0px;
	background-color: #FFF;
}

.media_item_mp3 {
	margin-bottom: 8px;
}

.media_mp3_icon {
	position: relative;
	top: 3px;
}

.media_voice {
	font-size: 10px;
	font-style:italic;
}

.presentation_photo {
	float:left;
	margin: 0px 20px 10px 0px;
}


.reference_container {
	clear:both;
}

.reference_photo {
	float:left;
	margin-right: 15px;
	margin-bottom: 10px;
}

.reference_text {
	float:left;
	margin-top: 20px;
	width:580px;
	
}
.buy_album {
	border:thin #999 solid;
}

.gallery, .gallery_directions {
	color:#FFF;
	font-size:10px;
	font-family:verdana,arial,helvetica;
	font-weight:bold;
	margin-top:10px;
}
.gallery_directions {
	margin:0px 0px 5px;
}

.buy_item {
	width:470px;
	background-color:#eee6f3;
	float:left;	
	padding:5px;
	margin-bottom:5px;
	clear:both;
}
.buy_article {
	width:297px;
	float:left;
	margin-right:10px;
}
.buy_amount {
	width:43px;
	float:left;
	margin-right:10px;
}
.buy_price {
	width:60px;
	float:left;
	font-weight:bold;
	text-align:right;
}
.buy_address_input {
	float:left;
	width:250px;
	margin-bottom:10px;
	clear:both;
	
}
.buy_recordinfo {
	width:500px;
	float:left;	
	background-color:#eee6f3;
	padding: 0px 10px 10px;
	margin-bottom:20px;
	
}
.buy_recordinfo_img {
	width:160px;
	float:left;
	margin:0px 20px 10px 0px;
}
.buy_recordinfo_text {
	width:310px;
	float:left;
	margin-top:30px;
}
