﻿html {
	height: 100%;
    margin: 0;
    padding: 0;
}

body {
	/*display: flex;*/
    width: 100%;
	min-height: 100%;
    margin: 0;
    padding: 0px;
    border: 0;
	/*justify-content: center;
	align-items: center;
	flex-direction: row;
     background-image: url("images/bali-drawing-elements.jpg"); */
    background-image: url("images/balinese-symbols-2.jpg");
    background-repeat:repeat; 
    background-attachment:fixed;
}
#zentriert {
    background-color: rgba(255,255,255,0.9);
    width: 1010px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:20px;
    text-align: center;
    font-size: 50px;
    /*flex: 1 1 1020px;*/
}
/*
.zentriert {
    width: 1010px;
	min-height: 1500px;
    margin-left: auto;
    margin-right: auto;
    background-color:rgba(255,255,255,0.8);
    /*background-color:rgba(176,196,222,0.8);*/
}
*/
.masterhead {
    text-align: center;
    font-weight: bolder;
    font-size: 1.5em;
    font-family: Calibri,Arial, sans-serif;
    font-weight: normal;
    font-style:italic;
    color:#ad0707;

}

.masterhead h1 {
    margin-top: 40px;
    color:#ad0707;
}

.masterhead h2 {
    padding: 5px 0 20px 0;
    color:#ad0707;
}

.masterhead h3 {
    color:#ad0707;
}

.masterhead h4 {
    color:#ad0707;
}

.masterhead h5 {
    color:#ad0707;
}

#banner {
	background-image:url('images/maeander_horizontal.png');
	/* margin-left: 5px; */
	width: 100%;
	height: 80px;
	background-repeat: repeat-x;
}

/*  Begin menu  */
#menu {
    /*width: 100%;*/
    margin: 10px;
    padding: 10px 0 0 0;
    list-style: none;
    background: #ad0707;
    background: -moz-linear-gradient(#ffc0c0, #ad0707);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ad0707), color-stop(1, #ffc0c0));
    background: -webkit-linear-gradient(#ffc0c0, #ad0707);
    background: -o-linear-gradient(#ffc0c0, #ad0707);
    background: -ms-linear-gradient(#ffc0c0, #ad0707);
    background: linear-gradient(#ffc0c0, #ad0707);
    -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: #fff;
    text-transform: uppercase;
    font: 17px/25px Arial, Helvetica;
    text-decoration: none;
    text-shadow: 0 2px 0 #000;
}

#menu li:hover>a {
    color: #000;
    font-weight:bold;
    text-shadow: 0 1px 0 #FFF;
}


#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(#ffc0c0, #ad0707);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ad0707), color-stop(1, #ffc0c0));
    background: -webkit-linear-gradient(#ffc0c0, #ad0707);
    background: -o-linear-gradient(#ffc0c0, #ad0707);
    background: -ms-linear-gradient(#ffc0c0, #ad0707);
    background: linear-gradient(#ffc0c0, #ad0707);
    -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 #ad0707, 0 2px 0 #ffc0c0;
    -webkit-box-shadow: 0 1px 0 #ad0707, 0 2px 0 #ffc0c0;
    box-shadow: 0 1px 0 #ad0707, 0 2px 0 #ffc0c0;
}

#menu ul li:last-child {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#menu ul a {
    padding: 10px;
    height: 10px;
    width: 300px;
    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: #ad0707;
    background: -moz-linear-gradient(#ffc0c0, #ad0707);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffc0c0), to(#ad0707));
    background: -webkit-linear-gradient(#ffc0c0, #ad0707);
    background: -o-linear-gradient(#ffc0c0, #ad0707);
    background: -ms-linear-gradient(#ffc0c0, #ad0707);
    background: linear-gradient(#ffc0c0, #ad0707);
}

#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: #FFF;
}

#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*/

img {
	margin:2px;
}

/* button Hinweis*/
#hintbtn {
   	width:155px;
   	margin-left:412px;
   	margin-bottom:25px;
	background: #ad0707;
	background: -moz-linear-gradient(#ffc0c0, #ad0707);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ad0707), color-stop(1, #ffc0c0));
	background: -webkit-linear-gradient(#ffc0c0, #ad0707);
	background: -o-linear-gradient(#ffc0c0, #ad0707);
	background: -ms-linear-gradient(#ffc0c0, #ad0707);
	background: linear-gradient(#ffc0c0, #ad0707);
	-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;
   	padding: 10px 10px;
   	border: none;
   	font: 17px/25px Arial, Helvetica;
    color: #fff;
    text-transform: uppercase;
    font: 17px/25px Arial, Helvetica;
    text-decoration: none;
    text-shadow: 0 2px 0 #000;

    text-decoration: none;
    text-shadow: 0 2px 0 #000;

}

#hintbtn:hover {
    color: #000;
    font-weight:bold;
    text-shadow: 0 1px 0 #FFF;
}
/*
#menu li:hover>a {
    color: #000;
    text-shadow: 0 1px 0 #FFF;
}


/* dropdown button 1*/
#dropbtn1 {
   	width:135px;
	background: #ad0707;
	background: -moz-linear-gradient(#ffc0c0, #ad0707);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ad0707), color-stop(1, #ffc0c0));
	background: -webkit-linear-gradient(#ffc0c0, #ad0707);
	background: -o-linear-gradient(#ffc0c0, #ad0707);
	background: -ms-linear-gradient(#ffc0c0, #ad0707);
	background: linear-gradient(#ffc0c0, #ad0707);
	-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;
   	color: white;
   	padding: 10px 0px;
   	border: none;
   	font: 17px/25px Arial, Helvetica;
    text-decoration: none;
    text-shadow: 0 2px 0 #000;

}

#dropdown1 {
  position: relative;
  display: inline-block;
}

#dropdown-content1 {
    width:338px;
	list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 46px;
    left: 20px;
    z-index: 99999;
    background: #FFF;
    background: -moz-linear-gradient(#ffc0c0, #ad0707);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ad0707), color-stop(1, #ffc0c0));
    background: -webkit-linear-gradient(#ffc0c0, #ad0707);
    background: -o-linear-gradient(#ffc0c0, #ad0707);
    background: -ms-linear-gradient(#ffc0c0, #ad0707);
    background: linear-gradient(#ffc0c0, #ad0707);
    -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;
}

#dropdown-content1 a {
	color: #fff;
	padding: 10px 25px;
	text-decoration: none;
	display: block;
	font: 17px/25px Arial, Helvetica;
	text-shadow: 0 2px 0 #000;

}


#dropdown-content1 a:hover {
    background: #ffc0c0;
    background: -moz-linear-gradient(#ffc0c0, #ad0707);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ad0707), color-stop(1, #ffc0c0));
    background: -webkit-linear-gradient(#ffc0c0, #ad0707);
    background: -o-linear-gradient(#ffc0c0, #ad0707);
    background: -ms-linear-gradient(#ffc0c0, #ad0707);
    background: linear-gradient(#ffc0c0, #ad0707);
    -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;
}

#dropdown1:hover #dropdown-content1 {display: block;}

#dropdown1:hover #dropbtn1 {background-color: #eb5252;}
/* END dropdown button 1*/

/* dropdown button 2*/
#dropbtn2 {
   	width:125px;
	background: #ad0707;
	background: -moz-linear-gradient(#ffc0c0, #ad0707);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ad0707), color-stop(1, #ffc0c0));
	background: -webkit-linear-gradient(#ffc0c0, #ad0707);
	background: -o-linear-gradient(#ffc0c0, #ad0707);
	background: -ms-linear-gradient(#ffc0c0, #ad0707);
	background: linear-gradient(#ffc0c0, #ad0707);
	-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;
   	color: white;
   	padding: 10px 16px;
   	border: none;
   	font: 17px/25px Arial, Helvetica;
    text-decoration: none;
    text-shadow: 0 2px 0 #000;

}

#dropdown2 {
  position: relative;
  display: inline-block;
}

#dropdown-content2 {
    width:338px;
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 46px;
    left: 20px;
    z-index: 99999;
    background: #ffc0c0;
    background: -moz-linear-gradient(#ffc0c0, #ad0707);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ad0707), color-stop(1, #ffc0c0));
    background: -webkit-linear-gradient(#ffc0c0, #ad0707);
    background: -o-linear-gradient(#ffc0c0, #ad0707);
    background: -ms-linear-gradient(#ffc0c0, #ad0707);
    background: linear-gradient(#ffc0c0, #ad0707);
    -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;
}

#dropdown-content2 a {
	color: #fff;
	padding: 10px 25px;
	text-decoration: none;
	display: block;
	font: 17px/25px Arial, Helvetica;
	text-shadow: 0 2px 0 #000;

}


#dropdown-content2 a:hover {
    background: #ffc0c0;
    background: -moz-linear-gradient(#ffc0c0, #ad0707);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ad0707), color-stop(1, #ffc0c0));
    background: -webkit-linear-gradient(#ffc0c0, #ad0707);
    background: -o-linear-gradient(#ffc0c0, #ad0707);
    background: -ms-linear-gradient(#ffc0c0, #ad0707);
    background: linear-gradient(#ffc0c0, #ad0707);
    -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;
}

#dropdown2:hover #dropdown-content2 {display: block;}

#dropdown2:hover #dropbtn2 {background-color: #eb5252;}
/* END dropdown button 2*/

/* dropdown button 3*/
#dropbtn3 {
   	width:125px;
	background: #ad0707;
	background: -moz-linear-gradient(#ffc0c0, #ad0707);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ad0707), color-stop(1, #ffc0c0));
	background: -webkit-linear-gradient(#ffc0c0, #ad0707);
	background: -o-linear-gradient(#ffc0c0, #ad0707);
	background: -ms-linear-gradient(#ffc0c0, #ad0707);
	background: linear-gradient(#ffc0c0, #ad0707);
	-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;
   	color: white;
   	padding: 10px 16px;
   	border: none;
   	font: 17px/25px Arial, Helvetica;
    text-decoration: none;
    text-shadow: 0 2px 0 #000;

}

#dropdown3 {
  position: relative;
  display: inline-block;
}

#dropdown-content3 {
    width:335px;
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 46px;
    left: 20px;
    z-index: 99999;
    background: #ffc0c0;
    background: -moz-linear-gradient(#ffc0c0, #ad0707);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ad0707), color-stop(1, #ffc0c0));
    background: -webkit-linear-gradient(#ffc0c0, #ad0707);
    background: -o-linear-gradient(#ffc0c0, #ad0707);
    background: -ms-linear-gradient(#ffc0c0, #ad0707);
    background: linear-gradient(#ffc0c0, #ad0707);
    -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;
}

#dropdown-content3 a {
	color: #fff;
	padding: 10px 25px;
	text-decoration: none;
	display: block;
	font: 17px/25px Arial, Helvetica;
	text-shadow: 0 2px 0 #000;

}


#dropdown-content3 a:hover {
    background: #ffc0c0;
    background: -moz-linear-gradient(#ffc0c0, #ad0707);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ad0707), color-stop(1, #ffc0c0));
    background: -webkit-linear-gradient(#ffc0c0, #ad0707);
    background: -o-linear-gradient(#ffc0c0, #ad0707);
    background: -ms-linear-gradient(#ffc0c0, #ad0707);
    background: linear-gradient(#ffc0c0, #ad0707);
    -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;
}

#dropdown3:hover #dropdown-content3 {display: block;}

#dropdown3:hover #dropbtn3 {background-color: #eb5252;}
/* END dropdown button 3*/

/* dropdown button 4*/
#dropbtn4 {
   	width:125px;
	background: #ad0707;
	background: -moz-linear-gradient(#ffc0c0, #ad0707);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ad0707), color-stop(1, #ffc0c0));
	background: -webkit-linear-gradient(#ffc0c0, #ad0707);
	background: -o-linear-gradient(#ffc0c0, #ad0707);
	background: -ms-linear-gradient(#ffc0c0, #ad0707);
	background: linear-gradient(#ffc0c0, #ad0707);
	-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;
   	color: white;
   	padding: 10px 16px;
   	border: none;
   	font: 17px/25px Arial, Helvetica;
    text-decoration: none;
    text-shadow: 0 2px 0 #000;

}

#dropdown4 {
  position: relative;
  display: inline-block;
}

#dropdown-content4 {
    width:308px;
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 46px;
    left: 20px;
    z-index: 99999;
    background: #ffc0c0;
    background: -moz-linear-gradient(#ffc0c0, #ad0707);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ad0707), color-stop(1, #ffc0c0));
    background: -webkit-linear-gradient(#ffc0c0, #ad0707);
    background: -o-linear-gradient(#ffc0c0, #ad0707);
    background: -ms-linear-gradient(#ffc0c0, #ad0707);
    background: linear-gradient(#ffc0c0, #ad0707);
    -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;
}

#dropdown-content4 a {
	color: #fff;
	padding: 10px 25px;
	text-decoration: none;
	display: block;
	font: 17px/25px Arial, Helvetica;
	text-shadow: 0 2px 0 #000;

}


#dropdown-content4 a:hover {
    background: #ffc0c0;
    background: -moz-linear-gradient(#ffc0c0, #ad0707);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ad0707), color-stop(1, #ffc0c0));
    background: -webkit-linear-gradient(#ffc0c0, #ad0707);
    background: -o-linear-gradient(#ffc0c0, #ad0707);
    background: -ms-linear-gradient(#ffc0c0, #ad0707);
    background: linear-gradient(#ffc0c0, #ad0707);
    -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;
}

#dropdown4:hover #dropdown-content4 {display: block;}

#dropdown4:hover #dropbtn4 {background-color: #eb5252;}
/* END dropdown button 4*/

/* dropdown button 5*/
#dropbtn5 {
   	width:125px;
	background: #ad0707;
	background: -moz-linear-gradient(#ffc0c0, #ad0707);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ad0707), color-stop(1, #ffc0c0));
	background: -webkit-linear-gradient(#ffc0c0, #ad0707);
	background: -o-linear-gradient(#ffc0c0, #ad0707);
	background: -ms-linear-gradient(#ffc0c0, #ad0707);
	background: linear-gradient(#ffc0c0, #ad0707);
	-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;
   	color: white;
   	padding: 10px 16px;
   	border: none;
   	font: 17px/25px Arial, Helvetica;
    text-decoration: none;
    text-shadow: 0 2px 0 #000;

}

#dropdown5 {
  position: relative;
  display: inline-block;
}

#dropdown-content5 {
    width:235px;
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 46px;
    left: 20px;
    z-index: 99999;
    background: #ffc0c0;
    background: -moz-linear-gradient(#ffc0c0, #ad0707);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ad0707), color-stop(1, #ffc0c0));
    background: -webkit-linear-gradient(#ffc0c0, #ad0707);
    background: -o-linear-gradient(#ffc0c0, #ad0707);
    background: -ms-linear-gradient(#ffc0c0, #ad0707);
    background: linear-gradient(#ffc0c0, #ad0707);
    -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;
}

#dropdown-content5 a {
	color: #fff;
	padding: 10px 25px;
	text-decoration: none;
	display: block;
	font: 17px/25px Arial, Helvetica;
	text-shadow: 0 2px 0 #000;

}


#dropdown-content5 a:hover {
    background: #ffc0c0;
    background: -moz-linear-gradient(#ffc0c0, #ad0707);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ad0707), color-stop(1, #ffc0c0));
    background: -webkit-linear-gradient(#ffc0c0, #ad0707);
    background: -o-linear-gradient(#ffc0c0, #ad0707);
    background: -ms-linear-gradient(#ffc0c0, #ad0707);
    background: linear-gradient(#ffc0c0, #ad0707);
    -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;
}

#dropdown5:hover #dropdown-content5 {display: block;}

#dropdown5:hover #dropbtn5 {background-color: #eb5252;}
/* END dropdown button 5*/

/* dropdown button 6*/
#dropbtn6 {
   	width:125px;
	background: #ad0707;
	background: -moz-linear-gradient(#ffc0c0, #ad0707);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ad0707), color-stop(1, #ffc0c0));
	background: -webkit-linear-gradient(#ffc0c0, #ad0707);
	background: -o-linear-gradient(#ffc0c0, #ad0707);
	background: -ms-linear-gradient(#ffc0c0, #ad0707);
	background: linear-gradient(#ffc0c0, #ad0707);
	-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;
   	color: white;
   	padding: 10px 16px;
   	border: none;
   	font: 17px/25px Arial, Helvetica;
    text-decoration: none;
    text-shadow: 0 2px 0 #000;

}

#dropdown6 {
  position: relative;
  display: inline-block;
}

#dropdown-content6 {
    width:200px;
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 46px;
    left: 20px;
    z-index: 99999;
    background: #ffc0c0;
    background: -moz-linear-gradient(#ffc0c0, #ad0707);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ad0707), color-stop(1, #ffc0c0));
    background: -webkit-linear-gradient(#ffc0c0, #ad0707);
    background: -o-linear-gradient(#ffc0c0, #ad0707);
    background: -ms-linear-gradient(#ffc0c0, #ad0707);
    background: linear-gradient(#ffc0c0, #ad0707);
    -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;
}

#dropdown-content6 a {
	color: #fff;
	padding: 10px 25px;
	text-decoration: none;
	display: block;
	font: 17px/25px Arial, Helvetica;
	text-shadow: 0 2px 0 #000;

}


#dropdown-content6 a:hover {
    background: #ffc0c0;
    background: -moz-linear-gradient(#ffc0c0, #ad0707);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ad0707), color-stop(1, #ffc0c0));
    background: -webkit-linear-gradient(#ffc0c0, #ad0707);
    background: -o-linear-gradient(#ffc0c0, #ad0707);
    background: -ms-linear-gradient(#ffc0c0, #ad0707);
    background: linear-gradient(#ffc0c0, #ad0707);
    -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;
}

#dropdown6:hover #dropdown-content6 {display: block;}

#dropdown6:hover #dropbtn6 {background-color: #eb5252;}
/* END dropdown button 6*/

/* dropdown button 7*/
#dropbtn7 {
    width:163px;
	background: #ad0707;
	background: -moz-linear-gradient(#ffc0c0, #ad0707);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ad0707), color-stop(1, #ffc0c0));
	background: -webkit-linear-gradient(#ffc0c0, #ad0707);
	background: -o-linear-gradient(#ffc0c0, #ad0707);
	background: -ms-linear-gradient(#ffc0c0, #ad0707);
	background: linear-gradient(#ffc0c0, #ad0707);
	-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;
   	color: white;
   	padding: 10px 10px;
   	border: none;
   	font: 17px/25px Arial, Helvetica;
    text-decoration: none;
    text-shadow: 0 2px 0 #000;

}

#dropdown7 {
  position: relative;
  display: inline-block;
}

#dropdown-content7 {
    width:200px;
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 46px;
    left: -55px;
    z-index: 99999;
    background: #ffc0c0;
    background: -moz-linear-gradient(#ffc0c0, #ad0707);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ad0707), color-stop(1, #ffc0c0));
    background: -webkit-linear-gradient(#ffc0c0, #ad0707);
    background: -o-linear-gradient(#ffc0c0, #ad0707);
    background: -ms-linear-gradient(#ffc0c0, #ad0707);
    background: linear-gradient(#ffc0c0, #ad0707);
    -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;
}

#dropdown-content7 a {
	color: #fff;
	padding: 10px 25px;
	text-decoration: none;
	display: block;
	font: 17px/25px Arial, Helvetica;
	text-shadow: 0 2px 0 #000;

}


#dropdown-content7 a:hover {
    background: #ffc0c0;
    background: -moz-linear-gradient(#ffc0c0, #ad0707);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ad0707), color-stop(1, #ffc0c0));
    background: -webkit-linear-gradient(#ffc0c0, #ad0707);
    background: -o-linear-gradient(#ffc0c0, #ad0707);
    background: -ms-linear-gradient(#ffc0c0, #ad0707);
    background: linear-gradient(#ffc0c0, #ad0707);
    -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;
}

#dropdown7:hover #dropdown-content7 {display: block;}

#dropdown7:hover #dropbtn7 {background-color: #eb5252;}
/* END dropdown button 7*/

#text3 {
    margin-left: 10px;
    margin-right: 10px;
    font-family: Calibri,Arial, sans-serif;
    font-size: x-large;
    font-weight: normal;
    text-align:left;
    color:#740303;
}

#text31 {
    margin-left: 10px;
    margin-right: 10px;
    font-family: Calibri,Arial, sans-serif;
    font-size: x-large;
    font-weight: normal;
    font-style:italic;
    text-align:left;
    color:#ad0707;
}

#text4 {
    margin-left: 15px;
    margin-right: 15px;
    font-family: Calibri,Arial, sans-serif;
    font-size: large;
    font-weight: bold;
    font-style:italic;
    color:#ad0707;
}

.footer {
    clear: both;
    margin: 10px 0 0 0;
    padding-bottom: 5px;
    font-size: 0.8em;
    text-align: left;
}

.footer a {
    color: #006699;
}

.footer a:hover {
    text-decoration: none;
}

.copyright {
    margin-right: 15px;
    text-align: right;
    font-size: 20px;
}

.copyright p {
    font-size: 0.85em;
    color: #79878D;
}

.clr {
  clear: both;
}