
* 	{padding: 0; margin: 0; }

html	{height: 101%; }

body {
	color: white;
         background-color: #bbbbbb;
         font-family: Verdana, Arial, Helvetica, sans-serif;
         font-size: small;

         }
* html body {
	font-size: 80%; }

* html #textbereich {
         display:inline-block;
         }

#wraparoundmain	{
         color: black;
         background-color: #bbbbbb;
         background-image: url(mainbackground.jpg);
         background-position: top left;
         background-repeat: repeat-y;
         width: 760px;
         margin-top: 0;
         margin-right: auto;
         margin-bottom: 0;
         margin-left: auto;
  	}

#wraparoundtop	{
         background-color: #bbbbbb;
         background-image: url(topbackground.jpg);
         background-position: top left;
         background-repeat: no-repeat;
         height: 20px;
         width:	760px;
         margin-right: auto;
         margin-left: auto;
         margin-top: 20px;
         margin-bottom: 0;
         padding-top: 0px;
         padding-bottom: 0px;
         }

#wraparoundbottom	{
         background-color: #bbbbbb;
         background-image: url(bottombackground.jpg);
         background-position: top left;
         background-repeat: no-repeat;
         height: 40px;
         width:	760px;
         margin-right: auto;
         margin-left: auto;
         margin-top: 0;
         margin-bottom: 20px;
         padding-top: 0;
         padding-bottom: 0px;
         }

#wrapper {
         background-color: white;
         background-image: url(navi_bg_solid.jpg);
         background-repeat: repeat-y;
         background-position: top left;
         width: 720px;
         margin-top: 0px;
         margin-right: auto;
         margin-bottom: 0px;
         margin-left: 10px;
         }

#wraparoundmainpic	{
         color: black;
         background-color: #bbbbbb;
         background-image: url(mainbackgroundpic.jpg);
         background-position: top left;
         background-repeat: repeat-y;
         width: 1260px;
         margin-top: 0;
         margin-right: auto;
         margin-bottom: 0;
         margin-left: 10px;

         }

#wraparoundtoppic	{
         background-color: #bbbbbb;
         background-image: url(topbackgroundpic.jpg);
         background-position: top left;
         background-repeat: no-repeat;
         height: 20px;
         width:	1260px;
         margin-right: auto;
         margin-left: 10px;
         margin-top: 20px;
         margin-bottom: 0;
         padding-top: 0px;
         padding-bottom: 0px;
         }

#wraparoundbottompic	{
         background-color: #bbbbbb;
         background-image: url(bottombackgroundpic.jpg);
         background-position: top left;
         background-repeat: no-repeat;
         height: 40px;
         width:	1260px;
         margin-right: auto;
         margin-left: 10px;
         margin-top: 0;
         margin-bottom: 20px;
         padding-top: 0;
         padding-bottom: 0px;
         }

#wrapperpic {
         background-color: white;
         background-image: url(navi_bg_solid.jpg);
         background-repeat: repeat-y;
         background-position: top left;
         width: 1220px;
         margin-top: 0px;
         margin-right: auto;
         margin-bottom: 0px;
         margin-left: 10px;
         }

#kopfbereich {
	position: relative;
	color: black;
         background-color: white;
         padding-top: 10px;
         padding-right: 20px;
         padding-bottom: 10px;
         padding-left: 20px;
         border-bottom: 1px solid #8c8c8c;
         }


#kopfbereich img {
	background-color: white;
         margin: 5px;

         }

#kopfbereich p	{
	position: absolute;
         top: 90px;
         right: 20px;
	padding: 5px 0 5px 0;
         margin-bottom: 0;
         font-weight: bold;
         }

#kopfbereich p span	{
         font-size: 150%;
         color: #bbbbbb;
         }

#navibereich	{
         float: left;
         width: 130px;
         margin-left: 5px;
         padding-top: 20px;
         }

#navibereich ul {
	color: black;
         width: 110px;
         padding-left: 0px;
         margin-left: 0;
         }

#navibereich li	{
         list-style-type: none;
         border-left: 1px solid #d90000;
         border-bottom: 1px solid #d90000;
         margin: 0;
         }

#navibereich #navi01	{
         border-top: 1px solid #d90000;
         }

#navibereich a	{
	display: block;
         text-decoration: none;
         color: black;
         padding: 4px;
         border-left: 3px solid white;
         }

#navibereich a:active { background-color: white; }

#navibereich a:hover,
#startseite #navi01 a,
#kontaktseite #navi02 a,
#philosophieseite #navi03 a,
#projekteseite #navi04 a,
#trainerseite #navi05 a,
#impressum #navi06 a
	{
         color: black;
         background-color: white;
         border-left: 3px solid #d90000;
         }


#textbereich	{

         padding-top: 20px;
         padding-right: 10px;
         padding-bottom: 20px;
         padding-left: 20px;
         margin-top: 10px;
         margin-left: 140px;
         }

#textbereich a 	{
	text-decoration: none; outline: none;
	}

#textbereich a:link	{
	color: #000000;
         }

#textbereich a:visited 	{
	color: #999999;
         }

#textbereich a:hover, a:focus {
	text-decoration: none; outline: solid 1px red;
         }

#textbereich a:active 	{
	color: white; background-color: #d90000;
         }

#fussbereich	{
	background-color: white;
	padding: 20px;
	padding-top: 10px;
         border-top: 1px solid #8c8c8c;
         margin-top: 20px;
         }


h1 	{ font-size: 150%; }
h2 	{ font-size: 130%;
         margin-bottom: 1em;
         }
h3	{ font-size: 110%;
	margin-bottom: 1em;
         }


address {
	text-align: center;
         font-size: 80%;
         font-style: normal;
         letter-spacing: 2px;
         line-height: 1.5em;
         }

a 	{ text-decoration: none; outline: none;
	}

a:link	{ color: #d90000; }
a:visited { color: #cc6666; }
a:hover, a:focus {text-decoration: underline; }
a:active { color: white; background-color: #d90000; }

.skiplink { display: none ; }

p, ul 	{
	margin-top: 0;
         margin-right: 0;
         margin-bottom: 1em;
         margin-left: 0;
         }

ul ul 	{ margin: 0; }

li	{
	margin-top: 0;
         margin-right: 0;
         margin-bottom: 0;
         margin-left: 1em;
         }
img	{
         border: none;
         }



form	{
	background-color: #eee;
         width: 440px;
         padding: 20px;
         border: 1px solid #8c8c8c;
         margin: 1em;
         }
label	{ display: block; }

#absender, textarea	{
	width: 400px;
         border: 1px solid #8c8c8c;
         margin-bottom: 1em;
         }

textarea { height: 7em; }

input:focus, textarea:focus	{
	background-color: #d9d9d9;
         }

#feedback p 	{
	text-align: center;
	}

#feedback img	{
         border: solid 1px black;
         }
