/* Muss nicht angepasst werden*/
div#header, div#footer, div#wrapper {
    background-color: #f2f2f2;
}
/* 100% der Farbe*/
ul.menu li.active>a {
    color: #e2001a;
}

/* 100% der Farbe*/
div#header p#stats strong {
    color: #e2001a;
    font-weight: normal;
}

/* 100% der Farbe*/
div#namecloud_wrapper {
    background-color: #e2001a ;
}

/* 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: #e2001a;
}

/* 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: #fce5e8;
}

/* 20% der Farbe für background-color*/
table#names tbody td:first-child {
    background-color: #f9ccd1;
}

/* 20% der Farbe für background-color*/
div#graph {
    background-color: #f9ccd1;
    color: #7a7271;
}

/* 10% der Farbe für background-color*/
div#map {
    background-color: #fce5e8;
    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: #e2001a;
}

/* 20% zu 100% der Farbe für background-color*/

#detailView #detailInfo .invitefriendsbutton:before,
#detailView #detailInfo .morepicturesbutton:before,
#morepictureslogin h1:before,
#friendsMailForm h1:before {
    background: #e2001a; /* Old browsers */
    background: -moz-linear-gradient(top, #f9ccd1 0%, #e2001a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9ccd1), color-stop(100%, #e2001a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f9ccd1 0%, #e2001a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f9ccd1 0%, #e2001a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f9ccd1 0%, #e2001a 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f9ccd1 0%, #e2001a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f9ccd1', endColorstr = '#e2001a', GradientType = 0); /* IE6-9 */
}

/* 100% der Farbe für color*/

h1 {
    color: #e2001a;
}

/* 20% zu 100% der Farbe für background-color*/
#morepictureslogin form a.fotoalbumlink {
    background: #e2001a; /* Old browsers */
    background: -moz-linear-gradient(top, #f9ccd1 0%, #e2001a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9ccd1), color-stop(100%, #e2001a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f9ccd1 0%, #e2001a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f9ccd1 0%, #e2001a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f9ccd1 0%, #e2001a 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f9ccd1 0%, #e2001a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f9ccd1', endColorstr = '#e2001a', GradientType = 0); /* IE6-9 */
}

/* 20% zu 100% der Farbe für background-color*/
#friendsMailForm form button[type=submit],
#morepictureslogin form button[type=submit] {
    background: #e2001a; /* Old browsers */
    background: -moz-linear-gradient(top, #f9ccd1 0%, #e2001a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9ccd1), color-stop(100%, #e2001a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f9ccd1 0%, #e2001a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f9ccd1 0%, #e2001a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f9ccd1 0%, #e2001a 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f9ccd1 0%, #e2001a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f9ccd1', endColorstr = '#e2001a', GradientType = 0); /* IE6-9 */
}