/* ================================================================ 
 Master Style Sheet for Lilla-Garden.se
 Author: Fredrik Henriksson 
 Contact: fredrik.henriksson@solvesborg.se
================================================================ */

body {
	text-align: center; background: #a33b22; margin: 0; padding: 0;
	font-family: verdana, helvetica, arial, sans-serif;
	background: #cc5c42 url(bilder/bg.jpg) 50% fixed repeat;
	/* background-attachment: scroll !important; */
}
a:link 		{
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
a:visited 	{
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
a:active 	{
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
a:hover 		{
	font-weight: bold;
	color: #FF0000;
} 
p {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10px;
	margin: 2px 0 0 7px;
}
h1 {
	font-family: Georgia, serif;
	font-size: 20pt;
	font-weight: normal;
	margin-left: 30px;
	color: #777;
}
h2 {
	font-family: Georgia, sans;
	font-size: 14px;
	font-style: italic;
	font-weight: stronger;
	margin: 0 0 0 3px;
	padding: 0;
}
div { display: block; }
img { display: block; border: 0; margin: 0; padding: 0; line-height: 0; float: left; }
#container { 
	width: 921px;  
	margin: 0 auto 50px auto; 
	text-align: left;
	background: url("bilder/main_bg2.png") repeat-y;
	z-index: -1;
	margin-top: -50px;
}
#top {
	width: 700px; height: auto; background: #c0f97c;
}
#menu {
	float: left; width: 181px; 
	height: auto; 
	color: black;
	border-style: dotted dotted dotted solid;
	border-color: white;
	border-width: 0px 0px 0px 0px;
}

#footer {
	background: #cc3333;
	position: fixed;
	margin: 0 auto 0 auto; 
	left: 0px;
	padding: 2px;
	height: 12px; width: 100%; 
	bottom: 0px;
	font-size: 9px;
	border-color: #999;
	border-width: 1px;
	opacity: .75;
	filter: alpha(opacity=75);
}
#footer_content{
	position: fixed;
	left: 0px;
	margin: 0 auto 0 auto; 
	padding: 2px;
	height: 12px; width: 100%; 
	bottom: 0px;
	font-size: 9px;
	border-color: #999;
	border-width: 1px;
}
#content {
	width: 65%;
	float: left;
	display: block;
}
#images {
	width: 35%;
	height: 100%;
	float: left;
	display: block;
}
#images img {
	width: 220px;
	border-style: dotted;
	border-color: #ccc;
	border-width: 1px;
	margin: 20px 10px 0 10px;
	z-index: 100;
}
#images img:hover {
	cursor: pointer;
}
.clear { clear: both; width: 1px; }
#kontakt a:link 	{ font-weight: bold; text-decoration: none; color: #ed2222; }
#kontakt a:visited	{ font-weight: bold; text-decoration: none; color: #ed2222; }
#kontakt a:active 	{ font-weight: bold; text-decoration: none; color: #ed2222; }
#kontakt a:hover 	{ font-weight: bold; color: #ff6600; } 
#main {
	width: 700px; background: #fff; 
	float: left;
	margin-bottom: 30px;
}
#main p {
	color: #555; font-size: 12px;
	margin: 5px 10px 25px 40px;
}
#kontakt {
	display: block;
	margin: 0 auto 50px auto; 
	position: fixed;
	width: 181px;
	text-align: left;
	top: 0px;
	z-index: 2;
}
#kontakt img { margin-right: 3px; }
#kontaktinfo {
	width: 181px;
	z-index: 3;
}
