/* Muss nicht angepasst werden*/
div#header, div#footer, div#wrapper {
    background-color: #f2f2f2;
}
/* 100% der Farbe*/
ul.menu li.active>a {
    color: #76b729;
}

/* 100% der Farbe*/
div#header p#stats strong {
    color: #76b729;
    font-weight: normal;
}

/* 100% der Farbe*/
div#namecloud_wrapper {
    background-color: #76b729 ;
}

/* Muss nicht angepasst werden*/
div#namecloud_wrapper form select,
div#namecloud_wrapper form input {
    background: url('bg_button.png') bottom left repeat-x;
    border: 1px solid #ffffff;
    color: #ffffff;
}

div#namecloud_wrapper form input.active {
    background: url('bg_button_active.png') bottom left repeat-x;
}

/* 100% der Farbe für background-color*/
div#namecloud_wrapper form select option {
    color: #ffffff;
    background-color: #76b729;
}

/* Muss nicht angepasst werden*/
table#names thead td, div#content div.heading {
    background: url('bg_tableheader.png') top left repeat-x;
}

/* 10% der Farbe für background-color*/
table#names tbody td {
    background-color: #f1f8e9;
}

/* 20% der Farbe für background-color*/
table#names tbody td:first-child {
    background-color: #e4f1d4;
}

/* 20% der Farbe für background-color*/
div#graph {
    background-color: #e4f1d4;
    color: #7a7271;
}

/* 10% der Farbe für background-color*/
div#map {
    background-color: #f1f8e9;
    color: #7a7271;
}

/* karte je nach Land einfügen*/
div#map .de {
    background-image: url('de.png');
    background-repeat: no-repeat;
}

/* 100% der Farbe für background-color*/
div#namefindernavi form {
    background-color: #76b729;
}

/* 20% zu 100% der Farbe für background-color*/

#detailView #detailInfo .invitefriendsbutton:before,
#detailView #detailInfo .morepicturesbutton:before,
#morepictureslogin h1:before,
#friendsMailForm h1:before {
    background: #76b729; /* Old browsers */
    background: -moz-linear-gradient(top, #e4f1d4 0%, #76b729 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4f1d4), color-stop(100%, #76b729)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e4f1d4 0%, #76b729 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e4f1d4 0%, #76b729 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e4f1d4 0%, #76b729 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e4f1d4 0%, #76b729 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#e4f1d4', endColorstr = '#76b729', GradientType = 0); /* IE6-9 */
}

/* 100% der Farbe für color*/

h1 {
    color: #76b729;
}

/* 20% zu 100% der Farbe für background-color*/
#morepictureslogin form a.fotoalbumlink {
    background: #76b729; /* Old browsers */
    background: -moz-linear-gradient(top, #e4f1d4 0%, #76b729 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4f1d4), color-stop(100%, #76b729)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e4f1d4 0%, #76b729 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e4f1d4 0%, #76b729 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e4f1d4 0%, #76b729 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e4f1d4 0%, #76b729 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#e4f1d4', endColorstr = '#76b729', GradientType = 0); /* IE6-9 */
}

/* 20% zu 100% der Farbe für background-color*/
#friendsMailForm form button[type=submit],
#morepictureslogin form button[type=submit] {
    background: #76b729; /* Old browsers */
    background: -moz-linear-gradient(top, #e4f1d4 0%, #76b729 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4f1d4), color-stop(100%, #76b729)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e4f1d4 0%, #76b729 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e4f1d4 0%, #76b729 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e4f1d4 0%, #76b729 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e4f1d4 0%, #76b729 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#e4f1d4', endColorstr = '#76b729', GradientType = 0); /* IE6-9 */
}