/* 	aIB  */

@import url("aIB_standard.css");
@import url("aIB_konstrukt.css");
@import url("aIB_projects.css");

html {
     overflow: -moz-scrollbars-vertical;
}

* { outline: none; }

body
{
	margin: 0;
	padding: 30px 0 30px 0;
	
	/*background: #fff url(../images/konstrukt/seitenhintergruende/test.jpg) center 0; wird dynamisch über php codiert*/
	
	font: 12px Helvetica, Arial, sans-serif;
	color: #333;
}


/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/* SAFARI HACK (muss am Ende des CSS Codes stehen!!! */
.quickSuche { height: 13px !important;# }

p.broschuere {
	font-family: Helvetica, Arial, sans-serif;
	color: #525b66;
	font-size: 10px;
	}
	
p.broschuere a, p.broschuere a:link, p.broschuere a:active, p.broschuere a:visited {
	font-family: Helvetica, Arial, sans-serif;
	color: #0691d3;
	font-size: 10px;
	font-weight: normal;
	}
	
p.broschuere a:hover {
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 10px;
	font-weight: normal;
	}
