/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.titleheaderorange
{
	font-family: Arial;
	font-size: 14pt;
	font-weight: Bold;
	color: #ffc000;
}

td.topleft
{
	width: 6px;
	height: 36px;
	background-image: url('top_left.gif');
	background-position: top left;
	border-bottom: solid 1px #CACACA;
}

td.topmiddle
{
	font-family: Arial;
	font-size: 14pt;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	height: 36px;
	background-image: url('top_middle.gif');
	border-bottom: solid 1px #CACACA;		
}

td.topright
{
	width: 6px;
	height: 36px;
	background-position: top right;
	background-image: url('top_right.gif');
	border-bottom: solid 1px #CACACA;
}

.topmiddle_linkcolor
{
	color: #ffffff;
}

td.topmiddle_simple
{
	font-family: Arial;
	font-size: 14pt;
	color: #FFDA00;
	font-weight: bold;
	text-align: left;
	padding-bottom: 3px;
	border-bottom: solid 1px #dddddd;
}

.topmiddle_simple_linkcolor
{
	color: #FFDA00;
}

td.content
{
	border-left: solid 1px #CACACA;
	border-right: solid 1px #CACACA;
	border-bottom: solid 1px #CACACA;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	background-color: Transparent;
	text-align: left;
	vertical-align: top;
}

td.content_simple
{
	padding-left: 1px;
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	background-color: Transparent;
	text-align: left;
	vertical-align: top;
}

td.content_simple_wasserzeichen
{
	padding-left: 1px;
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	background-color: Transparent;
	text-align: left;
	vertical-align: top;
}

td.footerleft
{
	width: 6px;
	height: 6px;
	background-position: bottom left;
	background-image: url('bottom_left.gif')
}

td.footermiddle
{
	text-align: right;
	height: 6px;
	border-bottom: solid 1px #CACACA;
}

td.footerright
{
	width: 6px;
	height: 6px;
	background-position: bottom right;
	background-image: url('bottom_right.gif')
}

td.middleleft
{
	width: 6px;
	border-left: solid 1px #CACACA;
}

td.middlemiddle
{
	text-align: right;
	padding-right: 3px;
	padding-top: 8px;	
	background-color: #ffffff;
}

td.middleright
{
	width: 6px;
	border-right: solid 1px #CACACA;
}

.Normal
{
	font-family: Arial;
	font-size: 10pt;
	color: #000000;		
}

.Normal:link
{
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.Normal:visited
{
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.Normal:hover
{
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.Normal:active
{
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}