/* ##################################################################################### */
/* ####################### Standard-CSS für www.mandlbauer.at ########################## */
/* ##################################################################################### */  

/* Wichtige Farben


*/

/* ###################### Allgemeine Formatierungen ###################### */
html, body { 
	margin: 0px; 
	padding: 0px;  
    height: 100%; 
    background-color: #999999;  
}

body, h1, h2, h3, h4, h5, h6, ol, ul, li, p, textarea, select, td, div {
	font-family: arial, helvetica, verdana, geneva, sans-serif; 
	font-size: 11px; 
	text-align: left;
	color: #000000;
	/*    Scrollbarformatierung falls benötigt
	      scrollbar-base-color:			#ffffff;
		  scrollbar-3dlight-color:		#ffffff;
		  scrollbar-arrow-color:		#ffffff; 
		  scrollbar-darkshadow-color:	#ffffff;
		  scrollbar-face-color:			#ffffff;
		  scrollbar-highlight-color:	#ffffff;
		  scrollbar-shadow-color:		#ffffff; 
		  scrollbar-track-color:		#ffffff; 
	  */
}

img {
	border: 0;
}

/* ###################### Layoutformatierungen ###################### */

/* Zentrieren der Bühne */

div.clear {
	width: 100%;
	clear: left;
	line-height: 0px;
	height: 0px;
	font-size: 1px;
}

form {
	padding: 0px;
	margin: 0px;
	border: 0px;	
}

table, td {
	padding: 0px;
	margin: 0px;
	border: 0px;	
}

#table-zent {
	width: 100%;
	height: 100%;
	border: 0px;
}

#td-zent {
	vertical-align: middle;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
}

#container-center {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
	background-color: #ffffff;
	width: 930px;
	border-top: 15px solid #ffffff;
	border-left: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
	border-bottom: 5px solid #ffffff;
}

#print-head {
	display: none;	
}

#copyright {
	text-align: center;
}

#copyright a{
	color: #efefef;
	text-decoration: underline;
}

#copyright a:hover{
	color: #efefef;
	text-decoration: none;
}

#navi2 {
	position: absolute;
	top: 0px;
	right: 200px;	
}

#navi2 a{
	text-decoration: none ! important;
	color: #000000;	
}

#navi2 a:hover{
	text-decoration: underline ! important;
	color: #000000;	
}

#links{
	margin-top: 1px;
	position: absolute;
	top: 0px;
	width: 200px;
}

/* CSS Hack ##############*/

#links {
	 right: 60px; 								/* sieht IE 5.x */
     voice-family: "\"}\"";
     voice-family:inherit;
	 right: 70px; 								/* sieht IE 6.x */
}

html>body #links {
	 right: 70px;						    	/* sehen alle anderen (Mozilla, Firefox, Opera) */
}

/* ]]> */

 #suche{
	float: left;
}

 #suchfeld {
	position: absolute;
	top: 0px;
	right: 40px;
	border: 1px solid #000000;
	font-size: 11px;
	padding-left: 2px;	
}

/* CSS Hack ##############*/

#suchfeld {
     height: 15px; 								/* sieht IE 5.x */
     voice-family: "\"}\"";
     voice-family:inherit;
     height: 13px; 								/* sieht IE 6.x */
}

html>body #suchfeld {
     height: 13px;								/* sehen alle anderen (Mozilla, Firefox, Opera) */
}

/* ]]> */

#navi2 #los {
	position: absolute;
	top: 1px;
	right: 0px;
}

#header {
	padding-top: 22px;
	height: 120px;
}

#logo {
	border: 1px solid #DFDFDF;
	width: 258px;
	height: 120px;
	float: left;
}

#logo:hover {
	border: 1px solid #C3C3C3;
	width: 258px;
	height: 120px;
	float: left;
}


#navi {
	float: left;
	background-color: #efefef;
	height: 122px;
	margin-left: 5px;	
}

/* CSS Hack ##############*/

#navi {
     width: 151px; 								/* sieht IE 5.x */
     voice-family: "\"}\"";
     voice-family:inherit;
     width: 159px; 								/* sieht IE 6.x */
}

html>body #navi {
     width: 159px;								/* sehen alle anderen (Mozilla, Firefox, Opera) */
}

/* ]]> */

#navi a{
	background-color: #ffffff;
	width: 142px;
	display: block;
	color: #000000;
	font-weight: bold;
	text-decoration: none ! important;	
	padding-left: 5px;
}

#navi a:hover{
	color: #ffffff ! important;
	background-color: #25B232;
	width: 142px;
	font-weight: bold;
	text-decoration: none ! important;	
	display: block;
	padding-left: 5px;
}

#kontakt #kontakt-link,
#presse #presse-link,
#projekte #projekte-link,
#referenzen #referenzen-link,
#auftraggeberverzeichnis #referenzen-link,
#unternehmen #unternehmen-link {
	color: #ffffff ! important;
	background-color: #25B232;
	width: 142px;
	font-weight: bold;
	text-decoration: none ! important;	
	display: block;
	padding-left: 5px;	
}

#navi ul {
	list-style: none;
	margin: 8px 0px 0px 6px;
	padding: 0px 0px 0px 0px;
}

#navi li {
	background-color: #ffffff;
	border-bottom: 1px dashed #000000;
	width: 142px;
	margin-bottom: 4px;
	height: 17px;	
}

#banner {
	position: absolute;
	right: 0px;
	z-index: 500;	
}

h1 {
	color: #25B232;
	font-size: 20px;
	margin-top: 25px;
	margin-left: 20px;	
}

#footer {
	clear: both;
	background-color: #25B232;
	height: 18px;
	line-height: 18px;
	color: #000000;
	text-align: center;
}

#footer a{
	color: #000000;
	text-decoration: none;
}

#footer a:hover{
	color: #000000;
	text-decoration: underline;
}

#content {
	text-align: left;
	float: left;
	width: 908px;	
}

#content-left {
	width: 530px;
	margin-left: 65px;
	margin-bottom: 30px;
}

#content-right {
	position: absolute;
	top: 149px;
	right: 0px;
}

#content-left ul{
	list-style-image: url(../systembilder/list.gif);	
	margin-top: 10px;
	margin-bottom: 10px;
}

#box1 {
	height: 91px;
	background-image: url(../systembilder/bg-box1.jpg);
	background-repeat: no-repeat;
	padding: 5px;	
}

/* CSS Hack ##############*/

#box1 {
     width: 307px; 								/* sieht IE 5.x */
     voice-family: "\"}\"";
     voice-family:inherit;
     width: 297px; 								/* sieht IE 6.x */
}

html>body #box1 {
     width: 297px;								/* sehen alle anderen (Mozilla, Firefox, Opera) */
}

/* ]]> */

#box1 h2 {
	margin: 0px 0px 3px 0px;
	font-size: 14px;	
}

#box1 ul{
	list-style-image: url(../systembilder/list.gif);	
	margin-top: 8px;
	margin-bottom: 10px;
}

#box2 {
	background-color: #E1E0E0;
	background-image: url(../systembilder/bg-box2.jpg);
	background-repeat: no-repeat;
	padding: 5px;
	width: 297px;
	height: 250px;
	margin-top: 5px;	
}

/* CSS Hack ##############*/

#box2 {
     width: 307px; 								/* sieht IE 5.x */
     voice-family: "\"}\"";
     voice-family:inherit;
     width: 297px; 								/* sieht IE 6.x */
}

html>body #box2 {
     width: 297px;								/* sehen alle anderen (Mozilla, Firefox, Opera) */
}

/* ]]> */

#box2 h2 {
	margin: 0px 0px 3px 5px;
	font-size: 16px;
	color: #ffffff;	
}

#box2 h3 {
	margin: 10px 0px 5px 5px;
	font-size: 14px;	
}

#box2 p {
	margin: 0px 0px 0px 5px;	
}

#box2 a{
	color: #000000;
	text-decoration: underline;	
}

#box2 a:hover{
	color: #000000;
	text-decoration: none;	
}

#sitemap-liste ul {
	padding-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 23px;
}

#sitemap-liste ul li ul {
	padding-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 13px;
}

#sitemap-liste a{
	color: #000000;
	text-decoration: underline;	
}

#sitemap-liste a:hover{
	color: #000000;
	text-decoration: none;	
}


#unternehmen h2,
#referenzen h2,
#projekte h2 {
	line-height: 13px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 13px;
	color: #363030;	
	font-weight: bold;
}

#hm-ref h2{
	
}


#hm-norm {
	margin-left: 30px;
	margin-right: 10px;	
	float: left;
}

#hm-ref {
	margin-right: 10px;	
	float: left;
}

/* CSS Hack ##############*/

#hm-ref {
     margin-left: 15px; 								/* sieht IE 5.x */
     voice-family: "\"}\"";
     voice-family:inherit;
     margin-left: 15px; 								/* sieht IE 6.x */
}

html>body #hm-ref {
     margin-left: 30px; 								/* sehen alle anderen (Mozilla, Firefox, Opera) */
}

/* ]]> */

/* CSS Hack ##############*/

#hm-norm {
     width: 535px; 								/* sieht IE 5.x */
     voice-family: "\"}\"";
     voice-family:inherit;
     width: 535px; 								/* sieht IE 6.x */
}

html>body #hm-norm {
     width: 570px; 								/* sehen alle anderen (Mozilla, Firefox, Opera) */
}

/* ]]> */

.teaser7 {
	margin-right: 0px;  
	margin-top: 8px;
	background-color: #efefef; 
	border: 1px solid #BCBEBC;
}

/* CSS Hack ##############*/

.teaser7 {
     width: 535px; 								/* sieht IE 5.x */
     voice-family: "\"}\"";
     voice-family:inherit;
     width: 535px; 								/* sieht IE 6.x */
}

html>body .teaser7 {
     width: 570px; 								/* sehen alle anderen (Mozilla, Firefox, Opera) */
}

/* ]]> */

#um-ref {
	margin-left: 30px;	
}

a{
	color: #000000;
	text-decoration: underline;			
}

a:hover{
	color: #000000;
	text-decoration: none;			
}
/*
#referenzen-detail #um-bild {
	margin-top: 5px;
	float: left;
	margin-right: 7px;	
}

#referenzen-detail #um-einleitung {
	font-weight: bold;
}

#referenzen-detail #um-einleitung {
	text-align: justify;	
}

#referenzen-detail #um-beschreibung {
	text-align: justify;	
}
*/
/* CSS Hack ##############*/


  * html #teaser3{
    width: 297px;								/* Sieht nur IE 5.x */
    w\idth: 297px;								/* Für IE 6.x */
    }

/* ]]> */


#teaser3 {
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 10px 0px 10px 10px;	
	background-color: #E1E0E0;
	float: right;
	width: 291px;
}

#referenzen-detail {
	float: left;
	width: 565px;	
}

#teaser3 hr{
	width: 283px;
	color: #363030;
	height: 1px;
	text-align: left;
}

#teaser3 p{
	margin: 0px;
	padding: 0px 10px 0px 0px;
	text-align: right;	
}

#teaser3 img{
	margin-top: 5px;
	margin-bottom: 5px;
}

#teaser3 hr{
     margin: 0px 0px 0px 0px; 						/* sieht IE 5.x */
     voice-family: "\"}\"";
     voice-family:inherit;
     margin: 0px 0px 0px 0px; 						/* sieht IE 6.x */
}

html>body #teaser3 hr{
     margin: 3px 0px 5px 0px; 						/* sehen alle anderen (Mozilla, Firefox, Opera) */
}


/* Suche */

.searchfield2 {
	width: 200px;
	border: 1px solid #000000;	
	font-size: 11px;
	padding-left: 3px;
}

.searchbutton2 {
	font-size: 11px;
	border: 1px solid #000000;	
	background-color: #28B431;
}

.fontklein font{
	font-size: 11px;
}

.fontklein a{
	font-size: 11px;
}

.fontklein a: hover {
	font-size: 11px;
}

#suche a{
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	color: #25B232;
}

#suche a:hover{
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #25B232;
}

#such-ergebnis {
	margin-left: 15px;	
}

#back-print1 {
	position: absolute;
	right: 0px;
	top: 212px;
	width: 190px;

}

#back-print2 {
	position: absolute;
	right: 32px;
	top: 212px;

}

#teaser3 h1 {
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #363030;	
	font-weight: bold;
}

#navi2 {
	width: 570px;
	right: 0px;

}

#navi2 ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#navi2 li {
	float: left;
}


#navi2 li a{
	margin-right: 15px;
	display: block;
	color: #000000;
	font-weight: bold;
	text-decoration: none ! important;
	padding: 3px 5px 4px 5px;
	border-top: 1px dashed #000000;
	border-bottom: 1px dashed #000000;			
}

#navi2 li .aktiv,
#navi2 li a:hover{
	display: block;
	color: #000000;
	font-weight: bold;
	text-decoration: none ! important;
	padding: 3px 5px 4px 5px;
	border-top: 1px dashed #000000;
	border-bottom: 1px dashed #000000;
	background-color: #efefef;
}

#splash a{
	text-decoration: underline;
	color: #000000;	
}

#splash a:hover{
	text-decoration: none;
	color: #000000;	
}

#main-content a{
	text-decoration: underline;
	color: #25B232; 	
}

#main-content a:hover{
	text-decoration: none;
	color: #25B232; 	
}

#main-content {
	 margin-left: 65px; 
	 margin-bottom: 40px;	
}

#navi3 {
	position: absolute;
	z-index: 10000;
	top: 22px;
	right: 321px;
	background-color: #dfdfdf;
	/*
	background-image: url(../systembilder/bg-navi3.gif);
	background-repeat: no-repeat;
	*/
	width: 180px;
	height: 122px;		
}

#navi3 ul{
	list-style: none;
	margin: 0px;
	padding: 0px;		
}

#navi3 a{
	background-color: #ffffff;
	width: 175px;
	display: block;
	color: #000000;
	font-weight: bold;
	text-decoration: none;	
	padding-left: 5px;
}

#navi3 a:hover{
	color: #ffffff;
	background-color: #25B232;
	width: 175px;
	font-weight: bold;
	text-decoration: none;	
	display: block;
	padding-left: 5px;
}

#navi3 .aktiv{
	color: #ffffff;
	background-color: #25B232;
	width: 175px;
	font-weight: bold;
	text-decoration: none;	
	display: block;
	padding-left: 5px;
}

.hm-einleitung {
	font-weight: bold;	
}

#teaser5 {
	width: 282px;
	margin-top: 10px;	
	clear: both;

}

#hm-ref ul,
#hm-norm ul {
	list-style-image: url(../systembilder/list.gif);	
}

#teaser6 {
	width: 282px;	
	clear: both;
}

#behalt {
	float: right;
	width: 290px;	
}

/* CSS Hack ##############*/

#behalt  {
	margin-right: 2px; 								/* sieht IE 5.x */
     voice-family: "\"}\"";
     voice-family:inherit;
	margin-right: -5px; 								/* sieht IE 6.x */
}

html>body #behalt  {
	margin-right: 3px; 								/* sehen alle anderen (Mozilla, Firefox, Opera) */
}

/* ]]> */

#behalt2 {
	float: right;
	width: 290px;	
}

/* CSS Hack ##############*/

#behalt2  {
	margin-right: 7px; 								/* sieht IE 5.x */
     voice-family: "\"}\"";
     voice-family:inherit;
	margin-right: 2px; 							/* sieht IE 6.x */
}

html>body #behalt2  {
	margin-right: 3px; 								/* sehen alle anderen (Mozilla, Firefox, Opera) */
}

/* ]]> */

#navi4 a{
	text-decoration: none ! important;
	color: #000000;	
}

#navi4 a:hover{
	text-decoration: underline ! important;
	color: #000000;	
}

#navi4 {

}

#navi4 ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#navi4 li {
	float: left;
}


#navi4 li a{
	margin-right: 15px;
	display: block;
	color: #000000;
	font-weight: bold;
	text-decoration: none ! important;
	padding: 3px 5px 4px 5px;
	border-top: 1px dashed #000000;
	border-bottom: 1px dashed #000000;			
}

#navi4 li .aktiv,
#navi4 li a:hover{
	display: block;
	color: #000000;
	font-weight: bold;
	text-decoration: none ! important;
	padding: 3px 5px 4px 5px;
	border-top: 1px dashed #000000;
	border-bottom: 1px dashed #000000;
	background-color: #efefef;
}
