@charset "UTF-8";
/* CSS Document */

/* Från Dreamweaver */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	background-image: url(background.gif);
	margin-top: 28px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-bottom: 0px; 
	margin-left: 0px; 
	margin-right: 0px; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 924px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */

}
.oneColFixCtrHdr #mainContent {
	background-image: url(background_paper.gif);
	margin: 0 0 0 0; 
	padding: 0 30px 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */ 
	border-width: 1px;
	border-style: solid;
	border-color:#999999;
	
	/* Flyttar upp allt, så att det kommer rätt. */
	position: relative; 
	bottom: 75px; 
}
.oneColFixCtrHdr #footer {
	font-size: 11px; 
	padding-top: 2px;
	
	/* Flyttar upp allt, så att det kommer rätt. */
	position: relative; 
	bottom: 75px; 
}





/* Språk-menyn, där språk väljs. */
.language_menu {
	letter-spacing: 2px;
	float: right; 
	position: relative;
	bottom: 200px;
	right: 62px; 
}


/* Navigationsmenyn. */
.navigation {
	position: relative; 
	bottom: 83px; 
	padding-left: 33px;
}



/* Bild. */
.image {
	padding-left:15px;
	padding-top:10px;
	padding-bottom: 10px; 
	float:right;
}

/* Listor. */
ul
{
list-style-image: url(yellow_star.gif); 
} 

.list_item
{
position: relative;
top: 1px;
}


/* Annonser */
.ads {
	width: 205px;
	height: 600px;

	float: right;
	clear: right;
	position: relative; 
	top: 15px; 
	left: 35px;
	/* Alltid överst. */
	z-index: 5; 
}


/* Text */
h1
{
	font-size: 23px; 
	color: #5c602c;
	padding-top: 8px;
}

.center
{
	text-align: center;
}

.bold
{
	font-weight: bold; 
}

.italic
{
	font-style: italic; 
}



/* Länkarna. */
a:link {
	color: #0033FF;
}
a:visited {
	color: #0033FF;
}
a:hover {
	text-decoration: none;
	color: #5F7BFF;
}
a:active {
    text-decoration: none;
	color: #5F7BFF;
}



/* Speciellt för olika sidor. */
.about_image_text
{
	font-style: italic; 
	font-weight: bold; 
	color: #5c5c5c;
	position: relative; 
	top: 5px;
	margin-left: 45px; 
}

.blog_website_send_countdown_table
{
	text-align: center;
	width: 580px; 
	font-size:16px; 
	position: relative; 
	left: 45px;
}


/* Knapp. (create_countdown.php och send_countdown.php) */
.button
{
	font-size: 15px; 
	font-weight: bold;
	border: thin solid #99a4a0;
	background-color: #8bf9cb; 
}


/* Om JavaScript inte är aktiverat. */
.no_script  {
	color: #f60835;
	background-color: #ddeefb;
}




















