/* Rahmen 1 - Start */

.csc-frame-frame1{
	background-image: url(../bilder/res/boxes_table_bottom.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;

	background-color: white;
	border: solid 1px #cccccc;
	border-top: none;
	padding: 0px;
	margin: 5px;
	width:720px;
}

.csc-frame-frame1 h1{
	background-image: url(../bilder/res/boxes_table_top.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;

	background-color: white;
	border: solid 1px lightblue;
	font-size: 12px;
	font-weight:bold;
	padding-top: 0px;
	padding-bottom: 5px;
}

/* Rahmen 1 - Ende */

/* Rahmen 1 muss bei jedem Layout vorhanden bleiben, weitere Rahmen können sich für jedes Layout unterscheiden. */

/* Rahmen 2 - Start */

.csc-frame-frame2{
	width:710px;
	padding:5px;
	margin-left:5px;
	border-bottom-width:3px;
	border-bottom-style:solid;
	border-bottom-color:silver;
}

.csc-frame-frame2 img{

}


/* Rahmen 2 - Start */

