/*Template-Styling für das Andrassy Template für Mozilla Firefox ab Version 2
 
 **********************************************************************************
 * enthält das gesamte Layout für die Seite sowie Definitionen für Schriftarten-, *
 * -größen und für Verhalten von Links (Verknüpfungen) bei Maus-Rollover          *
 **********************************************************************************

*/

#body_style {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
#body_style #seite {
	margin-left: 50px;
	margin-right: 50px;
	width: auto;
}
#body_style #seite #kopf {
	position: relative;
	visibility: visible;
	height: 150px;
	width: auto;
	background-image: url(../images/kopf2.jpg);
}
#body_style #seite #navigation {
	position: relative;
	height: 300px;
	width: 200px;
	margin-top: 0px;
}
#body_style #seite #inhalte {
	position: relative;
	width: auto;
	height: auto;
	margin-top: -300px;
	background-color: #CCCDCE;
	margin-left: 200px;
}
#body_style #seite #fuss {
	width: auto;
	margin-top: auto;
	background-image: url(../images/fuss.jpg);
	height: 59px;
}
#body_style #seite #kopf #homelink {
	position: absolute;
	margin-top: 65px;
	margin-left: 135px;
	width: auto;
}

/* In den Bereichen der #breadcrumbleiste wird die Schriftart und -größe festgelegt. Weiters 
wird die Größe und die Positionierung des Bereichs festgelegt.*/

#body_style #seite #kopf #breadcrumbleiste {
	position: absolute;
	height: auto;
	width: auto;
	margin-left: 145px;
	margin-top: 120px;      
}
#body_style #seite #kopf #breadcrumbleiste a, #body_style #seite #kopf #breadcrumbleiste a:hover {
	font-family: Arial, Helvetica, sans-serif;
        color: #000;
        font-size: small;
        text-decoration: none;
}
/* Die Klasse .pathway ist eine vom Joomla! Content-Modul vorgegebene/bereitgestellte Definition für Schriftart, -größe etc. der Breadcrumbleiste
Sie muss nun mit den gewünschten Einstellungen wie o.a. überschrieben werden. */
.pathway {
	font-family: Arial, Helvetica, sans-serif;
        color: #000;
        font-size: small;
        text-decoration: none;
}
#body_style #seite #inhalte #weiss {
	position: relative;
	width: auto;
	height: auto;
	background-color: #FFFFFF;
	margin-left: 20px;
	margin-right: 20px;
}
#body_style #seite #inhalte #begrenzungoben {
	height: 20px;
	background-color: #CCCDCE;
	position: relative;
	width: auto;
}
#body_style #seite #inhalte #begrenzungunten {
	height: 20px;
	background-color: #CCCDCE;
	position: relative;
	width: auto;
}
#body_style #seite #trennbalken {
	width: auto;
	height: 20px;
	background-color: #FFFFFF;
}

.componentheading {
	color:#0066CC;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
.contentheading {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:20px;
	}
.createdate {
	color:#FF0000;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	}
.modifydate {
	color:#00FF00;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	}
.small {
	color:#FF0000;
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	}
.pagenav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
        vertical-align: text-bottom;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
        vertical-align: text-bottom;
}
#body_style #seite #inhalte #weiss #text {
	color: #000066;
	min-height: 340px;
	max-height: 340px;
	overflow: auto;
}
#body_style #seite #inhalte #weiss #text p, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
#body_style #seite #inhalte #weiss #text a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
        font-size: small;
        text-decoration: underline;
}
#body_style #seite #inhalte #weiss #text a:hover {
	font-family: Arial, Helvetica, sans-serif;
        font-size: small;
	color: #000066;
        text-decoration: underline;
}
#body_style #seite #inhalte #weiss #text h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #000066; 
}
#body_style #seite #inhalte #weiss #text h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
        font-style: italic;
	color: #000066; 
}
#body_style #seite #inhalte #weiss #text h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000066; 
}
#body_style #seite #inhalte #weiss #text h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000066;
}
#body_style #seite #inhalte #weiss #text h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
        font-style: italic;
	color: #000066;
}
#body_style #seite #inhalte #weiss #text h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	color: #000066;
}