@media all {
/************************************************/

/*
'-------------------------------------------------
' Grundeinstellungen
'-------------------------------------------------
*/

html {
    height: 100%;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
	/*font-size: 100.01%;*/
}

body {
	/* Hintergrund */
	background-color: #fff;
	/* Schrifteinstellungen */
	font-size: 68.75%; /* 75% von 16px = 12px | 68.75% von 16px = 11px */
	color: #535753;
	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: 0px;
	width: 960px;
	height: auto;
	margin-left: -480px;
	overflow: visible;
	z-index: 1;
}

div.pictClass {
	position: absolute;
	top: 0px;
	width: 300px;
	height: 160px;
	z-index: 21;
}

div#pict1Layer { left: 0px; }
div#pict2Layer { left: 330px; }
div#pict3Layer { left: 660px; }

div.containerClass {
	position: absolute;
	top: 285px;
	width: 298px;
	height: 218px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	z-index: 21;
}

div#container1Layer { border-right-color: #ab0232; border-bottom-color: #ab0232; }
div#container2Layer { border-right-color: #577624; border-bottom-color: #577624; }
div#container3Layer { border-right-color: #fdc613; border-bottom-color: #fdc613; }

div#container1Layer { left: 0px; }
div#container2Layer { left: 330px; }
div#container3Layer { left: 660px; }

div.logoClass {
	position: absolute;
	right: 0px;
	top: -35px;
	width: 234px;
	height: 68px;
	z-index: 21;
}

div.textClass {
	position: absolute;
	left: 0px;
	bottom: 10px;
	width: 290px;
	height: auto;
	z-index: 21;
}



/*
'-------------------------------------------------
' Definition Elemente
'-------------------------------------------------
*/

div.logoClass img { width: 234px; height: 68px; }
img { border: 0; }
p { margin: 0 0 1.4em 0; }



/*
'-------------------------------------------------
' Links
'-------------------------------------------------
*/

a,
a:link,
a:visited { color: #535753; font-weight: normal; text-decoration: underline; }
a:hover,
a:active,
a:visited:hover,
a:visited:active { color: #000; }



/************************************************/
}

