/* ---- CSS Document Halter ----------------*/
/* ---- NOSE AG Design Intelligence --------*/
/* ---- contribute styles ---------*/
/*body {
	background-color:#FF0000;
}*/

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

h1, h2, h3, h4, h4, p, a, li, td, div {
	font-family:Arial, Helvetica, sans-serif;
}


/* LAYOUT */
#sideBarRight {
	width:200px;
}
#sideBarLeft {
	width:150px;
}
#content {
	width:600px; 
}
#footer {
	border-top:none;
}
#container {
	background-image:none;
}
#main {
	background-image:none;
}
#sectionNav {
	width:400px; 
}


/* ELEMENTS */

/* html */
#topics h4 {
	display:block;
	height:30px;
	line-height:20px;
}
#content h2 {
	line-height:20px;
	height:30px;
}
#content label {
	float:none;
}


/* classes */
.item {
	visibility:visible;
}
#page.startseite #content .boxContent {
	width:350px;
}
#page.projekt #content .boxContent {
	width:230px;
}



/* NAVIGATION */
#sectionNav ul li a {
	background-image:none;
}