body, html, div {
  background: #b65;
  font-family: Microsoft Sans Serif, Verdana, sans serif;
  line-height: 1.4em;
  margin: 0;
  padding: 0;
}
html {
height: 100%;
display: table;
width: 100%;
}
body {
display: table-cell;
vertical-align: middle;
padding: 1ex 0;
}
p {
  font-family: Microsoft Sans Serif, Verdana, sans serif;
  color: #111;
}
.home p {
  color: #fff;
	margin-top: 0;
}
p.home{
  color: #fff;
}

h1 {
  padding: 0;
  margin: 0;
  color: #222;
  font-family: Microsoft Sans Serif, Verdana, sans serif;
  line-height: 1em;
}
.home h1 {
  color: #aaa;
}

h2 {
  font-family: Microsoft Sans Serif, Verdana, sans serif;
  color: #000;
  line-height: 1em;
}
.home h2 {
  color: #fff;
	margin-bottom: 0;
}

a, a:visited {
  color: #006;
}
a[target="_blank"] {
  padding-right: 14px;
}
a[target="_blank"]:after {
  content: url(http://www.casa-rosa-ruhr.de/bin/extern.gif);
}
.home a{
  color: #ddd;
}


.cr-therapie .is-therapie, 
.cr-gesundheit .is-gesundheit,
.cr-kunst .is-kunst {
  color: #fff;
}


.tabs {
  font-weight: bold;
}
.tabs span {
	background: #cb9;
	padding: 1ex 1ex 1px 1ex;
	border-bottom: 1px solid #986;
	white-space: nowrap;
}
.tabs span a {
  text-decoration: none;
}
.is-imalen .tabs .imalen,
.is-kunsttherapie .tabs .kunsttherapie,
.is-beratung .tabs .beratung,
.is-at .tabs .at,
.is-pmr .tabs .pmr,
.is-we-malen .tabs .we-malen,
.is-kindergeb .tabs .kindergeb {
   background: #edb;
	 padding: 1ex;
	 border-bottom: 0;
}
 
 
#content {
	 width: 80%;
	 margin: 0;
	 padding: 0;
	 border: 0;
}



@media (max-width:639px) {
	
#content {
	width: 99%;
}
table {
  max-width: 100%;
	overflow: hidden;
}

}