
/**** ALLGEMEIN ****/

html {
  behavior: url(PIE.htc);background: #2d51b5 fixed;background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2d51b5), to(#7ea9ff)) fixed;background: -moz-linear-gradient(#2d51b5, #7ea9ff) fixed;background: -o-linear-gradient(#2d51b5, #7ea9ff) fixed;background: linear-gradient(#2d51b5, #7ea9ff) fixed;-pie-background: linear-gradient(#2d51b5, #7ea9ff) fixed;}

#_mutterschiff {
	-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;	-moz-box-shadow: 0px 3px 10px 0px #333;-webkit-box-shadow: 0px 3px 10px 0px #333;box-shadow: 0px 3px 10px 0px #333;  width: 980px;
}

#_header {
	border-bottom: 1px #2d51b5 solid;
	background-color:#ffd640;
	-webkit-border-top-left-radius: 10px;-webkit-border-top-right-radius: 10px;-moz-border-radius-topleft: 10px;-moz-border-radius-topright: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;}

#_footer {
	-webkit-border-bottom-left-radius: 10px;-webkit-border-bottom-right-radius: 10px;-moz-border-radius-bottomleft: 10px;-moz-border-radius-bottomright: 10px;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;  border-top: 1px solid #2d51b5;
}

h2 {
	border-bottom: 1px #2d51b5 solid;
}

h3 {
	border-bottom: 1px #ffd640 solid;
  margin-top:20px;
}

h4 {
	color:#2d51b5;
}

h5 {
	color:#ffd640;
}

a {
	color:#2d51b5;
}

th {
  text-align: left;
}

table.listing {
  -webkit-border-top-left-radius: 10px;-webkit-border-top-right-radius: 10px;-moz-border-radius-topleft: 10px;-moz-border-radius-topright: 10px;border-top-left-radius: 10px;border-top-right-radius: 10px;  -webkit-border-bottom-left-radius: 10px;-webkit-border-bottom-right-radius: 10px;-moz-border-radius-bottomleft: 10px;-moz-border-radius-bottomright: 10px;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;  -moz-box-shadow: 1px 1px 3px 0px #333;-webkit-box-shadow: 1px 1px 3px 0px #333;box-shadow: 1px 1px 3px 0px #333;}

table.listing td, table.listing th {
  border-bottom: 1px solid #2d51b5;
  font-size:10px;
}

table.listing th {
  color:white;
  background-color: #2d51b5;
}

tr:last-child td {
  border-bottom: none;
}

.dialog {
  -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;  -moz-box-shadow: 0px 3px 10px 0px #333;-webkit-box-shadow: 0px 3px 10px 0px #333;box-shadow: 0px 3px 10px 0px #333;}

.button.orange {
    border: 0px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid #2d51b5;
    background: #2d51b5;
    background: -webkit-gradient(linear, left top, left bottom, from(#2d51b5), to(#7ea9ff));
    background: -moz-linear-gradient(top, #2d51b5, #7ea9ff);
    background: linear-gradient(##2d51b5, #7ea9ff);
}
.ie .button.orange {
    border: none;
    -pie-background: linear-gradient(#2d51b5, #7ea9ff);
}
.button.orange:hover {
    background: #7ea9ff;
    background: -webkit-gradient(linear, left top, left bottom, from(#7ea9ff), to(#2d51b5));
    background: -moz-linear-gradient(top, #7ea9ff, #2d51b5);
    background: linear-gradient(#7ea9ff, #2d51b5);
}
.ie .button.orange:hover {
    border: none;
    -pie-background: linear-gradient(#7ea9ff, #2d51b5);
}
.button.orange:active {
    background: #7ea9ff;
    background: -webkit-gradient(linear, left top, left bottom, from(#7ea9ff), to(#2d51b5));
    background: -moz-linear-gradient(top,  #7ea9ff, #2d51b5);
    background: linear-gradient(#7ea9ff, #2d51b5);
}
.ie .button.orange:active {
    border: none;
    -pie-background: linear-gradient(#7ea9ff, #2d51b5);
}


/* Darstellung Backoffice */

.status {
  background-color:#2d51b5; 
  color:white;
}

.user {
	background-color:#ffd640;	
}

.status a {
  color:white;
}