/* CSS Document created by informo.se */

 * {
 margin: 0px; 
 padding: 0px;}


body {
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #666;
	line-height: 1.7em;
	font-size: 90%;
	background-color: #FFFFFF;
	padding: 0px;
}

/* LAYOUT */

#container {
	margin: 0 auto;
	width: 500px;
	text-align: center;
}

/* SIDHUVUD */

#sidhuvud {
	clear: both;
	text-align:center;
	padding: 50px 0px 20px 0px;
}

/* KOLUMN 1 */

#content {
	float: left;
	text-align: left;
 }
 

 
 #content a {
	color:#FFFFFF;
	text-decoration: none;
	background-color: transparent;
	font-weight: bold;
}

#content a:hover {
	text-decoration:underline;
	color: #FFFFFF;
	background-color: transparent;
	font-weight: bold;
}



 

/* SIDFOT */

#sidfot {
	clear: both;
	text-align: right;
	font-size: 80%;
 }
 
 #flashcontent {
	height: 14px;
	width: 14px;
}

 
 
a {
	color:#990000;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	text-decoration:underline;
	color: #000000;
	background-color: transparent;
}




 p {
	padding-top: 5px;
	padding-bottom: 5px;
}


/* RUBRIKER */

h1, h2, h3, h4 {
	padding: 10px 0px 5px 0px;
	font-style: normal;
	font-weight: lighter;
	color: #000;
}

h1 {
	font-size: 200%;
	background-color: transparent;

}

h2 {
	font-size: 170%;

}

h2 {
	font-size: 150%;

}


/* FORM */

textarea,input,submit {
	background-color:#FFFFFF;
	color:#FFFFFF;
	padding:1px;
	border:1px solid #ccc;
	margin:1px;
}
strong {
	font-size: 110%;
}
em {
	font-size: 85%;
}
ul {
	padding: 0px 0px 0px 35px;
	list-style-type: circle;
}
li {
	padding: 5px;
}
