* {
	margin: 0;
	padding: 0;
}

BODY {
	background: url('../images/bg-site.gif') repeat-x #20241d;
	font-family: Georgia, Times, serif;
	font-size: 15px;
	line-height: 22px;
}

#all {
	position: relative;
	margin: 0 auto;
	width: 980px;
}

#header {
	position: absolute;
	top: 35px;
	left: 20px;
	width: 419px;
	height: 50px;
	background: url('../images/header.gif') no-repeat left top;
}

#header h1 {
	display: none;
}

#elena {
	position: relative;
	top: 20px;
	left: 180px;
	width: 800px;
	height: 32px;
	background: url('../images/elena.gif') no-repeat left top;
	border-bottom: 1px dotted #5b5c47;
	margin-bottom: 20px;
}

#elena h1 {
	display: none;	
}

#studio {
	position: relative;
	top: 20px;
	left: 180px;
	width: 800px;
	height: 32px;
	background: url('../images/studio.gif') no-repeat left top;
	border-bottom: 1px dotted #5b5c47;
	margin-bottom: 20px;
}

#studio h1 {
	display: none;	
}

#zitat {
	position: relative;
	top: 0px;
	left: 0px;
	width: 448px;
	height: 129px;
	background: url('../images/zitat.gif') no-repeat left top;
	margin-bottom: 20px;
}

#zitat h2 {
	display: none;	
}


#content {
	position: relative;
	top: 125px;
	width: 980px;
	display: block;
}  

h2 {
	margin: 0px;
	padding: 0px;
	color: #8bc791;
	font-size: 15px;
	font-weight: normal;
}

p {
	color: #909180;
	font-size: 15px;
	line-height: 22px;
	padding-bottom: 11px;
}

.bullet {
	color: #909180;
	font-size: 15px;
	line-height: 22px;
	margin: 0px 0px 0px 742px;
	padding: 0px 0px 0px 18px;
	background: url('../images/bullet.gif') no-repeat left top;
}


#threecol {
	width: 980px;
	display: block;
}

#threeleft {
	width: 220px;
	padding: 0px 20px 0px 20px;
	float: left;
}

#threemiddle {
	width: 450px;
	padding: 0px 40px 0px 0px;
	float: left;
}

#threerigth {
	width: 230px;
	float: left;
}


#twocol {
	width: 980px;
	display: block;
}

#twoleft {
	width: 440px;
	padding: 0px 40px 0px 260px;
	float: left;
}

#tworigth {
	width: 230px;
	float: left;
}



#footer {
	width: 960px;
	color: #732e4f;
	font-size: 11px;
	font-family: Georgia, Times, serif;
	padding: 2px 0px 0px 20px;
	background: url('../images/footer.gif') repeat-x left top;
	/* for clearimg purposes: */
	overflow: hidden;
}

#footer A {
	color: #732e4f;
	text-decoration: none;
}

#footer .copyright {
	float: left;
}

#footer .high5 {
	margin-left: 720px;
	margin: top: 0px;
	float: right:
}

.clear {
	clear: both;
}

a {
	color: #909180;
	text-decoration: underline;
}
