@charset "utf-8";
/* CSS Document */
* Standard Einstellungen */ 
/* Standard Settings, wenn nichts anderes eingegeben*/

#header {
position: relative; /*An element with position: relative moves an element relative to its normal position, so "left:20" adds 20 pixels to the element's LEFT position*/
}

body {
font-family:Verdana, Helvetica, sans-serif;
font-size:11px;
}				


/*Style für den body tag der Website. Kontrolliert die "font-family, den Hintergrund der Page, etc.*/
p {} /*Formatierung für alle <div> (division). */
td{
font-family:Verdana, Helvetica, sans-serif;
font-size:11px;
} /*Formatierung für alle <td>.*/
#Content {border: 0px;
padding-left: 4px;}
tr {
font-family:Verdana, Helvetica, sans-serif;
font-size:11px;
color:#000000;

}
#system-pagebreak {
color:#FF0000}

 /*Formatierung für alle <tr> */
ul {} /*Formatierung für alle (unordered list)*/
a:link {
font-family:Verdana, Helvetica, sans-serif;
font-size:11px;
color:#ffb400;
text-decoration:none;

} /* Link Style Generell*/

h2,h3,h1 {
font-family:Verdana, Helvetica, sans-serif;
font-weight: lighter;
color: #da8a25;}

a:visited {
font-family:Verdana, Helvetica, sans-serif;
font-size:11px;
color:#000000;
text-decoration:none;
}
a:hover {
color:#ffb400;
text-decoration:none;
}
hr {} /* Horizontale Linie im Layout*/
hr.separator {}
 
/* Formular Einstellungen*/ 
.inputbox {
color:#ffffff;
border:0px;
border-color:#363636;
background-color:#3d3d3d;
line-height: 13px;
margin:0;

}
#maintext {
width:770px; 
height:540px; 
margin-left:15px; 
overflow: auto;
text-align:left 
}

#sidemenu {
font-size: 13px;
width:150px; 
height:540px; 
overflow: auto;
line-height: 30px;
margin-left: 2px;
text-align: left;
}

#sidemenu a{
font-size: 13px;
padding-left:18px; 
color:#000000;
text-align: left;
}

#sidemenu a:hover{
font-size: 13px;	
color:#ffb400;
text-decoration:none;
background-image: url(http://www.panoimmo.de/templates/panoimmo/images/bg_hover2.png);
background-position:left;
background-repeat: no-repeat;
}

#active_menu-nav{
font-size: 13px;	
color:#ffb400;
text-decoration:none;
background-image: url(http://www.panoimmo.de/templates/panoimmo/images/bg_hover2.png);
background-position:left;
background-repeat: no-repeat;
}
.search {} /*Formatierung der <div> Elemente mit Suchinhalten wie inputbox und Suchbutton*/
 
 
/* Navigations-/Menüeinstellungen */
 
 
.mainmenu {

}

a.mainlevel{

color:#FFFFFF;
text-decoration:none;
padding: 5px;
font-size: 14px;


} /* Styling für die Hauptlinks im Menü*/
a.mainlevel:link {
}
a.mainlevel:visited {}
a.mainlevel:hover {
color:#ffb400;
text-decoration:none;
background-image: url(http://www.panoimmo.de/templates/panoimmo/images/bg_hover.png);
background-repeat: no-repeat;
background-position: center;
}

#active_menu {
color:#ffb400;
} /* Styling für ein aktives Menü auch in Main/Sub Position*/
 
ul#mainlevel-nav {}
ul#mainlevel-nav li{}
#mainlevel-nav a:link {}
#mainlevel-nav a:visited{}
#mainlevel-nav a:hover {}
 
a.sublevel{
color:#000;
text-decoration:none;
} /* Untermenü Styling */
a.sublevel:link {

}
a.sublevel#active_menu {

}
a.sublevel:hover {

}
 
.pagenavbar {} /* Styling für die Untere Navigation der Seite ("<< Start < Prev Next > End >>") 
wenn sie nicht als Links angezeigt werden (Bei wenig Inhalten)*/
.pagenavbar:link {} /*Styling für die Untere Navigation ("<< Start < Prev Next > End >>") wenn sie Hyperlinks sind*/
.pagenavbar:visited {}
 
.pagenav {} /* Formatierung des Textes der unteren Navigation 
"<< Start < Previous 1 Next > End >>" */
a.pagenav:visited {}
a.pagenav:hover {}
 
a.readon:link {} /*Style für den "Read More" "Weiter Lesen"*/
a.readon:hover {}
a.readon:visited {}
 
.back_button {} /*Zurück Button*/
.pagenav_prev {} /*Previous Button*/
.pagenav_next {} /*Weiter Button*/
 
.latestnews ul {} /*Style für "Latest News"*/
.latestnews li {}
 
.mostread ul{} /*Style für Most Popular*/
.mostread li{}
 
/* Content Einstellungen */
a.category:link {}
a.category:hover {}
a.category:visited {}
 
.blogsection {} /* Formatierung im Blog Style */
.blog_more {} /*"Mehr" Text in Blog Style*/
a.blogsection:link {} /* Link im Blog Style */
a.blogsection:visited {} /* Besuchter Link im Blog Style */
a.blogsection:hover {} /* Mouseover im Blog Style */
 
.componentheading {
font-size:14px;
font-family:Verdana, Helvetica, sans-serif;
font-weight: lighter;
color: #da8a25;
}/* Komponenten Titel, der über dem Inhalt steht*/


.contentheading {
font-size:14px;
font-family:Verdana, Helvetica, sans-serif;
font-weight: lighter;
color: #da8a25;
} /* Content Titel, von Artikeln, etc.*/

.contentheadingcontact {
font-size:14px;
font-family:Verdana, Helvetica, sans-serif;
font-weight: lighter;
color: #da8a25;
} /* Content Titel, von Contact, etc.*/


.contentpane {} /* Tabelle, mit allen Nicht-Artikel Informationen(components, 
category lists, contact forms, etc).*/
.contentpaneopen {
	text-align: left;
} /* Tabelle mit Inhalt des Artikels*/
.contentpaneopen2 {
	text-align: left;
	margin-left: 3px;
	margin-top: 3px;
} /* Tabelle mit Inhalt des Artikels*/

.contentpagetitle {
	font-size:14px;
font-family:Verdana, Helvetica, sans-serif;
font-weight: lighter;
color: #da8a25;} /*Titel von Artikeln*/
.contentpaneopencontact {
	text-align: center;
} /* Einstellungen von Tabelle Contact*/
 
a.contentpagetitle:hover {} /*Titel von Artikeln, wenn sie Links sind*/
a.contentpagetitle:link {}
a.contentpagetitle:visited {}
 
.contentdescription {} /* Formatierung der "Beschreibung" von Sektionen, Kategorien etc.*/
table.contenttoc {} /* Formatierung der Tabelle mit Inhalten für multiple Inhaltseiten */
table.contenttoc td {} /* wie oben für td und tabellen*/
table.contenttoc th {} /* wie oben für normalen Artikel Index*/
 
 
/* Sektionen */
.sectiontableheader {} /* Styling für die Sektion Tabellen Köpfe in der Sektionenseite */
.sectiontableentry1 {} 
.sectiontableentry2 {}
 
 
/* Modulformatierung*/
table.moduletable {
border:none;
} /* Formatierung der Modultabelle*/
table.moduletable th {} /*Formatierung des Modulkopfes */
table.moduletable td {
font-family:Verdana, Helvetica, sans-serif;
font-size:10px;
color:#000;
} /* Formatierung der Tabellenzellen in der Modultabelle */

 
 
/*Weiteres*/
 
/* Datum , Autoren*/
.createdate {} /* Styling für Datumsanzeige, in Contentbeiträgen*/
.modifydate {} /* Styling für  Aktualisiert*/
.small {} /* Formatierung für "Geschrieben von:...." Text */
 
/* Umfragen */
.poll {} /* Formatierung der td von Umfragentabellen */
.pollstableborder {} /* Rahmen der Umfragentabelle */
 
 
/* Weblinks */
.weblinks{} /* Weblinks im Content */
a.weblinks:hover {} /* Mouseover bei Weblinks */
/* Sonstiges */
form#form-login fieldset { 
border: 0 none; 
margin: 0em; 
padding: 0.2em;
height:90px;
margin-top:0em;
line-height: 8px;
vertical-align:top;
max-height:90px;}

#footer2 {
padding-left: 10px;
color:#ffffff;
text-decoration:none;
font-size:10px;
text-align:left;
}

#footer {
padding-left:10px;
color:#fff;
text-decoration:none;
font-size:10px;
text-align:center;
}

#footer2 a{
font-family:Verdana, Helvetica, sans-serif;
font-weight:normal;
color:#fff;
text-decoration:none;
text-align:center;
font-size:10px;
}
#footer2 a:hover{
color:#ffb400;
text-decoration: none;
background-image: none;
text-algin:center;
}

#footer a{
font-family:Verdana, Helvetica, sans-serif;
font-weight:normal;
color:#fff;
text-decoration:none;
text-align:center;
font-size:10px;
}

#footer a:hover{
color:#ffb400;
text-decoration: none;
background-image: none;
text-algin:center;
}
.button{
background-image: url(http://www.panoimmo.de/templates/panoimmo/images/button.png);
background-color: #ffffff;
width:85px;
height:25px;
font-family:Verdana, Helvetica, sans-serif;
font-size:11px;
font-weight: normal;
color: #ffffff;
border:0px;
line-height: 11px;
}

.loginbereich{}
 
/* JOOMLA - MAMBO TABBED FRONTEND ADMIN INTERFACE */
/* The CSS below efines 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" */
.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" */
.tabpadding {} /* this style is used set the size of the tab in the above */ 
.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 */