/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
| Stylesheet für www.ihk-nordwestfalen.de
| past | 2009-04-16
| fasc | 2008-11-06
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==reset */
  
@import  "./@external/reset.css";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {
	color: #2E2D2F;
	font: 12px Arial, Verdana, "Sans-Serif";
}

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {*zoom: 1;/*for ie 5.5-7*/}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==elements */
  
fieldset {
	border: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

table p {
	margin: 0 !important;
	padding: 0 !important;
}

.clr {
	clear: both;
	font-size: 0.1em;
	height: 1px;
}

.hidden {
	display: none;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  ==layout */
  
#col-pre-main {
	float: left;
	margin-right: 28px;
	width: 540px;
}

#col-pre-additional {
	float: left;
	width: 350px;
}

#content {
	margin-top: 12px;
}

#content-main {
	float: left;
	margin-right: 28px;
    width: 540px;
}

#content-additional {
	float: left;
	width: 350px;
}

#page {
	position: relative;
	width: 918px;
	margin: 30px;
}



