/* Felles for alle sider */

body 
{
     margin: 0; /* to avoid margins */
     text-align: center; /* to correct the centering IE bug*/
	 font-family:Lucida Grande,Arial, Helvetica, sans-serif;
	 
}
a:link,
a:visited {
	color:#000000;
	text-decoration:none
}

a:hover {
	color: #606c7a;
}

a img {
	border:0pt none;
}

h1{
	font-size:16px;
}


/* Felles startside */
#main
{
    margin-left: auto;
    margin-right: auto;
    width: 780px;
    text-align: left;
	position:relative;
	top:100px;
}

.love
{
	text-align:center;
	padding-bottom:20px;
 }

 .klagenemnd-farge {
   background-color:#E0E0EF;
 }

 .pgd-farge {
    background-color:#EADFAE;
 }

.kolonne
{
	width:40%;
	height:250px;
	padding:10px;
	padding-top:70px;
	float: left;
	border-style: solid;
	border-width: 1px;
	border-color:#CCCCCC;
	cursor: hand;
}

#klagenemnd
{
	margin-right:20px;
}


.kolonne h1{
	text-align:center;
}


