/* 
==================================================
Container styles for DotNetNuke for kleinseenplatte.com
==================================================
*/


/* The container for the content */
.tblContContent
{
	border: none 0px white;
	width: 100%;
	vertical-align: top;
	margin: 0px 0px 16px 0px;
	border-style: none;
}

/* The left corner in the breadcrumb box */
.contTopleft
{
	background-image: url('bg-content-corner-left.gif');
	background-repeat: no-repeat;
	width: 10px;
	height: 30px;
}
/* The right corner in the breadcrumb box */
.contTopright
{
	background-image: url('bg-content-corner-right.gif');
	background-repeat: no-repeat;
	width: 10px;
	height: 30px;
}
/* The cell containing the title */
.contToptitle
{
	background-color: rgb(255, 255, 204);
	background-image: url('bg-content.gif');
	background-repeat: repeat-x;
	width: 100%;
}
/* The cell containing the action buttons */
.contTopactions
{
	background-color: rgb(255, 255, 204);
	background-image: url('bg-content.gif');
	background-repeat: repeat-x;
	text-align: right;
	overflow: hidden;
}

/* The container for the content */
.contContent
{
	border: solid 2px rgb(204, 204, 255);
	width: 100%;
	vertical-align: top;
}
/* The container for the bottom line */
.contBottom
{
	border: solid 2px rgb(204, 204, 255);
	border-top: none 2px rgb(204, 204, 255);
	width: 100%;
	vertical-align: top;
	text-align: right;
}
/* CSS of the title */
.ContTitleCss
{
	font-size: 1.3em;
	font-weight: bold;
}
