/* Fotodikten - author Kattarina Leander, www.kattagrafen.se
Background from The Inspiration Gallery, http://www.theinspirationgallery.com
Meny from Dynamic Drive CSS Library, http://www.dynamicdrive.com/style  */

/* Sidan */
html {height: 101%; }

body {
background-image: url(grafik/blue.gif);
font-family: Verdana, Tahoma, sans-serif;
font-size: 11px;
}


/* Formateringen */

#Header {
width: 896px;
height: 116px;
background-image: url(grafik/banner.jpg);
margin: auto;
}

#Flash468 {
	height: 60px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	
}

#Flash88 {
	height: 31px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	
}

#Menu {
width: 896px;
background-image: url(grafik/body.jpg);
margin: auto;
}

.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
margin-left: 45px;
padding: 0;
float: left;
width: 90%; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 1px 0;
background: black url(media/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(media/indentbg2.gif) center center repeat-x;
}

#Content {
width: 896px;
background-image: url(grafik/body.jpg);
margin: 0px auto;
}


#Box1 {
width: 125px;
margin-left: 45px;
border-left: 1px;
border-top: 1px;
border-right: 1px;
border-bottom: 2px;
padding: 2px;
float:none;
}

#Box2 {
width: 610px;
margin-right: 45px;
border-left: 1px;
border-top: 1px;
border-right: 1px;
border-bottom: 2px;
padding: 2px;
float: right;
}



#End {
width: 896px;
height: 30px;
background-image: url(grafik/footer.jpg);
margin: auto;
clear:both;
}


.Header1 {
width: 125px;
height: 21px;
background-image: url(grafik/header.gif);
color: #333333;
font-weight: bold;
font-size: 14px;
padding-left: 2px;
padding-top: 5px;
}

.Header2 {
width: 610px;
height: 21px;
background-image: url(grafik/header.gif);
color:#333333;
font-weight: bold;
font-size: 14px;
padding-left: 2px;
padding-top: 5px;
}


/* Text */
.normal {
color:#333333;
}

.rubrik {
font-size: 14px
}


/* Länkar */

a {
   color: #1d2935;
   text-decoration: none;
}

a:hover{
   color: #93831a;
   text-decoration: none;
}

/* Bildformatering */

.foto {
border-right-color:#666666;
border-bottom-color:#666666;
border-left-color:#FFFFFF;
border-top-color:#FFFFFF;
border: 3px ;
}

.skugga {
background-image: url(skugga.gif);
}


