/* CSS-Datei für Standard-Template von CMBasic
CMBasic is free software under the GNU/GPL
Copyright Johann-Christian Hanke 
Copyright CSS-Datei Johann-Christian Hanke
http://www.cmbasic.de 
http://cmbasic.sourceforge.net */

/* Gesamtschrift und Gesamtrand festlegen */
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: white;
  font-size: 100.01%;
  margin: 0px;
}

/* mother-container, contains logo, navi, content and footer */
#mother {
  text-align: left;
  margin: auto;
  width: 50em;
  border-style: solid;
  border-width: 1px;
  border-color: #E23900;
  color: black;
  background-color: white;
}

/* Container mit dem Logo */
#logo {
  text-align: left;
  height: 14em;
  width: 100%;
  color: black;
  background-image: url(logorotohne.gif);
 
}

.logofoto {float: right;
z-index: 1;
}

/* Hauptüberschrift im Logo-Container */
#logo h1 {
  font-size: 1.4em;
  color: white;
  margin: 0px;
  padding-left: 5px;
  background-image: none;
  z-index:2;
}


/*orange Info-Zeile mit Kontaktdaten*/
#logofusszeile {text-align: center;
                line-height: 14px;
                height: 16px;
                width: 100%;
				color: black;
				background-color: #FF9900;
				font-size: 70%;
}

/* Suchfeld */
#search {
  float: right;
  color: black;
  width: 12em;
  background-color: transparent;
  z-index: 3;
}

/* Innenrand Suchform */
#search form {
  margin: 0em;
}

/* Haupt-Navigationsbereich */
#navi {
  font-size: 0.8em;
  float: left;
  width: 12em;
  color: black;
  background-color: white;
  
}

/* Navigationspfad */
#path {
  padding: 2px;
  
  
}

/* Inhaltsbereich */
#content {
  float: right;
  width: 46em;
  color: black;
  background-color: white;
  font-size: 0.84em;
  line-height:1.45em;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #E23900;
  padding-left: 6px;
}

/* Stilregel für Plugins, z.B. feedback 
wichtig, um für Hintergrundfarbe weiß zu erzwingen,
wenn für body eine abweichende Farbe definiert wurde */
.plugin {
  background-color: white;
  font-size: 1em;
  line-height:1.3em;
}

/* Fußzeile */
#footer {
  color: black;
  padding: 2px;
  background-color: transparent;
  clear: both;
}

#footer div {
  font-size: 0.7em;
  text-indent: 10px;
}

/* Listenstile für Menüeintrag im Navibereich topmenu */
#topmenu {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  width: 100%;
  padding-left: 0px;
  text-align: right;
}

#topmenu ul {
  padding: 3px;
  border-bottom: 1px solid #E23900; 
  margin-bottom: 8px;
}

#topmenu li {
  display: inline;
}

#topmenu a {
  padding: 3px 1em;
  margin-right: 3px;
  border: 1px solid #E23900;
  text-decoration: none; 
  border-bottom: 0;
}

#topmenu a:link {
  text-decoration: none;
}

#topmenu a:visited {
  color: gray;
  text-decoration: none;
  width: 100%;
}

#topmenu a:hover {
  background-color: #E23900;
  width: 100%;
  color: white;
}

#topmenu .obermenuhigh {
  padding: 3px 1em;
  margin-right: 3px;
  border: 1px solid #E23900;
  background-color: #FF9900;
  color: white;
  border-bottom: 0;
}

/* ENDE Listenstile für Menüeintrag im topmenu */

/* Listenstile für Menüeintrag im Navibereich
Dieser Abschnitt ist sehr lang */
#navi ul {
  list-style-type: none;
  margin-top: 0px;
  margin-left: 1px;
  padding-left: 1px;
}

#navi ul ul {
  list-style-image: url(reddot.gif);
  padding-left: 10px;
  margin-left: 10px;
  }

#navi ul li a {
  display: block;
  list-style-type: none;
  text-indent: 0px;
  margin-top: 1px;
  padding: 4px 4px 4px 8px;
  font-weight: bold;
  color: black;
  background-color: transparent;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: #E23900;
}

#navi ul ul li a {
 display: block;
 margin-top:1px;
 padding:4px 4px 4px 2px;
 text-indent: 0px;
 font-weight: bold;
 color: black;
 background-color: transparent;
 border-top-style: none;
 border-bottom-style: none;
}

#navi a:link {
  display: block;
  text-decoration: none;
  width: 10em;
 
 
}

#navi a:visited {
  color: gray;
  text-decoration: none;
  display: block;
  width: 10em;
 
}

#navi a:hover {
  display: block;
  background-color: transparent;
  width: 10em;
  color: #E23900;
}

#navi ul .obermenuhigh {
  list-style-type: none;
  display: block;
  width: 10em;
 
  margin-top: 1px;
  padding: 4px 4px 4px 8px;
  font-weight: bold;
  color: black;
  background-color: transparent;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: #E23900;
}

#navi ul ul .submenuhigh {
  list-style-type: none;
  display: block;
  width: 10em;
  margin-top: 1px;
  padding: 4px 4px 4px 2px;
  font-weight: bold;
  color: black;
  background-color: #FFFFC6;
  color: #E23900;
}
/* ENDE Listenstile für Menüeintrag im Navibereich */

/* Ab hier wird es für Sie richtig interessant, aber erst
die ungebundenen Klassen erscheinen als Auswahloptionen 
im linken Pull-down-Menü von TinyMCE! */

/* Überschrift 1 gestalten */
h1 {
  color: #E23900;
  font-size: 1.4em;
  line-height: 1.4;
  margin-top: 10px;
  padding: 4px;
}

/* Überschrift 2 */
h2 {
  font-size: 1.1em;
  line-height: 1.4;
  background-image: url(rotkaro.gif);
  background-repeat: no-repeat;
  text-indent: 20px;
  background-position: left;
  padding-bottom: 1px;
  margin-bottom: 1px;
}

/* Überschrift 3 */
h3 {
  font-size: 1em;
  line-height: 1.4;
  margin-bottom: 1px;
  padding-bottom: 1px;
}

/* Absatz und div */
/* Absatz und div */
p, div {
  padding-right: 3px;
}

p {
  margin-top: 3px;
  margin-bottom: 5px;
}

/* Tag b zusätzlich einfärben */
b {
 /*  color: #7C580A; */
 color: black;
}

/* Zeichenformat strong */
.strong { color: black;
font-weight:bold;
  
}

/* normaler Listenstil, beschränkt auf Inhaltsbereich */
#content ul {
  list-style-image: url(karo.gif);
  font-size: 1em;
  line-height: 1.4;
  margin-left: 0.7em;
  padding-left: 0.7em;
}

/* Hovereffekt für Links */
a:hover {
  text-decoration: none;
}

/* besuchte Hyperlinks */
a:visited {
  color: gray;
  
}

/* Hier beginnen die ungebundenen Klassen, zu erkennen
am Punkt vor dem Klassennamen 
Diese werden im Auswahlmenü von TinyMCE gezeigt */
/* Gestaltung des rechts ausgerichteten News-Kastens */
.kasten {
  font-size: 1em;
  margin-top: 10px;
  float: right;
  width: 16em;
  border-style: dotted;
  border-width: 2px;
  border-color: #E23900;
  padding: 3px;
  margin: 3px;
}

.kastentitel {background-color: #E23900; 
  color: white;
  padding: 3px;
  margin-top: 0px;
font-size: 1.2em;
font-weight:bold;
border-bottom-color: #E23900;
border-bottom-width: 1px;
border-bottom-style: solid;
display:block;

}
/* Beginn der neuen Newskasten-Formate, ab CMBasic 1.3 */
.boxcover {
  font-size: 0.9em;
  margin-top: 10px;
  float: right;
  width: 16em;
  padding: 3px;
}

.box {
  font-size: 0.9em;
  margin-top: 10px;
  padding-right: 0px;
  float: right;
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #E23900;
}

.box h3 {
  background-color: #E23900; 
  color: white;
  padding: 3px;
  margin-top: 0px;
}

.box div {
 padding: 3px;
}
/* Ende der neuen Newskasten-Formate */

/* Einführungsabsatz */
.lead, .lead p {
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
  font-size:  1em;
  line-height: 1.5em;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px;
}

.lead img {
  padding: 5px;
}

/* grauer Rahmen mit Umrandung */
.rahmen {
  font-family : Verdana, Arial, Helvetica, sans-serif; 
  font-size : 1em;
  width: 95%;
  background-color: #C2D2D3; 
  border-style : solid; 
  border-width : 1px; 
  border-color: #3366CC; 
  padding : 3px; 
}

.rahmenklein

{
  font-family : Verdana, Arial, Helvetica, sans-serif; 
  font-size : 1em;
  width: 65%;
  background-color: #C2D2D3; 
  border-style : solid; 
  border-width : 1px; 
  border-color: #3366CC; 
  padding : 3px; 
  margin-bottom: 10px;
}
/* Rahmen mit gestrichelter Umrandung */
/*Achtung: gleichlautend wie tipp bei helpgv weiter unten!
.tipp {
  font-family : Verdana, Arial, Helvetica, sans-serif; 
  font-size : 1em; 
  width: 90%;
  border-style : dotted; 
  border-width : 1px; 
  border-color : #E23900; 
  padding : 3px;
  margin-top: 8px;
  margin-bottom: 10px; 
}*/

code, .code {
  font-family: 'Courier New', Courier, monospace;
  font-size: 1em;
  color: #000099;
}

/* Bildunterschrift */
.bu {
  margin-top: 0px;
  font-size: 0.75em;
  font-weight: bold;
}

/* Linie interessant gestalten 
hr {
  border-style: solid;
  border-width: 1px;
  border-color: #E23900;
  width: 85%;
  margin-left: 0px;
  text-align: left;
}
*/
/* Luft für Tabellen */
table th, th, tbody {
  padding: 3px;
}

/* Links innerhalb von Absätzen mit 
kleinem Zeichen versehen */
#content p a {
  display: inline;
  padding-left: 15px;
  background-image: url(reddot.gif);
  background-repeat: no-repeat;
}


/* Format für zuletzt geändert usw. */
.datum {
 font-size: 0.8em;
}

.fotozentriert {
                float:right;
                padding-right: 20px;
                padding-left:60px;
}

.hrvat { 
         padding-left: 3px;
         font-weight: bold;
}

.fest {color: #990000;
       font-size: 1.4em;
       font-weight: bold;
	   padding-top: 180px;
	   padding-bottom: 60px;
}
/*Stile für Bildergalerie-Seiten (Vorschaubilder in Spalten anordnen und Vergrößerungen schön darstellen)*/
#gallery {width:500px;
}

#gallery ul {list-style: none;
padding:0;
margin:10px;
float:left;
}
#gallery ul li {display:inline;
width:90px; height:90px; float:left; 
}

#gallery ul li a {display:block;
width:90px; height:90px; text-decoration:none; margin-bottom:8px; margin-left:0px; margin-right:8px; margin-top:8px;
}

#gallery ul li a img {display:block; width:72px; height:auto; border:0;
}

#galleryseiten {width:600px;
margin-left:60px;
margin-top: 60px;
}

.invisible {
position: absolute;
left: -1000px;
top: -1000px;
width: 0px;
height: 0px;
overflow: hidden;
display: inline;
margin-top:0px;

}

#slides {width: 380px; float:left; margin-left:20px; margin-bottom: 20px;
}


.hakerl {font-size: 1.2em; color: #CC0000;
}


/* ***   HELP.gv.at-spezifische CSS Properties fuer die Content Syndizierung *** */

/* Unterbindet die Anzeige eines vertikalen Striches nach Links (fuer WAI-Zwecke) */

.nono {
	display: none;
}

/* Formatierungen fuer Tipps; die Hintergrund-Farbe in tipp_logo bitte entsprechend Ihrem
    Corporate Design anpassen */

.tipp, .tipp_oc {
   position: relative;
   min-height: 1.7em;
   margin-bottom: 1em;
}

.tipp {
   clear: both;
   margin-top: 0.5em;
   
}

* html .tipp {
   height: 1.7em;
}

.tipp_logo {
   
   color: #E23900;
   margin-right: 1em;
   padding-bottom: 0.25em;
   padding-top: 0.25em;
   width: 4em;
   text-align: center;
   float: left;
   font-weight: bold;
}

.tipp_text {
   margin-top: 0em;
   margin-bottom: 0em;
   margin-left: 5em;
   padding: 0em;
}

/* Formatierung fuer Abnahmeangaben (am Ende der Seiten) */

.acceptance {
	text-align: right;
}

/* Formatierung fuer fett markierte Texte */

.ueberschrift_fett {
	font-weight: bold;
	
}

/* Formatierung fuer fett markierte Texte in einer bestimmten Farbe; die Farbe bitte
     entsprechend Ihrem Corporate Design anpassen */

.fett_rot {
	font-weight: bold;
	color: #E23900;
	margin-top: 1em;
	margin-bottom: 1em;
}

/* Formatierungen zur HELP.gv.at-Quellenangabe (am Ende der Seite) */

.source {
	vertical-align: bottom;
	text-align: center;
	padding-bottom: 0.5em;
}

.source img {
	border: none;
}

.quot {font-style:italic;
}