@charset "ISO-8859-1";
// colors
//	background-color: #a7dbcf;
//	background-color: #bcffe4
//	color: #534E26;
		
body {
	background-color: white;
}

* {
	font-family: Verdana, Arial, Georgia;
	color: black;
	font-size: 12px;
}

img {
	border: 0;
}

hr {
	color: white;
}

form * input {
	color: black;
	font-size: 0.9em;
}
form * textarea {
	color: black;
	font-size: 0.9em;
}
form * select {
	color: black;
	font-size: 0.9em;
}
form * select *{
	color: black;
	font-size: 0.9em;
}
.techlink {
	font-size: 0.9em;
}
.techcolor {
	color: #1f00a8;
}
#mapcontainer {
	color: black;
}	
table {
	background-color: #f5f5ed;
}
.rahmen {
//	border:4pt solid #ffe599;
	padding:10px;
	margin-left:10px;
	width: 860px;
}
.main {
	height: 570px;
	background-color: #f5f5ed;
}

.topbar {
	background-color: #e5d5eb;
}

.menuleft {
	padding-left: 20px;
}

a {
	text-decoration: none;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #534E26;
}
a:hover {
	text-decoration: none;
	color: #990900;
}
a:active {
	text-decoration: none;
}
// ---------------------------------------------------
//topbar background color: #e093ff
// ---------------------------------------------------
.linkboxLeft {
	float: left; 
	margin-right: 20px; 
	display:block; 
	width:80;
}

.linkboxRight {
	float: left;
	display: block;
}

.linkboxRight div {
	margin-bottom: 10px;
}

.pricesReiki * {
	width: 100px;
}


