@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
background: #c0e3ec url('bakindex.png') no-repeat center 0;
font: 200% 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif ;
}

#holder {
width: 850px;
position: relative;
left: 50%;
margin-left: -425px;
margin-top: 53px;
}


#kolv {
width: 435px;
float: left;
background: none;
height: 583px;
margin-left: 100px;
}

#kolh {
width: 200px;
float: left;
background: none;
min-height: 450px;

}

h1 {
border-bottom: 1px solid #000000;
font-size: 50%;
line-height: 75%;
}

h2 {
font-size: 45%;
line-height: 200%;
}

h3 {
font-size: 30%;
margin-top: 5px;
}

p, ul, ol {
font-size: 38%;
list-style: none;
}

p {
margin: 25px 15px 10px 25px;
line-height: 130%;
}

ul {
list-style: square;
margin-left: 25px;
margin-top: -3px;
}

a:link {color: #aedae7; text-decoration: none; font-weight: bold;}
a:visited {color:  #aedae7; text-decoration: none; font-weight: bold;}
a:hover {color: #000000;}
a:active {color: #000000;}

img {
	border: 8px solid #f25d27;
}
