/* GENERELLT FÖR HELA SIDAN */

*	{
	margin: 0em;
	padding: 0em;
}
body	{
	background-color: #4e6799;
	background-image:    url(../bilder/back.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
p	{
	font-family: Verdana, Arial, sans-serif;
}
h1,h2,h3	{
	font-family: Georgia, Times New Roman, monospace;
	color: #293852;
}
h4,h5,h6	{
	font-family: Verdana, Arial, sans-serif;
	color: #293852;
}
a	{
	text-decoration: none;
	font-family: Verdana, Arial, sans-serif;
	color: #121e32;
}
a:hover	{
	text-decoration: underline;
}

/* GENERELLT FÖR ALLT INNEHÅLL */

#container	{
	background: #d7e1f2;
	margin-right: auto;
	margin-left: auto;
	border: 0.0625em solid black;
	width: 46.875em;
}

/* TOPBAR */
#top	{
	background: URL(../bilder/topbar.jpg);
	height: 9.375em;
	width: 46.875em;
	border-bottom: 0.0625em solid black;
	background-repeat: no-repeat;
}

/* MENY */

#menu .skip	{
	display: none;
}
#menu ul	{
	list-style-type: none;
	border-bottom: 0.0625em dashed #4d658b;
	padding-bottom: 1.25em;
	padding-left: 0.6em;
}
#menu	{
	width: 8em;
	float: left;
}
#menu h4	{
	font-weight: bold;
	padding-bottom: 0.3125em;
	padding-top: 1em;
	padding-left: 0.6em;
}
#menu p	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.75em;
	padding-left: 0.6em;
	padding-bottom: 0.5em;
}
#menu ul li	a {
	font-size: 0.8em;
	font-family: Verdana, Arial, sans-serif;
}
#menu .active a 	{
	text-decoration: underline;
}

/* INNEHÅLL */

#content	{
	width: 36em;
	float: left;
	border-left: 0.0625em dashed #4d658b;
	padding-left: 0.8em;
	line-height: 120%;
}
#content img	{
	float: left;
	border: 0em;
}
#content .liggande img	{
	padding: 0.3125em;
	padding-right: 0.9375em;
	padding-left: 0.9375em;
}
#content .staende img	{
	padding: 1.0625em;

}
#content p	{
	font-size: 0.75em;
	padding-bottom: 1.25em;
}
#content h6	{
	padding-bottom: 1.25em;
	padding-top: 0.625em;
}
#content h3	{
	padding-bottom: 0.625em;
}
#content h2	{
	padding-bottom: 1em;
	padding-top: 1em;
}
#content a	{
	text-decoration: underline;
}

/* FOOTER */

#footer	{
	text-align: center;
	font-size: 0.625em;
	padding-bottom: 0.3125em;
	clear: both;
}

/* FORMULÄR */

fieldset	{
	border: 0em;
}
label	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.75em;
	display: block;
	padding-top: 0.3125em;
}
legend	{
	display: none;
}

/* BILDER I TEXTER */

#pictures img	{
	width: 15.625em;
	padding-right: 0.625em;
	padding-bottom: 0.3125em;
}
#pictures	em	{
	float: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.75em;
	font-style: italic;
}
#pictures	{
	width: 15.625em;
	float: right;
	padding-left: 1.25em;
	padding-bottom: 0.3125em;
}
#pictures .tips 	{
	border: 0.1em solid black;
}

