p	{
		font-family: arial;
		font-size: 12px;
}
h1	{
		font-family: arial;
		font-size: 22px;
}
h2	{
		font-family: arial;
		font-size: 16px;
}
h3	{
		font-family: arial;
		font-size: 11px;
}
img {
                border: 0px;
}


a:link {
		font-family: arial;
		font-size: 12px;
	        color: black;
	        text-decoration:none;
}
a:visited {
		font-family: arial;
		font-size: 12px;
	        color: black;
                text-decoration:none;
}
a:active {
		font-family: arial;
		font-size: 12px;
	        text-decoration:none;
}
a:hover {
		font-family: arial;
		font-size: 12px;
	        color:black;
                font-weight:bold;
	        text-decoration:none;
}
#knapper {
                height: 34px;
                width: 800px;
                background-image:url('gradient.png');
                background-repeat:repeat-x;
                border-style:solid;
                border-width:1px;
}
#banner {
                height: 125px;
                width: 800px;
                background-image:url('banner.png');
}
#indhold {
                height: 100%;
                width: 800px;
}
body {
  		background-image: url("baggrund.png");
  		background-repeat: no-repeat;
}