@charset "utf-8";
/* CSS Document */

*			{margin:0; padding:0;}
html		{font-size:125%;}
body		{font-size:50%; font-family:Verdana, Arial, Helvetica, sans-serif; color:#000000; background-color:#ec931f;}

#wrapper 	{width:800px; margin:auto; margin-top:25px;}
#logga		{width:800px; height:100px; background-image:url(logotype.gif); background-repeat:no-repeat;}
#header		{width:800px; height:300px; margin-bottom:25px; background-image:url(powerpoint.jpg);  background-repeat:no-repeat;}
#wrapinfo	{width:800px; float:left;}
#info		{width:500px; margin-right:25px; float:left;}
#användning	{width:500px; margin-top:20px; margin-bottom:20px; float:left;}
#imgpeter	{width:275px; float:left;}
#holder1	{width:780px; padding:10px; min-height:30px; overflow:visible; float:left; background-color:#f6b433;}
#holder2	{width:780px; padding:10px; min-height:30px; overflow:visible; float:left;}
#copyright	{width:800px; margin-top:30px; height:50px; text-align:center; float:left;}
.meny		{width:250px; padding-right:25px; float:left;}
.content	{width:500px; float:right;}
.bold		{font-weight:bold;}

h1			{font-size:1.8em; }
h2			{font-size:1.6em;}
p			{font-size:1.4em; padding-top:10px; line-height:150%;}

a:link		{color:#000000; text-decoration:underline;}
a:visited	{color:#000000; text-decoration:underline;}
a:hover		{color:#ffffff; text-decoration:none;}
a:active	{color:#ffffff; text-decoration:none;}

