/* CSS */
/* Violett:	#681B59 */
/* Grau:	#cccccc */
HTML, BODY {
	margin: 0;
	padding: 0;
}
#page {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 996px;
	height: 620px;
	background-image: url(/_images/page-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
}

STRONG {
	font-weight: bold;
	color: #681b59;
}
EM {
	font-weight: bold;
	font-style: normal;
}

.clearer {
	clear: both;
}



/* =========== CONTENT =========== */
#content {
	position: absolute;
	top: 96px;
	right: 0px;
	width: 692px;
	font-family: Helvetica, Arial, sans-serif;	
}

#content .two-container.left {
	float: left;
	width: 372px;	
}
#content .two-container.right {
	float: right;
	width: 286px;
}

#content P {
	margin: 0 0 1em 0;
	padding: 0;
}

#page-homepage #content {
	font-size: 56px;
	line-height: 68px;
	letter-spacing: -6px;
	xtext-transform: uppercase;
	text-align: center;
	color: #cccccc;
}
#page-homepage #content H2 {
	margin: 0 20px;
	color: #cccccc;
	opacity: .75;
}

#content A:link,
#content A:visited {
	color: #681b59;
}
#page-arbeiten #content A:link,
#page-arbeiten #content A:visited {
	color: #97628d;
}
#content A:hover,
#content A:active {
	color: #681b59;
}

/* =========== LOGO =========== */
H1, H1 A {
	margin: 24px 8px 28px 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 36px;
	font-weight: normal;
	color: #681b59;
	text-decoration: none;
}

/* =========== MENU =========== */
#menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 260px;
	text-align: right;
}
#menu UL {
	margin: 0;
	padding: 0 36px 0 0;
	list-style: none;
}
#menu LI {
	margin: 0 0 36px 0;
	color: #681b59;
	font-size: 24px;
}

#menu LI A:link,
#menu LI A:visited {
	color: #cccccc;
	text-decoration: none;
}
#menu LI A:link#selected,
#menu LI A:visited#selected {
	color: #681b59;
}
#menu LI A:hover,
#menu LI A:active {
	color: #681b59;
}