@media all {
/************************************************/

/*
'-------------------------------------------------
' Grundeinstellungen
'-------------------------------------------------
*/

* html body * { overflow: visible; }
* html iframe, * html frame { overflow: auto; }

html {
	height: 100%;
	/*margin-bottom: 1px;*/
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 100.01%;*/
	font-size: 16px;
}

body {
	height: 100%;
	position: relative;
	/* Hintergrund */
	background-color: #699418;
	/* Schrifteinstellungen */
	font-size: 68.75%; /* 75% von 16px = 12px | 68.75% von 16px = 11px */
	color: #000;
	line-height: 1.4em;
	letter-spacing: 0;
	word-spacing: normal;
	text-align: left;
	text-decoration: none;
}

* {
	font-size: 100%;
	padding: 0;
	margin: 0;
}



/*
'-------------------------------------------------
' Definition Layer
'-------------------------------------------------
*/

div#layoutContainerLayer {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 960px;
	height: 530px;
	margin: -265px 0 0 -480px;
	background-image: url("../images/bg.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	z-index: 1;
}

div#content1ContainerLayer {
	position: absolute;
	left: 15px;
	top: 44px;
	width: 930px;
	height: 200px;
	overflow: hidden;
	z-index: 3;
}

div#content2ContainerLayer {
	position: absolute;
	left: 15px;
	top: 287px;
	width: 930px;
	height: 200px;
	overflow: hidden;
	z-index: 3;
}

div.logoClass {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 310px;
	height: 200px;
	z-index: 3;
}

div.pictClass {
	position: absolute;
	left: 310px;
	top: 0px;
	width: 310px;
	height: 198px;
	border: 1px solid #fff;
	border-width: 1px 0px;
	overflow: hidden;
	z-index: 3;
}

div.textClass {
	position: absolute;
	left: 620px;
	top: 0px;
	width: 265px;
	height: 200px;
	padding-left: 30px;
	padding-right: 15px;
	z-index: 3;
}



/*
'-------------------------------------------------
' Definition Elemente
'-------------------------------------------------
*/

div.textClass table {
	width: 265px;
	height: 200px;
	border: 0px;
}

div.textClass table tr td {
	width: 265px;
	height: 200px;
	border: 0px;
}


/*
'-------------------------------------------------
' Links
'-------------------------------------------------
*/

div.textClass a,
div.textClass a:link,
div.textClass a:visited { color: #000; font-weight: normal; text-decoration: underline; }
div.textClass a:hover,
div.textClass a:active,
div.textClass a:visited:hover,
div.textClass a:visited:active { color: #699418; }



/*
'-------------------------------------------------
' Definition Elemente - Standardeinstellungen
'-------------------------------------------------
*/

.clearClass { clear: both; height: 1px; font-size: 1px; line-height: 0; }
.ghostClass { position: absolute; display: none; z-index: 0; }

div.rulerClass {
	position: relative;
	width: 100%;
	height: 1px;
	font-size: 0;
	line-height: 0;
	border-style: solid;
	border-color: #000;
	border-width: 1px 0 0 0;
	margin: 20px 0 20px 0;
}

div.distanceClass {
	position: relative;
	width: 100%;
	height: 25px;
	background-color: transparent;
}

.alignLeftClass { text-align: left; }
.alignCenterClass { text-align: center; }
.alignRightClass { text-align: right; }

.alertClass { font-weight: bold; color: #c00; }

.topZeroClass { margin-top: 0; }
.topSingleClass { margin-top: 1.4em; }
.topDoubleClass { margin-top: 2.4em; }
.bottomZeroClass { margin-bottom: 0; }
.bottomSingleClass { margin-bottom: 1.4em; }
.bottomDoubleClass { margin-bottom: 2.4em; }

.w25Class { width: 24.999%; }
.w33Class { width: 33.333%; }
.w50Class { width: 49.999%; }
.w66Class { width: 66.666%; }
.w75Class { width: 74.999%; }

p { margin: 0 0 1.4em 0; }
.pClass { margin: 0 0 1.4em 0; }
.firstClass { margin-top: 0em; }

table {
	border-width: 0;
	margin: 0 0 1.4em 0;
	border-collapse: collapse;
	empty-cells: hide;
}

th, td { background-color: transparent; }

img { border: 0; }
strong, b { font-weight: bold; }
em, i { font-style: italic; }
pre, code { font-family: "Courier New", Courier, monospace; }
address { font-style: normal; margin: 0 0 1.4em 0; }
acronym, abbr { letter-spacing: 0.07em; border-bottom: 1px dashed #000; cursor: help; }
blockquote, cite { margin: 0 0 1.4em 1.4em; width: auto; }



/************************************************/
}

