body {
	margin: 0; 
	padding: 0;
}

br.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}


/* IE5 mac fix. makes the menu sick. */
.csc-textpic-image {
	margin: 0 !important;
} 
/* hide from IE5 mac \*/
DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
	margin-right: 10px !important;
}

DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
	margin-left: 10px !important;
}

DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
	margin-left: 10px !important;
}
/* End IE5 mac fix */




#mainWrapper {
	/* width: 730px; */
}

/****************************************
*
*	header
*
****************************************/

#head {
	height: 85px;
	/* clear: both; */
	background: url(../img/header_grafik2010.png) no-repeat #D16516 46px top;
}


#logotype {
	display: none;
/*	width: 170px;
	float: left;
	margin-right: 12px; */
}

#logotype img {
	margin-left: 20px;
}

#logotype a:hover {
	border-bottom: none;
}

/****************************************
*
*	Content
*
****************************************/
#main {
	width: 730px;
	margin:10px auto 30px 50px;
}
#content {
	width: 530px;
	margin-left: 12px;
	margin-top: 0px;
	float: left;
}



/****************************************
*
*	Footer
*
****************************************/

#footer {
	background: #D16516;
	color: white;
	font-size: 11px;
	width: 630px;
	padding: 15px 67px 30px 67px;
	margin-top: 20px;
	margin-left: 50px;
	line-height: 15px;
}

#footer a {
	color: white;
}

#footer a:hover {
	color: white;
	background: url(../img/dotted_underline.gif) repeat-x bottom;
	border-bottom: none;
}
#footer .left {
	float: left;
}
#footer .right {
	float: right;
}
#footer .right img {
	float: left;
	margin-right: 10px;
}

/****************************************
*
*	FCE:s
*
****************************************/

.fceWideNarrow {
	margin-bottom: 10px;
}

.fceWideNarrow .left {
	width: 344px;
	float: left; 
}

.fceWideNarrow .right {
	width: 166px;
	float: right; 
}



.fceNarrowWide {
	margin-bottom: 10px;
}

.fceNarrowWide .left {
	width: 166px;
	float: left; 
}

.fceNarrowWide .right {
	width: 344px;
	float: right; 
}


.fceSameWidth {
	margin-bottom: 10px;
}

.fceSameWidth .left {
	width: 255px;
	float: left; 
}

.fceSameWidth .right {
	width: 255px;
	float: right; 
}
