.myButton {
	margin: 0px;
        width:140px;
	-moz-box-shadow:inset 0px -3px 7px 0px #29bbff;
        -webkit-box-shadow:inset 0px -3px 7px 0px #29bbff;
        box-shadow:inset 0px -3px 7px 0px #29bbff;
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2dabf9), color-stop(1, #0688fa));
        background:-moz-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
        background:-webkit-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
        background:-o-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
        background:-ms-linear-gradient(top, #2dabf9 5%, #0688fa 100%);
        background:linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2dabf9', endColorstr='#0688fa',GradientType=0);
        background-color:#2dabf9;
        -moz-border-radius:3px;
        -webkit-border-radius:3px;
        border-radius:3px;
        border-top:1px solid #0b0e07;
        border-bottom:1px solid #0b0e07;
        border-left:1px solid #0b0e07;
 	display:inline-block;
        cursor:pointer;
        color:#ffffff;
        font-family:Arial;
        font-size:15px;
        padding:6px 13px;
        text-decoration:none;
        text-shadow:2px 2px 0px #263666;
}
.myButton2 {
        border-right:1px solid #0b0e07;
}
.myButton:hover {
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0688fa), color-stop(1, #2dabf9));
        background:-moz-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
        background:-webkit-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
        background:-o-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
        background:-ms-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
        background:linear-gradient(to bottom, #0688fa 5%, #2dabf9 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0688fa', endColorstr='#2dabf9',GradientType=0);
        background-color:#0688fa;
}
.myButton:active {
        position:relative;
        top:1px;
}

.rechts {
/**height: 100%;
width: 200px;**/
right: 1%;
position: relative;
padding: 0px;
top: 1px;
margin-top: 0px;
margin-right: 2px;
margin-bottom: 100px;
}                        

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    display: none;
    margin: 0;

    /****************
     ** NEW STYLES **
     ****************/

    list-style: none; /** Remove list bullets */
    width: 100%; /** Set the width to 100% of it's parent */
    padding: 0;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin:0;
}


/** List Item Styles **/
.dropdown-menu a {
    display: block;
    margin: 0;
    width: 140px;        
	-moz-box-shadow:inset 0px -3px 7px 0px #ffffff;
        -webkit-box-shadow:inset 0px -3px 7px 0px #ffffff;
        box-shadow:inset 0px -3px 7px 0px #ffffff;
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #E6E6E6), color-stop(1, #A4A4A4));
        background:-moz-linear-gradient(top, #E6E6E6 5%, #A4A4A4 100%);
        background:-webkit-linear-gradient(top, #E6E6E6 5%, #A4A4A4 100%);
        background:-o-linear-gradient(top, #E6E6E6 5%, #A4A4A4 100%);
        background:-ms-linear-gradient(top, #E6E6E6 5%, #A4A4A4 100%);
        background:linear-gradient(to bottom, #E6E6E6 5%, #A4A4A4 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6E6E6', endColorstr='#4A4A4A',GradientType=0);
        background-color:#2dabf9;
        -moz-border-radius:3px;
        -webkit-border-radius:3px;
        border-radius:0px;
        border-left:1px solid #0b0e07;
        border-right:1px solid #0b0e07;
        border-bottom:1px solid #0b0e07;
        display:inline-block;
        cursor:pointer;
        color:#000000;
        font-family:Arial;
        font-size:15px;
        padding:6px 13px;
        text-decoration:none;
}
.dropdown-menu a:active {
        position:relative;
        top:1px;
}
/** List Item Hover Styles **/
.dropdown-menu a:hover {
        -moz-box-shadow:inset 0px -3px 7px 0px #29bbff;
        -webkit-box-shadow:inset 0px -3px 7px 0px #29bbff;
        box-shadow:inset 0px -3px 7px 0px #29bbff;
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0688fa), color-stop(1, #2dabf9));
        background:-moz-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
        background:-webkit-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
        background:-o-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
        background:-ms-linear-gradient(top, #0688fa 5%, #2dabf9 100%);
        background:linear-gradient(to bottom, #0688fa 5%, #2dabf9 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0688fa', endColorstr='#2dabf9',GradientType=0);
        background-color:#0688fa;
        color:#ffffff;
        font-family:Arial;
        font-size:15px;
        padding:6px 13px;
        text-decoration:none;
        text-shadow:2px 2px 0px #263666;

}






 
table {
border-spacing:0;
border-width:0;
margin: 0;
padding: 0;
zoom: 1;
align: center;
text-align: center;
      }
table td {
padding:0px;
border-width:0;
}

* { margin:0; }

html {
text-align: center;
align: center;
}

body {
align: center;
text-align: center;
background-color: #BDBDBD;
margin: 0 auto;
padding-top: 10;
}


h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #6B6B6B;
    text-transform: uppercase;
    font-weight: bold; }

h2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #6B6B6B;
    font-weight: bold;
}

.table2 { 
        border-bottom-right-radius:18px;
        border-bottom-left-radius:18px;
-moz-box-shadow: 0 0 5px 2px #888;
-webkit-box-shadow: 0 0 5px 2px #888;
box-shadow: 0 0 5px 2px #888;
# box-shadow: 10px 10px 5px #888;
#box-shadow: 3px 3px 3px #999;
#box-shadow: inset 3px 3px 3px 3px black;
border-spacing:0;
border-width:0;
margin: 0;
padding: 0;
zoom: 1;
align: center;
text-align: center;
      }



.pa { padding-left: 10px;
         border: 0px solid black;
         padding-right: 0px;
         text-align:center;
         align:center;}

.navi { padding-left: 0px;
         border: 0px solid black;
         padding-right: 0px;
         text-align:justify;}

.frame { padding-left: 0px;
         border: 0px solid black;
         padding-right: 0px;
         text-align:justify;
         display:block;
	 width:100%!important; 
	 height:100%!important;
                 }
.td2 {
	padding-top: 10;
	padding-left: 10;
	padding-right: 10;
	padding-bottom: 10;
	background-color: #ffffff;
	border-bottom-right-radius:18px;
	border-bottom-left-radius:18px;
}
    #imprint {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000; }

   .mittig  { vertical-align:middle; background-color:#DDDDDD; }


   .menu_button{
        margin-left:20px;
    color: blue;
}
.abstand{
        margin-left:20px;
}

.test {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b3b3b+23,535353+50,3b3b3b+80&amp;0+0,0.8+0,1+19,1+81,0.8+100 */

background: -moz-linear-gradient(top,  rgba(59,59,59,0.8) 0%, rgba(59,59,59,1) 19%, rgba(59,59,59,1) 23%, rgba(83,83,83,1) 50%, rgba(59,59,59,1) 80%, rgba(59,59,59,1) 81%, rgba(59,59,59,0.8) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,59,59,0.8)), color-stop(19%,rgba(59,59,59,1)), color-stop(23%,rgba(59,59,59,1)), color-stop(50%,rgba(83,83,83,1)), color-stop(80%,rgba(59,59,59,1)), color-stop(81%,rgba(59,59,59,1)), color-stop(100%,rgba(59,59,59,0.8))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(59,59,59,0.8) 0%,rgba(59,59,59,1) 19%,rgba(59,59,59,1) 23%,rgba(83,83,83,1) 50%,rgba(59,59,59,1) 80%,rgba(59,59,59,1) 81%,rgba(59,59,59,0.8) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(59,59,59,0.8) 0%,rgba(59,59,59,1) 19%,rgba(59,59,59,1) 23%,rgba(83,83,83,1) 50%,rgba(59,59,59,1) 80%,rgba(59,59,59,1) 81%,rgba(59,59,59,0.8) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(59,59,59,0.8) 0%,rgba(59,59,59,1) 19%,rgba(59,59,59,1) 23%,rgba(83,83,83,1) 50%,rgba(59,59,59,1) 80%,rgba(59,59,59,1) 81%,rgba(59,59,59,0.8) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(59,59,59,0.8) 0%,rgba(59,59,59,1) 19%,rgba(59,59,59,1) 23%,rgba(83,83,83,1) 50%,rgba(59,59,59,1) 80%,rgba(59,59,59,1) 81%,rgba(59,59,59,0.8) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc3b3b3b', endColorstr='#cc3b3b3b',GradientType=0 ); /* IE6-9 */


}
