﻿html,
* {
    margin: 0;
    padding: 0;
}

#container {
    background-image: url('images/gb_flag1.jpg');
    background-attachment: fixed;
    width: 100%;

    /*border: 0 0 0 0;
    background-color: #6495ED;*/
}

#zentriert {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    background-color: rgba(220, 219, 222, 0.9);
}

.masterhead {
    text-align: center;
    font-weight: bolder;
    font-family: Georgia, serif;
    /*font-family:"Times New Roman", Times, serif;*/
    /*font-style: italic;*/
    color:#000066;
    font-size: 1.5em;
}

.masterhead h1 {
    padding: 30px 0 0 0;
}

.masterhead h2 {
    padding: 5px 0 20px 0;
}

/*  Begin menu  */
#menu {
    width: 100%;
    margin: 0;
    padding: 10px 0 0 0;
    list-style: none;
    background: #000066;
    background: -moz-linear-gradient(#000066 ,#DCDBDE);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #000066), color-stop(1, #DCDBDE));
    background: -webkit-linear-gradient(#000066 ,#DCDBDE);
    background: -o-linear-gradient(#000066 ,#DCDBDE);
    background: -ms-linear-gradient(#000066 ,#DCDBDE);
    background: linear-gradient(#000066 ,#DCDBDE);
    -moz-border-radius: 50px;
    border-radius: 50px;
    -moz-box-shadow: 0 2px 1px #666699;
    -webkit-box-shadow: 0 2px 1px #666699;
    box-shadow: 0 2px 1px #666699;
}

#menu li {
    float: left;
    padding: 0 0 10px 0;
    position: relative;
    line-height: 0;
}

#menu a {
    float: left;
    height: 25px;
    padding: 0 25px;
    color: #DCDBDE;
    text-transform: uppercase;
    font: 17px/25px Georgia, serif;
    text-decoration: none;
    text-shadow: 0 1px 0 #000;
}

#menu li:hover>a {
    color: #000066;
}

*html #menu li a:hover
/* IE6 */

{
    color: #DCDBDE;
}

#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: #6e6ea2;
    background: -moz-linear-gradient(#000066 ,#6e6ea2);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #000066), color-stop(1, #6e6ea2));
    background: -webkit-linear-gradient(#000066 ,#6e6ea2);
    background: -o-linear-gradient(#000066 ,#6e6ea2);
    background: -ms-linear-gradient(#000066 ,#6e6ea2);
    background: linear-gradient(#000066 ,#6e6ea2);
    -moz-box-shadow: 0 0 2px #666699;
    -webkit-box-shadow: 0 0 2px #666699;
    box-shadow: 0 0 2px #666699;
    -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 #DCDBDE, 0 2px 0 #666699;
    -webkit-box-shadow: 0 1px 0 #DCDBDE, 0 2px 0 #666699;
    box-shadow: 0 1px 0 #DCDBDE, 0 2px 0 #666699;
}

#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: #DCDBDE;
    background: -moz-linear-gradient(#DCDBDE, #000066);
    background: -webkit-gradient(linear, left top, left bottom, from(#DCDBDE), to(#000066));
    background: -webkit-linear-gradient(#DCDBDE, #000066);
    background: -o-linear-gradient(#DCDBDE, #000066);
    background: -ms-linear-gradient(#DCDBDE, #000066);
    background: linear-gradient(#DCDBDE, #000066);
}

#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 #6e6ea2;
}

#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 #6e6ea2;
}

#menu ul li:first-child a:hover:after {
    border-bottom-color: #DCDBDE;
}

#menu ul ul li:first-child a:hover:after {
    border-right-color: #DCDBDE;
    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 */


/* table */
#table1{
	margin-left:10px;
	margin-right:10px;
	border-collapse:collapse;
}
#thead1{
}
#table1 td {
	width:500px;
	height:375px;
	border: 5px solid blue;
}
#td01 {
	background-image:url('images/20191028_112811.jpg');
	background-repeat:no-repeat;
}
#td02 {
	background-image:url('images/DSC02454.jpg');
	background-repeat:no-repeat;
}
#td03 {
	background-image:url('images/IMG_0163.jpg');
	background-repeat:no-repeat;
}
#td04 {
	background-image:url('images/DSC02546.jpg');
	background-repeat:no-repeat;
}
#td01:hover {
	background-image:url('images/brighton.png')
	}
#td02:hover {
	background-image:url('images/lizzy.png')
	}
#td03:hover {
	background-image:url('images/pubs.png')
	}
#td04:hover {
	background-image:url('images/sightseeing.png')
	}

#table2{
	margin-left:180px;
	margin-right:10px;
	border-collapse:collapse;
}
#thead2{
}
#table2 td {
	width:600px;
	height:353px;
	border: 5px solid blue;
}
#td05 {
	background-image:url('images/hydepark.jpg');
	background-repeat:no-repeat;
}
#td05:hover {
	background-image:url('images/hyde.png')
}
/* end table */

#text1 {
    margin-left: 180px;
    margin-right: 130px;
    border: 3px solid;
    font-family: Georgia, serif;
    font-size: large;
    text-align: center;
    font-weight: bolder;
}

#text2 {
    margin-left: 15px;
    margin-right: 15px;
    font-family: Georgia, serif;
    font-size: large;
    font-weight: bold;
    color:#000066;
}

#text3 {
    /*margin-left: 80px;*/
    font-family: Georgia, serif;
    font-size: large;
    text-align: center;
    font-weight: bolder;
}

#text4 {
    margin-left: 15px;
    margin-right: 15px;
    font-family: Georgia, serif;
    font-size: large;
    font-weight: bold;
    font-style:italic;
    color:#000066;
}

.footer {
    clear: both;
    margin: 20px 0 0 10px;
    padding-bottom: 15px;
    font-size: 0.85em;
    text-align: left;
}

.phptime {
    float: left;
    text-align: left;
}
.phptime p {
    font-size: 0.85em;
    color: #000066;
}


.copyright {
    margin-right: 15px;
    float: right;
    text-align: right;
}

.copyright p {
    font-size: 0.85em;
    color: #000066;
}

