/*
***********************************************************
Title:		Main
Author:		Andreas Viklund 
Modifications:	Emile Blume - Netcreators.com
Updated:	26/04/2007
***********************************************************
*/

#footer p.copyright {
	font-size: 0.8em;
/*	line-height: 0.8em;*/
}
#footer p.creative {
	font-size: 0.8em;
/*	line-height: 0.8em;*/
}

body {
	padding: 0;
	margin: 0;
	background: #E0E0E0;
	color: #303030;
	font-size: 76%; 
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif; 
	letter-spacing: 1px;
}

#breadcrumb-class {
	margin:0px 0px 15px 0px;
}


#language {
	position: absolute;
/*	left: 600px;*/
	right: 20px;
	top: 2px;
}

hr {
	background: #D0D0D0;
	border: 0;
	color: #D0D0D0;
	height: 1px;
}

a {
	color: #303030;
	text-decoration: none;
}

a:hover {
	color: #303030;
	text-decoration: none;
}

#main a {
	border-bottom: 1px dotted #505050;	
}

strong {
	color: #203E79;
}

h1 {
	margin: 0 0 20px 0;
	font-size: 2.2em;
	font-weight: normal;
}

h2 {
	margin: 0 0 12px 0;
	font-size: 1.6em;
	font-weight: normal;
}

h3 {
	margin: 0 0 10px 0;
	font-size: 1.2em;
	font-weight: normal;
}

h4 {
	margin: 0 0 5px 0;
	font-size: 1.4em;
	font-weight: normal;
}

p {
	margin: 0 0 15px 0;
	line-height: 1.5em;
	text-align: left;
}

a img {
	border: 0;
}

/* Main container */
#container {
/*	margin: 0 auto 20px auto;*/
	margin: auto;
	position: relative;
	width: 730px;
	padding: 5px 20px 20px 20px;
	background: #FFFFFF;
}

/* Site title section */
#logo {
	margin: 15px 0 0 0;
}

#logo h1 a {
	border: none;
	color: #505050;
}

#logo h1 a:hover {
	border: none;
	color: #303030;
	text-decoration: none;
}

/* Toptab menu */
#toptabs ul, #navitabs ul {
	margin: 0;
	padding: 0;
}

#toptabs {
	margin: auto;
	margin-top: 14px;
	width: 730px;
	font-size: 1.0em;
}

#toptabs p {
	color: #808080;
	text-align: right;
}

.toptab {
	padding: 4px 5px 3px 5px;
	margin: 0 1px 0 4px;
	border-bottom: 1px solid #E0E0E0;
	background: url(../images/corner2.gif) #F0F0F0 top right no-repeat;
	color: #808080;
	text-decoration: none;
}

.toptab:hover {
	border-bottom: 1px solid #EAEAEA;
	background: url(../images/corner2.gif) #FAFAFA top right no-repeat;
	color: #505050;
	text-decoration: none;
}

.activetoptab {
	padding: 4px 5px 3px 5px;
	margin: 0 1px 0 4px;
	margin-right: 1px;
	color: #505050;
	background: url(../images/corner2.gif) #FFFFFF top right no-repeat;
	text-decoration: none;
}

.activetoptab:hover {
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
}

/* Navitab menu */
#navitabs {
	clear: both;
	margin-top: 18px;
	font-size: 0.8em;
}

#navitabs li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.navitab {
	padding: 4px 8px 4px 8px;
	margin: 0 0 4px 0;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background: url(../images/corner.gif) #E0E0E0 top right no-repeat;
	background: url(../images/corner.gif) #517FCD top right no-repeat;
	color: #FFF;
	font-size: 1.1em;
	text-decoration: none;
}

.navitab:hover {
	border-bottom: 1px solid #FFFFFF;
	background: url(../images/corner.gif) #D0D0D0 top right no-repeat;
	background: url(../images/corner.gif) #93B3FE top right no-repeat;
	color: #203E79;
	text-decoration: none;
}

.activenavitab {
	padding: 4px 8px 5px 8px;
	margin: 0 1px 5px 0;
	background: url(../images/corner.gif) #505050 top right no-repeat;
	background: url(../images/corner.gif) #93B3FE top right no-repeat;
	color: #FFFFFF;
	font-size: 1.1em;
	text-decoration: none;
}

.activenavitab:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* Header description */
#desc {
	padding: 0;
	clear: both;
	margin: 5px 0 15px 0;
	color: #FFFFFF;
	background: url(../images/front.jpg) #505050 top left no-repeat;
	height: 200px;
}

#desc p {
	width: 290px;
	padding: 0 0 0 15px;
	font-size: 1em;
	line-height: 1.3em;
}

#desc h2 {
	padding: 15px 15px 0 15px;
	color: #FFFFFF;
}

#desc a {
	border-color: #FFFFFF;
	color: #FFFFFF;
	text-decoration: none;
}

/* Main content */
#main {
	width: 550px;
	float: left;
	padding: 0 15px 0 0;
	margin: 0;
	border-right: 1px solid #D8D8D8;
}

#main p {
	line-height: 1.6em;
}

/* Sidebar */
#sidebar {
	width: 150px;
	float: right;
}

#sidebar li a {
	padding-left: 0px;
}

#sidebar li a:hover {
	background: #93B3FE
}

#sidebar li {
	list-style-image:url(../images/internal_link.gif);
	list-style-position:outside;
	list-style-type:none;
}

#sidebar p {
	margin: 0 0 15px 0;
	font-size: 0.9em;
	line-height: 1.3em;
}

/* Footer */
#footer {
	clear: both;
	padding: 0;
	margin: 0;
	border-top: 1px solid #D8D8D8;
	background: #FAFAFA;
}

#footer a {
	color: #808080;
}

#footer a:hover {
	color: #303030;
}

#footer p {
	margin: 15px 0 0 0;
	padding: 0;
	color: #808080;
	font-size: 1.1em;
	line-height: 1.3em;
}

/* Various classes */
.photo {
	padding: 2px;
	margin: 0 0 8px 0;
	border: 1px solid #D8D8D8;
	background-color: #F0F0F0;
}

.right {
	margin-top: -8px;
	text-align: right;
}

.block {
	padding: 10px;
	background: #F0F0F0;
}

#sidebar .internal-link, #sidebar .external-link {
	width: 140px;
	padding: 3px 4px 3px 8px;
	margin: 5px 10px 5px 0;
	border: none;
	display: block;
	background: url(../images/corner.gif) #F0F0F0 top right no-repeat;
	text-align: left;
}

#sidebar .internal-link:hover, #sidebar .external-link:hover {
	border: none;
	background: url(../images/corner.gif) #E0E0E0 top right no-repeat;
	text-decoration: none;
}

.hide {
	display: none;
}

.button {
	border: solid 1px #787878;
	background-color: #022e72;
	color: #f0f0f0;
	font-weight: bold;
}