* {
	border-color: #8C7387;
}

body {
	border: none;
	padding: 0;
	margin: 0;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	text-align: left;
	letter-spacing: 0.06em;
	background: white;
	line-height: 15px;
}

h1 {
	font-size: large;
	letter-spacing: 0.1em;
}

h2 {
	letter-spacing: 0.1em;
	font-size: 12px;
	padding: 0 0 0.1em;
	margin: 0;
}

h3 {
	letter-spacing: 0.1em;
	font-size: 0.8em;
	padding: 0.7em 0 0.1em;
	margin: 0;
}

h1, h2 {
	color: #8C7387;
	font-weight: bold;
	text-transform: uppercase;
}

h4 {
	letter-spacing: 0.1em;
	font-size:  12px;
	padding: 2em 0 0.1em;
	margin: 0;
}

a, a:visited, h3 {
	text-decoration: none;
	color: #8C7387;
}

a:hover {
	text-decoration: underline;
	color: #614A6D;
}

/* === Menu === */
#menu {
	position: fixed;
	float: left;
	padding: 0;
	margin: 5em 10px 10px;
	width: 180px;
	z-index: 99;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0.5em;
	text-align: right;
	font-size: 10px;
}

#mainmenu li.haupt {
	margin: 0 46px 0 0;
	text-transform: uppercase;
}

#mainmenu li a {
	text-decoration: none;
	margin-top: 0.1em;
}

a.here {
	font-weight: bold;
}

a.black, a.black:visited {
	color: black;
}

li.unter {
	text-align: left;
	margin: 3px 0 3px 84px;
}

li.unter a.here:before {
	content: "> ";
	margin: 0 0 0 -16px;
	font-size: 9px;
}

/* === Content === */
#main {
	position: relative;
	float: left;
	left: 12.5em;
	width: 554px;
	margin: 2em 0 1em;
}

#main p, #main ol, #main ul {
	font-size: 0.7em;
	margin: 1em 0 1em;
}

#main a {
	font-weight: bold;
}

#main li {
    list-style-image: url(../images/bullet.png);
}

#main img {
	margin: 14px 0 1em;
	border: none;
}

/* === Frame === */
#frame {
	width: 800px;
	display: block;
}

/* === Rounded === */
.roundcont p {
	margin: 0 10px;
}

.roundtop p.r { 
	background: transparent url(../images/round.gif) no-repeat top right;
}

.roundbottom {
	margin-bottom: 1em;
}

.roundtop p.r, .roundbottom p.r {
	float: right;
	top: -15px;
}
.roundbottom p.r {
	background: transparent url(../images/round.gif) no-repeat bottom right;
}

.roundtop p, .roundbottom p {
	height: 15px;
	display: block;
	position: relative;
	margin: 0!important;
}
.roundtop p.l {
	float: left;
	background: transparent url(../images/round.gif) no-repeat top left;
}
.roundbottom p.l {
	float: left;
	background: transparent url(../images/round.gif) no-repeat bottom left;
}
.roundtop p.l, .roundbottom p.l, .roundtop p.r, .roundbottom p.r {
	width: 15px;
}
.roundtop p.m {
	border-top: 1px solid #D3C8E3;
	margin: 0 14px!important;
	height: 14px!important;
}
.roundbottom p.m {
	border-bottom: 1px solid #D3C8E3;
	margin: 0 14px!important;
	height: 14px!important;
}

div.text {
	border-right: 1px solid #D3C8E3;
	border-left: 1px solid #D3C8E3;
	padding: 0 1.5em 0.5em;
	margin-bottom: -0.5em;
}

img#kareen {
    float: right;
    margin: -10px 0 10px;
}

/* === Classes === */
.marginLeft {
	margin-left: 10px;
}

.marginRight {
	margin-right: 10px;
}

img.center {
	display: block;
	margin: auto;
}

p.end {
	padding-bottom: 10px;
}

.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.smallSpace {
	margin: 0 0 3px;
}

.sperrH3 {
	font-weight: lighter;
	letter-spacing: 0.2em;
	font-size: 1.2em;
}

.sperrP {
	letter-spacing: 0.2em;
}

.bold {
	font-weight: bold;
}

p.kaufen {
	margin-bottom: 30px!important;
}

.name {
	text-transform: uppercase;
}

div.between {
	width: 534px;
	height: 1px;
	font-size: 1px;
	margin: 4px -15px 20px;
	border-top: 1px solid #D3C8E3;
}

.logobuch{
	margin-left: 0px;
	position: relative;
	z-index: 99999;
	margin-top: 20px;

}
.smallogo{
	margin-top: -110px;
	position: relative;
	z-index: 99999999;
	margin-left: 80px;
}
.block{
	display: block;
}

.mtop{
	margin-top: 20px;
}