html,
* {
    margin: 0;
    padding: 0;
}

#container {
    /*background-image: url("../images/europa/wandern/DSC07826.jpg");
    background-attachment: fixed;
    width: 100%;*/

    border: 0 0 0 0;
    background-color: #F5ECCE;
}

#cover {
    margin-left: auto;
    margin-right: auto;
    background-image: url("images/Rhodos_5.jpg");
    width: 972px;
    height: 1500px;
}

#zentriert {
    margin-left: auto;
    margin-right: auto;
    width: 1010px;
    background-color:#E6E6E6;
}

.masterhead {
    text-align: center;
    font-weight: bolder;
    font-family:"Times New Roman", Times, serif;
    font-style: italic;
    color:#08088A;
    font-size: 1.5em;
}

.masterhead h1 {
    padding: 30px 0 0 0;
}

.masterhead h2 {
    padding: 5px 0 20px 0;
}

.masterhead h3 {
    padding: 5px 0 0 20px;
    text-align:left
}

.masterhead h3 a{
    text-decoration:none;
    color:#08088A;
}

.masterhead h3 a:visited{
    color:#08088A;
}

.masterhead h3 a:hover{
    color:#08088A;
}


#banner {
	background-image:url('Fernreisen/images/PalmaApril2018/flag1.png');
	margin-left: 5px;
	width: 990px;
	height: 80px;
	background-repeat: repeat-x;
}

/*  Begin menu  */
#menu {
    width: 100%;
    margin: 0;
    padding: 10px 0 0 0;
    list-style: none;
    background: #29A2DE;
    background: -moz-linear-gradient(#FFF, #29A2DE);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #29A2DE), color-stop(1, #FFF));
    background: -webkit-linear-gradient(#FFF, #29A2DE);
    background: -o-linear-gradient(#FFF, #29A2DE);
    background: -ms-linear-gradient(#FFF, #29A2DE);
    background: linear-gradient(#FFF, #29A2DE);
    -moz-border-radius: 50px;
    border-radius: 50px;
    -moz-box-shadow: 0 2px 1px #9c9c9c;
    -webkit-box-shadow: 0 2px 1px #9c9c9c;
    box-shadow: 0 2px 1px #9c9c9c;
}

#menu li {
    float: left;
    padding: 0 0 10px 0;
    position: relative;
    line-height: 0;
}

#menu a {
    float: left;
    height: 25px;
    padding: 0 25px;
    color: #000080;
    text-transform: uppercase;
    font: 17px/25px Arial, Helvetica;
    text-decoration: none;
    text-shadow: 0 1px 0 #000;
}

#menu li:hover>a {
    color: #fafafa;
}

*html #menu li a:hover
/* IE6 */

{
    color: #fafafa;
}

#menu li:hover>ul {
    display: block;
}


/* Sub-menu */

#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99999;
    background: #FFF;
    background: -moz-linear-gradient(#FFF, #29A2DE);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #29A2DE), color-stop(1, #FFF));
    background: -webkit-linear-gradient(#FFF, #29A2DE);
    background: -o-linear-gradient(#FFF, #29A2DE);
    background: -ms-linear-gradient(#FFF, #29A2DE);
    background: linear-gradient(#FFF, #29A2DE);
    -moz-box-shadow: 0 0 2px rgba(255, 255, 255, .5);
    -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, .5);
    box-shadow: 0 0 2px rgba(255, 255, 255, .5);
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#menu ul ul {
    top: 0;
    left: 250px;
}

#menu ul li {
    float: none;
    margin: 0;
    padding: 0;
    display: block;
    -moz-box-shadow: 0 1px 0 #29A2DE, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #29A2DE, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #29A2DE, 0 2px 0 #777777;
}

#menu ul li:last-child {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#menu ul a {
    padding: 10px;
    height: 10px;
    width: 240px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

*html #menu ul a
/* IE6 */

{
    height: 10px;
}

*:first-child+html #menu ul a
/* IE7 */

{
    height: 10px;
}

#menu ul a:hover {
    background: #0186ba;
    background: -moz-linear-gradient(#04acec, #0186ba);
    background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
    background: -webkit-linear-gradient(#04acec, #0186ba);
    background: -o-linear-gradient(#04acec, #0186ba);
    background: -ms-linear-gradient(#04acec, #0186ba);
    background: linear-gradient(#04acec, #0186ba);
}

#menu ul li:first-child>a {
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#menu ul li:first-child>a:after {
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #FFF;
}

#menu ul ul li:first-child a:after {
    left: -8px;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 0;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 8px solid #FFF;
}

#menu ul li:first-child a:hover:after {
    border-bottom-color: #04acec;
}

#menu ul ul li:first-child a:hover:after {
    border-right-color: #04acec;
    border-bottom-color: transparent;
}

#menu ul li:last-child>a {
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}


/* Clear floated elements */

#menu:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/* end menu*/


.table1 {
    margin: 50px 5px 0px 5px;
    width: 990px;
}

.td1 {
    width: 330px;
    height: 220px;
	background:#CEE3F6;
	text-align: center;

}

.td1 img {
	 vertical-align: middle;
}

.td2 {
    width: 330px;
    height: 220px;
    background:#CEE3F6;
    text-align: center;
}

.td2 a {
    text-align: center;
    margin: auto;
    text-decoration: none;
    color:#08298A;
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
    font-weight: bolder;
    font-size: x-large;
}

.td2 a:visited {
    color: #08298A;
    text-decoration: none;
}

.td2 a:hover {
    color: #FF0000;
    text-decoration: none;
}

.td2 p {
    text-align: center;
    margin: auto;
    text-decoration: none;
    color:#08298A;
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
    font-weight: bolder;
    font-size: medium;
}

.td3 {
    width: 330px;
    height: 220px;
    background:#B0C4DE;
    text-align: center;
}

.td3 a {
    text-align: center;
    margin: auto;
    text-decoration: none;
    color:#08298A;
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
    font-weight: bolder;
    font-size: x-large;
}

.td3 a:visited {
    color: #08298A;
    text-decoration: none;
}

.td3 a:hover {
    color: #FF0000;
    text-decoration: none;
}

.td3 p {
    text-align: center;
    margin: auto;
    text-decoration: none;
    /*color: #610B0B;*/
    color:#08298A;
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
    font-weight: bolder;
    font-size: medium;
}


.tdleft {
    text-align: left;
}


#text1 {
    margin-left: 180px;
    margin-right: 130px;
    border: 3px solid;
    font-family: calibri, sans-serif;
    font-size: large;
    text-align: center;
    font-weight: bolder;
}

#text2 {
    margin-left: 15px;
    margin-right: 15px;
    font-family: Calibri,Arial, sans-serif;
    font-size: large;
    font-weight: bold;
    color:#08088A;
}

#text3 {
    /*margin-left: 80px;*/
    font-family: calibri, sans-serif;
    font-size: large;
    text-align: center;
    font-weight: bolder;
}

#text4 {
    margin-left: 15px;
    margin-right: 15px;
    font-family: Calibri,Arial, sans-serif;
    font-size: large;
    font-weight: bold;
    font-style:italic;
    color:#08088A;
}


#next {
    margin: 50px 5px 0 5px;
    position: relative;
    background: #CEE3F6;
    padding: 2px;
    height: 60px;
}

#next p {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: xx-large;
    text-align: center;
}

#rechts {
    margin: 10px 25px;
    float: right;
    font-size: medium;
    font-family: Arial, Helvetica, sans-serif;
    color: #08298A;
    text-decoration: none;
}

#next a {
    font-size: xx-large;
    font-weight: bolder;
    font-family: "MV Boli";
    font-style: italic;
    text-align: center;
    color: #08298A;
    text-decoration: none;
}

#next a:visited {
    color: #08298A;
}

#next a:hover {
    color: #ff0000;
}

#back {
    margin: 0 5px 0 5px;
    position: relative;
    background: #8181F7;
    padding: 2px;
    height: 60px;

}

#back p {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: xx-large;
    text-align: center;
}

#links {
    margin: 25px 0 5px 25px;
    float: left;
    font-size: medium;
    font-family: Arial, Helvetica, sans-serif;
    color: #08298A;
    text-decoration: none;
}

#back a {
    font-size: xx-large;
    font-weight: bolder;
    font-family: "MV Boli";
    font-style: italic;
    text-align: center;
    color: #08298A;
    text-decoration: none;
}

#back a:visited {
    color: #08298A;
}

#back a:hover {
    color: #ff0000;
}

.footer {
    clear: both;
    margin: 40px 0 0 10px;
    padding-bottom: 5px;
    font-size: 0.8em;
    text-align: left;
}

#footercover {
	padding-top:445px;
}

.footer a {
    color: #006699;
}

.footer a:hover {
    text-decoration: none;
}

.copyright {
    margin-right: 15px;
    float: right;
    text-align: right;
}

.copyright p {
    font-size: 0.85em;
    color: #79878D;
}