body {
	background-color: #ffffff;
	font-size: 62.5%;
	color: #444;
	font-family: Tahoma, Verdana, sans-serif;
}

body#impressum {
	background-color: #fbfbfb;
	color: #000;
padding: 20px;
font-size: 11px;
}

body#impressum p {
margin-bottom: 0.6em;
line-height: 125%;
}
body#impressum h3 {
font-size: 1.2em;
margin-bottom: 0.5em;
}

a:link, a:visited, a:active {
color: #444;
}
a:hover {
color: #ff2865;
}

#wrap {
	width: 920px;
	margin: 15px auto 0 auto;
}

#header {
	width: 100%;
}

a#logo {
	display: block;
	width: 272px;
	text-align: center;
	height: 135px;
	margin-right: 25px;
}


div#myFlow {
width: 620px;
margin-top: 10px;
display: none;
}

div#myFlow span.artist {
color: #444;
}
div#myFlow span.title {
color: #ff2865;
}


#cds {
width: 270px;
min-width: 200px;
margin: 0px 25px 0 0;
height: 300px;
line-height: 150%;
}

#cds h2 {
	font-size: 2em;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 125%;
	margin-bottom: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
}

span.rosa {
color: #ff2865;
}

span.rosa a {
color: #ff2865;
}

#cds p {
	font-size: 1.1em;
	margin-bottom: 1em;
	color: #666;
	
}

#kassenzettel {
width: 620px;

background: #ffffff url(images/rechnung_bg.png) repeat-y center top;
margin: 0;
position: relative;
}

#rechnung-top, #rechnung-btm {

width: 100%;
left: 0;
height: 28px;
}
#rechnung-top {
top: 0;
background: #ffffff url(images/rechnung_top.png) no-repeat center top;
}
#rechnung-btm {
position: absolute;
bottom: 0;
line-height: 120%;
text-align: center;
color: #666;
height: 45px;
background: transparent url(images/rechnung_btm.png) no-repeat center bottom;
}
#rechnung-content {
width: 100%;
margin: 0 auto 45px auto;
overflow: hidden;
}

.liste {
width: 30%;
line-height: 1.4em;
margin-right: 10px;
margin-left: 10px;
color: #666;
}

#rechnung-content h3 {
font-size: 1.4em;
font-family: Arial, Helvetica, sans-serif;
margin-bottom: 5px;
}

#rechnung-content ul li {
padding-left: 20px;
font-family: Arial;
}

#rechnung-content ul {
height: 170px;
overflow: hidden;
margin-bottom: 5px;
background: transparent url(images/inklusive.png) no-repeat left center;
}

#rechnung-content p {
font-size: 1.1em;
padding-top: 2px;
border-top: 3px double #ccc;
}

#rechnung-content p.zusatz {
margin-bottom: 20px;
}

#rechnung-content p span.rosa {
font-weight: bold;
font-size: 1.1em;
}

#footer {
text-align: center;
color: #aaa;
margin: 0 auto 0 auto;
width: 920px;
line-height: 150%;
}

.clear {clear: both;}
.floatleft {float: left;}
.floatright {float: right;}
