/*Färger:
#333333
#cc3333
#ff6666
*/

/*Galleri*/
/* jQuery lightBox plugin - Gallery style */
	#gallery {
		/*padding: 10px;
		width: 520px;*/
		/*Tillagt*/
		margin-bottom: 1em;
	}
	#gallery ul { 
	list-style: none; 
	padding: 0;
	margin: 0;
	}
	#gallery ul li { display: inline; }
	#gallery ul img {
		border:solid 2px #cc3333;
		margin-bottom: 1em;
		/*border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;*/
	}
	#gallery ul a:hover img {
		border:solid 2px #ff6666;		
		/*border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;*/
	}
	#gallery ul a:hover { 
		color: #ff6666;	
	/*color: #fff;*/ 
	}
/*Galleri slut*/

body {
text-align:center;
font-family:verdana, arial, sans-serif;
color:#333333;
}

#container{
text-align: left;	
	}
#header, #navigation{
border-bottom:solid 2px #cc3333;
}
#navigation ul{
margin-left:0; 
padding-left:0;
}
#navigation li{
display: inline;
list-style-type: none;
padding-right: 20px;
}

#footer{
	padding-top: 1em;
border-top:solid 2px #cc3333; 
text-align:right;
font-style:italic;
font-size:small;
}

/*
p:first-letter{font-weight:bolder; font-size:xx-large;}
p:first-line{font-weight:bold;}
*/
p{
font-size:small;
}
#content>ul>li{
font-size: small;	
	}
a{
text-decoration:none; color:#333333;
}
a:hover{
text-decoration:underline;
}
.right{
float:right; 
width:10px; 
height:10px; 
background-color:#cc3333;
}
.left{
float:left; 
width:10px; 
height:10px; 
background-color:#cc3333;
} 
.validering{
border:0;
width:66px;
float:left;
}
.smaller{
font-size: smaller;	
	}