/**
* Eine kommentierte CSS-Datei für Joomla
* Es handelt sich dabei um alle möglichen Klassen oder IDs,
* die in innerhalb Joomla vorkommen können.
* ---------------------------------------------------------------------------
* Zusammengestellt von:
* Axel Tüting
* http://www.time4mambo.de
*/



/* --- Artikel und Komponenten ---*/


/* Pfadanzeige */
.breadcrumbs {

}

/* Textkörper */
tr, td, p, div {

}

.contentpaneopen {
	Width: 700px;

}

.contentpaneopen_start {
}


/* Artikelüberschriften */
.contentheading {
	font-size:1.3em;
	font-weight:bold;
	margin:10px 0;
	background-image: url(http://www.svhollenstein.at/joomla/images/fch/contentheading_bg.jpg);
}


/* Artikelbewertung */
.content_rating {

}

.hln{
  color:#336699;
  font-size: 1.1em;
  margin-top: 5px;
  margin-bottom: 8px;
}

/* Geschrieben von .... */
.small {
	color:#932467;
	font-size:0.85em;
	margin:0 0 20px;

}


/* Erstellungsdatum */
.createdate {
	color:#932467;
	display:block;
	font-size:0.85em;
}


.createdby {
	color:#932467;
	display:block;
	font-size:0.85em;
	padding:0 0 0 2px;
}


/* Erneuerungsdatum */
.modifydate {

}


/* Weiterlesen */
.readon {

}


/* Wenn "Linked Titles" aktiviert wurde */
.contentpagetitle {

}

a.contentpagetitle {

}



/* --- Verweise --- */


/* Hauptmenü */

.jt-menu, .jt-menu li {
	width:	185px;
	margin-bottom: 0em;
}

.jt-menu li {
	background: #336699;
}
.jt-menu li li{
	background: #658cf7;
}
.jt-menu li li a:hover{
	background: #336699;
}


.jt-menu a , .jt-menu a:visited{
	color: #ffffff;
	border-left: 0;
	border-top: 0;
	padding: .75em 1em;
	text-decoration: none;
}
.jt-menu li:hover, .jt-menu li.sfHover, .jt-menu a:focus, .jt-menu a:hover, .jt-menu a:active {
	background: #658cf7;
	outline: 0;
}
.jt-menu ul {
	position:		absolute;
	top:			-999em;
	width:			185px; /* left offset of submenus need to match (see below) */
}
ul.jt-menu li li:hover ul,
ul.jt-menu li li.sfHover ul {
	left:			185px; /* match ul width */
	top:			0;
}	

a.mainlevel:link {
	text-decoration: none;
}

a.mainlevel:visited {
	text-decoration: none;
}

a.mainlevel:hover {

}

a.mainlevel#active_menu{

}


/* Untermenü */
a.sublevel:link {

}

a.sublevel:visited {

}

a.sublevel:hover {

}

a.sublevel#active_menu {

}


/* Horizontales Menü (Vorraussetzung ist, dass in der "Menu Class Suffix" "-nav" eingegeben wurde (Standard)) */
ul#mainlevel-nav li a:link {
	
}

ul#mainlevel-nav li a:visited {

}

ul#mainlevel-nav li a:hover {

}

ul#mainlevel-nav li a#active_menu {

}

/* Normalsterbliche Verweise */
a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
}

a#active_menu {

}


/* LatestNews */

ul.latestnews {
	list-style:none;
	color: #336699;
}

a.latestnews:link {
	color: #336699;		
}

a.latestnews:visited {
  color: #336699;
}

a.latestnews:hover {
	color: #336699;
}
.zo-last-introtext {
	padding-top: 5px;
	padding-bottom: 5px;
}
.zo-latestnews li {
	border-bottom: 1px solid rgb(204,204,204);
}
a.zo-last-title li:link {
	color: #336699;		
}


/* Popular */
a.mostread:link {

}

a.mostread:visited {

}

a.mostread:hover {

}



/* --- Spezielle Module --- */


/* Search - Suchen */
#search {

}

#search .inputbox {

}

#search .button {

}

#search form {

}


/* Poll */
.poll {

}

.pollstableborder {

}


/* Tabellarische Auflistung mit zwei unterschiedlichen Zeilenfarben (u.a. auch im Poll) */
/* Hintergrundfarbe 1 */
.category {
	width: 700px;
}	

.cat-list-row0 {
background-color:#C0C0C0;
height: 20px;
}

/* Hintergrundfarbe 2 */
.cat-list-row1 {
background-color:#FFFFFF;
}

/* Allgemeines */
.inputbox {

}

.button {

}


/* PDF-, Drucken-, eMail-Icons */
.buttonheading img {
border: 0;
}

.buttonheading {

}



/* --- Module --- */


.moduletable {
}

.moduletable_borderr {
  color: #ffffff;
	background-color: #336699;
	padding: 5px 5px 5px 10px;
	margin-bottom: 10px;
}

.moduletable_borderl {
}

.moduletable_adbanner {
  color: #ffffff;
	background-color: #336699;
	padding-top: 10px;
	padding-left: 10px;
        padding-bottom: 5px;
	margin-bottom: 10px;
}

.moduletable_latestnews {
  	padding: 8px;
	margin-bottom: 20px;
}

/* --- FCH Dateien --- */

/* CSS-Layout */
body{
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size: 11pt;
	color: #336699;
	
}

#top {
	width: 1130px;
	background-color: #336699;     
  margin: 0 auto;
}



#container {
	position: relative;
	padding-top: 10px;
	width: 1130px;
	height: 552px;
	margin: 0 auto;
	background-color: #e0e0e0;
	z-index:1;
}

#left {
	width: 185px;
	position: absolute;
	left: 0px;
	top: 10px;
	z-index:10;
	border-bottom: 1px solid #336699;
	
}



#center {
	position: absolute;
	height: 545px;
	width: 715px;
	overflow: auto;
	left: 185px;
	padding: 0 15px;
	z-index:2;
}

#newsflash {
	background-color:#fcfcfc;
	z-index:3;
	padding-left: 10px;
	padding-right:10px;
}

#right {
	width: 200px;
	position: absolute;
	right:0px;
	top: 10px;
	font-size: 10pt;
	line-hight:1.1em;

}


#footer {
	margin: 0 auto;
	height: 40px;
	width: 1130px;
	padding-top:5px;
	background-color: #e0e0e0;
}

.small1 {
	color:#000033;
	font-size:0.85em;
	margin:0 0 20px;

}

.center {
	text-align: center;
}

h1 {
	font-size:1.1em;
}

h2 {
	font-size:1.2em;
	font-weight:bold;
}

h3 {
	font-size:1.3em;
	font-weight:bold;
	text-decoration: underline;
	margin-bottom: 0.3em;
	margin-top: 0em;
}
