/*
author: Fjodor Schäfer http://www.ueberkrass.de
copyright: GNU/GPL
*/

body, html{
	background-color: #666666;
	margin: 0px;
}/*Style for the body tag of your website, controls font family page background, etc.*/
.container {
	text-align: center;
}
.marginauto {
	text-align: left;
	padding: 0px 0px 0px 6px;
	margin: 0px auto;
	width: 910px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(../images/container_bg.jpg);
	background-repeat: repeat-y;
}
#top {
	width: 900px;
	float: left;
}
#left_out {
	width: 230px;
	background-color: #F1F5F6;
	float: left;
}
#sitetitle {
	height: 40px;
	background-image: url(../images/moduletable_bg.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
}
#logo_out {
	background-image: url(../images/logo_out_bg.jpg);
	height: 157px;
	background-repeat: repeat-x;
	margin: 1px 0px;
}
#logo {
	background-image: url(../images/logo.png);
	height: 157px;
	width: 230px;
	background-repeat: no-repeat;
}
#left_content {
	padding: 0px;
}
#left_content .moduletable h3 {
	height: 40px;
	line-height: 40px;
	margin-bottom: 5px;
	background-image: url(../images/moduletable_bg.jpg);
	background-repeat: repeat-x;
	font-style: italic;
}
#left_content .moduletable td {
	padding: 0px 3px;
}
#right_out {
	float: left;

}
#right_out  .moduletable  td {
	padding: 3px;
	margin: 0px;
}
#date_out {
	height: 41px;
	float: left;
	background-image: url(../images/moduletable_bg.jpg);
	width: 668px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}
#date {
	width: 200px;
	float: right;
	height: 40px;
	line-height: 40px;
	color: #FFFFFF;
	text-align: right;
	margin-right: 10px;
}

#date_left {
	width: 10px;
	height: 41px;
	background-image: url(../images/shadow_right.png);
	background-repeat: repeat-y;
	float: left;
}
#search {
	width: 200px;
}
#header {
	height: 180px;
	width: 668px;
	float: left;
}
#banner_out {
	width: 478px;
	height: 180px;
	float: left;
}
#pathway_out {
	height: 40px;
	background-image: url(../images/blue_bg.jpg);
	width: 478px;
}

#pathway_shadow {
	background-image: url(../images/shadow_right.png);
	background-repeat: repeat-y;
	width: 10px;
	height: 40px;
	float: left;
}
#pathway {
	height: 40px;
	width: 458px;
	float: left;
	line-height: 40px;
	padding-left: 10px;
	color: #FFFFFF;
}

#banner {
	height: 140px;
	background-image: url(../images/banner.jpg);

}
#banner_shadow {
	background-image: url(../images/shadow_right.png);
	width: 10px;
	height: 140px;
}

#user1 {
	width: 189px;
	border-left: 1px solid #000000;
	height: 180px;
	float: left;
	background-color: #E1E1E1;
	overflow: auto;
}
#topmenu_out {
	height: 40px;
	width: 668px;
	float: left;
	background-image: url(../images/blue_bg.jpg);
	background-repeat: repeat-x;
}
#topmenu_shadow {
	width: 10px;
	height: 40px;
	background-image: url(../images/shadow_right.png);
	background-repeat: repeat-y;
	float: left;
}
#topmenu {
	padding-top: 10px;
	width: 658px;
	float: left;
}
#topmenu   ul,#topmenu   li{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	display: inline;
}
#topmenu    a:link, #topmenu   a:visited {
	background-image: url(../images/topmenu.gif);
	width: 102px;
	height: 30px;
	display: block;
	line-height: 30px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	background-repeat: no-repeat;
	float: right;
	margin: 0px 5px 0px 0px;
}
#topmenu  a:hover {
	color: #3386B9;
	background-image: url(../images/topmenu_over.gif);
	text-decoration: none;
}
#user_out {
	padding: 7px 0px 10px 16px;
	width: 652px;
	float: left;
}
#user2, #user3 {
	width: 310px;
	height: 146px;
	float: left;
	background-color: #E1E1E1;
	padding: 2px;
	margin-right: 7px;
	overflow: hidden;
}



#maincontent {
	width: 645px;
	padding: 0px 7px 20px 16px;
	margin: 0px;
	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;
    }

#bottom {
	background-image: url(../images/bottom.gif);
	width: 668px;
	margin: 0px 0px 0px 230px;
}
#bottom_shadow {
	background-image: url(../images/shadow_right.png);
	width: 10px;
	height: 46px;
	background-repeat: repeat-y;
}
#footer_out {
	height: 116px;
	width: 900px;
	float: left;
	padding: 0px;
	margin: 0px;
}
#footer {
	background-color: #999999;
	color: #fff;
	text-align: center;
	width: 898px;
	height: 70px;
	margin: 0px;
	padding: 0px;
}
#copyright {
	padding: 10px;
}
td, tr {
font-size: 12px;
}
p {
padding: 0px;
margin: 0px;
font-size: 12px;
}
ul {
} /*formatting all UL (unordered list) items. This default setting is used when no other style
has been defined.*/
a:link, a:visited {
	color: #990000;
	text-decoration: none;
} /* general links style*/
a:hover {
	text-decoration: underline;
}
hr {} /* horizontal line in your template*/
hr.separator {}
 
/* FORMS SETTINGS */ 
.button {}
.inputbox {}
.search {
	margin-top: 10px;
} /*formatting the <div> which holds search items: inputbox, search button...*/
a.pathway:link, a.pathway:visited {
	color: #000000;
	text-decoration: none;
}
a.pathway:hover {
	text-decoration: underline;
}
a.mainlevel:link, a.mainlevel:visited {
	height: 40px;
	line-height: 40px;
	font-style: italic;
	font-size: 14px;
	color: #000000;
	display: block;
	padding: 0px 20px;
	margin: 1px 0px;
	border-left: 10px solid #3391C4;
}
a.mainlevel:hover, a.mainlevel#active_menu {
	background-color: #3391C4;
	color: #FFFFFF;
	text-decoration: none;
}
 
a.sublevel{} /* this styling is for menu items that HAS A PARENT */
a.sublevel:link, a.sublevel:visited {
	height: 20px;
	line-height: 20px;
	display: block;
	color: #000000;
	text-decoration: none;
	border-left: 4px solid #82BEDF;
	margin: 0px 3px 5px 0px;
	padding-left: 20px;
}
a.sublevel:hover, #active_menu {
	background-color: #82BEDF;
	color: #FFFFFF;
	text-decoration: none;
}
 
.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 {} /*Style for latest news list - by default, latest news is user1 module*/
 
.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 */
.componentheading, .moduletable h3 {
	background-color: #59C23F;
	padding: 0px 10px;
	font-size: 16px;
	color: #FFFFFF;
	height: 25px;
	line-height: 25px;
	margin: 0px;
	font-weight: normal;
}/* Title of the component being used to display the content.*/
.contentheading  {
	color: #3373A6;
	font-style: italic;
	border-bottom: 1px solid #3373A6;
	height: 20px;
	font-size: 14px;
	width: 100%;
} /* Title of the content, article, etc. being displayed.*/
.contentpane {} /* Table that holds all non-article information (components, 
category lists, contact forms, etc).*/
.contentpaneopen {} /* 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...) */
table.contenttoc {} /* Formating the table of the Tables of Contents for multiple 
pages content or article */
table.contenttoc td {} /* same as above, used to format the td and able cells */
table.contenttoc th {} /* same as above, used to format the th of "Tables of 
Content" ( normally Article Index)*/
table.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 {
	font-size: 16px;
	padding: 0px 10px;
	background-color: #439BCA;
	color: #FFFFFF;
} /* This is for styling the section table headers on a 
SECTION's page. Example: table header of "Date", "Item Title", "Author" and "Hits"? */
.sectiontableentry1 {
	background-color: #E5E5E5;
} 
.sectiontableentry2 {
	background-color: #CCCCCC;
}
.moduletable/* JOOMLA - MAMBO MODULES FORMATTING */
 {} /* Formatting the module table */
.modifydate {
	font-style: italic;
} /* Formating "Last updated on" text at the end of articles/contents */
.small, .createdate {
	font-size: 10px;
	color: #666666;
} /* Formating "Written by:...." text */
.smalldark {}/*Found in poll result page, for " Number of Voters".. text */
 
/* Polls */
.poll {} /* 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 */

