﻿.text-transform-uppercase { 
text-transform:uppercase;
}

.width350px {
	width:350px;
	float:right;
}

.width500px {
	max-width:500px;
	margin:auto;
}

.width800px {
	max-width:800px;
	margin:auto;
}


.max-width-950 {
	max-width:950px;
	margin: auto;
}

.background-erde {
	background-color:#442923;
	color:#996678;
}

.background-erde-dunkel {
	background-color:#382E2D;
}

.text-size-18 {
	font-size:18px;
}

.background-green2 {
	background-color:#34423D;
}
.color-green {
	color: #48665A;
}

.color-lightgreen {
	color:#8F9F99;
}

.letterspacing_2 {
	letter-spacing:2px;
}

margin-bottom-100 {
	margin-bottom:100px;
}

.margin_auto {
margin-left:auto;
margin-right:auto;
	}
}