/* @override 
	http://www.ezp.co.at/css/layout.css */

@charset "ISO-8859-1";

/* ########################## Überschriften ############################ */
h1 {
	font-weight:bold;
	font-size: 120%;
	margin-bottom: 0.5em;
	margin-top:0;
	color:#c4081c;
}
h2 {
	font-size: 110%;
	font-weight:bold;
	margin-bottom:0.2em;
	margin-top:0;
	color:#c4081c;
}
h3 {
	font-weight:normal;
	text-transform:uppercase;
	font-size: 100%;
	margin-bottom:0em;
	margin-top:0;
	color:#c4081c;
}
h4 {
	font-weight:normal;
	font-size: 100%;
	margin-bottom:0em;
	margin-top:0;
	color:#c4081c;
}
h5 {
	font-weight:normal;
	font-size: 100%;
	margin-bottom:0em;
	margin-top:0;
	color:#c4081c;
}
h6 {
	font-weight:normal;
	font-size: 100%;
	margin-bottom:0em;
	margin-top:0;
	color:#c4081c;
}
.componentheading {
	font-weight:bold;
	font-size: 120%;
	text-transform:uppercase;
	margin-bottom: 0.5em;
	margin-top:0;
	color:#c4081c;
}
.contentheading {
	font-weight:bold;
	font-size: 120%;
	margin-bottom: 0.5em;
	margin-top:0;
	color:#c4081c;
}

/* ########################## Links ############################ */

/* Topnavi */
#navi ul li A:link, #navi ul li A:visited {
	color: #777;
    font-weight: normal;
    text-decoration: none;
	font-size:110%;
	padding:7px 10px 7px 10px;
}
#navi ul li A:hover, #navi ul li A:active {
	color: #fff;
	background-color:#c4081c;
    font-weight: normal;
    text-decoration: none;
	font-size:110%;
	padding: 7px 10px;
}

#navi_left ul li A, #navi_left ul li A:link, #navi_left ul li A:visited {
	color: #fff;
    font-weight: bold;
    text-decoration: none;
	font-size:95%;
	padding: 10px 10px 10px 30px;
	display:block;
	width: 185px;
	
}

#navi_left ul li a{
		text-shadow: 2px 1px 5px rgba(0, 0, 0, 0.2);
}
#navi_left ul li.active a{
	text-shadow: none;
}
#navi_left ul li A:hover, #navi_left ul li A:active {
	color: #c4081c;
	background-color:#fff;
    font-weight: bold;
    text-decoration: none;
	font-size:95%;
	padding: 10px 10px 10px 30px;
	display:block;
	width: 185px;
	
}

/* -- CSS3 Transform --- */

#navi_left ul li A {

    /* Firefox */
    -moz-transition: all 0.1s ease-in;
    /* WebKit */
    -webkit-transition: all 0.1s ease-in;
    /* Opera */
    -o-transition: all 0.1s ease-in;
    /* Standard */
    transition: all 0.1s ease-in;
}



#unterbuttons ul li A:link, #unterbuttons ul li A:visited {
	color: #c4081c;
    font-weight: normal;
    text-decoration: none;
	padding-left: 10px;
}
#unterbuttons ul li A:hover, #unterbuttons ul li A:active {
	color: #c4081c;
	background-image:url(../images/aufzaehlung.png);
	background-repeat:no-repeat;
	background-position: left 3px;
    font-weight: bold;
    text-decoration: none;
	padding-left:12px;
}

/* Links im Bereich inhalt */
A:link, A:visited {
	color: #c4081c;
	font-weight: normal;
	text-decoration: none;
	text-transform:none;
	border:0;
	margin:0;
	padding:0;
}
A:hover, A:active {
	color: #c4081c;
	font-weight: normal;
	text-decoration: underline;
	text-transform:none;
	border:0;
	margin:0;
	padding:0;
}

/* Aktive Links */
#navi .menu li#current > a {
    color: #fff;
	background-color:#c4081c;
    font-weight: normal;
    text-decoration: none;
	font-size:110%;
	padding:7px 10px 7px 10px;
}
#navi_left .menu li#current > a {
    color: #c4081c;
	background-color:#fff;
    font-weight: bold;
    text-decoration: none;
	font-size:100%;
	padding:10px 10px 10px 25px;
	display:block;
}
#unterbuttons .menu li#current > a {
    font-weight:bold;
	background-image:url(../images/aufzaehlung.png);
	background-repeat:no-repeat;
	background-position: left 3px;
}

/* ########################## Listen ############################ */
/* Navigationspunkte werden von Joomla! als Liste erstellt */

#navi ul li {
	list-style-type:none;
	margin:0;
	padding:0;
	display:block;
	float:left;
	background-image:none;
}
#navi_left ul {
	margin: 14px 0 0;
}
#navi_left ul li {
	list-style-type:none;
	padding-left:20px;
	margin:0;
	padding:0;
	display:block;
	float:left;
	background-image:none;
}
#unterbuttons ul li {
	list-style-type:none;
	margin:0;
	padding:0;
	background-image:none;
	min-height: 2em;
}

/* Listenpunkte allgemein - unorderd list*/
ul li {
	list-style-type:none;
	background-image:url(../images/aufzaehlung.png);
	background-repeat:no-repeat;
	background-position: left 3px;
	padding-left:15px;
}
ul ul li{
	list-style-type:none;
	background-image:url(../images/aufzaehlung.png);
	background-repeat:no-repeat;
	background-position: left 3px;
	padding-left:12px;
}

/* Listenpunkte allgemein - orderd list*/
ol li {
	list-style-type: decimal;
	list-style-position: inside;
}
ol ol li{
	list-style-type: decimal;
	list-style-position: inside;
	margin-left:10px;
}

#wrapper {

}

#wrapper img {
	border: 0px;
	max-width: 513px;
}
#wrapper img a {
	border: 0px;
}

.floatleft {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	clear:left;
}
.floatright {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	clear:right;
}
.bildtext {
	font-size:80%;
	color:#c4081c;
	margin-top:0.5em;
}
.download {
	background-image:url(../images/pdf.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:23px!important;
}

/* Error Message contact form */
p.error {
	color:#E02768;
	padding:10px;
	background-color: #CCC;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DE2767;
	border-bottom-color: #E02768;
}

button {
	color: #fff;
	background-color:#c4081c;
	cursor: pointer;
	padding-left:12px;
	padding-right:12px;
	border:1px solid #777;
}
.button {
	color: #fff;
	background-color:#c4081c;
	cursor: pointer;
	padding-left:12px;
	padding-right:12px;
	border:1px solid #777;
}
textarea {
	border:1px solid #777;
	width:550px !important;
}
.inputbox {
	border:1px solid #777;
}
/* selectboxen allgemein  */
select {
	border:solid 1px #777;
}

/* Pagination */
.counter {
    float: left;
}
.pagination {
    float: right;
}
.pagination li {
    float: left;
    list-style-type: none;
    margin: 0 5px;
}
/* Kategorieblog */
.readon {
	background-image:url(../images/aufzaehlung.png);
	background-repeat:no-repeat;
	background-position: left 1px;
}
a.readon {
	padding-left:12px;
}


/* ########################## Seitenumbruch ########################## */

/* Trennlinie */
hr#system-readmore  { border:1px solid #777; }
hr.system-pagebreak { border:1px solid #777; }


/* ########################## Tabellen allgemein ########################## */

table {
	margin:0;
	padding:0;
	border:1px solid #777;
	background-color:#eee;
}
td {
	margin:0;
	padding:0;
	border:none;
	background-color:#fff;
}

/* ########################## Boxen allgemein ############################ */

#unterbuttons .moduletable {
	margin-bottom:10px;
}
#unterbuttons .moduletable h3 {
	background-color:#c4081c;
	color:#fff;
	padding:10px 12px 10px 12px;
	width:171px;
}

/* ########################## anmeldung ############################ */

#unterbuttons .moduletable_login h3 {
	background-color:#c4081c;
	color:#fff;
	padding:10px 12px 10px 12px;
	width:171px;
}
/* Kasterl */
.form-login {
	color:#fff;
	background-color:#888;
	display:block;
	border:1px solid #777;
	padding: 5px;
    width: 183px;
}
/* Eingabeboxen Username und Passwort */
#mod_login_username, #mod_login_password {
	width: 156px;
}
/* Angemeldet bleiben */
.remember {
	font-size:80%;
}
.form-login p {
	font-size:80%;
}
.form-login input {
	margin-bottom:2px;
}


/* ########################## Suchfeld ############################ */


#search {
	position:absolute;
	right:0px;
	top:7px;
}

#search input {
	font-size: 12px;
	padding: 1px 5px;
	border: 1px solid #ddd;
}


/* ########################## News GK4 ############################ */
/* ACHTUNG! Die Datei modules/mod_news_pro_gk4/tmpl/layout.parts.php wurde abgeändert. 
Zeile 25 und Zeile 27 um das Div "newsbox" erweitert. 
Und Zeile 103 und 105 "</div><div class="nsp_bottom"></div>" */
.moduletable_news h3 {
	margin-bottom:10px;
}
.nsp_art {
	background-image:url(../images/news.jpg)!important;
	background-repeat:no-repeat;
	font-size:85%;
	margin-bottom:10px;
}
.newsbox {
	border-left:1px solid #777;
	border-right:1px solid #777;
	margin-top:18px;
	padding:5px!important;
}
.nsp_header {
	font-weight:normal!important;
	color:#c4081c!important;
	margin-bottom:0!important;
	padding:0!important;
	background-color:#fff!important;
	width:150px!important;
}
.nsp_text {
	color:#777!important;
	padding:0!important;
}
.nsp_info {
	display:none;
}
.nsp_readmore {
	color:#c4081c!important;
	text-decoration:none!important;
	background-image:none;
}
.nsp_bottom {
	background-image:url(../images/news_bottom.jpg)!important;
	background-repeat:no-repeat;
	height:6px;
}