/*
 * Joomla-Template für www.proobjekt.com
 * (c) 2008 www.juvo.de
 * v0.1 Frank Deberle
 */

 /*
 * Zuerst die CSS-Klassen für JCE zur Verwendung im Backend
 * (damit sie im Editor als erstes angezeigt werden)
 */

.schwarz {
	color: #000;
}

.grau {
	color: #7f787f;
}

.weiss {
	color: #fff;
}

/*
 * Beginn der normalen Styles
 */

body {
	/*text-align: center;*/
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #7f787f;
	background-color: #FFF;
}

a:link {
	color: #fb7115;
	text-decoration: none;
	/*background-image: url(../images/link_sign_goto.gif) no-repeat;*/
}

a:visited {
	color: #fb7115;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #fb7115;
	text-decoration: none;
}


 
/*
 * Divs
 */
  
#container {
	width: 960px;
	margin: 0 auto;
 	overflow: hidden;
}
 
#header {
	height: 141px;
	margin-top: 24px;
	background: url(../images/header.gif) no-repeat;
	background-color: #FFF;
}

#header h1 {
	overflow: hidden;
	padding-left: 10000px;
}
 
#content {
	width: 960px;
 	height: 320px;
 	overflow: auto;
	font-size: 13px;
}

.moduletable_menu {
	position: relative;
	padding-left: 140px;
}

#mainmenu hr {
	/*display: none;*/
	height: 2px;
	background-image: url(../images/line_mainmenu.gif);
	border: 0;
	margin-bottom: -16px;
}

#mainmenu ul{
	list-style-type: none;
}

#mainmenu ul span{
    display: none;
}


#mainmenu ul li {
	float: left;
}

/*
 * Menu-Items
 */

#mainmenu ul li a {
	display: block;
	height: 47px;
	margin-right: 20px;
}

#mainmenu ul li.item1 a {
	/* Startseite */
	width: 80px;
	background-image: url(../images/bt_home.gif);
	background-repeat: no-repeat;
}

#mainmenu ul li.item2 a {
	/* Philosophie */
	width: 121px;
	background-image: url(../images/bt_philosophie.gif);
	background-repeat: no-repeat;
}

#mainmenu ul li.item3 a {
	/* Referenzen */
	width: 121px;
	background-image: url(../images/bt_referenzen.gif);
	background-repeat: no-repeat;
}

#mainmenu ul li.item4 a {
	/* Projekte */
	width: 101px;
	background-image: url(../images/bt_projekte.gif);
	background-repeat: no-repeat;
}

#mainmenu ul li.item5 a {
	/* Vermietung/Verkauf */
	width: 188px;
	background-image: url(../images/bt_vermietungverkauf.gif);
	background-repeat: no-repeat;
}

#mainmenu ul li.item6 a {
	/* Kontakt */
	width: 101px;
	background-image: url(../images/bt_kontakt.gif);
	background-repeat: no-repeat;
}

#mainmenu ul li.item1 a:hover,
#mainmenu ul li.item2 a:hover,
#mainmenu ul li.item3 a:hover,
#mainmenu ul li.item4 a:hover,
#mainmenu ul li.item5 a:hover,
#mainmenu ul li.item6 a:hover { 
	background-position: 0 -47px;
}

#mainmenu ul li#current.item1 a,
#mainmenu ul li#current.item2 a,
#mainmenu ul li#current.item3 a,
#mainmenu ul li#current.item4 a,
#mainmenu ul li#current.item5 a,
#mainmenu ul li#current.item6 a {
	background-position: 0 -94px;
}

/*
 * Footer (Image Replacement)
 */
 
#footer {
	clear: both;
	margin-left: 0px;
	padding: 0;
}
 
#footer hr {
	/*display: none;*/
	height: 1px;
	background-image: url(../images/line_footer.gif);
	border: 0;
	margin-top: 90px;
	margin-bottom: 0px;
}
 
#footer-texte {
	/*height: 29px;*/
	overflow: hidden;
	margin-left: -40px;
}
 
#footer-texte ul{
	margin: 0;
	list-style-type: none;
}

#footer-texte ul span{
    display: none;
}


#footer-texte ul li {
	margin: 0;
	float: left;
}
 
 /*
#footer-texte ul li {
	display: block;
	height: 47px;
	margin-right: 20px;
}
*/

#footer-texte ul li a {
	display: block;
	height: 29px;
}

#footer-texte ul li.adresse a {
	width: 590px;
	background-image: url(../images/footer_txt_adresse.gif);
	background-repeat: no-repeat;
}

#footer-texte ul li.telefon a {
	width: 113px;
	background-image: url(../images/footer_txt_telefon.gif);
	background-repeat: no-repeat;
}

#footer-texte ul li.fax a {
	width: 112px;
	background-image: url(../images/footer_txt_fax.gif);
	background-repeat: no-repeat;
}

#footer-texte ul li.impressum a {
	width: 145px;
	background-image: url(../images/footer_txt_impressum.gif);
	background-repeat: no-repeat;
}

#footer-texte ul li.impressum a:hover {
	background-position: 0 -29px;
}
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 /*
#footer .adresse a,
#footer .telefon a,
#footer .fax a {
	display: block;
	float: left;
	padding-left: 10000px;
}


#footer .adresse a{
	background:url(../images/footer_txt_adresse.gif) no-repeat;
	width: 590px;
	height: 29px;
}

#footer .telefon a{
	background:url(../images/footer_txt_telefon.gif) no-repeat;
	position: relative;
	left: 590px;
	top: -29px;
}

#footer .fax a{
	background:url(../images/footer_txt_fax.gif) no-repeat;
	position: relative;
	left: 703px;
	top: -101px;
}

#footer .impressum {


}

#footer .impressum a {
	display: block;
	background:url(../images/footer_txt_impressum.gif) no-repeat;
	padding-left: 10000px;
	position: relative;
	left: 815px;
	height: 29px;
}

#footer .adresse a:hover,
#footer .telefon a:hover,
#footer .fax a:hover,
#footer .impressum a:hover {
	background-position: 0 -29px;
}
*/