@charset "UTF-8";
/* CSS Document */

* { 	
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {	
	background-color: #695363;
}

A:link, A:visited, A:active {color: #000;text-decoration: none}

#text {

	font-size: 0.68em;
	text-align: left;
	letter-spacing: 0.001em;
	font-family: arial, sans-serif;
	line-height: normal;
}

#text1 {

	font-size: 0.68em;
	text-align: left;
	letter-spacing: 0.001em;
	font-family: arial, sans-serif;
	line-height: normal;
	margin-top: 20px;
}


#textklein {

	font-size: 0.6em;
	text-align: left;
	letter-spacing: 0.001em;
	font-family: arial, sans-serif;
	line-height: normal;
}

/* Abgerundete Ecken */

div.container {
    margin: 7% auto;
    padding: 0;
	width: 800px;
}
div.container div.rounded-box {
    background: url(images/zusatz/rounded-box.png) top left no-repeat;
}
div.container div.rounded-box.tl {
    background-position: left top;
}
div.container div.rounded-box.tr {
    background-position: right top;
	padding-top: 8px;
}
div.container div.rounded-box.bl {
    background-position: left bottom;
}
div.container div.rounded-box.br {
    padding-bottom: 8px;
    background-position: right bottom;
}
div.container div.rounded-box.content {
    background-color: #836f7c;
    height: 530px;
}

.yogabg {
	background-color: #eec280;
	line-height: 0;
	line-width: 0;
}

.grau {
	color: #58585a;
}

.bgaubergine {
	background-color: #836f7c;
}