﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #f2f2f7;
	background-image: url('../graphics_images/backgrounds/Background_learnatlenshamn_dark.jpg');
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 1000px;
	margin: 10px auto;
	background-image: url('../graphics_images/backgrounds/Background_learnatlenshamn_medium.jpg');
}

#masthead {
	background-position: center;
	text-align: center;
	width: 1000px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fafaff;
	background-repeat: no-repeat;
	height: 148px;
	background-image: url('../graphics_images/banners_buttons/banner_learnatlenshamn.jpg');
}
#navigation {
	position: relative;
	float: left;
	width: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
	border-color: #000000;
	background-image: url('../graphics_images/backgrounds/Background_learnatlenshamn_medium.jpg');
}
#content {
	float: left;
	width: 800px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-image: url('../graphics_images/backgrounds/Background_learnatlenshamn_light.jpg');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

#content a{
	margin: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 4px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 10px;
}



.center{
    display: block;
	margin-left: auto;
    margin-right: auto 
}



/* Masthead Styles */
#masthead h1 {
	color: #3d6c87;
}
#masthead h3 {
	color: #5f8ea9;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
	background-image: url('../graphics_images/backgrounds/Background_learnatlenshamn_dark.jpg');
}
#navigation a {
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 2px solid #fff;
	background-color: #fff;
	font-weight: bold;
	background-image: url('../graphics_images/backgrounds/Background_learnatlenshamn_dark.jpg');
	border-bottom-color: #000000;
	border-bottom-width: 4px;
	border-right-color: #000000;
	border-right-width: 4px;
	border-left-color: #808080;
	border-left-width: 4px;
	border-top-color: #808080;
	border-top-width: 4px;
	font-size: 14px;
}
#navigation a:hover {
	color: #FFFF00;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #00FFFF;
	font-weight: bold;
}
/* Content Styles */

#content h1 {
	color: #FF0000;
	text-align: center;
}

#content h2 {
	text-align: center;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: thin;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: thin;
	color: #FFFFFF;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-weight: bold;
	font-size: 32px;
	margin-top: 0px;
	background-color: #C0C0C0;
	background-image: url('../graphics_images/backgrounds/Background_learnatlenshamn_light.jpg');
}
#content h3 {
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: thin;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: thin;
	text-align: center;
	color: #800000;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-weight: bold;
	font-size: 18px;
	margin-top: 20px;
}


#content h4 {
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: thin;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: thin;
	text-align: center;
	color: #FF0000;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-weight: bold;
	font-size: 24px;
}


#content h5 {
	text-align: center;
	color: #000000;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-weight: normal;
	font-size: 16px;
	font-style: italic;
}
#content h6 {
	text-align: center;
	color: #000000;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-weight: bold;
	font-size: 13px;
}

#container h6 {
	border-style: solid none solid none;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	border-bottom-color: #000000;
	border-top-color: #000000;
	border-top-width: 2px;
	border-bottom-width: 2px;
	font-style: italic;
}
#content img {
	padding: 5px;
	border: 1px solid #808080;
}
/* Footer Styles */

#footer {
	padding: 0 0 0 0;
	text-align: center;
	clear: both;
	width: 1000px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-image: url('../graphics_images/banners_buttons/footer_learnatlenshamn_button.jpg');
	height: 80px;
	background-repeat: no-repeat;
	margin-top: 2px;
}


#footer p {
	color: #000000;
	margin-top: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
}
#footer a {
	padding-bottom: 4px;
	padding-top: 4px;
	margin: 0 0 0 0;
	padding: 0px 0 0 0;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	margin-top: 0;
}
#footer a:hover {
	color: #0000FF;
	text-decoration: none;
	background-color: #FFFF00;
	padding-bottom: 4px;
	padding-top: 4px;
}
a {
	margin: 1px;
	padding: 1px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #5F8EA9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

