/*#############################################################
Name: Bitter Sweet
Date: 2006-10-02
Description: Lime flavoured template with two columns.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {color: #4d90ff;}
a:hover {
	color: #4d90ff;
	text-decoration: none;
}
body {
	background: #fff url('/inc/images/bg.gif');
	color: #333;
	margin-top:10px;

}
body, p, td, li {
	font: normal 10pt tahoma,arial,sans-serif;
	line-height: 1.7em;
}
input {
	color: #555;
	font: normal 1.1em "Segoe UI",sans-serif;
}
ul {margin-left: 2em;}
h1 {font-size: 1.4em;line-height: 1.2em;}
blockquote {
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {padding: 3px 0;}

/* misc */
.clearer {clear: both;}

/* structure */
.container {
	background: #ebf3ff;
	margin: 0 5% 0 5%;
/*	width: 800px;*/
	float:center;
}

.columns {
	clear:both;
	width: 100%;
}
.left {
	width: 60%;
	float: left;
}
.right {
	width: 30%;
	float: right;
	padding-left: 5%;
}




/* header */
.header {
	background: ebf3ff url('/img/header.jpg') no-repeat center;
	height: 160px;
	margin: 0 auto;
	vertical-align: center;
	text-align: center;
}
.header h1 {
	display: none;
}

/* item */
.item {clear: both;}
.item {
	float: center;
	width: 90%;
	margin-left: 5%;
}
.item h1 {
	color: #4d90ff;
	padding: 20px 10px 10px 16px;
	font-size: 24px;
}
.item {
	padding: 12px 18px;
}
img.central {
	border: 5px solid #4d90ff;
	margin: 5px 0px;
}

/* navigation */
.navigation {
	text-align:center;
	white-space:nowrap;
	width: 90%;
	margin-left: 5%;
	font-weight: normal;

}
.navigation ul {
	margin: 0;
	padding: 0;
	font-size: 9pt;
}
.navigation li {
	list-style: none;
	display: inline;
	float: left;
	width: auto;
	text-align: center;
}
.navigation li a {
	display: block;
	padding: 3px 4px 3px 4px;
	text-decoration: none;
}
.navigation li a:hover, .navigation li a#subselected {
	color: #4d90ff;
	border-bottom: 3px solid #4d90ff;
}


/* topmenu */
.topmenu {
	background: #4d90ff url('/inc/images/bg-topmenu.png') repeat-x;
	text-transform: uppercase;
	width: 90%;
	margin-left: 5%;
	white-space:nowrap;
	height: 40px;
}
.topmenu ul {
	margin: 0;
	padding: 0;
}
.topmenu li {
	list-style: none;
	display: inline;
	float: left;
	width: 16.5%;
	text-align: center;
}
.topmenu li a {
	color: #fff;
	display: block;
	text-decoration: none;
	font-weight: bold;
	line-height: 40px;
}
.topmenu li a:hover, .topmenu li a#selected {
	/*background: #d4ebff;*/
	background: #d4ebff;
	color: #4d90ff;
}

/* footer */
.footer {
	background: #4d90ff;
	font-size: 0.9em;
	margin-top: 50px;
	text-align: center;
	width: 100%;
	color: #fff;
}
.footer a {color: #FFF;}
.footer a:hover {color: #FAFCB0;}

img.art {
	float: right;
	margin: 5px 0px 5px 10px;
	padding: 0px;
	border: 4px solid #4d90ff;

}
img.g {
	padding: 0px;
	margin: 10px 5px;
	border: 5px solid #4d90ff;

}

h2 {
color: #4d90ff;
border-bottom: 1px solid #4d90ff;
padding: 0px 0px 3px 0px;
margin: 5px 0px 3px 0px;
}

p {
	margin-top: 7px;
}