@charset "utf-8";
/* CSS Document */
@import url("editor.css"); /* einbinden der editor CSS-Klassen (verwendet im WYSWYG-editor) */
	   					   /* Die Grundeinstellungen "body bis a:hover" werden ebenfalls in */
						   /* der editor.css definiert */
						   
@import url("layout.css");     /* einbinden der Layout Formatierungen Div Container */						   
@import url("modul.css");  /* einbinden der style.css mit den Modulstilen */

@import url("component.css");  /* einbinden zusaetzliche Formatierungen von Komponenten */

@import url("menu.css") ;  /* einbinden von menue CSS Klassen */
						   

/* ********************************************** */
/* ********************************************** */
/*     Angaben zu Joomla internen Styles          */
/* ********************************************** */
/* ********************************************** */

/* ******************************** */
/* ******* DEFAULT SETTINGS ******* */ 
/* ******************************** */

/* Below are  default settings are used when no other style has been defined.*/

/* hier waere die Definitionen von "body bis a:hover" einzufuegen. Momentan werden diese aus */
/* der editor.css importiert */

body{ /*Ueberschreiben body aus editor.css */
background-image:none;
background-color:#FFFFFF;


}


/* ******************************** */
/* ******** FORMS SETTINGS ******** */ 
/* ******************************** */

.button {
	font-size        : 11px;
	color            : #333333;
	border           : 1px solid #FFFF9B;
	margin-bottom    : 5px;
	margin-top       : 5px;
	background-color : #EDEDED;
	padding          : 1px;
	border-top      : 2px solid #ffffff;
	border-bottom    : 2px solid #5b5b5b;
	border-left     : 2px solid #ffffff;
	border-right     : 2px solid #5b5b5b;
	
}
.inputbox {
font-size:14px;/*fuer IE*/
  border           : 1px solid #FFFF9B;
  background	   : url(../images/back.gif);
  background-color : #EDEDED;
  margin-bottom    : 5px;
  margin-right:3px;
  color			   : #333333;
}

.search {} /*formatting the <div> which holds search items: inputbox, search button...*/


/* **************************************** */
/* ******* NAVIGATION/MENU SETTINGS ******* */
/* **************************************** */

/* Menue Settings in menu.css */

/* ****** Seiten-Navigation ******** */
 
.pagenavcounter { /* Seitenzaehler bei mehrseitigen Artikeln */
  font-size        : 10px;
  padding-bottom   : 3px;
}
.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).*/
  border-top       : 0px solid #FFFF9B;
  padding          : 2px;
}

.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 */
/*font-size:12px;*/

}

a.pagenav:link, a.pagenav:visited {
}

a.pagenav:hover {
}

a.readon:link, a.readon:visited {
  font-size        : 11px;
  font-weight      : bold;
  padding-bottom   : 3px;
  padding-left     : 21px;
  padding-right    : 2px;
  padding-top      : 1px;
  float            : left;
  line-height      : 10px;
  text-decoration  : none; 
}

a.readon:hover {

}

.back_button { /*Style for the "BACK" button*/

  font-size        : 11px;
  padding-bottom   : 4px;
  padding-left     : 20px;
  padding-right    : 2px;
  padding-top      : 1px;
  margin-right     : 4px;
  float            : right;
  line-height      : 10px;
 }

.pagenav_prev {} /*Style for the PRE button*/
.pagenav_next {} /*Style for the NEXT button*/





/* ************************************* */
/* ******* CONTENT PAGE SETTINGS ******* */
/* ************************************* */

.buttonheading img { border:none;  margin: 0;} /* Icons pdf,print etc. */

a.category:link, a.category:visited {

}

a.category:hover {}


.blogsection { /* Formatting the links in Blog section */


} 

.blog{ /*fuer IE */
font-size:14px;

}

.blog_more { /*The "More" text in blog section*/
font-size:12px;
} 

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 */


.contentheading { /* Artikel-Ueberschrift */
   font-size        : 14px;
  font-weight      : bolder;
  text-transform   : uppercase;
  text-align       : left;
  color:#2F0200;
  width            : 100%;
  padding-bottom:5px;
  
}


.componentheading { /* Komponentenueberschrift */
  font-size        : 14px;
  font-weight      : bolder;
  text-transform   : uppercase;
  text-align       : left;
  color:#2F0200;
  width            : 100%;
  padding-bottom:5px;
  /*padding     : 0px 0px 3px 7px !Important;
  padding     : 0px 0px 3px 14px;/* fuer IE */
  
  
}



.contentpane { /* Table that holds all non-article information (components, 
category lists, contact forms, etc).*/

}
.contentpaneopen { /* Table that holds the actual text for an article.*/
 font-weight      : normal;
 
}
 

.contentdescription { /* Formating the "DESCRIPTION" of sections, categories 
(News/Weblinks/Latest news...) */
  width            : auto !important;
  display          : block;

} 

table.content{
  width            : 100%;
  padding          : 0px;
  border-collapse  : collapse;
  border-spacing   : 0px;
  margin-bottom    : 10px;
}

table.contentpane { /* Table that holds all non-article information (components, 
category lists, contact forms, etc).*/
  padding-left     : 5px;
  padding-right    : 5px;
  border-spacing   : 0px;
  margin-bottom    : 5px;
  
}

table.contentpane td{ /* fuer IE */
  padding-left     : 5px;
  padding-right    : 5px;
  border-spacing   : 0px;
  margin-bottom    : 5px;
  font-size        :11px;
   
}


table.contentpaneopen { /* Table that holds the actual text for an article.*/
  /*padding-left:5px;*/
  /*padding-right    : 15px;*/
  border-spacing   : 0px;
  margin-bottom    : 0px;
  margin-left: inherit !important;
  margin-left: 10px; /* nur fuer IE */
 width:96%;
}

table.contentpaneopen td{ 
   
}

.contentpagetitle { /*Title of articles*/
}

a.contentpagetitle:hover {} /*Title of articles when appeare as links */
a.contentpagetitle:link {
font-size:14px;
}

a.contentpagetitle:visited {
font-size:14px;
}


table.contenttoc { /* Feld fuer Seitenlinks bei mehrseitigen Artikeln*/
  border           : 1px solid #FFFF9B;
  background       : #CoE2FE;
  padding          : 5px;
  margin-top       : 18px;
  margin-left      : 10px;
  margin-bottom    : 5px;
}

table.contenttoc td { /* same as above, used to format the td and table cells */
line-height:15px !important;
line-height:5px; /* fuer IE  */
} 

table.contenttoc th { /* same as above, used to format the th of "Tables of 
Content" ( normally Article Index)*/
font-size:11px; /* fuer IE  */
line-height:15px !important;
line-height:5px; /* fuer IE  */ 
} 

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 { /* This is for styling the section table headers on a 
SECTION's page. Example: table header of "Date", "Item Title", "Author" and "Hits"? */

    font-size        : 11px; /* fuer IE  */
	font-weight      : bolder;
	text-transform   : uppercase;
	text-align       : left;
	text-indent      : 8px;
	letter-spacing   : 1px;
	border-top       : 1px solid #FFFF99;
    border-bottom    : 1px solid #FFFF99;

	
}

.sectiontableentry {

}

.sectiontableentry1 td{
  font-size        : 11px;
  font-weight      : normal;
  vertical-align   : top;
  /*text-indent      : 5px;*/
  padding          : 5px;
 /* border-bottom    : 1px solid #FFFF99;*/
  text-align:left;
 
}


.sectiontableentry2 td{
  font-size        : 11px;
  font-weight      : normal;
  vertical-align   : top;
  /*text-indent      : 5px;*/
  padding          : 5px;
  /*border-bottom    : 1px solid #FFFF99;*/
  text-align:left;
}


.sectiontablefooter td {
}





/* **************************************** */
/* ******* MISCELLANEOUS  in Joomla ******* */
/* **************************************** */
 
/* ******* Dates , Authors ******* */

/* werden zurzeit importiert aus editor.css */




/* ******* Pathway ******* */

.pathway {
  font-size        : 11px;
  padding-left     : 20px;
}
a.pathway:link, a.pathway:visited {
  padding-left     : 0px;
}
a.pathway:hover {
  padding-left     : 0px;
}



/* ******* Footer ******* */

.footer {
  font-family      :Courier New,Courier,monospace;
  color            : #2F0200;
  font-size        : 10px;
  font-weight      : normal;
 }
 
.footer a:link, .footer a:visited {
	font-size        : 11px;
	color            : #9B827B;
	text-decoration  : none;
	font-weight      : bold;
	background-repeat: repeat-x;
}

.footer a:hover {
	font-size        : 11px;
	color            : #9B827B;
	text-decoration  : none;
	font-weight      : bold;
	font-style       : italic;
}



/* ******** 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 */
overflow:auto;
}

/* nicht sicher ob hier hin gehoert */
#search {
  float            : left;
  margin-top       : 5px;
  border           : 1px solid #cccccc;
  padding          : 0px;
  width            : 125px;
  height           : 14px;
  overflow         : auto;
}

#search .inputbox {
  border           : 0px;
  margin-top       : 0px;
  padding          : 0px 3px 2px 6px;
  font-size        : 10px;
  height           : 12px;
  width            : 125px;
  color            : #2F0200;
  background       : #FFFFFF;
}


/* Searchresultspage */
fieldset{
padding:3px;
border:0px solid #FFFF00;
width:100%;
}
.highlight{
font-weight:bold;
color:#9B827B;
}




/* ************************************************************** */
/* ******* JOOMLA - MAMBO TABBED FRONTEND ADMIN INTERFACE ******* */
/* ************************************************************** */

/* The CSS below defines 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" */

  border-left      : 1px solid #404040;
  text-align       : center;
  font-weight      : bold;
  color            : #333333;
  padding          : 5px;
  cursor           : auto;
  line-height      : 40px;
}

.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" */

  border-left      : 1px solid #404040;
  text-align       : center;
  color            : #999999;
  font-weight      : normal;
  padding          : 5px;
  cursor           : auto;
  line-height     : 40px;
}

.tabpadding { /* this style is used set the size of the tab in the above */ 
 border-left       : 1px solid #404040;
}


.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 */

  visibility       : hidden;
  position         : relative;
  top              : -10px;
  background-color : #FFFFFF;
  display          : none;
}


