@charset "utf-8";
body {
font: 10px Verdana, Arial, Helvetica, sans-serif;
margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (AuffÃ¼llung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
padding: 0;
text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
color: #000000;
}
#container {
width: 800px; /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, kÃ¶nnen Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
background: #FFFFFF;
margin: 0 auto;
text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element Ã¼berschrieben. */
}
#header {
	height: 95px;
	float: left;
}

#banner {
	height: 100px;
	background-image: url(../images/banner.jpg);
	margin-bottom: 7px;
	float: left;
	width: 800px;
}
#box {
width: 168px;
height: 87px;
float: right;
margin-top: 8px;
background: url(../images/box.png) no-repeat;
}

.topmodule ul, .topmodule li {
padding: 0px;
margin: 0px;
}
#box .moduletable h3 {
color: #FFFFFF;
font-size: 12px;
padding: 0px;
height: 14px;
line-height: 14px;
margin: 0px;
}


.topmodule_inside {
	color: #FFFFFF;
	padding: 0px;
	font-size: 10px;
	margin: 5px;
	background-image: url(../images/logo.png);
	height: 75px;
	background-repeat: no-repeat;
	background-position: 20px 0px;
}
.topmodule td {
padding: 0px;
margin: 0px;
}

#contentarea {
	padding: 0px;
	margin: 7px 0px;
	width: 800px;
	float: left;

}
#left {
	width: 202px;
	display: block;
	background-image: url(../images/left_bg.gif);
	float: left;
	padding: 0px;
}
#left_top {
background: url(../images/left_top.gif) no-repeat;
height: 7px;
width: 202px;
}

#left_content {
	width: 194px;
	margin: 0px 4px;
}
#left_bottom {
height: 8px;
background: url(../images/left_bottom.gif) no-repeat;
width: 202px;
}
#content {
	width: 587px;
	text-align: left;
	background-image: url(../images/maincontent_bg.gif);
	float: left;
	margin-left: 7px;
}
#maincontent_top {
background: url(../images/maincontent_top.gif) no-repeat;
height: 9px;
float: right;
width: 587px;
margin: 0px;
padding: 0px;
}
#maincontent {
	float: left;
	font-size: 10px;
	padding: 0px 4px;
}

#maincontent_bottom {
background: url(../images/maincontent_bottom.gif) no-repeat;
height: 10px;
float: right;
width: 587px;
margin: 0px;
padding: 0px;
}

#footer {
	height: 65px;
	background: url(../images/footer.gif) no-repeat;
	width: 800px;
	margin: 5px 0px;
	line-height: 65px;
	text-align: center;
	color: #fff;
	float: left;

}
.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem SchlieÃŸen eines Containers sein, der wiederum einen vollstÃ¤ndigen Float enthalten sollte. */
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}
ul, li {
}
td, p, tr, div {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
} /*formatting all
<td> items. This default setting is used when no other style has been defined.*/
a:link, a:visited {
color: #006699;
text-decoration: none;
} /* general links style*/
a:hover {
text-decoration: underline;
}
hr {} /* horizontal line in your template*/
hr.separator {}

.componentheading {
background-image: url(../images/componentheading.gif);
height: 29px;
line-height: 29px;
background-repeat: no-repeat;
padding-left: 15px;
font-size: 12px;
}/* Title of the component being used to display the content.*/
.contentheading {
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	border-bottom-width: 2px;
	color: #CC0000;
	font-weight: bold;
	font-size: 12px;
	width: 100%;
	height: 18px;
	line-height: 18px;
} /* Title of the content, article, etc. being displayed.*/

/* FORMS SETTINGS */
.button {
}
.inputbox {
font-size: 10px;
width: 95%;
}
.search {
font-size: 10px;
padding: 0px;
margin: 0px;
} /*formatting the <div> which holds search items: inputbox, search button...*/


/* NAVIGATION/MENU SETTINGS */

a.mainlevel{
width: 168px;
} /* this styling is for the MAIN items in the menu */
a.mainlevel:link, a.mainlevel:visited {
	color: #000000;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	font-size: 10px;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	background-position: 10px 13px;
	display: block;
	padding-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
}
a.mainlevel:hover, #active_menu {
	text-decoration: none;
	background-image: url(../images/menuover.png);
}

/* this styling is for the menu item when it is active, even in main/sub position*/
#nav_left {
background-image: url(../images/top_left.png);
width: 13px;
height: 67px;
background-repeat: no-repeat;
margin-top: 20px;
float: left;
}
#nav {
float: left;
width: 619px;
height: 67px;
background-image: url(../images/top_bg.png);
text-align: left;
margin: 20px 0px 0px 0px;
color: #FFFFFF;
}
#nav ul,#nav li{
list-style-type: none;
margin: 0px;
display: inline;
padding: 0px;
}
#nav a:link, #nav a:visited {
padding-right: 20px;
height: 67px;
line-height: 67px;
text-decoration: none;
color: #FFFFFF;
}
#nav a:hover {
text-decoration: none;
color: #CCCCCC;
}

a.sublevel{
font-size: 10px;
} /* this styling is for menu items that HAS A PARENT */
a.sublevel:link, a.sublevel:visited {
	color: #000000;
	text-decoration: none;
	background-repeat: no-repeat;
	padding-left: 15px;
	height: 15px;
	line-height: 15px;
	background-image: url(../images/menu.png);
	background-position: left;
}
a.sublevel:hover {
	text-decoration: none;
	background-image: url(../images/menuover.png);
}

.pagenavbar {} /*Sets the style for the footer navigation ("<< Start < Prev Next > End >>")
when they do not appear as hyperlinks (when only a few articles exist).*/
.pagenavbar:link {} /*Style for the footer navigation ("<< Start < Prev Next > End >>") when
they become hyper links*/
.pagenavbar:visited {}

.pagenav {} /* as the name implies, this is for formatting texts for those
"<< Start < Previous 1 Next > End >>" links */
a.pagenav:visited {}
a.pagenav:hover {}

a.readon:link {} /*Style for the "Read More" link that is displayed for large content items*/
a.readon:hover {}
a.readon:visited {}

.back_button {} /*Style for the "BACK" button*/
.pagenav_prev {} /*Style for the PRE button*/
.pagenav_next {} /*Style for the NEXT button*/
.latestnews ul, .latestnews li {
margin: 0px;
padding: 0px;
list-style-type: none;
} /*Style for latest news list - by default, latest news is user1 module*/
.latestnews {
margin: 0px;
padding-left: 0px;
}

.mostread ul{} /*Style for most popular list - by default, most popular is user2 module*/
.mostread li{}

/* CONTENT PAGE SETTINGS */
a.category:link {}
a.category:hover {}
a.category:visited {}

.blogsection {} /* Formatting the links in Blog section */
.blog_more {} /*The "More" text in blog section*/
a.blogsection:link {} /* set the link format */
a.blogsection:visited {} /* same as above, but to set the visited link format */
a.blogsection:hover {} /* same as above, but for links with mouse pointer over it */
.contentpane {
	width: 100%;
} /* Table that holds all non-article information (components,
category lists, contact forms, etc).*/
.contentpaneopen {
	width: 100%;
} /* Table that holds the actual text for an article.*/
.contentpagetitle {} /*Title of articles*/

a.contentpagetitle:hover {} /*Title of articles when appeare as links */
a.contentpagetitle:link {}
a.contentpagetitle:visited {}

.contentdescription {
padding: 10px;
} /* Formating the "DESCRIPTION" of sections, categories
(News/Weblinks/Latest news...) */
.contenttoc {
padding: 0px;
margin: 0px;
} /* Formating the table of the Tables of Contents for multiple
pages content or article */
.contenttoc td {
padding: 0px;
margin: 0px;
} /* same as above, used to format the td and able cells */
.contenttoc th {
padding: 0px;
margin: 0px;
} /* same as above, used to format the th of "Tables of
Content" ( normally Article Index)*/
.contenttoc td.toclink {} /* same as above, used to format toc link texts*/
a.toclink:link {} /* same as above, used to format toc link text status*/
a.toclink:visited {}
a.toclink:hover {}


/* JOOMLA - MAMBO SECTIONS LISTINGS */
.sectiontableheader {
background-color: #7F9512;
padding: 0px 5px;
color: #FFFFFF;
height: 16px;
} /* This is for styling the section table headers on a
SECTION's page. Example: table header of "Date", "Item Title", "Author" and "Hits"? */
.sectiontableentry1 {}
.sectiontableentry2 {
background-color: #E4E4E4;
}
#left .moduletable, #left .moduletable td/* JOOMLA - MAMBO MODULES FORMATTING */
{
margin: 0px 0px 10px 0px;
padding: 0px;
} /* Formatting the module table */
#left .moduletable h3 {
height: 30px;
line-height: 30px;
background: url(../images/moduletable.gif) no-repeat;
font-family: Verdana, Arial, Helvetica, sans-serif;
padding-left: 15px;
margin: 0px;
font-size: 12px;
} /* Formatting the module header, and the module titles */


/* MISCELLANEOUS */

/* Dates , Authors*/
.createdate {
	font-size: 10px;
} /* For styling the date the content/articles are created under contents title */
.modifydate {
	font-size: 10px;
} /* Formating "Last updated on" text at the end of articles/contents */
.small {
	font-size: 10px;
} /* Formating "Written by:...." text */
.smalldark {
	font-size: 10px;
}/*Found in poll result page, for " Number of Voters".. text */

/* Polls */
.poll {
font-size: 10px;
margin: 5px 0px;
padding: 0px;
width: 196px;
} /* format the td of poll table */
.pollstableborder {} /* set the border properties of the polls voting table */


/* Weblinks */
.weblinks{} /* well.. to format the link's titles under the "Weblinks"
section on the frontend */
a.weblinks:hover {} /* same as above, but for link with mouseover */

/* Newsfeeds */
.newsfeedheading {} /* The newsfeed title. NOTE: This will not affect the newsfeed's
news title! */
.newsfeeddate {} /* yeah.. the date on the newsfeed */
.fase4rdf {} /* this is the body text of the newsfeed */

/* Search page */
table.searchintro {} /* This is for formatting the box with "Search Keyword: test
returned 4 matches" box that appears after you have entered a search value.
It appears on the mainbody with the search results */


/* JOOMLA - MAMBO TABBED FRONTEND ADMIN INTERFACE */
/* The CSS below efines how the frontend admin interface when logged in */

.ontab {}/* For styling of the "Tab" buttons when editing contents through the
frontend as admin.
This .ontab is the styling for the tab when it is active or after its "clicked" */
.offtab {} /* Same as above, used for styling of the "Tab" buttons when editing
contents through the frontend.
This the styling for the tab when it is NOT active or when it is NOT "clicked" */
.tabpadding {} /* this style is used set the size of the tab in the above */
.tabheading {} /* Not too sure what this is used for. Couldn't find anything
related to it yet at the moment */
.pagetext {} /* this style is used to style the content of the editing form
contents (where HTMLArea sits and all its forms + contents) in the frontend
Administration interface */
