/* CSS Document */

/*Title Bar*/

#wrapper-contentrule {
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 0px;
	padding-top: 15px;
	width: 555px;
}

#topleftcorner-content {
	background-image: url(images/contentruleTL.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

#toprightcorner-content {
	background-image: url(images/contentruleTR.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}
#topmiddle-content {
	background-image: url(images/contentruleTM.gif);
	background-repeat: repeat-x;
/*	float: left;*/
	width: 100%;
}

#bottomleftcorner-content {
	background-image: url(images/contentruleBL.gif);
	background-repeat: no-repeat;
	height: 20px;
}

#bottomrightcorner-content {
	background-image: url(images/contentruldBR.gif);
	background-repeat: no-repeat;
	height: 20px;
}

#bottommiddle-content {
	background-image: url(images/contentruleBM.gif);
	background-repeat: repeat-x;
	height: 20px;
}

#contentleft-content {
	background-image: url(images/contentruleML.gif);
	background-repeat: repeat-y;
}

#contentright-content {
	background-image: url(images/contentruleMR.gif);
	background-repeat: repeat-y;
}

.ContentContainerHeadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
/*	padding-top: 20px;*/
}

/*Container*/

.ContentContainer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #333333;
}

A.ContentContainerLink:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #000000;
	line-height: 14px;
}

A.ContentContainerLink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #000000;
	line-height: 14px;
}

A.ContentContainerLink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #9f400f;
	line-height: 14px;
}

A.ContentContainerLink:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #9f400f;
	line-height: 14px;
}

/*Module Actions*/

.ContentActionButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003366;
}

