/**************
* 2 COL
**************/
div#tr_2col{
}

/**************
* DEBUG
**************/

/* debug start
div#main_content_normal,
div#main_content_right{
background-color:red;
}
debug end */


/**************
* MAIN_CONTENT 
**************/

div#content{
background: repeat-y url(../../../images/elements/bg_content_2col.png) 0px 10px;
min-height:350px;
}


div#content_header{
background: #fff no-repeat url(../../../images/elements/bg_header_content_2col.png) bottom;
/*margin-bottom:20px;*/
}

div#content_normal{
float: left;
width:545px;
margin:17px 0px 0px 12px;
}

div#content_border{
	float: right;
	width: 261px;
	margin:17px 12px 0px 0px;
}

/*start CSS Nachtrag von Surasak Dörflinger ibVerlag */
div#content_normal,div#content_border{
	margin-top:;
}
 
 /*end CSS Nachtrag von Surasak Dörflinger ibVerlag */
