* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background: #005D8A url(/fileadmin/templates/images/bg_body.gif) 0 0 repeat;
}

#wrap {
	float: none;

	text-align: left;
	margin: 0 auto;

	width: 540px;
}

/* SPAN tags -- BEGIN */

span.green_link a {
	color: #68991C;
	font-weight: bold;
	background: url(/fileadmin/templates/images/bg_a_green.gif) left 5px no-repeat;

	padding-left: 9px;
}

span.orange_link a {
	font-weight: bold;
	color: #AF7B1B;
	font-size: 10px;
}

/* SPAN tags -- END */

/* P tags -- BEGIN */
p {
	margin: 0 0 10px 0;
	font-family: Tahoma, Arial, sans-serif;
}

	p.light_grey {
		color: #7B7B7B;
	}

	p.align_right {
		text-align: right;
	}

	p.align_right_border {
		text-align: right;
		/*border-top: dotted 1px #908E8A;*/
		padding-top: 5px;
		background: url(/fileadmin/templates/images/bg_p.gif) 0 0 repeat-x;
	}

	p.red {
		color: #8E2A11;
		font-size: 10px;
		margin: 0 0 2px 0;
	}
/* P tags -- END */

/* H tags -- BEGIN */
h1 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 16px;
	color: #8E2A11;
	text-transform: uppercase;
}

h2 {
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 18px;
	padding-top: 1px;
	color: #656565;
}

	h2.red_bar {
		color: #FFFFFF;
		background: url(/fileadmin/templates/images/h1.red.gif) left center no-repeat;
		padding-left: 14px;
		padding-right: 14px;
		margin: 0 -15px 10px -14px;
	}

	h2.orange_bar {
		color: #FFFFFF;
		background: url(/fileadmin/templates/images/h1.orange.gif) left center no-repeat;
		padding-left: 14px;
		padding-right: 14px;
		margin: 0 -15px 10px -14px;
		color: #8A5E0C;
	}

	h2.green_bar {
		color: #FFFFFF;
		background: url(/fileadmin/templates/images/h1.green.gif) left center no-repeat;
		padding-left: 14px;
		padding-right: 14px;
		margin: 0 -18px 10px -16px;
	}

h3 {
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #A20000;
	margin: 5px 0;
}

h4 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
}

	h4.light {
		color: #877E7A;
	}

h5 {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #6F6F6F;
	text-transform: uppercase;
	margin-bottom: 6px;
}

/* H tags -- END */

/* UL tags -- BEGIN */

ol {
	margin-left: 18px;
}

ul {
	list-style: none;
}

	ul li {
		background: url(/fileadmin/templates/images/bg_list_link.gif) 0 5px no-repeat;
		padding-left: 11px;
		margin-bottom: 2px;
	}

ul.list_style_2 {
	list-style: none;
	text-align: left;
	overflow: hidden;
	clear: both;
}

	ul.list_style_2 a {
		text-decoration: none;
		color: #877E7A;
		font-weight: bold;
		background: url(/fileadmin/templates/images/bg_list_link.gif) 0 5px no-repeat;
		padding-left: 11px;
		display: block;
	}

	ul.list_style_2 a:hover {
		text-decoration: underline;
	}

	ul.list_style_2 li {
		background: url(/fileadmin/templates/images/bg_list.gif) 0 bottom repeat-x;
		margin-top: 4px;
		margin-bottom: 0px;
		padding-bottom: 2px;
		padding-left: 0px;
	}

/* UL tags -- END */

/* A tags -- BEGIN */

a {
	color: #8B1525;
	font-family: Tahoma, Arial, sans-serif;
}

	a.bold {
		font-weight: bold;
		font-size: 10px;
	}

	a.orange {
		font-weight: bold;
		color: #AF7B1B;
		font-size: 10px;
	}

	a.green {
		color: #68991C;
		font-weight: bold;
		background: url(/fileadmin/templates/images/bg_a_green.gif) left 5px no-repeat;

		padding-left: 9px;
	}

	a.grey {
		color: #656565;
	}

/* A tags -- END */

/* Header-Logo -- BEGIN */
#header-logo {
	width: 536px;
	height: 73px;
	padding-left: 4px;
	float: left;
}
/* Header-Logo -- END */

/* Header-Menu -- BEGIN */

#header-menu {
	width: 540px;
	float: left;
}

	/* header-menu-left -- begin */
	#header-menu-left {
		width: 252px;
		float: left;
	}

	#header-menu-left a {
		display: block;
		float: left;
		width: 102px;
		height: 28px;
		padding: 58px 12px 0 12px;

		text-align: right;
		behavior: url(/fileadmin/templates/js/iepngfix.htc);

		font-family: Arial, sans-serif;
		font-weight: bold;
		font-size: 11px;
		text-transform: uppercase;
		text-decoration: none;
		color: #FFFFFF;
	}

	#header-menu-left a.blue {
		background: url(/fileadmin/templates/images/block.blue.png) 0 0 no-repeat;
	}

	#header-menu-left a.red {
		background: url(/fileadmin/templates/images/block.red.png) 0 0 no-repeat;
	}

	#header-menu-left a.orange {
		background: url(/fileadmin/templates/images/block.orange.png) 0 0 no-repeat;
	}

	#header-menu-left a.green {
		background: url(/fileadmin/templates/images/block.green.png) 0 0 no-repeat;
	}

	/* header-menu-left -- end */

	/* header-menu-right -- begin */
	#header-menu-right {
	/*	width: 272px; */
		height: 160px;
		float: right;
	/*	padding: 8px 8px 2px 8px; */
	}

		#header-menu-right div.bottom {
			background: url(/fileadmin/templates/images/header-img-bdr.png) left bottom no-repeat;
			display: block;
			width: 288px;
			height: 170px;
			position: relative;
			behavior: url(/fileadmin/templates/js/iepngfix.htc);
			margin: -162px -8px 0 -8px;
		}
	/* header-menu-right -- end */

/* Header-Menu -- END */

/* Middle -- BEGIN */

#middle {
	width: 540px;
	float: left;
	background: url(/fileadmin/templates/images/bg_content_t_2.gif) left top no-repeat;
	padding: 13px 0 0 0;
}
	#middle.one-column {
		background: url(/fileadmin/templates/images/bg_content_t_.gif) left top no-repeat;
	}

	#middle-border-bottom {
		width: 540px;
		float: left;
		background: url(/fileadmin/templates/images/bg_content_b_2.gif) left bottom no-repeat;
		padding: 0 0 13px 0;
	}

		#middle-border-bottom.one-column {
			background: url(/fileadmin/templates/images/bg_content_b_.gif) left bottom no-repeat;
		}

	#middle-border-middle {
		width: 540px;
		float: left;
		background: url(/fileadmin/templates/images/bg_content_m_2.gif) left top repeat-y;

		font-family: Arial, sans-serif;
		font-size: 11px;
		color: #656565;

	}

		#middle-border-middle.one-column {
			background: url(/fileadmin/templates/images/bg_content_m_.gif) left top repeat-y;
		}

	#middle-content {
		padding: 10px 25px 5px 25px;
	}

		#middle-content h1 {
			margin-bottom: 10px;
		}

		#middle-content h2 {
			margin-top: 10px;
		}

		#middle-content-left {
			float: left;
			width: 202px;
			padding: 0 22px 0 26px;
		}

			#middle-content-left p {
				line-height: 12px;
			}

		#middle-content-right {
			float: right;
			width: 241px;
			padding: 0 31px 3px 18px;
		}

/* Middle -- END */

/* Footer -- BEGIN */
#footer {
	width: 535px;
	padding-right: 5px;
	color: #E4E2D4;
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-align: right;
}

	#footer p {
		text-align: center;
		margin: 10px;
		padding: 0;
	}
/* Footer -- END */
.csc-header h2 {
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 18px;
	padding-top: 1px;
	color: #A20000;
}
