/* CSS Document */
* {
		padding: 0;
		margin: 0;
		font: 10px Verdana, Arial, Helvetica, sans-serif;
		color: #B4BBCD;
}

body
{
	  padding: 9px;
	  width: 420px;
	  background: #466395 ;
}
body#mainframe
{
	  background: #2E4778 ;
	  padding: 0px;
	  width:100%;
}

#content
{
background: #466395;
border:1px solid #4B6495;
width:753px;
height:400px;
position:absolute;
top:50%;
left:50%;
margin-left:-377.5px;
margin-top:-200px;
}
#header
{
position:absolute;
top: -37px;
}
img {
float:left;
}
p {
margin-bottom: 10px;
}
.center {
text-align:center;
}
th {
font-weight:bold;
}

th,td {
text-align:center;
padding:3px;
}

ul li {
		list-style-type: circle;
		font-weight:bold;
		margin:4px 0px 4px 17px;
}

/* Menü */
span {
visibility: hidden;
}
body#mainframe ul{
		height: 20px;
		list-style-type: none;
}
body#mainframe ul li {
	display: block;
	  float: left;
	  margin:0px;
}
body#mainframe ul li a {
	  display: block;
	  height: 20px;
	  text-decoration: none;
}
a.psychotherapie {
background: url(img/psychotherapie.gif) 0 0 no-repeat;
width: 115px;
}
a.systemische {
background: url(img/systemische.gif) 0 0 no-repeat;
width: 183px;
}
a.problembereiche {
background: url(img/problembereiche.gif) 0 0 no-repeat;
width: 112px;
}
a.angebotkosten {
background: url(img/angebotkosten.gif) 0 0 no-repeat;
width: 113px;
}
a.uebermich {
background: url(img/uebermich.gif) 0 0 no-repeat;
width: 71px;
}
a.aktuelles {
background: url(img/aktuelles.gif) 0 0 no-repeat;
width: 70px;
}
a.kontakt {
background: url(img/kontakt.gif) 0 0 no-repeat;
width: 89px;
}
/* ----------------------------- */
iframe {
width:455px;
height:380px;
border:0px;
}
h1 {
font-weight:bold;
font-size:11px;
margin-bottom: 5px;
margin-top: 10px;
}
#credits, #credits a
{
position:absolute;
bottom: -13px;
right:1px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
font-weight:bold;
color:#A9B4C8;
}
