/******************************************************
  BASE STYLES
*******************************************************/
html {
    font-size: 100%; 
}

body {
    margin: 0;
    padding: 0; 
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    font-size: .75em; 
    line-height: 1.4;
	background: url(../images/bodybg.jpg) repeat left top;
	color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    margin: 1em 0 .7em 0; 
	padding: 0;
    line-height: 1.2;
    font-weight: bold; 
    font-style: normal;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	display: none;
}

h1 {
    font-size: 1.75em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.25em;
}

h4 {
    font-size: 1em;
}

ul, ol {
    margin: .75em 0 .75em 16px;
    padding: 0;
}

p {
    margin: .75em 0;
}

address {
    margin: .75em 0;
    font-style: normal;
}

a {
	padding: 0 4px;
	text-decoration: none;
}

a:link {
    color: #fff;
	background: #f53f00;
}

a:visited {
    color: #fff;
	background: #f53f00;
}

a:hover, a:focus, a:active {
    color: #fff;
	background: 0;
}

a:focus, a:active {
	outline: none;
}

a img {
    border: none;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

form, fieldset {
    margin: 0;
	padding: 0;
    border: none;
}

input, button, select {
    vertical-align: middle; 
}

input, textarea {
	background-color: #fff;
	border: 1px solid #ff9133;
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	color: #666666;
	font-size: 1em;
}

input.submit {
	background: #f53f00;
	color: #fff;
	width: auto;
	border: 1px solid #f53f00;
	cursor: pointer;
}

input {
	width: 120px;
}

textarea {
	width: 148px;
	height: 117px;
}

blockquote {
	margin: 0;
}

blockquote p {
	margin-top: 0;
}

acronym, dfn, abbr, span.abbr {
	border-bottom: 1px dotted #fff;
	cursor: help;
}


/******************************************************
  CLEAR
*******************************************************/
*html .clear {
	height: 1%;
	overflow: visible;
}

*+html .clear {
	min-height: 1%;
}

.clear:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}


/******************************************************
  TYPO3 SPECIFIC STYLES
*******************************************************/
.csc-firstHeader {
	margin: 0 0 .7em 0;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.align-justify {
	text-align: justify;
}
