html, body {
   overflow:hidden;
   width:100%;
   height:100%;
   background-color:rgb(246,194,163);
   /*background-image:url(../IMG/back-v.png);*/
   background-repeat:repeat-y;
}

#Title {
   position:absolute;
   top:0px;
   margin-left:36%;
   width:400px;
   height:100px;
   z-index:3;
}

#top_section {
   position:absolute;
   top:0px;
   left:0px;
   width:100%;
   background-image:url(../IMG/desert-h.jpg);
   background-repeat:repeat-x;
   height:100px;
   margin:0px;
   padding:0px;
   border-bottom:solid 1px rgb(182,111,62);
   z-index:2;
}

#main_section {
   margin:0px;
   padding:0px;
}

#navigation {
   position:absolute;
   left:0px;
   top:-3px;
   width:240px;
   height:1200px;
   background-image:url(../IMG/desert-v.jpg);
   background-repeat:repeat-y;
   z-index:3;
}

#dancedescription {
   font-size:16px;
   font-weight:bold;
   padding:0px;
   margin:0px;
   margin-bottom:3%;
}
/*
#Content {
   position:relative;
   top:100px;
   left:240px;
   margin-top:0%;
   margin-left:0%;
   overflow:auto;
}
*/
#Content {
   background-image:url(../IMG/Background.jpg);
   background-repeat:repeat-y;
   position:relative;
   top:88px;
   left:232px;
   overflow:auto;
   border-left:1px solid brown;
}

#FindMe {
   position:relative;
   top:100px;
   left:240px;
}

#Galerie {
   padding:0px;
   margin:0px;
   text-align: center;
}

table.Galerie_table {
   width:100%;
}

td.Galerie_td {
   text-align:center;
}

p.Galerie_p {
   padding-bottom:100px; border-bottom:solid 1px rgb(182,111,62); padding:0px; margin:0px;
}

.p_Profil {
   text-align:justify;
}

.div_Profil {
   clear:left;
   margin:0px;
   padding:0px;
}

table.Links_table td
	 {vertical-align:top;
	  padding-left:10px;
	  font-size:15px;
	  text-align:justify;}
	  
table.Training_table p
	 {
	 text-align: justify; 
	 padding:0px; 
	 margin-left:0px; 
	 margin-right:0px;
	 }
	 
#flashcontent {
   text-align:center;
   margin-top:1%;
}

.IMG_Filmstrip {
   margin-top:3%;
   margin-left:3%;
   float:left;
   border: none;
   width:700px;
   height:840px;
}

.IMG_Profil {
   border:solid 1px black;
   margin:0px;
   padding:0px;
}

.IMG_P {
   padding:0px;
   margin-top:10px;
   margin-bottom:10px;
   margin-left:4%;
   margin-right:4%;
   width:230px;
   height:350px;
   border:solid 1px black;
}

.IMG_L {
   padding:0px;
   margin-top:10px;
   margin-bottom:10px;
   margin-left:5%;
   margin-right:5%;
   width:522px;
   height:350px;
   border:solid 1px black;
}

#logo {
   position:absolute;
   top:50px;
   left:55px;
   width:150px;
   height:350px;
}

h1,h2,p,ul,ol {
   font-family:Verdana,sans-serif;
   margin-right:20px;
   margin-left:20px;
}

h1 {
   font-weight:normal;
   font-style:normal;
   font-size:17px;
   line-height:1.1em;
   color:rgb(175,35,35);
   border-bottom:rgb(175,35,35) solid 1px;
   padding-bottom:5px;
   padding-left:25px;
   margin-top:20px;
}

h2 {
   font-weight:bold;
   font-style:normal;
   font-size:13px;
   line-height:1.1em;
   color:rgb(175,35,35);
   border-bottom:rgb(175,35,35) solid 1px;
   padding-bottom:3px;
   padding-left:25px;
   margin-top:20px;
}

p {
   font-weight:normal;
   font-size:13px;
   line-height:1.1em;
   padding-left:0px;
   color:black;
}

ul,ol {
   padding-left:25px;
}

li {
   font-weight:normal;
   font-size:13px;
   line-height:1.1em;
   color:black;
   margin-top:6px;
   margin-bottom:6px;
}

a.navi, a.navi_first, a.navi_self {
         white-space: nowrap;
         border: 1px solid black;
         font-family: Tahoma, sans-serif;
         font-size: 12px;
         font-weight: bold;
         text-decoration: none;
         letter-spacing: 0.1em;
         padding-top: 5px;
         padding-bottom: 5px;
         text-align: center;
         width: 50%;
         height:14px;
         margin-left: 24%;
         margin-right: auto;
}

a.navi:link, a.navi_first:link,
a.navi:visited, a.navi_first:visited {
   background-image:url(../IMG/BackgroundNavi.jpg);
}

a.navi_self:link, a.navi_self:visited {
   background-image:url(../IMG/BackgroundNavi_Selected.jpg);
}

a.navi:hover, a.navi_first:hover, a.navi_self:hover,
a.navi:active, a.navi_first:active, a.navi_self:active{
   background-image:url(../IMG/BackgroundNavi_Hover.jpg);
}
