h1 {
	font: bold 31px Georgia;
	color: #aaa;
}

h2 {
	font: bold 24px "Times new roman";
	color: #aaa;
}

p {
	line-height: 1.5em;
}

body {
	margin: 0;
	padding: 0;
	font: 12px Verdana, sans-serif;
	color: #6f6f6f;
	background: #FFF url(../img/bg.gif) repeat-x;
	text-align: center;
}

#text {
	width: 560px;
	float: left;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#header {
	width: 1000px;
	height: 93px;
	background: url(../img/maskar.gif) bottom right no-repeat;
	padding-top: 40px;
}

a#logga {
	display: block;
	width: 269px;
	height: 100px;
	background: url(../img/logga.png) no-repeat;
	text-indent: -9000px;
	 z-index: 3;
	position:relative;
}

#navigation ul {
	height: 34px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: bold 12px Arial;
}

	#navigation ul li {
		float: left;
	}
	
	#navigation ul li.active {
		background: url(../img/nav_active.gif) repeat-x;
		z-index: 1;
		position:relative;
	}
	
	#navigation a, #navigation a:visited {
		color: #fff;
		display: block;
		text-decoration: none;
		padding: 10px 9px;
	}

#content {
	margin-top: 50px;
}
	
#footer {
	margin-top: 30px;
	padding-top: 5px;
	border-top: 1px solid #ccc;
	color: #BDBDBD;
}

input.submit
{
	font-weight:			bold;
	color:					#333;
	width:					auto;
	padding-right:			6px;
	padding-left:			6px;
}

a, a:visited {
	color: #0188be;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.photoupload-queue
{
	list-style:				none;
}
.photoupload-queue li
{
	background:				url(../img/photo_upload.png) no-repeat 0 5px;
	padding:				5px 0 5px 22px;
}

.photoupload-queue .queue-file
{
	font-weight:			bold;
}

.photoupload-queue .queue-size
{
	color:					#aaa;
	margin-left:			1em;
	font-size:				0.9em;
}

.photoupload-queue .queue-loader
{
	position:				relative;
	margin:					3px 15px;
	font-size:				0.9em;
	background-color:		#ddd;
	color:					#fff;
	border:					1px inset #ddd;
}
.photoupload-queue .queue-subloader
{
	text-align:				center;
	position:				absolute;
	background-color:		#81B466;
	height:					100%;
	width:					0%;
	left:					0;
	top:					0;
}

.photoupload-queue .input-delete
{
	width:					16px;
	height:					16px;
	background:				url(../img/delete.png) no-repeat 0 0;
	text-decoration:		none;
	border:					none;
	float:					right;
}



#idList {
	margin: 0;
	padding: 0;

}
 
#idList li {
	display: block;
	margin: 0;
	padding: 4px;
	width: 120px;
	background: #307cb3;
	color: #91e1ff;
	float: left;
	font: bold 12px Arial;
}



	
