html {}

/* ---LAYOUT--- */

body, html {
         margin: 0;
         padding: 0;
         }
div.kasten {
         margin: -201px 0 0 -301px;
         position: absolute;
         top: 50%;
         left: 50%;
         width: 602px;
         height: 402px;
         }
div.hochundquer {
         background-image:url(../i/hochundquer.gif);
         width: 193px;
         height: 27px;
         position: absolute;
         top: 402px;
         left: 410px;
         }

div.text {
         position: absolute;
         right: 0;
         }
div.text h1, p {
         position: relative;
         right: 0;
         padding: 0.5em 2px 0.4em 0.7em;
         }
#referenzen {
	top: 21px;
         }
#kontakt {
	top: 40px;
         }
#impressum {
         top: 59px;
         width: 46em;
         }
#projekt {
	top: 144px;
         max-width: 540px;
         }
div.menu {
         margin: -210px 0 0 306px;
         position: absolute;
         top: 50%;
         left: 50%;
         width: 17%;
         height: 427px;
         padding: 0;
         }
p.rest {
         position: absolute;
         bottom: 0;
         left: 0;
         }
img {border: 0}

/* ---FARBEN--- */

body, p {
	background-color: #FFFFFF;
         color: #E53A16;
         }
div.kasten {
         background-color: #E53A16;
         color: #FFFFFF;
         }
div.kasten, div.text {
         color: #FFFFFF;
         }
a:link {
         color: #CCCEC9;
         }
a:visited {
         color: #CCCEC9;
         }
a:focus {
         color: #E53A16;
         }
a:hover {
         color: #E53A16;
         }
a:active {
         color: #E53A16;
         }

p.striche a:link {
         background-color: #CCCEC9;
         }
p.striche a:visited {
         background-color: #CCCEC9;
         }
p.striche a:focus {
         background-color: #E53A16;
         }
p.striche a:hover {
         background-color: #E53A16;
         }
p.striche a:active {
         background-color: #E53A16;
         }

p.striche span {
         background-color: #E53A16;
         }

/* ---SCHRIFTEN--- */

body {
         font-size: 11px;
         font-family: Georgia;
         letter-spacing: 1px;
         }
h1, p {
         font-size: 1em;
         font-weight: bold;
         line-height: 19px;
         margin: 0 0 0.9em 0;
         }
div.text p {
         text-align: right;
         margin: 8px 0 8px 0;
         }
p#klein {
	letter-spacing: 0;
         line-height: 1.4em;
         padding: 0.7em 2px 0.7em 0.7em;
         }
p.menu {
         word-spacing: 8px;
         }
p.striche {
	font-size: 6px;
         line-height: 24px;
         letter-spacing: 18px;
         word-spacing: 0px;
         margin-left: 4px;
         margin-bottom: 0;
         }
a {
         text-decoration: none;
         }
