@charset "utf-8";
/* Föreningen Köpinge-Glemminge Natur- och Livsmiljö (KGL) - CSS Document */

body {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.8em;
	color:#ffffff;
	text-align:left;
	overflow:auto;
	background-color:#dadad9;
	background-image:url(../images/bg_shadow.gif);
	background-repeat:repeat-y;
	background-position:50% 0%;
}

#supercontainer {
	margin:0 auto;
}

#container {
	width:800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	background-position:50% 0%;
}

#logo_menu {
	width:800px;
	height:202px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

#content_container {
	width:800px;
	margin:0px auto 30px auto; /* the auto margins (in conjunction with a width) center the page */
	float:left;
}

#content {
	width:680px;
	color:#000000;
	margin:0px 0px 0px 0px;
	padding:20px 60px 20px 60px;
	float:left;
	text-align:left;
}

#contact {
	text-align:center;
	font-size:14px;
}

#footer {
	width:800px;
	height:25px;
	background-color:#efefef;
	color:#474747;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
	clear:both;
	position:relative;
	
}

h1 {
	font-size:20px;
	font-weight:normal;
	color:#4e681b;
	margin:0px 0px 9px 0px;
	padding:0px 0px 3px 0px;
}

ul 	{
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 30px;
}

li	{
	margin:15px 0px 0px 0px;
}

hr	{
	background-color:#d6d6d6;
	height:2px;
	width:650px;
	border:none;
}

img	{
	border:none;
}

.links {
	margin:0px 0px 0px 0px;
	padding:0px 0xp 2px 30px;
	line-height:18px;
	list-style:square;
}
.links2 {
	margin:0px 0px 0px 30px;
	padding:0px 0xp 2px 60px;
	line-height:18px;
	list-style:circle;
}

/* LINKSTYLES */
a{color:#1f669b; text-decoration:underline;}
a:visited{color:#1f669b;text-decoration:underline;}
a:active{color:#638eae;text-decoration:underline;}
a:hover{color:#638eae;text-decoration: underline;}
