/*  Kommentare in Style-Dateien  Stylesanwendung:z.B. <span class="stylename">  */

body {
	font: 13px "trebuchet ms", arial, helvetica, sans-serif;
	color: #003300;    /*<!-- gn -->*/
         background: white;
         background-image:url(images/boellback_2x2.gif);
         background-repeat: repeat;
         margin: 0px;
         padding: 0px;
	text-align: center;  /*<!-- für Zentrierung in IE -->*/
}

#bildleiste {
	border: none;
	margin-top: 30px;
         width: 100%;           /*<!-- Die %Angabe verhindert den hor. Scrollbalken -->*/
         overflow:hidden;       /*<!-- Die %Angabe verhindert den hor. Scrollbalken -->*/
	height: 70px;
}



#gescontainer {
	border: 0px yellow solid;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	width: 760px;
	height: 800px;
}

                             /*<!-- Anfang der Kopf der Seite -->*/
#introTitel {
	background: #339999 ;    /* <!--dunkelgn--> */
	color: #ffffcc;    /* <!--ge--> */
	margin-top: 30px;
	margin-left:auto;
	margin-right:auto;
	width: 600px;
	height: 40px;
	text-align: right;
         padding: 10px;
         font: 30px "trebuchet ms", arial, helvetica, sans-serif;
         font-weight: 800;
	letter-spacing: 3px;
}

/* Hauptmenue */
#hauptmenue {
margin-left:auto;
margin-right:auto;
background-color: #FFEBC6;
color: #000;
width: 620px;
padding: 10px 0px 10px 0px;
}

#hauptmenue ul {
list-style-type: none;
margin: 0px 20px 0px 20px;
}
#hauptmenue ul li {
display: inline;
}
#hauptmenue ul li a {
text-decoration: none;
font-size: 12px;
font-weight: bold;
padding: 1px 10px 2px 10px;
background-color: #DDB05E;
color: #fff;
}
#hauptmenue ul li a:hover {
background-color: #FFE6B5;
color: #339999 ;    /* dunkelgn */
}


#container {
	background: white ;
	color: #003300;    /* gn */
	border: 0px yellow solid;
	margin-top: 30px;
	margin-left:auto;
	margin-right:auto;
	width: 600px;
         padding: 10px;
         font: 14px "trebuchet ms", arial, helvetica, sans-serif;
	text-align: left;
}

                             <!--/* Ende der Kopf der Seite */  -->

#footer {
	color: #669966;
	background: transparent;
         font: 9px "trebuchet ms", sans-serif;
         text-decoration: none;
	text-align: center;
         margin-left:0px;
}

#footer a:link, #footer a:visited, #footer a:hover{
	background: transparent;
	color: #669966;
         text-decoration: none;
         font: 9px "trebuchet ms", sans-serif;
}

p {
	font: 11px "trebuchet ms", arial, helvetica, sans-serif;
	margin-top: 0px;
	text-align: left;
}

.seitentitel {
	margin-top: 0px;
	font-size: 16px;
	font-weight: 800;
	background-color: #fff;
	color: #DDB05E;
}

.tourtitel {
         background: white ;
	color: #003300;    /* gn */
	font-size: 18px;
	font-weight: 800;
}



h1 {
	background: white ;
	color: #003300;    /* gn */
	font-size: 18px;
	font-weight: 800;
}


h3 {
	background: white ;
	color: #003300;    /* gn */
	font-size: 16px;
	font-weight: 800;
}
h4 {
	background: white ;
	color: #003300;    /* gn */
	font-size: 14px;
	font-weight: 800;
}
h5 {

}
a:link {   color: blue;
           background-color: transparent;
           font-size: 14px;
}
a:visited{ color: green;
           background-color: transparent;
           font-size: 14px;
}
a:hover {  color: #339999;  /* gn */
           background-color: transparent;
           font-size: 14px;
}
a:active{  color: green;
	  background-color: transparent;
           font-size: 14px;
}

             /*noch nicht verwendet              Links der Navigtionsflächen*/
#tourentitel a:link, #menueleiste a:visited {
           color: white;
           background-color: transparent;
           text-decoration: none;
           padding-top: 10px;
           font-size: 18px;
           font-family: arial, sans-serif;
}

#tourentitel a:hover{
           background-color: transparent;
           border-bottom: solid 1px #A4443C;
           color: white;
           text-decoration: none;
           padding-top: 10px;
           font-size: 18px;
           font-family: arial, sans-serif;
}


             /*noch nicht verwendet              Links der Navigtionsflächen*/
#menueleiste a:link, #menueleiste a:visited {
           color: white;
           background-color: transparent;
           text-decoration: none;
           padding-top: 10px;
           font-size: 18px;
           font-family: arial, sans-serif;
}

#menueleiste a:hover{
           background-color: transparent;
           border-bottom: solid 1px #A4443C;
           color: white;
           text-decoration: none;
           padding-top: 10px;
           font-size: 18px;
           font-family: arial, sans-serif;
}

