/* ************************************************************************************************** */
/*                       CSS by Daniel Duvald - www.joomla-cms.dk 									  */
/*                         A PART OF JOOMLA 1.0.X TEMPLATE KIT 										  */
/* ************************************************************************************************** */
/* For Joomla v. 1.0.x																				  */
/*																									  */
/*																									  */
/* ************************************************************************************************** */
/* CONTENT CSS 																						  */
/* ************************************************************************************************** */

html, body, table {
	font-family: Arial, sans-serif;
	font-size: 8pt;
}
body {
	margin: 0;
	padding: 0;
	background: #666666 url(../images/background.png);
	background-repeat: repeat-x;
}
h1 {
}
h2 {
}
h3 {
}
p {
}
a:link,
a:active,
a:visited {
	color: #000000;
}
a img {
	border: none;
}

/* ************************************************************************************************** */
/* TEMPLATE LAYOUT CSS - DEFINE YOUR OWN TEMPLATE STYLES HERE										  */
/* ************************************************************************************************** */

#container {
	padding: 0;
	background: url(../images/frame.png);
	background-repeat: no-repeat;
}
#pathway{
}
#header {
	margin: 0;
	height: 175px;
}
#header_pic {
}
#logo {
	text-align: left;
}
#logo img {
	margin: 50px 0px 0px 410px;
}
#BodyContent {
	padding: 0px;
	margin: 0px;
	text-align: left;
	width: 900px;
	height: 450px;
}
#LoadFirst {
	width: 800px;
	float: left;
}
#left_col {
	float: left;
	width: 200px;
	height: 450px;
}
#semileft_col {
	float: left;
	width: 100px;
	height: 450px;
	background-color: white;
}
#main_col {
	float: right;
	padding:0px;
	text-align: left;
	width: 500px;
	height: 450px;
	background-color: white;
	overflow: auto;
	position: relative;
}
#main_col_wide {
	float: right;
	padding:0px;
	text-align: left;
	width: 600px;
	height: 450px;
	background-color: white;
	overflow: auto;
	position: relative;
}
#right_col {
	position: relative;
	float: right;
	width: 100px;
	height: 450px;
}
#user1 {
}
#user2 {
}
#user3 {
}
#footer {
}
.clr{
	clear : both;
}

div.moduletable {
	margin:10px 10px 10px 10px; /* we add margin or padding for the main body column here rather than above so as not to break the layout */
}

div.inside {
	margin:20px 20px 20px 20px;
}

#left_col div.inside, #semileft_col div.inside {
	margin:0px 0px 0px 0px; /* we add margin or padding for the left cloumn here rather than above so as not to break the layout */
	padding: 0px 0px 0px 0px;
	height: 100%;
	position: relative;
}

#left_col div.inside div.moduletable {
	position: absolute;
	bottom: 0px;
	text-align: right;
	margin: 0px 0px 0px 0px;
	width: 100%;
}

#semileft_col div.inside div.moduletable {
	position: absolute;
	bottom: 0px;
	margin: 0px 0px 10px 10px;
	width: 100%;
}

#specialContent {
	position: relative;
	z-index: 1;
}

#specialContent div.moduletable {
	margin: 0px 0px 0px 0px;
}

#firstpage_content {
	width: 600px;
	height: 450px;
	margin: 0;
	overflow: hidden;
}

#topFloatContent {
	clear: both;
	position: relative;
	top: -450px;
	padding: 10px 0px 0px 20px;
	z-index: 2;
}

#topFloatContent .moduletable_firstpage_news {
	float: left;
}

#topFloatContent .moduletable_firstpage_news h3 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 12px;
	margin-bottom: 2px;
}

#topFloatContent .moduletable_firstpage_news ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#topFloatContent .moduletable_firstpage_news li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
}

#topFloatContent .moduletable_firstpage_blogg {
	float: left;
	margin-left: 30px;
}

#topFloatContent .moduletable_firstpage_blogg h3 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 12px;
	margin-bottom: 2px;
}

#topFloatContent .moduletable_firstpage_blogg ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#topFloatContent .moduletable_firstpage_blogg li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
}

#banner {
	margin-left: 200px;
	width: 600px;
}

#banner div.moduletable {
	margin: 0;
	text-align: center;
}

#banner div.moduletable a {
	margin-left: 20px;
	margin-right: 20px;
}

ul.jflanguageselection {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.jflanguageselection li {
	list-style:none;
	padding: 0px 0px 0px 0px;
	margin:0;
}

ul.jflanguageselection li a {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	text-transform: lowercase;
	line-height: 12px;
	color: #cccccc;
	text-decoration: none;
}

.mosimage_splitview_image {
	display: block;
	vertical-align: top;
	width: 160px;
	overflow: hidden;
	margin-right: 4px;
}

.mosimage_splitview_text {
	vertical-align: top;
}

#right_col #design_note {
	position: absolute;
	bottom: 0px;
	padding-left: 6px;
	font-family: Verdana, sans-serif;
	font-size: 8px;
	color: #333333;
}

#right_col #design_note a {
	text-decoration: none;
	color: #333333;
}

#right_col #design_note h3 {
	font-size: 10px;
	margin-bottom: 4px;
	padding: 0;
}

.photos .photo {
	width: 170px;
	height: 130px;
}

.photos .photo a {
	text-decoration: none;
}

/* ************************************************************************************************** */
/* JOOMLA SPECIFIC CSS 																				  */
/* ************************************************************************************************** */

.adminform {
}
.article_seperator {
}
.back_button {
}
.blog {
}
.blog_more {
}
.blogsection {
}
.button {
}
.buttonheading {
}
.category {
}
.clip {
}
.componentheading, .componentheading_news, .contentheading {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	margin: 5px 5px 20px 5px;
}
.contact_email {
}
.content_rating {
}
.content_vote {
}
.contentdescription {
}
.contentheading {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
.contentpaneopen .contentheading {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 16pt;
}
.contentpagetitle {
}
.contentpane {
}
.contentpaneopen {
}
.contenttoc {
}
.createdate {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}
.dtree {
}
.dTreeNode {
}
.editlinktip {
}
.expander {
}
.form{
}
.highlight {
}
.inputbox {
}
.item {
}
.latestnews {
}
.message {
}
.message {
}
.modifydate {
}
.module {
}
.module h3 {
}
.module div {
}
.module div div {
}
.module div div div {
}
.module div div div div {
}
.moduletable {
}
.moduletable h3 {
}
.mosimage {
}
.mosimage_caption {
}
.mostread {
}
.newsfeed {
}
.node {
}
.pagenav {
}
.pagenav_next {
}
.pagenav_prev {
}
.pagenavbar {
}
.pagenavcounter {
}
.paramlist {
}
.pathway {
}
.poll {
}
.pollstableborder {
}
.profiler {
}
.readon {
}
.row1 {
}
.row2 {
}
.search {
}
.searchintro {
}
.sectiontableentry1 {
}
.sectiontableentry2 {
}
.sectiontablefooter {
}
.sectiontableheader {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}
.small {
}
.smalldark {
}
.syndicate {
}
.syndicate_text {
}
.tab {
}
.tabclass1 {
}
.tabclass2 {
}
.tab-page {
}
.text_area {
}
.toclink {
}
.toolbar {
}
.tooltip {
}
.wrapper {
}

/* ************************************************************************************************** */
/* JOOMLA MENU CSS 																					  */
/* ************************************************************************************************** */

ul#mainlevel {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#mainlevel li {
	list-style:none;
	padding: 0px 0px 0px 0px;
	margin:0;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 12px;
}

#left_col a.mainlevel:link,
#left_col a.mainlevel:active,
#left_col a.mainlevel:visited {
	color:#ffffff;
	display:block;
	text-decoration:none;
	padding-right: 10px;
}

#semileft_col a.mainlevel:link,
#semileft_col a.mainlevel:active,
#semileft_col a.mainlevel:visited {
	color:#666666;
	display:block;
	text-decoration:none;
}

a.mainlevel:hover {
	text-decoration:underline;
}
#left_col a.mainlevel_active,
#left_col a.mainlevel_current {
	color:#ffffff;
	display:block;
	text-decoration:none;
	padding-right: 10px;
	text-decoration:none;
	background-image: url(../images/activelinkbg.png);
	background-repeat: no-repeat;
	background-position: right;
}

#semileft_col a.mainlevel_active,
#semileft_col a.mainlevel_current {
	color: #000000;
	display:block;
	text-decoration:none;
}

a.sublevel:link,
a.sublevel:active,
a.sublevel:visited {
}
a.sublevel:hover {
}
a.sublevel#active_menu {
}

/* ************************************************************************************************** */
/* OTHER MODULES AND COMPONENTS																		  */
/* ************************************************************************************************** */
/* Components and modules that should be part of every setup you do!								  */
/* Add your own custom css for modules and components you install here!								  */
/*																									  */
/* ************************************************************************************************** */
/* JOOMLA EXT MENU MODULE 																			  */
/* ************************************************************************************************** */



/* ************************************************************************************************** */
/* JOOMLA DISPLAY NEWS BY BK MODULE																	  */
/* ************************************************************************************************** */

.dn-whole {
}
.dn-each {
}
span.dn-section {
}
a.dn-section {
}
span.dn-category {
}
a.dn-category {
}
span.dn-title {
}
a.dn-title{
}
span.dn-author {
}
span.dn-date {
}
span.dn-introtext {
}

/* ************************************************************************************************** */
/* JOOMLA MINI FRONTPAGE MODULE	- NOTE THIS MODULE ALSO CONTAINS IT's OWN CSS FILE					  */
/* ************************************************************************************************** */

table.minifp {
}
td.minifp {
}
span.minifp-anotherlinks {
}
span.minifp-introtitle a {
}
span.minifp-date {
}
.minifp-full-link {
}
ul.minifp {
}
li.minifp {
}
li.minifp a{
}

@import url('clearing.css');
