#contentFrame {
  margin: 3px 0 0 0;
  width: 100%;
}

#contentFrame p
{
	margin:  0 0 0 0;
}

#contentFrame h1{
	margin-bottom: 3px;
}

#contentCenter {
  margin: 0em;
  width: 100%;
  padding-bottom: 0px;
}

#contentCenterWithLeft, #contentCenterWithMenu ,#contentCenterWithMenuWithLeft{
  margin: 10px 0 3px 17em;
  /*padding-bottom: 3px;*/
}


#contentCenterWithRight {
  margin: 10px 17em 3px 0;
  /*padding-bottom: 3px;*/
}

#contentCenterWithLeftWithRight, #contentCenterWithMenuWithLeftWithRight, #contentCenterWithMenuWithRight {
  margin:10px 17em 3px 17em;
  /*padding-bottom: 3px;*/
}


#contentLeft {
  width: 16em;
  float: left;
}


#contentRight {
  width: 16em;
  float: right;
}

#contentLeft .content , #contentRight .content
{
	margin-bottom: 3px;
}


#contentLeft .bodytext, #contentRight .bodytext, #contentLeft .csc-textpic, #contentRight .csc-textpic{
	padding: 6px 6px 6px 6px;
}

#contentCenterWithLeftWithRight .bodytext, #contentCenterWithMenuWithLeftWithRight .bodytext, #contentCenterWithMenuWithRight .bodytext, #contentCenterWithLeft .bodytext, #contentCenterWithMenu .bodytext, #contentCenterWithMenuWithLeft .bodytext, #contentCenterWithRight .bodytext
{
	padding-bottom: 6px;
}

#contentLeft .content .l, #contentRight .content .l{
    background: url(images/round_corners/C0C0C0.gif) top left repeat-y;
}

#contentLeft .content .t, #contentRight .content .t{
    background: url(images/round_corners/C0C0C0.gif) top left repeat-x;
}

#contentLeft .content .r, #contentRight .content .r{
    background: url(images/round_corners/C0C0C0.gif) bottom right repeat-y;
}

#contentLeft .content .b, #contentRight .content .b{
    background: url(images/round_corners/C0C0C0.gif) bottom right repeat-x;
}

#contentLeft .content .tl, #contentRight .content .tl{
    background: url(images/round_corners/content_tl.gif) top left no-repeat;
}

#contentLeft .content .tr, #contentRight .content .tr{
    background: url(images/round_corners/content_tr.gif) top right no-repeat;
}

#contentLeft .content .br, #contentRight .content .br{
    background: url(images/round_corners/content_br.gif) bottom right no-repeat;
}

#contentLeft .content .bl, #contentRight .content .bl{
    background: url(images/round_corners/content_bl.gif) bottom left no-repeat;
}

#contentLeft .content .csc-header, #contentRight .content .csc-header 
{
	padding: 3px 0 0 6px;
	height: 22px;
	margin-bottom: -3px;
	background: url(images/round_corners/content_titel.gif) top left no-repeat;
	text-align: center;
}

#contentLeft .content .csc-header h1 , #contentRight .content .csc-header h1
{
	font-size: 14px;
	margin: 0;
}

	


