@charset 'utf-8';
/*-------------------------------------------------------------------------------------
	*
	*	@copyright:_________2008, Faro
	*	@link:______________http://www.faro.de
	*	@author:____________Jung v. Matt/Neckar
	*	@function:__________site style settings
	*
	*	@version:___________1.0
	* 	@revision:__________$Revision: 51 $
	* 	@lastmodified:______$Date: 2008-06-05 10:55:13 +0200 (Do, 05 Jun 2008) $
	*
-------------------------------------------------------------------------------------*/
/*------------------------------------------------
	*	reset browser defaults
--------------------------------------------------*/
* { /* resets all predefined values to 0 */
	margin:0;
	padding:0;
}
body {
	font-size:62.5%;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img, abbr, acronym {
	border:0;
}
abbr, acronym {
	border-bottom:1px dotted;
}
address, caption, cite, code, dfn, em, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
q:before, q:after {
	content:'';
}
/*------------------------------------------------
	*	predefined styles
--------------------------------------------------*/
.clear { /* clearing floats within html-code about the <br /> tag */
	clear:both;
	height:0;
	font-size:0;
}
.clearfix:after { /* clearfix-method without additional markup. needs surrounding element. */
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:block;
}
hr { /* hr is invisile, but visible in print-view */
	display:none;
}
.divider { /* general dividing line */
	clear:both;
	margin:15px 0;
	height:1px;
	background:none;
	background:url(../images/grDividerContent.gif) no-repeat;
}
.invisible { /* makes elements invisible but readable */
	position:absolute;
	left:-1000em;
}
/*------------------------------------------------
	*	basic font definitions
--------------------------------------------------*/
* { /* basic font family/groundcolor */
	font-family:Arial, Helvetica, sans-serif;
}
a, a:link, a:visited, a:active, a:focus { /* basic link groundcolor */
	color:#464646;
	text-decoration:none;
}
a:hover { /* basic link hover color */
	color:#00FF00;
}
/*------------------------------------------------
	*	Screenzentrierung
--------------------------------------------------*/
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background-color: #000000;
	text-align: center;
	min-width: 1024px;
	min-height: 740px;
}
#wrapper {
/* document container */
	float: left;
	height: 50%;
	margin-top: -370px; /* halbe Hoehe */
	width: 100%;
}
#dcCont {
/* document container */
	position: relative;
	top: 0px;
	left: 0px;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	height: 740px;
	overflow: auto; /* allow content to scroll inside element */
	text-align: left;
	clear: both;
}
	/*	content styles
	--------------------------------------------------*/
	h1 {
		position:absolute;
		left:130px;
		top:251px;
		width:850px;
		padding:1px 0;
		background:url(images/noFlashLinesHd.gif) repeat-x;
		color:#FFF;
		font-size:1.2em;
	}
	h2 {
		padding:1px 0;
		margin-bottom:10px;
		background:url(images/noFlashLinesHd.gif) repeat-x;
		color:#FFC200;
		font-size:1.2em;
	}
	p {
		font-size:1.1em;
		line-height:1.5em;
		min-height:110px;
		color:#fff;
	}
	#flashContent {
		width:1024px;
		height:740px;
		margin:0px;
	}
	#noFlashCont {
		position:relative;
		width:1024px;
		height:740px;
		margin:0;
	}
	#colCont {
		position:absolute;
		left:130px;
		top:417px;
	}
	#colCont1, #colCont2, #colCont3 {
		float:left;
		width:249px;
		margin-right:15px;
	}
	#colCont2, #colCont3 {
		width:285px;
	}
	#colCont3 {
		margin-right:0;
	}