@charset "utf-8";
/* CSS Document */

body  {
	background-image: url(images/heidi1.jpg);
	background-repeat: no-repeat;
	background-position: right top ;
}
div#container { 
	width: 800px;  
	height: auto;
	background-repeat:no-repeat;
	background-position: bottom left;
	background-image:url(images/heidi2.jpg);	
	margin-left: 75px;
	margin-top: 75px;
	text-align: left; 
} 
div#header { 
	padding: 0 10px 0 20px;  
} 

div#menu { 
	padding: 0 20px 0 20px;
	padding-top: 2px;
	padding-bottom: 2px; 
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-style: uppercase;
	color: #CCCCCC;
	text-decoration: none;
} 

div#header h1 {
	margin: 0; 
	padding: 10px 0; 
} 	
div#sidebar1 {
	float: left; 
	width: 200px; 
	padding: 15px 10px 15px 20px;
}

	
div#import1 {
	float:left;
	width: 300px; 
	padding: 15px 10px 15px 20px;
}
div#import2{
	float:left;
	width: 300px; 
	padding: 15px 10px 15px 20px;
}
div#mainContent { 
	margin: 0 0 0 250px; 
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
	}
div#mainContent2 { 
	margin: 0 0 0 100px; 
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.style1
{ font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px ;
color:#666666;

}
.style2
{ font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px ;
color:#666666;
}
 .rubrik1 /* för rosa överskrifter i samma storlek som texten */
 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:11px ;
 color:#D21F7A;
 
 }
 .rubrik2 /* för rosa överskrifter i i större storlek */
 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:16px ;
 color:#D21F7A;
}

a:link { /* menylänken */
	color: #CCCCCC;
	text-decoration: none;
	}

	a.pink:link { /* för rosa länkar använd class pink" */
	color: #D21F7A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size:11px ;
	text-decoration: none;
	}
a.pink:visited {
	text-decoration: none;
	color: #D21F7A;

}
a.gray:link { /* gray class för grå länkar */
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size:11px ;
	text-decoration: none;
	}
a.gray:visited {
	text-decoration: none;
	color: #666666;

}

img {
	border: 2px solid #666666;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
div#catnames { /* den här diven använder du för att göra kattnamnen */
	padding: 0 20px 0 20px;
	padding-top: 2px;
	padding-bottom: 2px; 
	margin-left: 200px;
	margin-right: 150px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-style: uppercase;
} 
