/* CSS Document */

html, body, img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	 background-color: #22294d; 
	 background-image: url(../bilder/layoutbilder/body_bg.jpg); 
	 background-repeat: repeat-x; 
	 background-attachment: fixed;
}
a:active {
	-moz-outline-style: none;
}

#container { 
	position:absolute;
	top:0px;
	left: 50%;
	margin-left: -391px;
	background-color: #ddd; 
	width: 778px; 
	border-color: #333; 
	border-style: solid; 
	border-width: 0 1px 1px;
}

#header {
	text-align:center;
	width: 778px;
	height: 100px;
}
#header img {
	padding: 10px;
}
#language {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 29px;
	height: 16px;
}
#language img {
	padding:0px;
}
#main {
	margin: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 10px;
	background:#FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
#main a:link, #main a:active, #main a:visited {
	color: #000;
	border-bottom: 1px dotted #999;
	text-decoration:none;
}
#main a:hover {
	color: #999999;
	text-decoration:none;
	border-bottom: 1px solid #999;
}
#main h1 { 
	font-size: 18px; 
	font-family: Verdana, Arial, sans-serif;
	color:#333333;
	font-weight: bold; 
}
#main .medlbokstav { 
	color: #333; 
	font-size: 22px; 
	font-family: Verdana, Arial, sans-serif; 
	font-weight:bold;
}

#main .medlemspost {
	width: 720px;
	background-image: url(../bilder/medlemsreg_03.gif);
	background-repeat:repeat-y;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;

}
#main .medlemspost .namn {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	font-size: 20px;
	color:#000000;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 10px;
}
#main .medlemspost .rubriker {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
}
#main .medlemspost .text {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
#main .medlemspost table, td, tr {
	border:0;
	padding:0;
	margin:0;
}
#main .medlemspost table {
	margin-left:20px;
	margin-bottom: 10px;
	float:left;
}
#main .medlemspost a:link {
	color: #000000;
	text-decoration: none;	
	font-weight: normal;
	border-bottom: 0px;
}
#main .medlemspost a:visited {
	color: #000000;
	text-decoration: none;	
	font-weight: normal;
	border-bottom: 0px;
}
#main .medlemspost a:hover {
	color: #999999;
	text-decoration: underline;	
	font-weight: normal;
}
#main .medlemspost a:active {
	color: #000000;
	text-decoration: none;	
	font-weight: normal;
	border-bottom: 0px;
}
#main .medlemspost .topbg {
	width: 720px;
	height: 15px;
	clear:both;
	float:none;
}
#main .medlemspost .bottombg {
	width: 720px;
	height: 23px;
	margin-left: 0px;
	margin-top: 10px;
	background-image:url(../bilder/medlemsreg_04.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	clear:both;
	float:none;
}

#main .medlemspost .bottombg .showhide {
	padding-top:4px;
	padding-left:30px;
	color:#000000;
	font-weight:bold;
	cursor:pointer;
	
}
#main .medlemspost .bottombg .showhide:hover {
	color:#999;
}
#main .medlemspost .beskrivning {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	display:none;
	clear:both;
	float:none;
}
#main .medlemspost .bildplats {
	float:right;
	width: 240px;
	margin-right: 20px;
	margin-bottom: 10px;
}
#main .medlemspost .bildplats img {
	text-align:right;
	vertical-align:top;
	float:right;
}
#main .medlemspost .tooltip {
	color:#333;
	z-index:8887;
	background-color:#FFF;
	display:none;
	padding:5px 10px 5px 10px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	border:3px solid #999;
}

#footer {
	width:778px;
	height: 40px;
}
#footer #text {
	color: #ddd; 
	font-size: 10px; 
	font-family: Arial, sans-serif; 
	padding: 2px 20px; 
	margin: 0;
	background-color:#222;
	height: 1.2em;
}
#footer #left {
	text-align:left;
	float:left;
}
#footer #right {
	text-align:right;
	float:right;
}
#imgbox2 {
	width: 410px; 
	float: right; 
	border: 1px #333333 solid;
	padding: 5px;
}	