﻿/*normalisierung marign, padding, body rausgenommen, da sonst mit schatten probleme!*/

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{
margin:0;
padding:0;
}

/*normalisierung font-size header*/

h1, h2, h3, h4, h5, h6
{
font-size:100%;
}

/*entfernt list-style aus listen*/

ol, ul
{
list-style:none;
}

/*normalisiert font-style und font-weight auf normal*/

address, caption, cite, code, dfn, em, strong, th, var
{
font-style:normal;
font-weight: normal;
}


/*normalisiert tabellen*/
table
{
border-collapse: collapse;
border-spacing:0;
}

/*entfernt border aus fieldset und img*/
fieldset, img
{
border:0;
vertical-align:bottom;
}

/*richtet text in caption und th links aus*/
caption, th
{
text-align:left;
}

/*entfernt anfuehrungszeichen aus q*/
q:before, q:after
{
content:'';
}


h1 {
  font-size: 200%;
}
h2 {
  font-size: 180%;
}
h3 {
  font-size: 150%;
}
h4 {
  font-size: 120%;
}
a:link {
  text-decoration: none;
  font-family: arial,helvetica;
  font-size: 10pt;
  color: white;
}
a:hover {
  text-decoration: none;
  font-family: arial,helvetica;
  font-size: 10pt;
  color: red;
}
a:active {
  text-decoration: none;
  font-family: arial,helvetica;
  font-size: 10pt;
  color: red;
}
a:visited {
  text-decoration: none;
  font-family: arial,helvetica;
  font-size: 10pt;
  color: white;
}
#html, body {
  height: 100%;
}
#logotext {
  background-color: lightgrey;
  position: absolute;
  left: 250px;
  width: 831px;
  top: 32px;
  height: 800px;
}
#logo {
  background-color: lightgrey;
  position: absolute;
  left: 250px;
  width: 831px;
  top: 32px;
  height: 800px;
}

#kopfbild{
    position: absolute;
     top: 32px;
	 padding-left: 45%;
}
#leiste {
  padding: 10px;
  display: inline;
  position: absolute;
  margin-left: 74px;
  top: 155px;
  height: 172px;
  width: 1169px;
}
#navi {
  display: inline;
  background-color: grey;
  position: absolute;
 
  top: 326px;
  height: 31px;
  left: 0px;
  width: 831px;
}
#navi li {
  padding: 9px;
  display: inline;
  color: white;
}
#hintergrund{
position: absolute;
    top: 355px;
}
#ticker-area{
  padding: 10px;
  display: inline;
  position: absolute;
 
  border: 0px solid rgb(58, 36, 20);
	border-left: none;
	border-right: none;
	padding: 10px 0;
	margin: 35px 0;
	text-align: center;
	font-size: 1.5em;
	font-weight: normal;
	color: #060;
	left: 0px;
	top: 325px;
	height: 30px;
	width: 831px;
}

#adresse {
  position: absolute;
  width: 245px;
  height: 235px;
  top: 300px;
  left: 25px;
}
#adresse p {
  color: white;
}

#physio {
  position: absolute;
  top: 400px;
  left: 70px;
  padding-left: 10%;
  padding-right: 10%;
}
#liste {
  text-align: left;
  padding-left: 20%;
 }


#link
{
 position: absolute;
  width: 205px;
  height: 235px;
  top: 340px;
  left: 1155px;
  } 
#link a:link {
  text-decoration: none;
  font-family: arial,helvetica;
  font-size: 10pt;
  color: rgb(230, 62, 60);
}
#link a:visited {
  text-decoration: none;
  font-family: arial,helvetica;
  font-size: 10pt;
  color: rgb(230, 62, 60);
}
#partner
{
  font-family: arial,helvetica;
  font-size: 15pt;
  color: white;
}
#partner p {
  font-size: 12pt;
}

