/* ---- CSS Document Halter ----------------*/
/* ---- NOSE AG Design Intelligence --------*/
/* ---- override contribute styles ---------*/

body {
	/*background-color:#00FF00;*/
}

/* GLOBAL */
body {
	font-size:62.5%;
}

/* LAYOUT */
#sideBarRight {
	width:21em;
}
#sideBarLeft {
	width:17em;
}
#content {
	width:47em;
}
#footer {
	border-top:1px solid #B3B3B3;
}
#container {
	background-image:url(../../img/line.gif);
}
#main {
	background-image:url(../../img/line.gif);
}
#sectionNav {
	width:auto;
}


/* ELEMENTS */

/* html */
#topics h4 {
	display:inline;
	height:auto;
	line-height:1.5em;
}
#content h2 {
	line-height:1.2em;
	height:auto;
}
#content label {
	float:left;
}

/* classes */
.item {
	visibility:collapse;
}
#page.startseite #content .boxContent {
	width:35em;
}
#page.projekt #content .boxContent {
	width:23em;
}


/* NAVIGATION */
#sectionNav ul li a {
	background-image:url(../../img/sectionnav_separator.gif);
}
