/* ------------------------------------------------------
 * Default styles & layout: body,a,main wrapper
 * ------------------------------------------------------
 */
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}

a,a:link,a:visited {
	text-decoration: none;
	color: #3d5e70;
}

a:hover {
	text-decoration: underline;
}
span.red-normal {
	color:#FF0000;
}
span.red-important {
	color:#FF0000;
	font-weight:bold;
}
#main-wrapper {
	width: 1002px;
	margin: auto;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
}

#top-header {
	height: 29px;
	padding-top: 70px;
	background-image: url(../images/top_header2.gif);
	background-repeat: no-repeat;
}

/* ------------------------------------------------------
 * top menu
 * ------------------------------------------------------
 */
#top-menu {
	height: 29px;
	margin-left: 210px;
}

.top-menu-level-one,.top-menu-level-one-act {
	float: left;
	text-align: center;
	padding: 9px 0px 4px 0px;
}

.top-menu-level-one a {
	color: #3d5e70;
}

.top-menu-level-one-act {
	color: #FF0000;
}

.menu-one {
	width: 90px;
}

.menu-two {
	width: 104px;
}

.menu-three {
	width: 114px;
}

.menu-four {
	width: 108px;
}

.menu-five {
	width: 160px;
}

.menu-six {
	width: 100px;
}
.menu-seven {
	width: 115px;
}

/* ------------------------------------------------------
 * footer
 * ------------------------------------------------------
 */
#bottom-footer {
	text-align: center;
	padding:5px 0px 5px 0px;
	border-top:1px solid #FF0000;
	font-size:10px;
	margin:0px 15px 0px 15px;
}

#bottom-footer p {
	margin: 2px;
	
}

.clearer {
	clear: both;
	line-height: 1px;
}

/* ------------------------------------------------------
 * content headers
 * ------------------------------------------------------
 */
 
.middle-col .csc-header {
 	padding-top:13px;
 	margin-left:5px;
 	margin-right:10px;
}

/*
 * h2: central content headers
 * ------------------------------------------------------
 */
.csc-header h2 {

	background-image: url(../images/csc_header_h2.gif);
	background-repeat: no-repeat;
	background-position: -3px;
	text-decoration:underline;
	padding-left:70px;
	line-height:14px;
	color: #FF0000;
	font-size: 13px;
	margin:0px 0px 15px 3px;

	}
.csc-header h2 a,.csc-header h1 a:link,.csc-header h1 a:visited {
	color: #FF0000;
	text-decoration:underline;
	}
.csc-header h1 {
	margin:0px 0px 0px 3px;

	background-image: url(../images/mini_square.gif);
	background-repeat: no-repeat;
	background-position:left 4px;
	text-decoration:underline;
	padding-left:14px;
	
	color: #47748d;
	font-size: 13px;

	}
.csc-header h1 a,.csc-header h2 a:link,.csc-header h2 a:visited {
	color: #FF0000;
	text-decoration:underline;
	}
	
/*
 * ------------------------------------------------------
 * h3,h5: left content headers
 * ------------------------------------------------------
 */
.csc-header h3 {
	background-image: url(../images/square.gif);
	background-repeat: no-repeat;
	background-position: top center;
	height: 30px;
	}

.csc-header h3 {
	margin: 0px 37px 0px 35px;
	text-align: center;
	padding-top: 20px;

	font-size: 11px;
		color: #3d5e70;
	}

.csc-header h3 a {
	font-size: 11px;
	}
	
.csc-header h5 {
	text-align:center;
	font-size:12px;
	margin: 0px 37px 0px 35px;
	
	}
.csc-header h5 {
	margin: 0px;
	line-height: 23px;
	font-size: 12px;
	font-variant: small-caps;
	text-align: center;
	background-repeat: no-repeat;
	height: 25px;
	color: #FF0000;
	}

.csc-header h5 a,.csc-header h5 a:link,.csc-header h5 a:visited {
	color: #FF0000;
	}
	
/*
 * ------------------------------------------------------
 * h4: right content header
 * ------------------------------------------------------
 */
.csc-header h5, .csc-header h4 {
	margin: 0px;
	line-height: 23px;
	font-size: 12px;
	font-variant: small-caps;
	text-align: center;
	background-repeat: no-repeat;
	height: 25px;
	color: #FF0000;
	}

.csc-header h4 {
	margin-top:10px;
	margin-left: 118px;
	margin-right: 10px;
	background-image: url(../images/csc_header_h4.gif);
	padding-right: 41px;
	background-position: right;
	}
.csc-header h4 a,.csc-header h4 a:link,.csc-header h4 a:visited {
	color: #FF0000;
	}
/*
 * ------------------------------------------------------
 * 
 * ------------------------------------------------------
 */
div.typo3-editPanel-block {
		
}
span.typo3-editPanel-label {
	font-size:11px;
	background-color:#FF0000;
	color:#FFFFFF;
	padding:2px 5px;	
}

.typo3-editPanel-controls {
	background-color:yellow;	
}
.typo3-editPanel {

}


