/**
 *
 *	Stylesheet for media="screen,projection" - The mainpage
 *	www.equiterra.at
 *
 *	@author		Alex Buchgeher <alexander.buchgeher(at)fh-hagenberg.at>
 *	created	on 2006/01/19
 *
 */
 
 
/* general element-behaviours */
html * {}
body {
	font-family: /*Tahoma,*/ 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.7em;
	font-size: 1.0em;
	padding: 0;
	margin: 0;
	background: #fff url(images/overall_bg.jpg) top /*fixed*/ center no-repeat;/*#E1FFB6;*/
}
h1, h2, h3, h4 {
	color: #17290F;
	clear: both;
	display: block;
}
strong, strong a {	
	font-size: 11px !important;
	color: #163105;
}

/* container */
#container {
	position: relative;
	padding: 0;
	margin: 0 auto;
	width: 826px;
	/*border: 1px solid green;*/
}


/* pageHeader */
#pageHeader h1 span {
	display: none;
}
#pageHeader h1 {
	margin: 0;	/* opera bug */
	padding: 0;
	margin-bottom: 10px;
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
	width: 306px;
	height: 66px;
	background: #fff url(images/equiterra.jpg) center no-repeat;
}
#pageHeader #headerImage {
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	width: 826px;
	height: 271px;
	background: #fff url(images/equi_headerimage_orig.jpg) center no-repeat;
}


/* content */
#content {
/*	margin-left: auto;
	margin-right: auto;
	width: 826px;
*/
	padding: 0;
	line-height: 1.8em;
}
#content:after {
  content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#leftcolumn { 
	width: 180px;
	float: left;
}
#rightcolumn {
	width: 600px;
  padding: 10px 15px 0 15px;
  
  voice-family: "\"}\""; 
  voice-family:inherit;
	
	width: 570px;
	float: right;
}
html>body #rightcolumn {
	width: 570px;
}
h1, h2, h3, h4, h5,
h1 *, h2 *, h3 *, h4 *, h5 * {
	/*font-family: Georgia, 'Times new Roman', Helvetica, Verdana, sans-serif;*/
	font-family: Georgia, 'Times new Roman', Times, serif;
	font-weight: normal;
}
h2, h3, h4, h5 {
	letter-spacing: -.05em;
	line-height: 1em;
}
h1 {
	margin: 25px 0 15px 0;
	font-size: 1.4em;
}
h2 {
	margin: 25px 0 15px 0;
	font-size: 1.3em;
}
h3 {
	margin: 25px 0 15px 0;
	font-size: 1.2em;
}
h4 {
	margin: 20px 0 10px 0;
	font-size: 1.1em;
}
h5 { }

#content { font-size: 1.0em; }
#content #rightcolumn ul * { font-size: 11px; }
#content p {
	padding: 0;
	margin: 0;
	font-size: 0.7em;
	line-height: 1.9em;
}
img {
	border: none; /* 1px solid #000; */
	padding: 0;
	margin: 0.5em 0.8em 0 0;
}
img.spacer-gif { border: none; }
#content #rightcolumn a {
	text-decoration: underline;
	color: #163105;
}
#content #rightcolumn a:hover {
	text-decoration: none; 
	color: #546C46;
}
h1 a, 
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	text-decoration: none !important;
}

address {	font-size: 11px; }
blockquote {}
cite {}
acronym {}
table.imgtext-table {	
	margin: -20px 0 0px 0;
	padding: 0;
}
.spacer-gif { border: 1px solid red; }
.imgtext-table .csc-caption {
	font-style: italic;
	display: block;
}
.content-element {
	/* border: 1px dashed #eee; */
	display:  block;
	position: relative;
	margin: 0 0 25px 0;
}


/* footer */
#footer {
	clear: both;
	font-family: 'Times new Roman', serif;
	margin: 0;
	padding: 10px 0 6px 0;
	width: 826px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 12px;
	color: #999999;
	background: #fff;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #222222;
	text-decoration: underline;
}



/* mailform */
/*
.tx-mailform dt, .tx-mailform dd { border: 1px solid red; }
*/
.tx-mailform {
	margin: 25px 0 0 0;
	font-size: 0.7em;
}
.tx-mailform label {
	margin: 0;
	padding: 0;
}
.tx-mailform .required,
.tx-mailform-errormsg {
	color: #cc0000;
	margin: 0 0 0 5px;
}
.tx-mailform dt {
	width: 80px;
	padding: 0;
	margin: 0;
	float: left;
}
.tx-mailform dd {
	padding: 20px 0 20px 0;
	margin: 20px 0 20px 0;
	width: auto;
	padding: 0;
}
.csc-form-labelcell { 
	display: block;
	width: 400px;
}

/* helper */
.clear {
	clear: both;
	position: relative;
	height: 1px;
}
