/* stilmall till Sallys hemsida */

body, html {
		font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
		background-image: url(bilder/bakgrund.jpg);
		background-repeat: repeat;
		margin: 0;
		padding: 0;
		height: 100%;
		}
		
#container {
		width: 620px;   				/* 8 tassar bedd = 624 px */
		height: auto;
		background-color: #E9CEDF;
		margin: 78px auto 78px auto;
		border: 2px solid #C7A9BC;
		}
		
#image	{
		margin: 5px;
		}
		
#image img 	{
		border: 5px solid white;
		}
		
#menu	{
		width: 600px;
		height: 20px;
		margin: 5px;
		font-size: 11px;
		color: #999999;
		
		}
		
.right {
		float: right;
		}
		
#menu a {
		float: left;
		width: 75px;
		height: 21px;
		background: #E9E9E9;
		text-decoration: none;
		color: #000000;
		text-align: center;
		margin-right: 2px;
		padding-top: 3px;
		font-size: 12px;
		}
		
#menu .mini {
		font-size: 8px;
		}
		
#menu .active{
		background: #FFFFFF;
		height: 23px;
		}
		
#big 	{
		background: #FFFFFF;
		width: 590px;
		min-height: 300px;
		margin: 0 5px 5px 5px;
		padding: 10px;
		font-size: 10pt;
		}
				
#big a img{
		max-height: 75px;
		max-width: 100px;
		float: left;
		margin: 1px;
		color: #000000;
		}

.i 		{
		font-style: italic;
		}
		
.text	{
		width: 450px;
		margin: auto;
		padding: 5px;
		margin-bottom: 25px;
		text-align: justify;
		}
		
.text a {
		color: #BE8EB4;
		text-decoration: none;
		font-weight: bold;
		}
		
.text a:hover {
		text-decoration: underline;
		
		}
		
.lista {
		text-align: left;
		font-weight: bold;
		}

.omSally{
		margin-left: 15px;
		margin-bottom: 15px;
		width: 200px;
		float: right;
		border: 2px solid black;
		}
		
#big .firstSide {
		color: #CC99CC;
		}
		
.text p {
		text-align: center;
		}

h3 		{
		text-align: center;
		}
		
.indexImg {
		border: 2px solid black;
		}
		
dt 		{
		font-weight: bold;
		color: #BE8EB4;
		padding: 0 0 10px 0;
		}
dd		{
		padding: 0 0 5px 0;
		}